Added working /sysinfo command.
Clean up /reqsysinfo code.
Merged dupe code in reqsysinfo and sysinfo button.
Fix reqsysinfo/sysinfo output text bugs: 'r' in font info, '\n' in vovix info.
Reworked http get responder class to handle the errors in download and decoding.
Some whitespace cleanup.
Converted some LLSD to cont LLSD and related code.
Removed redundent error checking as that is now handled by the http get responder class.
Also removed some left over debugging tag from fsdata.
TPVD are able to set some choosen Tag colors if they want. Don't allow others as long as we don't want to see all colors.
- Moved the Tagsystem to FSData for better integration. So other Modules can call it too.
- Added the Tagdata as LLSD (TPVD, Name, UUID) to llvoavatar (mClientTagData)
- Added the ability to display TPVD Viewers only.
- Added the Settings to Preferences -> Firestorm -> Tags
- Removed ShowViewerIDsOnNameTag cause it's replaced with "FSClientTagsVisibility">0
- Changed the Debug Settings from S32 to U32
Only via Debug Settings for now. Needs buttons in settings!
- FSUseLegacyClienttags (0=No Legacy Clienttags (only new System), 1=Use Local file only, 2=Download file) (needs relog)
- FSColorClienttags (color based on Texturecolor (new system) or Taglist (old system))
- FSUseV1TagColor (FIRE-1328)
- FSColorUsername (orange only for now)