aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-20Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker1-3/+3
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-05-04Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker1-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-25Renamed IMessageUserServerService to IInterServiceUserService.csMW1-2/+2
Renamed MessageUserServerModule to InterMessageUserServerModule
2009-02-25Renamed IUGAIMCore to IGridServiceCore, still not really happy with this ↵MW1-1/+1
name as it could be confused with the Grid Server namespace or with the IGridService in the region servers.
2009-02-24Removed the additions from the last revision for the "ShowHelp" delegate ↵MW1-5/+0
handling, as it seems that system isn't in use anymore.
2009-02-24More refactoring of the Grid/user/messaging servers.MW1-1/+6
2009-02-24Same treatment for the MessagingServer... added ↵MW11-1342/+1
OpenSim.Grid.MessagingServer.Modules for the modules/components of it.
2009-02-24Deleted the files from Messagingserver that are now in OpenSim.Grid.FrameworkMW4-228/+0
2009-02-24Updated MessagingServer to use OpenSim.Grid.FrameworkMW8-5/+12
2009-02-24Some cleaning up in the MesssagingServer and GridServer.MW3-83/+3
2009-02-23Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames6-506/+587
2009-02-22First step in giving the messaging server the modular refactoring treatment. ↵MW8-289/+643
As with the other two servers, this is very much a work in progress.
2009-02-12* optimized usings.lbsa717-24/+8
2009-02-10Add proper handling for shared vs. unshared modules to the commandMelanie Thielker1-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-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker1-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-02Made BaseOpenSimServer.ShutdownSpecific() public. As the ↵MW1-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 UserServiceAdminJustin Clarke Casey1-2/+9
2008-11-25Add copyright headers. Minor formatting cleanup.Jeff Ames1-5/+5
2008-11-25made the messaging server OpenMessage_Main constructor public (from private) ↵MW1-1/+1
so it can be subclassed.
2008-11-2305:24:49 - [PRESENCE]: Logging off 888760cb-a3cf-43ac-8ea4-8732fd3ee2bb ↵Melanie Thielker2-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-23Plumb in the presence notifications and region shutdown/restart messagesMelanie Thielker2-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-21Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker1-1/+1
libOMV.
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker1-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 patchJustin Clarke Casey1-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-17minor: remove mono compiler warningsJustin Clarke Casey1-3/+3
2008-11-17Make the messageing server re-register with all it's user servers every fiveMelanie Thielker1-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-17Allow more then one user server in the user server config of theMelanie Thielker1-25/+43
message server. This is needed for larger grids
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz3-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-27Update svn properties, minor formatting cleanup.Jeff Ames1-1/+1
2008-10-22- Added BaseHttpServer.StopHomer Horwitz1-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 Casey1-3/+1
for consistency's sake
2008-10-03* refactor: make startup a template methodJustin Clarke Casey1-5/+1
2008-09-26* Patch from JHurlimanTeravus Ovares2-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 Casey1-3/+7
requests flow through the ShowHelp() method
2008-09-14MessageServer gets the agent position (positionx/y/z) as float, not as int inHomer Horwitz1-3/+3
the login_to_simulator message. Changed parsing accordingly (#2190).
2008-09-06Mantis #2133Melanie Thielker1-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 JHurlimanTeravus Ovares6-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-18Formatting cleanup.Jeff Ames2-7/+2
2008-08-13Mantis #1936Melanie Thielker1-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 configurationJustin Clarke Casey1-2/+0
2008-06-27last round of warning squashing. calling it a day now.Dr Scofield4-10/+11
2008-06-25Update svn properties. Add copyright notices.Jeff Ames2-0/+54
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames3-25/+25
2008-06-03* This should fix presence issues.Teravus Ovares3-14/+24
2008-06-02* Submitting 3 files for the messagingserver that I've kept to myself.Teravus Ovares3-0/+157
2008-06-02* This update enables grid wide presence updates.Teravus Ovares4-30/+229
* You'll need to start-up the MessageingServer and set it up. It sets up like any of the other grid servers. * All user presence data is kept in memory for speed, while the agent is online. That means if you shutdown the messaging server or the messaging server crashes, it forgets who's online/offline. * Occasionally the region-cache will get stale if regions move around a lot. if it gets stale, run clear-cache on the messaging server console to clear the region cache.
2008-06-01* Fix build break by eliminating remaining IScenePermissions references - ↵Justin Clarke Casey1-1/+3
must remember to nant clean * Hook all server startups into base opensim server startup method
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames1-2/+2