aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (unfollow)
Commit message (Expand)AuthorFilesLines
2009-09-25add control files containing version info to iarsJustin Clark-Casey (justincc)1-0/+28
2009-09-25minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-4/+3
2009-09-24Produce a different error message if the user service does not have the authe...Justin Clark-Casey (justincc)1-11/+18
2009-09-24Allow load/save iar password checks to be done in grid modeJustin Clark-Casey (justincc)1-16/+5
2009-09-24* Send Updated Information Packet to Clients after updating estate settings.Adam Frisby1-0/+2
2009-09-24* Establishing why new console commands fail to work. >_>Adam Frisby1-4/+6
2009-09-24* Fixing typo.Adam Frisby1-1/+1
2009-09-24* Added two new commands to EstateManagementModuleAdam Frisby1-6/+55
2009-09-23More tests. Seems to be working.Diva Canto1-1/+10
2009-09-23First test passes -- regions being registered and retrieved correctly in Data...Diva Canto1-2/+2
2009-09-23Unit tests for the grid service. Yey!Diva Canto1-0/+122
2009-09-23Changed IGridService to use the new GridRegion data structure instead of old ...Diva Canto4-69/+82
2009-09-23Fix endlines on UrlModule.csTeravus Ovares (Dan Olivares)1-242/+242
2009-09-23Modules active. Tested HGGridConnector in standalone only for now. Modules co...Diva Canto6-13/+35
2009-09-22Added hg console commands to the module.Diva Canto4-5/+696
2009-09-22Moved RegionName from RegionInfo to SimpleRegionInfo.Diva Canto2-266/+301
2009-09-22Added HGGridConnector and related code.Diva Canto3-38/+364
2009-09-22Thank you, Intari, for a patch that implements the missing pieces ofMelanie1-37/+269
2009-09-22Completely remove the prior implementation of the request event handlingMelanie1-1/+1
2009-09-21Added Remote grid connector module.Diva Canto1-0/+108
2009-09-21Make the poll service handler call the handler method on incoming requests.Melanie1-1/+6
2009-09-21Added grid handler and grid remote connector.Diva Canto1-2/+2
2009-09-21Add a RequestID (UUID.Random()) to the PollRequest and pass it to allMelanie1-4/+4
2009-09-21Add a UUID param to NoEvents in PollServiceEventArgs to make it more genericMelanie1-2/+2
2009-09-18First pass at LocalGridServiceConnector. Nothing of this is used by the simul...Diva Canto1-0/+175
2009-09-18correct off-by-one error in save iar command handlingJustin Clark-Casey (justincc)1-1/+1
2009-09-18provide intelligble warning of why load/save iar doesn't work on grid mode, p...Justin Clark-Casey (justincc)1-0/+14
2009-09-16on iar save/load, let the user know if they put in the wrong passwordJustin Clark-Casey (justincc)1-22/+17
2009-09-16updated the IAuthorizationService interface so that a message is passed back ...Rob Smart2-4/+5
2009-09-16 Stop a loaded OAR from generating on_rez events. This bringsAlan M Webb1-1/+1
2009-09-15And another goMelanie1-2/+2
2009-09-15Attempt to fix the testsMelanie1-2/+2
2009-09-15Some OSGrid specific changes, please use this or later for OSGrid useMelanie2-21/+42
2009-09-14Apply http://opensimulator.org/mantis/view.php?id=4142Justin Clark-Casey (justincc)1-1/+1
2009-09-14label load and save iar commands as experimental.Justin Clark-Casey (justincc)1-2/+6
2009-09-14re-enable load and save iar commandsJustin Clark-Casey (justincc)1-8/+0
2009-09-13* Add the RegionCombinerModule backTeravus Ovares (Dan Olivares)9-0/+1719
2009-09-13Temporarily removing the RegionCombinerModule to debug a mono assert on linuxTeravus Ovares (Dan Olivares)9-1719/+0
2009-09-13* Move nested classes from the RegionCombinerModule into their own file.Teravus Ovares (Dan Olivares)8-563/+804
2009-09-13* More comments in the RegionCombinerModuleTeravus Ovares (Dan Olivares)1-14/+116
2009-09-13Formatting cleanup.Jeff Ames1-1/+1
2009-09-11Disable non-user ready load/save iar for now pending possible format changeJustin Clark-Casey (justincc)1-2/+10
2009-09-11Remove bug where iar created folders could not be deleted after relogJustin Clark-Casey (justincc)2-3/+7
2009-09-11Minor indentation cleanup.Diva Canto1-2/+3
2009-09-11Changed RemoteAuthorizationServiceConnector so that it implements the IAuthor...Rob Smart1-4/+45
2009-09-10Changed the interface of IAuthorizationService to get less data.Diva Canto1-3/+3
2009-09-10adding in working functionality for the remote connectorRob Smart1-1/+1
2009-09-10The stubs for an authorization service, at the moment the service will always...Rob Smart3-0/+256
2009-09-10refactor: Replace some iar item name generation in tests with helper functionJustin Clark-Casey (justincc)1-6/+3
2009-09-10fix spurious loading... messages on iar load by creating folders as version 1...Justin Clark-Casey (justincc)1-1/+1