aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-10-10* Just some OGP maintenance. Standards adherence type stuff. Teravus Ovares1-1/+34
2008-10-09* Bump server info number to 0.5.11Justin Clarke Casey1-1/+1
2008-10-08adding OSHttpResponse test case (yeah, very primitive still)Dr Scofield1-26/+175
2008-10-06cleaning up OSHttpResponse: note that read access to extra headerDr Scofield3-160/+69
2008-10-06oops. forgot testcaseDr Scofield1-0/+249
2008-10-06cleaning up OSHttpRequest removing old Http stuff. also adding testDr Scofield3-317/+92
2008-10-03* Committing a few keep-alive changes. Cleaned up some log messagesTeravus Ovares1-6/+21
2008-10-03* Fixes a http protocol violation in HttpServer in Linux. StringWriter.Appe...Teravus Ovares1-1/+6
2008-10-03* refactor: make shutdown a template method in the same manner as startup, fo...Justin Clarke Casey1-2/+9
2008-10-03* minor: restore the standard startup logo text now I understand why things w...Justin Clarke Casey1-1/+1
2008-10-03* oops, fix region startup to be in the correct sequence (though it appeared ...Justin Clarke Casey1-1/+1
2008-10-03* For shits and giggles, print out the time taken for a server to start up (w...Justin Clarke Casey1-0/+4
2008-10-03* refactor: make startup a template methodJustin Clarke Casey1-2/+9
2008-10-03* minor: remove warnings (the code cleaners strike again)Justin Clarke Casey1-4/+4
2008-10-03* EventQueueGet is now working.Teravus Ovares1-10/+174
2008-10-02- Fix invalid cast in OSHttpRequestHomer Horwitz1-3/+3
2008-10-01* Adds error handlers for errors parsing the querystring passed on the OSHttp...Teravus Ovares1-3/+18
2008-10-01* Fixed a mangled Seed caps handler definition on login to region in standalo...Teravus Ovares1-3/+3
2008-09-30* Replacing Net.HttpListener with HttpServer. Teravus Ovares3-84/+286
2008-09-30* Get the code up to speed with my -#dev e-mail example. (uncomment out lines...Teravus Ovares2-4/+34
2008-09-29* minor: remove warningsJustin Clarke Casey1-6/+7
2008-09-27* Event queue is now polling.. Teravus Ovares1-2/+4
2008-09-27* This is the very very early beginnings of an EventQueue:get module.Teravus Ovares3-5/+155
2008-09-25Mantis#2017. Thank you kindly, Tyre, for a patch that solves:Charles Krinke2-11/+4
2008-09-25temporarily disabling HttpServer related stuff (take #2: Exclude takesDr Scofield2-48/+48
2008-09-25* Remove a message handler Teravus Ovares1-0/+2
2008-09-23* OGP GET, look for Accept header application/llsd+xml with an optional ?q=Teravus Ovares1-1/+1
2008-09-23* Fix a null reference exception that I introducedTeravus Ovares1-1/+1
2008-09-23* Get Requests for OGP don't have a Content-type: application/llsd+xml, they ...Teravus Ovares1-0/+12