Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-01-07 | * Finished SimulationServiceConnector | Diva Canto | 17 | -129/+360 | |
* Started rerouting calls to UserService. * Compiles. May run. | |||||
2010-01-04 | Finish conversion if XInventoryService | Melanie | 3 | -19/+98 | |
2010-01-04 | First stage port of the XInventoryService | Melanie | 4 | -0/+674 | |
2010-01-04 | When rezzing a no-copy object on a no-rez parcel, the object vanishes from | Melanie | 1 | -0/+7 | |
inventory until relog. This patch corrects this and puts the item back into inventory. | |||||
2010-01-04 | Mark GetUserInventory as obsolete. It is still used in the default | Melanie | 1 | -0/+2 | |
avatars module and in the REST inventory service, but future inventory services and/or connector will not include this method anymore, because it is dangerous on large inventory servers. Marking as obsolete to give an incentive to rewrite these services to use the recursive fetching or more targeted retrieval. | |||||
2010-01-04 | Add the data service | Melanie | 1 | -0/+67 | |
2010-01-04 | AvatarStore. Untested, but complete | Melanie | 4 | -16/+64 | |
2010-01-04 | Some work on avatar service. Retrieval and storage done | Melanie | 3 | -8/+30 | |
2010-01-04 | Avatar appearance skeleton | Melanie | 4 | -1/+211 | |
2010-01-03 | Cause llSetText to send prim updates. | Melanie | 1 | -0/+1 | |
2010-01-04 | Formatting cleanup. Add copyright headers. | Jeff Ames | 54 | -877/+1114 | |
2010-01-03 | Successfully logged into a grid. | Diva Canto | 6 | -24/+50 | |
2010-01-03 | * Changed ISimulation interface to take a GridRegion as input arg instead of ↵ | Diva Canto | 11 | -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-03 | Applied fix for avatar connectors similar to yesterday's fix of user account ↵ | Diva Canto | 2 | -7/+9 | |
connectors. | |||||
2010-01-02 | Test client for remote user account connector and service. It seems to be ↵ | Diva Canto | 3 | -8/+161 | |
working. | |||||
2010-01-02 | Flattening the ServiceURLs | Diva Canto | 1 | -3/+23 | |
2010-01-03 | Change the requester a little | Melanie | 1 | -1/+4 | |
2010-01-02 | Test client for remote presence connector, and for the service itself. ↵ | Diva Canto | 5 | -4/+167 | |
Connector seems to work well. | |||||
2010-01-02 | * Converters from new AvatarData to old AvatarAppearance and vice-versa | Diva Canto | 2 | -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 Canto | 7 | -3/+932 | |
* Fixed a typo in RemoteUserAccountServiceConnector module. | |||||
2010-01-02 | Changed the rest of references to IAvatarData to AvatarData | Diva Canto | 1 | -2/+7 | |
2010-01-02 | Add virtual method StateChange to ScriptBaseClass | Melanie | 1 | -0/+4 | |
2010-01-02 | Change to a class | Melanie | 1 | -5/+7 | |
2010-01-02 | Strip the lindenisms from the interface | Melanie | 1 | -8/+2 | |
2010-01-02 | Clarifying comments. | Diva Canto | 1 | -1/+7 | |
2010-01-02 | First stab at avatar data. Very generic | Melanie | 1 | -7/+16 | |
2010-01-02 | Minor interface changes | Melanie | 1 | -8/+5 | |
2010-01-02 | * Forgotten ILibraryService from yesterday | Diva Canto | 3 | -0/+138 | |
* New IAvatarService -- first pass | |||||
2010-01-01 | The Library Service is now working. UserProfileCacheService.LibraryRoot is ↵ | Diva Canto | 11 | -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-01 | Forgotten modules in prior commit. | Diva Canto | 3 | -1/+274 | |
2010-01-01 | New LL login service is working! -- tested in standalone only. Things still ↵ | Diva Canto | 9 | -109/+180 | |
missing from response, namely Library and Friends. Appearance service is also missing. | |||||
2010-01-01 | Prevent the creation of duplicate inventory folders in the case of a login | Melanie | 2 | -2/+13 | |
database issue. Now the login will instaead fail later. | |||||
2010-01-01 | Remove the inner Md5 to let the auth service handle md5 passwords | Melanie | 1 | -1/+1 | |
2010-01-01 | Auth data migration. | Diva Canto | 1 | -0/+5 | |
2009-12-31 | Yes! First test of new login service done still in 2009! Bombs in auth, ↵ | Diva Canto | 6 | -1/+431 | |
because the data migration is missing. Will fix it next year... * HAPPY NEW YEAR! | |||||
2010-01-01 | Finally restire the EMPTY friends module (what a mess) | Melanie | 1 | -550/+1 | |
2009-12-31 | A lot more beef on the login service. The LLLoginResponse is a MONSTER! ↵ | Diva Canto | 4 | -24/+302 | |
Almost done... | |||||
2009-12-31 | Put PassCollision on the ignore list for testing, since we don't save that | Melanie | 1 | -0/+1 | |
yet. | |||||
2009-12-31 | Readds llCollisionFilter and adds llPassCollision. | Revolution | 3 | -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 grief | Diva Canto | 6 | -22/+295 | |
* More beef to the LLLoginService * Better design for handling local simulation service | |||||
2009-12-31 | Readds llCollisionFilter and adds llPassCollision. | Revolution | 3 | -64/+293 | |
Applied with whitespace cleanup Signed-off-by: Melanie <melanie@t-data.com> | |||||
2009-12-31 | Whitespace cleanup (changed hard tabs to 4 spaces) | Melanie | 2 | -486/+486 | |
2009-12-31 | Adds Friend Finding functionality. | Revolution | 1 | -0/+23 | |
Signed-off-by: Melanie <melanie@t-data.com> | |||||
2009-12-31 | Adds tons of packets. | Revolution | 11 | -3/+854 | |
Applied with change: Changed spelling to Summary (from Summery) Signed-off-by: Melanie <melanie@t-data.com> | |||||
2009-12-31 | More progress on both the Simulation service and the Login service. Both ↵ | Diva Canto | 3 | -2/+429 | |
still unfinished. | |||||
2009-12-31 | Simulation handlers (agents & objects) completed. | Diva Canto | 8 | -20/+572 | |
2009-12-31 | This patch caused serialization errors and needs to be reexamined | Melanie | 2 | -315/+67 | |
Revert "[PATCH] Adds llCollisionFilter" This reverts commit eab2b4c6a96cd5b2a0f079f27a9c2ac15273d3f0. | |||||
2009-12-30 | First pass at the new login service. Still incomplete, but doesn't disrupt ↵ | Diva Canto | 7 | -7/+872 | |
the existing code. | |||||
2009-12-31 | [PATCH] Adds llCollisionFilter | Melanie | 2 | -67/+315 | |
Thank you, Revolution. Applied with minor changes. | |||||
2009-12-31 | Adds osKickUser and osSetSpeed | unknown | 3 | -0/+97 | |
Signed-off-by: Melanie <melanie@t-data.com> |