aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Thanks to Mic Bowman for inspiring me to look at that we are still using AS...Adam Frisby2008-05-011-1/+1
* * Breaking all the code, breaking all the code..!Adam Frisby2008-05-012-5/+5
* * Allow folder renaming to complete after an agent inventory has been receive...Justin Clarke Casey2008-04-221-1/+1
* * Optimised using statements and namespace references across entire project (...Adam Frisby2008-04-213-9/+8
* * Start catching rogue SocketExceptions which occur (at least on mono) when a...Justin Clarke Casey2008-04-191-0/+10
* Thank you very much, Kmeisthax for:Charles Krinke2008-04-161-2/+13
* * Fixes an issue with the BaseHttpServer in LinuxTeravus Ovares2008-04-151-1/+8
* * Reduce publicly exposed fields on InventoryCollection, which was causing du...Justin Clarke Casey2008-04-111-1/+10
* * Log exceptions which make it up to the top of the http request frame, rathe...Justin Clarke Casey2008-03-311-55/+67
* * Refactored out common http handler operationslbsa712008-03-281-0/+6
* * Correct asset type of Lost and Found folder - this might stop it appearing ...Justin Clarke Casey2008-03-272-0/+6
* * First draft resolution of mantis 777, 734, 389 - scripts do not save in non...Justin Clarke Casey2008-03-201-3/+16
* * Stop grid inventory network failures crashing the client sessionJustin Clarke Casey2008-03-181-0/+10
* Formatting cleanup.Jeff Ames2008-03-1817-456/+446
* More compiler warning cleanup.Jeff Ames2008-02-291-13/+7
* * Caught HttpListenerException and swallowed if with outputlbsa712008-02-251-2/+10
* "threads" command now works. I've added manual tracking of threads (only if c...Tedd Hansen2008-02-211-0/+1
* Minor cleanup.Jeff Ames2008-02-204-4/+4
* * Caught 'OPTIONS' verb in BaseHttpServer that would otherwise explode.lbsa712008-02-201-1/+17
* Playing "Name that thread". Adding names and isbackground=true to all threads...Tedd Hansen2008-02-191-0/+1
* * Output XmlRpc error message if user server gets a fault response from the r...Justin Clarke Casey2008-02-181-6/+9
* More exception checks and crash hintsTedd Hansen2008-02-181-0/+1
* Converted logging to use log4net.Jeff Ames2008-02-053-23/+23
* * Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey2008-02-041-2/+45
* * Add missed out evn:eol-style nativeJustin Clarke Casey2008-01-251-43/+43
* * Add very basic initial login stats to the user serverJustin Clarke Casey2008-01-251-0/+43
* * Mother of all commits:Adam Frisby2008-01-151-1/+1
* * After fighting with it a bit more, Opensim is now compatible with the most ...Teravus Ovares2008-01-101-13/+26
* * This update enables the web_login method.Teravus Ovares2008-01-091-5/+2
* * Added a hashtable based HTTP processor in preparation of the web_login_keyTeravus Ovares2008-01-093-124/+255
* * Enabling the LLSD Login method by jhurliman so libSecondLife clients work o...Teravus Ovares2008-01-071-3/+3
* * Adding More to the MessageServer classes.Teravus Ovares2008-01-071-0/+27
* * A few more Message Server comms related updatesTeravus Ovares2008-01-061-0/+4
* * Added some userserver glue for communications with the message server Teravus Ovares2008-01-061-0/+17
* * Applying jhurliman's LLSD login enablement patch.Teravus Ovares2008-01-052-3/+105
* * Updates UserServer Teravus Ovares2008-01-021-1/+1
* * Optimized usingslbsa712007-12-277-48/+60
* * Added some ugly hackish code to the user server to start implementing the n...Teravus Ovares2007-12-241-0/+134
* added copyright noticesJeff Ames2007-12-115-3/+143
* saved OpenSim source code from the giant rampaging unterminated copyright not...Jeff Ames2007-12-104-8/+8
* removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames2007-12-061-4/+4
* Some refactoring of the RestObjectPoster (and related classes).MW2007-12-053-4/+14
* keeping opensim safe for children -- made some namespace references less expl...Jeff Ames2007-12-041-2/+2
* * Fixed compile issue.Adam Frisby2007-12-041-1/+1
* * Added SSL Support to HttpListenerAdam Frisby2007-12-041-1/+15
* Attempt to fix mantis issue #82, taking prims into inventory and then rezzing...MW2007-12-021-1/+1
* Added some error handling (and console output) to BaseHttpServer.MW2007-12-021-14/+22
* Some refactoring , mainly on Inventory code. MW2007-12-023-93/+108
* Initial working Grid Inventory server. Only been tested on a very small grid,...MW2007-12-011-0/+92
* normalized line endingsJeff Ames2007-11-043-119/+119