aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/MessagingServer/XMPPHTTPService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Deleted the files from Messagingserver that are now in OpenSim.Grid.FrameworkMW2009-02-241-110/+0
|
* Updated MessagingServer to use OpenSim.Grid.FrameworkMW2009-02-241-2/+2
|
* * optimized usings.lbsa712009-02-121-2/+1
|
* * Patch from JHurlimanTeravus Ovares2008-09-261-1/+1
| | | | | | | | | * Updates to libomv r2243, * Remove lots of unnecessary typecasts * Improves SendWindData() Thanks jhurliman. * Will update OpenSim-libs in 10 minutes..
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-5/+5
| | | | | | | * This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
* 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.