OpenSimMirror/OpenSim/Services/Connectors
Master ScienceSim b1c8d05888 Major refactoring of appearance handling.
AvatarService -- add two new methods, GetAppearance and SetAppearance
to get around the lossy encoding in AvatarData. Preseve the old
functions to avoid changing the behavior for ROBUST services.

AvatarAppearance -- major refactor, moved the various encoding
methods used by AgentCircuitData, ClientAgentUpdate and
ScenePresence into one location. Changed initialization.

AvatarAttachments -- added a class specifically to handle
attachments in preparation for additional functionality
that will be needed for viewer 2.

AvatarFactory -- removed a number of unused or methods duplicated
in other locations. Moved in all appearance event handling from
ScenePresence. Required a change to IClientAPI that propogated
throughout all the IClientAPI implementations.
2010-10-20 16:17:54 -07:00
..
Asset Made the HG asset and inventory brokers use the Helo service in order to instantiate the right network connectors. Tested on Robust only. 2010-09-08 14:13:01 -07:00
Authentication * Typo fixes 2010-03-09 12:06:53 -08:00
Authorization Make the auth module silent when there is no configuration for it 2010-01-14 02:42:15 +00:00
Avatar Major refactoring of appearance handling. 2010-10-20 16:17:54 -07:00
Friends Remove various warnings and improve logging messages. No functional changes. 2010-08-23 22:24:23 +01:00
Grid Added Check4096 config var under [GridService], at the request of many. Changed the iteration that Marck had on the Hyperlinker. 2010-08-06 17:43:09 -07:00
GridUser Part two of the previous commit, making IGridUserService.LoggedOut() more flexible without changing current behavior 2010-09-29 14:34:02 -07:00
Hypergrid Added viewer's channel, mac, and id0 to agent circuit data. Also moved client ip address to agent circuit data, so that it's always there. 2010-10-03 20:01:59 -07:00
Inventory Formatting cleanup. 2010-09-12 13:43:49 -04:00
Land Improve some logging in LandConnector 2010-08-19 01:57:07 +01:00
Neighbour Improved fault handling in HelloNeighbour. 2009-10-07 08:42:33 -07:00
Presence GridUserService in place. Replaces the contrived concept of storing user's home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. 2010-05-07 21:29:56 -07:00
SimianGrid Major refactoring of appearance handling. 2010-10-20 16:17:54 -07:00
Simulation Fix the above 2010-09-14 23:06:44 +01:00
UserAccounts Deleted verbose debug messages that are bringing sims to an halt. Increased the user cache expiration period to 33 hours. 2010-10-19 22:26:07 -07:00