Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add more log messages for message service/user service get_friends_list ↵ | justincc | 2009-12-17 | 2 | -6/+14 |
| | | | | interaction | ||||
* | try disabling keep-alive on every xml rpc handler in the user server | justincc | 2009-12-16 | 7 | -25/+25 |
| | |||||
* | oops, meant to switch keep-alive off on register_messageserver, not deregister | justincc | 2009-12-15 | 1 | -3/+3 |
| | |||||
* | Try Dive's suggestion of not requesting keep alive for rpc requests | justincc | 2009-12-15 | 2 | -29/+29 |
| | | | | Only going to do this with the user service's deregister_messageserver and get_user_friend_list first of all to see if this can isolate any effect. | ||||
* | Fix casting problems where I assumed return value was still a XmlRpcResponse ↵ | justincc | 2009-12-15 | 2 | -8/+11 |
| | | | | rather than the value HashTable | ||||
* | replace a couple of xmlrpc invocations with invoke() instead of send() | justincc | 2009-12-14 | 2 | -3/+5 |
| | | | | this is in order to force an exception on an error - send() does not do this and people end up simply ignoring the error codes... | ||||
* | add extra logging on message service registrations with the user service | Justin Clark-Casey (justincc) | 2009-12-03 | 1 | -19/+29 |
| | | | | this is to aid in diagnosing http://opensimulator.org/mantis/view.php?id=4351 | ||||
* | if an xml rpc method throws an exception, log as an error to the console as ↵ | Justin Clark-Casey (justincc) | 2009-12-03 | 1 | -0/+1 |
| | | | | well as returning the exception to the caller | ||||
* | temporary add logging message when user service successfully registers a ↵ | Justin Clark-Casey (justincc) | 2009-12-02 | 1 | -1/+9 |
| | | | | | | message service this is for http://opensimulator.org/mantis/view.php?id=4351 | ||||
* | Add more stack trace information to some messaging server exceptions | Justin Clark-Casey (justincc) | 2009-12-01 | 2 | -6/+11 |
| | |||||
* | minor: make logging messages more consistent | Justin Clark-Casey (justincc) | 2009-12-01 | 1 | -5/+5 |
| | |||||
* | minor: formatting, change some logging messages | Justin Clark-Casey (justincc) | 2009-12-01 | 2 | -8/+6 |
| | |||||
* | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2009-11-11 | 1 | -1/+1 |
| | |||||
* | Stop OpenSim.Grid.GridServer.exe from building to reduce user/developer ↵ | Justin Clark-Casey (justincc) | 2009-11-10 | 1 | -65/+0 |
| | | | | | | confusion, since only the ROBUST grid service now works GridServer dll still building for now due to unresolved dependencies with the remaining OpenSim.Grid.UserServer.exe | ||||
* | * Changed various modules to not initialize timers unless the module is ↵ | John Hurliman | 2009-10-23 | 1 | -1/+0 |
| | | | | | | initialized. Ideally, the timers would not initialize unless the module was actually enabled, but Melanie's work on configuring module loading from a config file should make that unnecessary * Wrapped the Bitmap class used to generate the world map tile in a using statement to dispose of it after the JPEG2000 data is created | ||||
* | * Unregister Mono.Addins event handlers in PluginLoader.Dispose() and always ↵ | John Hurliman | 2009-10-23 | 1 | -5/+5 |
| | | | | | | | handle PluginLoader with the using pattern. This freed up 121,634,796 bytes on my system * Avoid allocating an Action<IClientAPI> object every round of the OutgoingPacketHandler * Removed unnecessary semi-colon endings from OpenSim.ini.example [InterestManagement] section | ||||
* | Implemented a Watchdog class. Do not manually create Thread objects anymore, ↵ | John Hurliman | 2009-10-22 | 1 | -4/+4 |
| | | | | use Watchdog.StartThread(). While your thread is running call Watchdog.UpdateThread(). When it is shutting down call Watchdog.RemoveThread(). Most of the threads in OpenSim have been updated | ||||
* | * Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to ↵ | John Hurliman | 2009-10-21 | 1 | -2/+1 |
| | | | | | | Util.FireAndForget() * Changed Util.FireAndForget() to use any of five different methods set with async_call_method in the [Startup] section of OpenSim.ini. Look at the example config for possible values | ||||
* | * Removed OpenSim.Data.NHibernate | John Hurliman | 2009-10-19 | 1 | -1/+1 |
| | | | | * Replaced calls to ThreadPool.QueueUserWorkItem() with ThreadPool.UnsafeQueueUserWorkItem() since OpenSim does not use Code Access Security sandboxing | ||||
* | Better error handling to diagnose login problems. | Diva Canto | 2009-10-03 | 1 | -0/+1 |
| | |||||
* | Fixed interface between the Messaging server and the grid server. | Diva Canto | 2009-10-03 | 1 | -42/+29 |
| | |||||
* | Catch and print exceptions in MessagingService, to diagnose mysterious ↵ | Diva Canto | 2009-10-01 | 1 | -35/+51 |
| | | | | disappearances of the Messaging server. | ||||
* | Formatting cleanup. | Jeff Ames | 2009-10-01 | 6 | -11/+11 |
| | |||||
* | Fixed bug in HG that was causing secondlife:// refs to bomb the client. | Diva Canto | 2009-09-28 | 1 | -3/+2 |
| | | | | Also fiddled a bit more with the initial CAP in the user server. | ||||
* | Fixed bug in user server related to region's serverURI. | Diva Canto | 2009-09-28 | 1 | -1/+1 |
| | |||||
* | Fixed small bug in having to deal with RegionInfo's ServerURI, which wasn't ↵ | Diva Canto | 2009-09-27 | 1 | -0/+1 |
| | | | | being set. | ||||
* | Fixed the connection from User server to GridServer. | Diva Canto | 2009-09-27 | 1 | -32/+30 |
| | |||||
* | re-enable registration of user service authentication method I accidentally ↵ | Justin Clark-Casey (justincc) | 2009-09-24 | 1 | -1/+1 |
| | | | | | | disabled a few commits ago load/save iar on a grid should now work, provided that the user service is this revision or newer | ||||
* | Allow load/save iar password checks to be done in grid mode | Justin Clark-Casey (justincc) | 2009-09-24 | 1 | -1/+55 |
| | | | | | This should allow load/save iar to work for grid mode as long as the grid user service is later than this revision Grid services of earlier revisions will always erroneously report incorrect password. This will be addressed shortly. | ||||
* | minor: remove double initialization of user appearance module in ↵ | Justin Clark-Casey (justincc) | 2009-09-23 | 1 | -4/+0 |
| | | | | Grid.UserServer.Main | ||||
* | Remove The legacy inventory and asset servers. Bump interface version to 6 | Melanie | 2009-09-17 | 6 | -1299/+0 |
| | |||||
* | The stubs for an authorization service, at the moment the service will ↵ | Rob Smart | 2009-09-10 | 1 | -0/+1 |
| | | | | always grant access to an avatar entering the region if requested. | ||||
* | * Lock timers when Calling Start() and Stop() when the Thread Context is ↵ | Teravus Ovares (Dan Olivares) | 2009-09-09 | 1 | -1/+2 |
| | | | | murky. This affects Mono only. | ||||
* | A slightly modified version of | Teravus Ovares (Dan Olivares) | 2009-08-25 | 1 | -1/+6 |
| | | | | http://opensimulator.org/mantis/view.php?id=4040 by jhurliman. The patch didn't match up, so I winged it here. My effort to manually merge the patch seems to make sense, so I'm going to commit it. | ||||
* | Changed the namespace of old InventoryServiceBase amd AuthedSessionCache. | Diva Canto | 2009-08-22 | 2 | -2/+4 |
| | |||||
* | Moved AuthedSessionCache to where it is used -- Grid/InventoryServer. | Diva Canto | 2009-08-22 | 2 | -0/+650 |
| | |||||
* | Fix Messaging server so -xmlfile actually works | Melanie | 2009-08-21 | 1 | -0/+1 |
| | |||||
* | Add -xmlfile= option to UGM, to let the files be outside bin if desired | Melanie | 2009-08-21 | 4 | -3/+11 |
| | |||||
* | Remove the AssetInventory server from core. It has fallen behind both | Melanie | 2009-08-20 | 23 | -5707/+0 |
| | | | | | | upstream and the reference implementation to the point where it is no longer usable. It has no known users, and sinnce it doesn't work anymore, it is safe to assume that no one has used it in a long time. | ||||
* | Fixing a spot I missed in assets. Switching Grid to the new naming schema ↵ | Kunnis | 2009-08-19 | 1 | -3/+3 |
| | | | | with Store/Get | ||||
* | * Switching IAssetData to follow the new naming schema, removing the ↵ | Kunnis | 2009-08-19 | 2 | -5/+5 |
| | | | | separate insert and update methods. | ||||
* | Graft the REST console onto the message server as well. What a dirty hack! | Melanie | 2009-08-19 | 1 | -20/+59 |
| | | | | Works the same as the others. | ||||
* | Graft the REST console onto the grid server. Same procedure as with | Melanie | 2009-08-19 | 3 | -3/+37 |
| | | | | the user server. | ||||
* | Add rest console support to the user server. Will ask new questions at | Melanie | 2009-08-19 | 1 | -1/+38 |
| | | | | | | startup. To use, run it normally once, answering the questions, then run again with -console=rest. Also now supports -console=basic for a console that reads stdin | ||||
* | Last piece of cleaning up old inventory. Old IInventoryServices and ↵ | Diva Canto | 2009-08-10 | 2 | -6/+0 |
| | | | | ISecureInventoryService interfaces removed. | ||||
* | Re-removing 2 lines that got added back on Melanie's commits. git hickup. | Diva Canto | 2009-08-09 | 1 | -2/+0 |
| | |||||
* | Rename UserData to UserAccount data | Melanie | 2009-08-09 | 1 | -0/+2 |
| | |||||
* | Removed HGInventory out of core. This is part of HG2, which it now being ↵ | Diva Canto | 2009-08-09 | 1 | -2/+0 |
| | | | | developed outside. | ||||
* | Fixed bug in AvatarCreationModule, where during the cloning of a folder it ↵ | MW | 2009-07-12 | 1 | -0/+5 |
| | | | | would report it was unsuccessful if the folder was empty. | ||||
* | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 2009-07-10 | 1 | -1/+1 |
| | | | | | | Change all uses of the HttpServer properties to use the new singleton |