aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Servers (follow)
Commit message (Expand)AuthorAgeFilesLines
* * Made ClientLoop non-infinite, ClientLoop will now disengage when the client...Adam Frisby2008-11-081-3/+1
* Change Version string from 0.5.11 to 0.6.0 for release.Charles Krinke2008-11-081-1/+1
* Remove empty OSUUID.cs file. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-081-1/+28
* * Apply http://opensimulator.org/mantis/view.php?id=2535Justin Clarke Casey2008-11-031-8/+37
* * Use nini to pass config information to the client stack, rather than the Cl...Justin Clarke Casey2008-11-031-1/+0
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-011-1/+12
* * Instead of putting 0.5.11.00000 if there is no revision, just put 0.5.11 in...Justin Clarke Casey2008-10-291-1/+1
* * minor: remove mono compiler warningsJustin Clarke Casey2008-10-281-1/+1
* * Apply http://opensimulator.org/mantis/view.php?id=2482Justin Clarke Casey2008-10-281-3/+17
* Fixed the cause of a hidden Exception which prevented BaseHttpServer to answerHomer Horwitz2008-10-251-1/+2
* Adding AddXmlRpcHandler(name, method, bool) to selectively disableDr Scofield2008-10-231-0/+13
* - Added BaseHttpServer.StopHomer Horwitz2008-10-221-0/+5
* * Remove a warning from BaseHttpServerTeravus Ovares2008-10-141-1/+1
* * Just some OGP maintenance. Standards adherence type stuff. Teravus Ovares2008-10-101-1/+34
* * Bump server info number to 0.5.11Justin Clarke Casey2008-10-091-1/+1
* adding OSHttpResponse test case (yeah, very primitive still)Dr Scofield2008-10-081-26/+175
* cleaning up OSHttpResponse: note that read access to extra headerDr Scofield2008-10-063-160/+69
* oops. forgot testcaseDr Scofield2008-10-061-0/+249
* cleaning up OSHttpRequest removing old Http stuff. also adding testDr Scofield2008-10-063-317/+92
* * Committing a few keep-alive changes. Cleaned up some log messagesTeravus Ovares2008-10-031-6/+21
* * Fixes a http protocol violation in HttpServer in Linux. StringWriter.Appe...Teravus Ovares2008-10-031-1/+6
* * refactor: make shutdown a template method in the same manner as startup, fo...Justin Clarke Casey2008-10-031-2/+9
* * minor: restore the standard startup logo text now I understand why things w...Justin Clarke Casey2008-10-031-1/+1
* * oops, fix region startup to be in the correct sequence (though it appeared ...Justin Clarke Casey2008-10-031-1/+1
* * For shits and giggles, print out the time taken for a server to start up (w...Justin Clarke Casey2008-10-031-0/+4
* * refactor: make startup a template methodJustin Clarke Casey2008-10-031-2/+9
* * minor: remove warnings (the code cleaners strike again)Justin Clarke Casey2008-10-031-4/+4
* * EventQueueGet is now working.Teravus Ovares2008-10-031-10/+174
* - Fix invalid cast in OSHttpRequestHomer Horwitz2008-10-021-3/+3
* * Adds error handlers for errors parsing the querystring passed on the OSHttp...Teravus Ovares2008-10-011-3/+18
* * Fixed a mangled Seed caps handler definition on login to region in standalo...Teravus Ovares2008-10-011-3/+3
* * Replacing Net.HttpListener with HttpServer. Teravus Ovares2008-09-303-84/+286
* * Get the code up to speed with my -#dev e-mail example. (uncomment out lines...Teravus Ovares2008-09-302-4/+34
* * minor: remove warningsJustin Clarke Casey2008-09-291-6/+7
* * Event queue is now polling.. Teravus Ovares2008-09-271-2/+4
* * This is the very very early beginnings of an EventQueue:get module.Teravus Ovares2008-09-273-5/+155
* Mantis#2017. Thank you kindly, Tyre, for a patch that solves:Charles Krinke2008-09-252-11/+4
* temporarily disabling HttpServer related stuff (take #2: Exclude takesDr Scofield2008-09-252-48/+48
* * Remove a message handler Teravus Ovares2008-09-251-0/+2
* * OGP GET, look for Accept header application/llsd+xml with an optional ?q=Teravus Ovares2008-09-231-1/+1
* * Fix a null reference exception that I introducedTeravus Ovares2008-09-231-1/+1
* * Get Requests for OGP don't have a Content-type: application/llsd+xml, they ...Teravus Ovares2008-09-231-0/+12
* * Update in OGP draft 3 protocol spec with regards to seed region requests ru...Teravus Ovares2008-09-231-2/+7
* * Implements an experimental method to define which region you want to go to ...Teravus Ovares2008-09-191-2/+5
* * Tweaked handler code to recognize LibOMV's LLSD Login by post content.Teravus Ovares2008-09-191-1/+3
* * Switches content type from application/xml+llsd to application/llsd+xml on ...Teravus Ovares2008-09-191-1/+1
* * minor: eat up some yummy warningsJustin Clarke Casey2008-09-151-3/+3
* * Complete refactoring accidentally left unfinished so that all server help r...Justin Clarke Casey2008-09-151-15/+1
* * Made Seed CAP response respect the SSL setting.Teravus Ovares2008-09-141-0/+15
* * This update makes configuring SSL a little easier on Windows XP. It also m...Teravus Ovares2008-09-141-2/+127