| Commit message (Expand) | Author | Files | Lines |
2009-11-11 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2009-11-10 | Stop OpenSim.Grid.GridServer.exe from building to reduce user/developer confu... | Justin Clark-Casey (justincc) | 1 | -65/+0 |
2009-10-23 | * Changed various modules to not initialize timers unless the module is initi... | John Hurliman | 1 | -1/+0 |
2009-10-23 | * Unregister Mono.Addins event handlers in PluginLoader.Dispose() and always ... | John Hurliman | 1 | -5/+5 |
2009-10-22 | Implemented a Watchdog class. Do not manually create Thread objects anymore, ... | John Hurliman | 1 | -4/+4 |
2009-10-21 | * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U... | John Hurliman | 1 | -2/+1 |
2009-10-19 | * Removed OpenSim.Data.NHibernate | John Hurliman | 1 | -1/+1 |
2009-10-03 | Better error handling to diagnose login problems. | Diva Canto | 1 | -0/+1 |
2009-10-03 | Fixed interface between the Messaging server and the grid server. | Diva Canto | 1 | -42/+29 |
2009-10-01 | Catch and print exceptions in MessagingService, to diagnose mysterious disapp... | Diva Canto | 1 | -35/+51 |
2009-10-01 | Formatting cleanup. | Jeff Ames | 6 | -11/+11 |
2009-09-28 | Fixed bug in HG that was causing secondlife:// refs to bomb the client. | Diva Canto | 1 | -3/+2 |
2009-09-28 | Fixed bug in user server related to region's serverURI. | Diva Canto | 1 | -1/+1 |
2009-09-27 | Fixed small bug in having to deal with RegionInfo's ServerURI, which wasn't b... | Diva Canto | 1 | -0/+1 |
2009-09-27 | Fixed the connection from User server to GridServer. | Diva Canto | 1 | -32/+30 |
2009-09-24 | re-enable registration of user service authentication method I accidentally d... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2009-09-24 | Allow load/save iar password checks to be done in grid mode | Justin Clark-Casey (justincc) | 1 | -1/+55 |
2009-09-23 | minor: remove double initialization of user appearance module in Grid.UserSer... | Justin Clark-Casey (justincc) | 1 | -4/+0 |
2009-09-17 | Remove The legacy inventory and asset servers. Bump interface version to 6 | Melanie | 6 | -1299/+0 |
2009-09-10 | The stubs for an authorization service, at the moment the service will always... | Rob Smart | 1 | -0/+1 |
2009-09-09 | * Lock timers when Calling Start() and Stop() when the Thread Context is murk... | Teravus Ovares (Dan Olivares) | 1 | -1/+2 |
2009-08-25 | A slightly modified version of | Teravus Ovares (Dan Olivares) | 1 | -1/+6 |
2009-08-22 | Changed the namespace of old InventoryServiceBase amd AuthedSessionCache. | Diva Canto | 2 | -2/+4 |
2009-08-22 | Moved AuthedSessionCache to where it is used -- Grid/InventoryServer. | Diva Canto | 2 | -0/+650 |
2009-08-21 | Fix Messaging server so -xmlfile actually works | Melanie | 1 | -0/+1 |
2009-08-21 | Add -xmlfile= option to UGM, to let the files be outside bin if desired | Melanie | 4 | -3/+11 |
2009-08-20 | Remove the AssetInventory server from core. It has fallen behind both | Melanie | 23 | -5707/+0 |
2009-08-19 | Fixing a spot I missed in assets. Switching Grid to the new naming schema wit... | Kunnis | 1 | -3/+3 |
2009-08-19 | * Switching IAssetData to follow the new naming schema, removing the separate... | Kunnis | 2 | -5/+5 |
2009-08-19 | Graft the REST console onto the message server as well. What a dirty hack! | Melanie | 1 | -20/+59 |
2009-08-19 | Graft the REST console onto the grid server. Same procedure as with | Melanie | 3 | -3/+37 |
2009-08-19 | Add rest console support to the user server. Will ask new questions at | Melanie | 1 | -1/+38 |
2009-08-10 | Last piece of cleaning up old inventory. Old IInventoryServices and ISecureIn... | Diva Canto | 2 | -6/+0 |
2009-08-09 | Re-removing 2 lines that got added back on Melanie's commits. git hickup. | Diva Canto | 1 | -2/+0 |
2009-08-09 | Rename UserData to UserAccount data | Melanie | 1 | -0/+2 |
2009-08-09 | Removed HGInventory out of core. This is part of HG2, which it now being deve... | Diva Canto | 1 | -2/+0 |
2009-07-12 | Fixed bug in AvatarCreationModule, where during the cloning of a folder it wo... | MW | 1 | -0/+5 |
2009-07-10 | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 1 | -1/+1 |
2009-06-18 | * Corrected CAPS namespaces | Arthur Valadares | 2 | -2/+2 |
2009-06-11 | InterServiceInventoryService references *almost* completely removed from the ... | diva | 2 | -2/+2 |
2009-06-04 | Comment out unused variables / private fields to avoid compiler warnings. | Jeff Ames | 1 | -4/+4 |
2009-06-04 | Comment out unused private functions to avoid compiler warnings. | Jeff Ames | 1 | -53/+53 |
2009-06-02 | Thank you kindly, jonc, for a patch that: | Charles Krinke | 1 | -2/+2 |
2009-06-01 | Fixed AvatarCreationModule (I think) | MW | 1 | -1/+1 |
2009-06-01 | trying to get panda to be able to read the AvatarCreationModule | MW | 1 | -544/+544 |
2009-06-01 | part 1 of trying to get panda to be able to read the AvatarCreationModule | MW | 1 | -545/+545 |
2009-06-01 | Some changes to the AvatarCreationModule to reduce the number of database rea... | MW | 1 | -69/+86 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 54 | -54/+54 |
2009-05-31 | Update svn properties. | Jeff Ames | 1 | -528/+528 |
2009-05-30 | Added option (on my default) to the clone avatar function so that the clothes... | MW | 1 | -122/+141 |