aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer/Main.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-06-02* This update enables grid wide presence updates.Teravus Ovares1-0/+22
2008-06-01* Fix build break by eliminating remaining IScenePermissions references - mus...Justin Clarke Casey1-1/+3
2008-05-16* Minor: For no particularly good reason, make all console prompts conform to...Justin Clarke Casey1-1/+1
2008-05-16Formatting cleanup.Jeff Ames1-5/+5
2008-05-09* Fix opensim region server shutdown.Justin Clarke Casey1-1/+1
2008-05-07* Move shutdown processing to base OpenSimServer, overriding the method where...Justin Clarke Casey1-20/+4
2008-05-01* Rolled back a few changes.Adam Frisby1-41/+37
2008-05-01* Cleaning code still.Adam Frisby1-37/+41
2008-04-21* Optimised using statements and namespace references across entire project (...Adam Frisby1-4/+5
2008-03-28* Refactored out common http handler operationslbsa711-8/+5
2008-03-18Formatting cleanup.Jeff Ames1-26/+25
2008-03-05* Four more warnings bite the dust.Adam Frisby1-1/+2
2008-02-26* More Message server stuff. Still not ready.Teravus Ovares1-1/+1
2008-02-25* Message Server Linkages (still not ready for use so don't start it yet)Teravus Ovares1-12/+25
2008-02-07Update version numbers to 0.5Jeff Ames1-1/+1
2008-02-05Converted logging to use log4net.Jeff Ames1-20/+16
2008-02-04* Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey1-13/+14
2008-01-06* A few more Message Server comms related updatesTeravus Ovares1-7/+1
2008-01-06* Added some userserver glue for communications with the message server Teravus Ovares1-74/+14
2008-01-06Set svn:eol-style.Jeff Ames1-225/+225
2008-01-05* Added shell Messaging Server. Don't run the MessagingServer yet or you mig...Teravus Ovares1-225/+225
2008-01-05And another log-instead-of-crash... when creating user fails.Tedd Hansen1-3/+19
2008-01-02* Updates UserServer Teravus Ovares1-1/+5
2007-12-31Standard library folders can now be configued in the xml in inventory/OpenSim...Justin Clarke Casey1-1/+3
2007-12-27* Optimized usingslbsa711-7/+14
2007-12-14* Patch from Justincc that swaps out LLUUIDs for Guid on the inventory REST c...Teravus Ovares1-1/+1
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames1-2/+2
2007-12-06removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames1-1/+1
2007-12-05Some refactoring of the RestObjectPoster (and related classes).MW1-1/+1
2007-12-04* Avatar picker works in grid mode now.Teravus Ovares1-0/+2
2007-12-04* Fixed a whole bunch of console messages.Adam Frisby1-2/+2
2007-12-02Some refactoring , mainly on Inventory code. MW1-1/+1
2007-12-01Initial working Grid Inventory server. Only been tested on a very small grid,...MW1-1/+18
2007-10-30* Optimized usingslbsa711-15/+12
2007-10-29as per the "Filesystem cleanup for OpenSim repository" mailing list thread. H...MW1-2/+2
2007-10-25apply http://bug.opensecondlife.org/view.php?id=512 from chillkenSean Dague1-1/+1
2007-10-15* Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken!lbsa711-1/+1
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening Tlei...lbsa711-10/+1
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa711-1/+10
2007-09-14Can now set the http ports that grid server and user server use. MW1-1/+1
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-27Deleted a few old files that are no longer used.MW1-3/+0
2007-08-13Separated Login Service from usermanager, which helps to clean up the code a ...MW1-1/+4
2007-08-03Changes to prepare for future possible configuration of separate logdir, conf...Brian McBee1-2/+7
2007-07-24* More console related changes.Adam Frisby1-1/+1
2007-07-24* Reduced a significant number of compiler warnings (back down to 9 for all p...Adam Frisby1-1/+0
2007-07-21Re-added the ability to set the database provider (dll) in the config file fo...MW1-1/+1
2007-07-19*Moved XmlConfiguration to its own projectmingchen1-2/+2
2007-07-19* Removed yet more compiler warningsAdam Frisby1-1/+0
2007-07-18*New Configuration System, much easier and less buggy compared to the origina...mingchen1-38/+2