Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-09 | 1 | -3/+3 |
|\ | |||||
| * | More cleaning on presence. Friends online/offline works again. | Diva Canto | 2010-05-08 | 1 | -3/+3 |
| | | |||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-05-08 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | GridUserService in place. Replaces the contrived concept of storing user's ↵ | Diva Canto | 2010-05-07 | 1 | -1/+1 |
| | | | | | | | | | | | | 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. BTW, the Meshing files want to be committed too -- EOFs. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-04-19 | 1 | -1/+3 |
|\ \ | |/ | |||||
| * | * May fix mantis #4603. | Diva Canto | 2010-04-05 | 1 | -1/+3 |
| | | | | | | | | * My local git wants to commit the groups files for line endings, I'm gonna let it do it. | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-30 | 3 | -22/+18 |
|\ \ | |/ | |||||
| * | Cleaned up access to scenepresences in scenegraph. GetScenePresences and ↵ | Dan Lake | 2010-03-19 | 3 | -22/+18 |
| | | | | | | | | GetAvatars have been removed to consolidate locking and iteration within SceneGraph. All callers which used these to then iterate over presences have been refactored to instead pass their delegates to Scene.ForEachScenePresence(Action<ScenePresence>). | ||||
* | | Merge branch 'master' into careminster-presence-refactor | Melanie | 2010-03-03 | 12 | -914/+684 |
|\ \ | |/ | | | | | This brings careminster on the level of master. To be tested | ||||
| * | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 3 | -4/+4 |
| | | |||||
| * | * Adds CreatorID to asset metadata. This is just the plumbing to support ↵ | John Hurliman | 2010-02-22 | 3 | -4/+4 |
| | | | | | | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it | ||||
| * | Merge branch 'master' into presence-refactor | Melanie | 2010-02-15 | 1 | -2/+3 |
| |\ | |||||
| * | | Fixed a couple of bugs with Appearance. Appearance is all good now. | Diva Canto | 2010-01-11 | 2 | -4/+4 |
| | | | |||||
| * | | This fixes the problem that region modules (new style) weren't being recognized. | Diva Canto | 2010-01-11 | 1 | -9/+13 |
| | | | |||||
| * | | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted. | Diva Canto | 2010-01-11 | 2 | -2/+2 |
| | | | |||||
| * | | Remove CreateCommsManagerPlugin | Melanie | 2010-01-11 | 2 | -155/+0 |
| | | | |||||
| * | | Refactor. Instantiate sim status handlers in opensim base, not in a plugin | Melanie | 2010-01-11 | 1 | -4/+0 |
| | | | |||||
| * | | Refactor. Move MainServer init to a place with greener grass | Melanie | 2010-01-11 | 1 | -1/+0 |
| | | | |||||
| * | | dust | Diva Canto | 2010-01-10 | 1 | -40/+2 |
| | | | |||||
| * | | NetworkServersInfo removed from CommsManager. | Diva Canto | 2010-01-10 | 1 | -18/+1 |
| | | | |||||
| * | | Some more unnecessary things deleted in Framework.Communications. | Diva Canto | 2010-01-10 | 1 | -1/+0 |
| | | | |||||
| * | | All Framework.Communications.Clients and Framework.Communications.Services ↵ | Diva Canto | 2010-01-10 | 1 | -1/+0 |
| | | | | | | | | | | | | deleted, including old LoginService. | ||||
| * | | Moved GridInfo service from where it was to Handlers/Grid | Diva Canto | 2010-01-10 | 1 | -6/+0 |
| | | | |||||
| * | | * Starting to clean the house... | Diva Canto | 2010-01-10 | 1 | -1/+0 |
| | | | | | | | | | | | | * Fixed circular dependency | ||||
| * | | Merge branch 'presence-refactor' of ↵ | Diva Canto | 2010-01-10 | 3 | -54/+3 |
| |\ \ | | | | | | | | | | | | | ssh://diva@opensimulator.org/var/git/opensim into presence-refactor | ||||
| | * | | Remove all references to master avatar, replacing with estate owner where | Melanie | 2010-01-10 | 3 | -54/+3 |
| | | | | | | | | | | | | | | | | | | | | appropriate. This changes the behavior of the REST plugins and RemoteAdmin's region creation process. | ||||
| * | | | * Changed IPresenceService Logout, so that it takes a position and a lookat | Diva Canto | 2010-01-10 | 3 | -25/+29 |
| |/ / | | | | | | | | | | * CommsManager.AvatarService rerouted | ||||
| * | | A few more inches... Old friends things removed. Less references to ↵ | Diva Canto | 2010-01-08 | 1 | -12/+19 |
| | | | | | | | | | | | | UserProfileService. | ||||
| * | | Inching ahead... This compiles, but very likely does not run. | Diva Canto | 2010-01-08 | 6 | -595/+626 |
| | | | |||||
| * | | Merge branch 'master' into presence-refactor | Melanie | 2010-01-04 | 1 | -2/+2 |
| |\ \ | |||||
| * | | | * Forgotten ILibraryService from yesterday | Diva Canto | 2010-01-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | * New IAvatarService -- first pass | ||||
| * | | | This is somewhat major-like..... Change the intialization order of | Melanie | 2009-12-28 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Application plugins so that MainServer.Instance gets assigned before RegionModulesController loads the new style shared modules. This is needed because otherwise no new style shared module could register a HTTP method.... if it breaks, you get to keep both pieces | ||||
| * | | | Change FriendsModule, InstantMessageModule, MessageTransferModule, ↵ | Melanie | 2009-12-28 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells. | ||||
* | | | | Merge branch 'master' into careminster | Melanie | 2010-02-14 | 1 | -2/+3 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522 | Justin Clark-Casey (justincc) | 2010-02-12 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | These patch should allow people using systems that do not have their locale set to En_US or similar to use OpenSim without suffering effects such as being a million miles up in the air on login. The problem was caused by parsing strings without forcing that parse to be En_US (hence different decimal and digit group symbols were causing problems). Thanks very much to VikingErik for doing the legwork on this fix and phacelia for spotting it in the first place. | ||||
| * | | | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 2010-01-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf. | ||||
* | | | | Revert "Updates all IRegionModules to the new style region modules." | Melanie | 2010-01-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf. | ||||
* | | | | Merge branch 'master' into careminster | Melanie | 2010-01-26 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Updates all IRegionModules to the new style region modules. | Revolution | 2010-01-23 | 1 | -2/+2 |
| | |/ | |/| | | | | | | | Signed-off-by: Melanie <melanie@t-data.com> | ||||
* | | | Merge branch 'master' into careminster | Melanie | 2010-01-03 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Formatting cleanup. Add copyright headers. | Jeff Ames | 2010-01-04 | 1 | -2/+2 |
| |/ | |||||
* | | Merge branch 'master' into careminster | Melanie | 2009-12-05 | 1 | -2/+15 |
|\ \ | |/ | |||||
| * | Allow terrain heightmaps to be loaded directly from URIs via the remote ↵ | Justin Clark-Casey (justincc) | 2009-12-04 | 1 | -2/+15 |
| | | | | | | | | | | | | | | | | admin plugin See http://opensimulator.org/mantis/view.php?id=4418 Thanks StrawberryFride See | ||||
* | | Improvements to rAdmin admin_shutdown and admin_restart. Both methods can ↵ | CasperW | 2009-11-26 | 1 | -2/+72 |
| | | | | | | | | now accept a parameter of noticetype = dialog in order to display a blue persistant dropdown instead of a short notice. Added an optional and configurable delay to the restart method, defaulting at 30 seconds as before. Both methods can also accept a noticetype = none dialog in order to act silently. | ||||
* | | Add the ability to send messages to users ir regions via remote admin | Melanie | 2009-11-15 | 1 | -0/+48 |
|/ | |||||
* | Changing the AssetBase constructors to avoid initializing assets with an ↵ | John Hurliman | 2009-11-05 | 3 | -14/+4 |
| | | | | unknown asset type, and log an error if it ever does happen | ||||
* | Fix an invalid argument exception in the remote admin module when. | Melanie | 2009-11-02 | 1 | -1/+1 |
| | | | | Patch from CasperW | ||||
* | Remove the SECS loader | Melanie | 2009-10-27 | 5 | -443/+0 |
| | |||||
* | * Tweak to region module loading to check for a matching constructor first ↵ | John Hurliman | 2009-10-27 | 1 | -6/+7 |
| | | | | | | | instead of throwing and catching exceptions * Commenting out the MySQL startup sequence that cleans out dropped attachments under the advice that it is no longer relevant. If anything, it could be brought back as a database cleanup console command * Updated to the latest libomv 0.8.0-pre. UUID.TryParse() will no longer throw and catch exceptions for most failed UUID parses | ||||
* | Really make module port selection work. Implement port setting in | Melanie | 2009-10-21 | 1 | -4/+29 |
| | | | | LLProxyLoginModule. |