aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-01-04Some work on avatar service. Retrieval and storage doneMelanie3-8/+30
2010-01-04Avatar appearance skeletonMelanie4-1/+211
2010-01-03Successfully logged into a grid.Diva Canto6-24/+50
2010-01-03* Changed ISimulation interface to take a GridRegion as input arg instead of ↵Diva Canto11-289/+762
a regionHandle. * Added the RemoteSimulationConnectorModule, which is the replacement for RESTComms. Scenes is not using this yet, only (standalone) Login uses these region modules for now. * Completed SimulationServiceConnector and corresponding handlers.
2010-01-03Applied fix for avatar connectors similar to yesterday's fix of user account ↵Diva Canto2-7/+9
connectors.
2010-01-02Test client for remote user account connector and service. It seems to be ↵Diva Canto3-8/+161
working.
2010-01-02Flattening the ServiceURLsDiva Canto1-3/+23
2010-01-03Change the requester a littleMelanie1-1/+4
2010-01-02Test client for remote presence connector, and for the service itself. ↵Diva Canto5-4/+167
Connector seems to work well.
2010-01-02* Converters from new AvatarData to old AvatarAppearance and vice-versaDiva Canto2-9/+117
* Login now retrieves AvatarData from AvatarService and sends it off with the agent data
2010-01-02* Avatar service connectors all in place, but untested.Diva Canto7-3/+932
* Fixed a typo in RemoteUserAccountServiceConnector module.
2010-01-02Changed the rest of references to IAvatarData to AvatarDataDiva Canto1-2/+7
2010-01-02Change to a classMelanie1-5/+7
2010-01-02Strip the lindenisms from the interfaceMelanie1-8/+2
2010-01-02Clarifying comments.Diva Canto1-1/+7
2010-01-02First stab at avatar data. Very genericMelanie1-7/+16
2010-01-02Minor interface changesMelanie1-8/+5
2010-01-02* Forgotten ILibraryService from yesterdayDiva Canto3-0/+138
* New IAvatarService -- first pass
2010-01-01The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵Diva Canto11-58/+415
obsolete. Didn't delete it yet to avoid merge conflicts later -- want to stay out of core as much as possible.
2010-01-01Forgotten modules in prior commit.Diva Canto3-1/+274
2010-01-01New LL login service is working! -- tested in standalone only. Things still ↵Diva Canto9-109/+180
missing from response, namely Library and Friends. Appearance service is also missing.
2010-01-01Remove the inner Md5 to let the auth service handle md5 passwordsMelanie1-1/+1
2010-01-01Auth data migration.Diva Canto1-0/+5
2009-12-31Yes! First test of new login service done still in 2009! Bombs in auth, ↵Diva Canto6-1/+431
because the data migration is missing. Will fix it next year... * HAPPY NEW YEAR!
2010-01-01Finally restire the EMPTY friends module (what a mess)Melanie1-550/+1
2009-12-31A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵Diva Canto4-24/+302
Almost done...
2009-12-31Readds llCollisionFilter and adds llPassCollision.Revolution3-64/+293
Applied with whitespace cleanup Signed-off-by: Melanie <melanie@t-data.com>
2009-12-31* Added the Login server handlers that were lost in yesterday's commit griefDiva Canto6-22/+295
* More beef to the LLLoginService * Better design for handling local simulation service
2009-12-31Readds llCollisionFilter and adds llPassCollision.Revolution3-64/+293
Applied with whitespace cleanup Signed-off-by: Melanie <melanie@t-data.com>
2009-12-31Whitespace cleanup (changed hard tabs to 4 spaces)Melanie2-486/+486
2009-12-31Adds Friend Finding functionality.Revolution1-0/+23
Signed-off-by: Melanie <melanie@t-data.com>
2009-12-31Adds tons of packets.Revolution11-3/+854
Applied with change: Changed spelling to Summary (from Summery) Signed-off-by: Melanie <melanie@t-data.com>
2009-12-31More progress on both the Simulation service and the Login service. Both ↵Diva Canto3-2/+429
still unfinished.
2009-12-31Simulation handlers (agents & objects) completed.Diva Canto8-20/+572
2009-12-31This patch caused serialization errors and needs to be reexaminedMelanie2-315/+67
Revert "[PATCH] Adds llCollisionFilter" This reverts commit eab2b4c6a96cd5b2a0f079f27a9c2ac15273d3f0.
2009-12-30First pass at the new login service. Still incomplete, but doesn't disrupt ↵Diva Canto7-7/+872
the existing code.
2009-12-31[PATCH] Adds llCollisionFilterMelanie2-67/+315
Thank you, Revolution. Applied with minor changes.
2009-12-31Adds osKickUser and osSetSpeedunknown3-0/+97
Signed-off-by: Melanie <melanie@t-data.com>
2009-12-31Implement avatar picker queriesMelanie4-3/+53
2009-12-31Implement saving user account dataMelanie4-5/+26
2009-12-31Remove CreateUserAccount. Rename SetUserAccount to StoreUserAccount.Melanie5-64/+76
Implement the fetch operations fully. Rename one last UserService file to UserAccountService
2009-12-30Make ScopeID be wild on user queries. Just pass it as UUID.ZeroMelanie1-3/+14
2009-12-30Some modifications to user service. Query by name is implemented nowMelanie5-8/+30
2009-12-30Unit tests for presence. They helped fix a couple of wrongnesses.Diva Canto5-12/+362
2009-12-30* Fixes Sitting on the ground.Teravus Ovares (Dan Olivares)2-3/+13
2009-12-30* Makes forward and backward key reactions faster by responding to the NUDGE ↵Teravus Ovares (Dan Olivares)2-9/+35
type movements.
2009-12-29* Attempts to resolve the megaregion terrain edit rebound.Teravus Ovares (Dan Olivares)1-0/+82
* It does this by tweaking the throttles on child agent connection to a megaregion and multiplying the land throttle by 50. (various bit and byte magic ensue) * While, I doubt this will cause terrain crater sized potholes.. since it actually increases the bandwidth available for land in child regions when MegaRegions area active, more testing would be good. * This, in theory, also shouldn't cause missing objects in child regions.. because all objects are in the root region anyway. As I said, more testing would be good.
2009-12-29More renames to make everything consistent. This is the UserAccountService.Diva Canto3-0/+0
2009-12-29Fixed a couple of bugs that were bombing the data migration.Diva Canto2-2/+2
2009-12-30Fix an omission in LSL that causes a viewer crashMelanie1-0/+5