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