aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-12* Lock remaining m_rpcHandlers use since these accesses are not guaranteed to...Justin Clarke Casey1-2/+8
2009-02-12* Apply http://opensimulator.org/mantis/view.php?id=3138Justin Clarke Casey1-0/+20
2009-02-12* optimized usings.lbsa7114-33/+14
2009-02-10Add proper handling for shared vs. unshared modules to the commandMelanie Thielker1-8/+8
2009-02-09* Restore show information for the OpenSim region server (version, info, thre...Justin Clarke Casey1-1/+1
2009-02-07Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker1-65/+54
2009-02-05* Make existing module commanders register as help topicsJustin Clarke Casey1-4/+24
2009-02-04Closing the requestStream and setting a 10 sec timeout for getting it.diva2-0/+4
2009-01-22Fixes Mantis #3032. The VersionInfo.cs file was not updated from 0.6.1 to 0.6...Charles Krinke1-1/+1
2009-01-13* minor: remove some mono compiler warningsJustin Clarke Casey1-1/+1
2009-01-13* minor; Very minor non-functional tidy upsJustin Clarke Casey1-11/+6
2009-01-13* minor: Add a couple of code comments about enabling httpserver loggingJustin Clarke Casey1-10/+14
2009-01-08* Adds the variables passed to the hashtable BaseHttpServer passes in.Teravus Ovares1-0/+7
2009-01-05* minor: remove some mono compiler warningsJustin Clarke Casey1-1/+1
2009-01-03Undoing the bump up of MajorInterfaceVersion number back to 2. This just does...diva1-1/+1
2009-01-03Another interregion comms change that will not work well with previous versio...diva1-1/+1
2009-01-03* Updates the sim stats module. Cleans out some of the rot.Teravus Ovares1-1/+2
2008-12-31Added http-method to the hashtable that gets passed to GenericHTTPMethods.diva1-1/+1
2008-12-20Change VersionInfo.cs from 0.6.0 to 0.6.1 in preparationCharles Krinke1-1/+1
2008-12-20* A few more fixes to HttpServer.Teravus Ovares2-2/+10
2008-12-18* Tweak my previously mentioned nasty hack so it's a little less nastyTeravus Ovares1-6/+8
2008-12-18* Added "show queues" command that shows throttling queues for all clients.lbsa711-1/+1
2008-12-18* Add a nasty hack to try and give the HttpServer a few extra lives until we ...Teravus Ovares1-2/+29
2008-12-18* Caught unhandled IOException, and outputted it to log.lbsa711-1/+5
2008-12-18* Added more articulate logging of HttpServer so we can diagnose issues.Teravus Ovares1-0/+38
2008-12-18* Committing an opensim level error message on httpserver. This might help w...Teravus Ovares1-0/+6
2008-12-13Mantis#2811. Thank you kindly, Diva for a patch that resolvesCharles Krinke1-1/+1
2008-12-02Made BaseOpenSimServer.ShutdownSpecific() public. As the OpenSimBase.Shutdown...MW1-1/+1
2008-12-01Added a Catch(InvalidOperationException) to BaseHttpServer.HandleRequest(). W...MW1-19/+24
2008-11-25* Adding the incoming url as Param[2] in the XmlRpcRequestlbsa711-1/+3
2008-11-19Reapply r7369 r7367 r7366 r7370 r7381. This brings it back up to the newMelanie Thielker4-16/+13
2008-11-19Reverting the texture sending patch and the new libOMV. This makes thisMelanie Thielker4-13/+16
2008-11-17* Update libOMV to r2359. This is necessary for the progressive texture patchJustin Clarke Casey4-16/+13
2008-11-17* minor: add interface version to 'show version' command outputJustin Clarke Casey1-1/+4
2008-11-14Add group permissions to agent inventory.Melanie Thielker1-1/+1
2008-11-12Change HTTP server backlog/acceptors to 64, per Adam ZMelanie Thielker1-1/+1
2008-11-11* Implement basic region filtering as described in https://lists.berlios.de/p...Justin Clarke Casey2-22/+19
2008-11-08* Made ClientLoop non-infinite, ClientLoop will now disengage when the client...Adam Frisby1-3/+1
2008-11-08Change Version string from 0.5.11 to 0.6.0 for release.Charles Krinke1-1/+1
2008-11-08Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames1-1/+28
2008-11-03* Apply http://opensimulator.org/mantis/view.php?id=2535Justin Clarke Casey1-8/+37
2008-11-03* Use nini to pass config information to the client stack, rather than the Cl...Justin Clarke Casey1-1/+0
2008-11-01Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz1-1/+12
2008-10-29* Instead of putting 0.5.11.00000 if there is no revision, just put 0.5.11 in...Justin Clarke Casey1-1/+1
2008-10-28* minor: remove mono compiler warningsJustin Clarke Casey1-1/+1
2008-10-28* Apply http://opensimulator.org/mantis/view.php?id=2482Justin Clarke Casey1-3/+17
2008-10-25Fixed the cause of a hidden Exception which prevented BaseHttpServer to answerHomer Horwitz1-1/+2
2008-10-23Adding AddXmlRpcHandler(name, method, bool) to selectively disableDr Scofield1-0/+13
2008-10-22- Added BaseHttpServer.StopHomer Horwitz1-0/+5
2008-10-14* Remove a warning from BaseHttpServerTeravus Ovares1-1/+1