aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Base (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added AssemblyInfos in the OpenSim.Server namespace dlls.Diva Canto2012-11-141-0/+33
* pasting in show uptime codeSignpostMarv2012-09-061-0/+41
* Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than c...Justin Clark-Casey (justincc)2012-07-111-4/+4
* Remove some mono compiler warningsJustin Clark-Casey (justincc)2012-06-301-3/+1
* Make the "debug http" command available for robust as well as the simulator. ...Justin Clark-Casey (justincc)2012-06-151-60/+18
* Add main instance to internal MainServer.m_Servers list to simplify internal ...Justin Clark-Casey (justincc)2012-06-151-10/+3
* Escape and unescape xml element names if necessary in ServerUtils.BuildXmlDat...Justin Clark-Casey (justincc)2012-05-091-3/+3
* Minor improvements to loggingOren Hurvitz2012-04-241-1/+4
* Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)2012-03-081-4/+4
* Make errors reported by OpenSim when it halts because it can't find certain c...Justin Clark-Casey (justincc)2012-01-241-4/+3
* Catch any exceptions exiting the top of the robust console, as we already do ...Justin Clark-Casey (justincc)2011-11-021-1/+8
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead o...Justin Clark-Casey (justincc)2011-10-252-1/+3
* When a plugin fails to load because a DLL is missing, log which DLL it isOren Hurvitz2011-06-071-0/+7
* HG IM in grid mode working fairly well. Unknown target user references looked...Diva Canto2011-05-261-0/+4
* Adding ssl supportBlueWall2011-05-051-2/+75
* Formatting cleanup.Jeff Ames2010-10-041-1/+1
* adding -logconfig to Robust.exeBlueWall2010-10-011-6/+20
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
* Add command-script to the Robust consoleRobert Adams2010-06-271-0/+41
* Make the text mode remote console really work. It can now be used to sendMelanie Thielker2010-06-081-0/+5
* minor: Print out port that http servers are usingJustin Clark-Casey (justincc)2010-03-251-0/+3
* Restoring LoadPlugin as it was before. Justin's last change made it throw.Diva Canto2010-03-151-2/+15
* Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12Justin Clark-Casey (justincc)2010-03-121-20/+20
* Now showing friends online upon grid login.Diva Canto2010-02-261-4/+5
* * Added a sanity check for missing asset data in LLClientViewJohn Hurliman2010-02-201-177/+0
* * Fixed SL asset type enum to mime type conversion and added more helper func...John Hurliman2010-02-191-31/+166
* Merge branch 'master' into presence-refactorMelanie2010-01-161-1/+6
|\
| * Add the console port setting to ROBUST, tooMelanie2010-01-111-1/+6
| * Allow lists to be embedded in query stringsMelanie2010-01-051-10/+53
| * Change the signature of the forms requester data in preparation to gettingMelanie2010-01-051-6/+6
* | Several more buglets removed.Diva Canto2010-01-131-0/+3
* | Allow lists to be embedded in query stringsMelanie2009-12-271-10/+53
* | Change the signature of the forms requester data in preparation to gettingMelanie2009-12-271-6/+6
|/
* Add "shutdown" command to ROBUST shellMelanie2009-11-301-0/+4
* * Removed verbose debug messageDiva Canto2009-10-061-1/+1
* More debug to try to diagnose a problem with region registration.Diva Canto2009-10-051-1/+1
* Merge branch 'diva-textures-osgrid'Melanie2009-10-041-1/+1
|\
| * * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman2009-10-021-1/+1
* | Formatting cleanup.Jeff Ames2009-10-011-1/+1
* | Formatting cleanup.Jeff Ames2009-10-011-1/+1
* | Fix loading modules with alternate configurations and ports into ROBUST.Melanie2009-09-292-2/+12
* | Add copyright header. Formatting cleanup.Jeff Ames2009-09-291-1/+1
* | Merge branch 'grid-service-redux'Melanie2009-09-281-0/+56
|\ \
| * | Added Protocol versions back, this time in a range model.Diva Canto2009-09-281-0/+56
* | | Allow the notation config_name@port/dll_name:class_name as a handler specMelanie2009-09-281-0/+18
|/ /
* | Added test GridClient, which allowed me to remove a few bugs out of the new c...Diva Canto2009-09-241-1/+3
* | Adding the deserializer for server form/xml repliesMelanie2009-09-191-0/+42
* | Adding Xml serialization of Dictionary<string, object> where objectMelanie2009-09-191-0/+72
|/
* Implement plain password authentication partway. Tested, but no userMelanie2009-09-041-1/+28
* Add rest console support to the user server. Will ask new questions atMelanie2009-08-191-0/+28