Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | 1 | -1/+3 | |
2009-08-19 | Graft the REST console onto the message server as well. What a dirty hack! | Melanie | 1 | -20/+59 | |
Works the same as the others. | |||||
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 1 | -1/+1 | |
LICENSE.txt. | |||||
2009-05-20 | Remove the pre-log4net, discrete output methods from the consoles | Melanie Thielker | 1 | -3/+3 | |
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 1 | -0/+1 | |
2009-05-04 | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 1 | -1/+1 | |
console capable of processing commands. Create LocalConsole as a console that uses cursor control and context help. Precursor to a distributed console system for the new grid services. No functional change intended :) | |||||
2009-02-25 | Renamed IMessageUserServerService to IInterServiceUserService.cs | MW | 1 | -2/+2 | |
Renamed MessageUserServerModule to InterMessageUserServerModule | |||||
2009-02-25 | Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵ | MW | 1 | -1/+1 | |
name as it could be confused with the Grid Server namespace or with the IGridService in the region servers. | |||||
2009-02-24 | Removed the additions from the last revision for the "ShowHelp" delegate ↵ | MW | 1 | -5/+0 | |
handling, as it seems that system isn't in use anymore. | |||||
2009-02-24 | More refactoring of the Grid/user/messaging servers. | MW | 1 | -1/+6 | |
2009-02-24 | Same treatment for the MessagingServer... added ↵ | MW | 11 | -1342/+1 | |
OpenSim.Grid.MessagingServer.Modules for the modules/components of it. | |||||
2009-02-24 | Deleted the files from Messagingserver that are now in OpenSim.Grid.Framework | MW | 4 | -228/+0 | |
2009-02-24 | Updated MessagingServer to use OpenSim.Grid.Framework | MW | 8 | -5/+12 | |
2009-02-24 | Some cleaning up in the MesssagingServer and GridServer. | MW | 3 | -83/+3 | |
2009-02-23 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 6 | -506/+587 | |
2009-02-22 | First step in giving the messaging server the modular refactoring treatment. ↵ | MW | 8 | -289/+643 | |
As with the other two servers, this is very much a work in progress. | |||||
2009-02-12 | * optimized usings. | lbsa71 | 7 | -24/+8 | |
2009-02-10 | Add proper handling for shared vs. unshared modules to the command | Melanie Thielker | 1 | -2/+2 | |
interface. Shared modules will now only get added once, so the command handler is called once per module, not once per scene. Removal of scenes has no adverse effects. Nonshared modules will be called for each scene. | |||||
2009-02-07 | Replace the console for all OpenSim apps with a new console featuring command | Melanie Thielker | 1 | -22/+20 | |
line editing, context sensitive help (press ? at any time), command line history, a new plugin command system and new appender features thet let you type while the console is scrolling. Seamlessly integrates the ICommander interfaces. | |||||
2008-12-02 | Made BaseOpenSimServer.ShutdownSpecific() public. As the ↵ | MW | 1 | -1/+1 | |
OpenSimBase.Shutdown() includes a Environment.Exit(0); which is not always wanted when shutting down, like from a windows service. | |||||
2008-11-28 | * refactor: move CreateUser into UserServiceAdmin | Justin Clarke Casey | 1 | -2/+9 | |
2008-11-25 | Add copyright headers. Minor formatting cleanup. | Jeff Ames | 1 | -5/+5 | |
2008-11-25 | made the messaging server OpenMessage_Main constructor public (from private) ↵ | MW | 1 | -1/+1 | |
so it can be subclassed. | |||||
2008-11-23 | 05:24:49 - [PRESENCE]: Logging off 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb ↵ | Melanie Thielker | 2 | -0/+31 | |
because the region they were in has gone Or, in other words, a region crash/restart no longer messes up presence. | |||||
2008-11-23 | Plumb in the presence notifications and region shutdown/restart messages | Melanie Thielker | 2 | -7/+74 | |
from the presence module to the message server, through the user server and on into the database. This should fix the "Already logged in" issue that grids see after a sim crashes, or a user crashes out of a sim. Not yet a 100% solution for friends, but getting there. | |||||
2008-11-21 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-11-19 | Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the new | Melanie Thielker | 1 | -1/+1 | |
libOMV. | |||||
2008-11-19 | Reverting the texture sending patch and the new libOMV. This makes this | Melanie Thielker | 1 | -1/+1 | |
release a direct descendant of the stable 7364, with all the features and none of the issues. This omits the following patch chain: r7383 r7382 r7381 r7377 r7375 r7373 r7372 r7370 r7369 r7368 r7367 r7366 | |||||
2008-11-17 | * Update libOMV to r2359. This is necessary for the progressive texture patch | Justin Clarke Casey | 1 | -1/+1 | |
* Update libopenjpeg as well for this patch. * Appears to be okay on a very short sniff test * Source code will be placed in opensim-libs shortly | |||||
2008-11-17 | minor: remove mono compiler warnings | Justin Clarke Casey | 1 | -3/+3 | |
2008-11-17 | Make the messageing server re-register with all it's user servers every five | Melanie Thielker | 1 | -1/+11 | |
minutes. This ensures that things don't get messy if a user server is restarted and the user server's operator has no control over the host the message servers run on. | |||||
2008-11-17 | Allow more then one user server in the user server config of the | Melanie Thielker | 1 | -25/+43 | |
message server. This is needed for larger grids | |||||
2008-11-01 | Megapatch that fixes/adds: friend offer/deny/accept, friendship termination, | Homer Horwitz | 3 | -304/+164 | |
on-/offline updates, calling cards for friends. This adds methods in the DB layer and changes the MessagingServer, so a full update (incl. UGAIM) is necessary to get it working. Older regions shouldn't break, nor should older UGAIM break newer regions, but friends/presence will only work with all concerned parts (UGAIM, source region and destination region) at this revision (or later). I added the DB code for MSSQL, too, but couldn't test that. BEWARE: May contain bugs. | |||||
2008-10-27 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2008-10-22 | - Added BaseHttpServer.Stop | Homer Horwitz | 1 | -21/+34 | |
- Added "register" command to MessagingServer to re-register with the UserServer after that crashed/was restarted. | |||||
2008-10-03 | * refactor: make shutdown a template method in the same manner as startup, ↵ | Justin Clarke Casey | 1 | -3/+1 | |
for consistency's sake | |||||
2008-10-03 | * refactor: make startup a template method | Justin Clarke Casey | 1 | -5/+1 | |
2008-09-26 | * Patch from JHurliman | Teravus Ovares | 2 | -2/+2 | |
* Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes.. | |||||
2008-09-15 | * Complete refactoring accidentally left unfinished so that all server help ↵ | Justin Clarke Casey | 1 | -3/+7 | |
requests flow through the ShowHelp() method | |||||
2008-09-14 | MessageServer gets the agent position (positionx/y/z) as float, not as int in | Homer Horwitz | 1 | -3/+3 | |
the login_to_simulator message. Changed parsing accordingly (#2190). | |||||
2008-09-06 | Mantis #2133 | Melanie Thielker | 1 | -1/+1 | |
Thank you, Xugu Madison and ChrisDown, for a patch that fixes linux filename extensions from .Xml back to .xml | |||||
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 6 | -42/+42 | |
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke. | |||||
2008-08-18 | Formatting cleanup. | Jeff Ames | 2 | -7/+2 | |
2008-08-13 | Mantis #1936 | Melanie Thielker | 1 | -1/+0 | |
Thank you, gsky, for a patch that corrects the threading model to use the multithreaded apartment in the grid servers and region server. | |||||
2008-08-09 | * minor: remove unused grid send/receive keys from user server configuration | Justin Clarke Casey | 1 | -2/+0 | |
2008-06-27 | last round of warning squashing. calling it a day now. | Dr Scofield | 4 | -10/+11 | |
2008-06-25 | Update svn properties. Add copyright notices. | Jeff Ames | 2 | -0/+54 | |
2008-06-04 | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 3 | -25/+25 | |
2008-06-03 | * This should fix presence issues. | Teravus Ovares | 3 | -14/+24 | |