aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-17Add more log messages for message service/user service get_friends_list inter...justincc2-6/+14
2009-12-16try disabling keep-alive on every xml rpc handler in the user serverjustincc7-25/+25
2009-12-15oops, meant to switch keep-alive off on register_messageserver, not deregisterjustincc1-3/+3
2009-12-15Try Dive's suggestion of not requesting keep alive for rpc requestsjustincc2-29/+29
2009-12-15Fix casting problems where I assumed return value was still a XmlRpcResponse ...justincc2-8/+11
2009-12-14replace a couple of xmlrpc invocations with invoke() instead of send()justincc2-3/+5
2009-12-03add extra logging on message service registrations with the user serviceJustin Clark-Casey (justincc)1-19/+29
2009-12-03if an xml rpc method throws an exception, log as an error to the console as w...Justin Clark-Casey (justincc)1-0/+1
2009-12-02temporary add logging message when user service successfully registers a mess...Justin Clark-Casey (justincc)1-1/+9
2009-12-01Add more stack trace information to some messaging server exceptionsJustin Clark-Casey (justincc)2-6/+11
2009-12-01minor: make logging messages more consistentJustin Clark-Casey (justincc)1-5/+5
2009-12-01minor: formatting, change some logging messagesJustin Clark-Casey (justincc)2-8/+6
2009-11-11minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2009-11-10Stop 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 Hurliman1-1/+0
2009-10-23* Unregister Mono.Addins event handlers in PluginLoader.Dispose() and always ...John Hurliman1-5/+5
2009-10-22Implemented a Watchdog class. Do not manually create Thread objects anymore, ...John Hurliman1-4/+4
2009-10-21* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...John Hurliman1-2/+1
2009-10-19* Removed OpenSim.Data.NHibernateJohn Hurliman1-1/+1
2009-10-03Better error handling to diagnose login problems.Diva Canto1-0/+1
2009-10-03Fixed interface between the Messaging server and the grid server.Diva Canto1-42/+29
2009-10-01Catch and print exceptions in MessagingService, to diagnose mysterious disapp...Diva Canto1-35/+51
2009-10-01Formatting cleanup.Jeff Ames6-11/+11
2009-09-28Fixed bug in HG that was causing secondlife:// refs to bomb the client.Diva Canto1-3/+2
2009-09-28Fixed bug in user server related to region's serverURI.Diva Canto1-1/+1
2009-09-27Fixed small bug in having to deal with RegionInfo's ServerURI, which wasn't b...Diva Canto1-0/+1
2009-09-27Fixed the connection from User server to GridServer.Diva Canto1-32/+30
2009-09-24re-enable registration of user service authentication method I accidentally d...Justin Clark-Casey (justincc)1-1/+1
2009-09-24Allow load/save iar password checks to be done in grid modeJustin Clark-Casey (justincc)1-1/+55
2009-09-23minor: remove double initialization of user appearance module in Grid.UserSer...Justin Clark-Casey (justincc)1-4/+0
2009-09-17Remove The legacy inventory and asset servers. Bump interface version to 6Melanie6-1299/+0
2009-09-10The stubs for an authorization service, at the moment the service will always...Rob Smart1-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-25A slightly modified version ofTeravus Ovares (Dan Olivares)1-1/+6
2009-08-22Changed the namespace of old InventoryServiceBase amd AuthedSessionCache.Diva Canto2-2/+4
2009-08-22Moved AuthedSessionCache to where it is used -- Grid/InventoryServer.Diva Canto2-0/+650
2009-08-21Fix Messaging server so -xmlfile actually worksMelanie1-0/+1
2009-08-21Add -xmlfile= option to UGM, to let the files be outside bin if desiredMelanie4-3/+11
2009-08-20Remove the AssetInventory server from core. It has fallen behind bothMelanie23-5707/+0
2009-08-19Fixing a spot I missed in assets. Switching Grid to the new naming schema wit...Kunnis1-3/+3
2009-08-19* Switching IAssetData to follow the new naming schema, removing the separate...Kunnis2-5/+5
2009-08-19Graft the REST console onto the message server as well. What a dirty hack!Melanie1-20/+59
2009-08-19Graft the REST console onto the grid server. Same procedure as withMelanie3-3/+37
2009-08-19Add rest console support to the user server. Will ask new questions atMelanie1-1/+38
2009-08-10Last piece of cleaning up old inventory. Old IInventoryServices and ISecureIn...Diva Canto2-6/+0
2009-08-09Re-removing 2 lines that got added back on Melanie's commits. git hickup.Diva Canto1-2/+0
2009-08-09Rename UserData to UserAccount dataMelanie1-0/+2
2009-08-09Removed HGInventory out of core. This is part of HG2, which it now being deve...Diva Canto1-2/+0
2009-07-12Fixed bug in AvatarCreationModule, where during the cloning of a folder it wo...MW1-0/+5
2009-07-10Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker1-1/+1