aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer/XMPPHTTPService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* last round of warning squashing. calling it a day now.Dr Scofield2008-06-271-2/+2
|
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-251-2/+2
|
* adding OSHttpRequest and OSHttpResponse which wrap HttpListenerRequest and ↵Dr Scofield2008-05-191-2/+5
| | | | | | | | | HttpListenerResponse respectively. enhancing IStreamHandler and IStreamedHandler interfaces so that OSHttp{Request,Response} get passed in, allowing RestHandlers to set response status code, redirections, etc.
* Formatting cleanup.Jeff Ames2008-05-161-5/+5
|
* * Rolled back a few changes.Adam Frisby2008-05-011-10/+14
|
* * Cleaning code still.Adam Frisby2008-05-011-14/+10
|
* * Optimised using statements and namespace references across entire project ↵Adam Frisby2008-04-211-7/+4
| | | | (this took a while to run).
* * Updating the version of the ODE library. (big update). The Mac library ↵Teravus Ovares2008-04-021-0/+111
needs to be updated still. * Adding some XMPP stuff that's incomplete.