aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Clients (follow)
Commit message (Expand)AuthorAgeFilesLines
* Deleted unused class that came back because of merge conflicts.Diva Canto2010-02-081-755/+0
* Merge branch 'master' into presence-refactorMelanie2010-02-081-0/+755
|\
| * * .. More Endlines...Teravus Ovares (Dan Olivares)2010-01-261-1/+1
* | All Framework.Communications.Clients and Framework.Communications.Services de...Diva Canto2010-01-104-1374/+0
* | Remove all references to master avatar, replacing with estate owner whereMelanie2010-01-101-4/+1
* | First pass at the new login service. Still incomplete, but doesn't disrupt th...Diva Canto2009-12-301-1/+1
|/
* Change teleports so the TeleportFlags are sent to the destination sim. ItMelanie2009-12-291-2/+3
* A couple of more sanity guards, but this won't fix things when user profile f...Diva Canto2009-12-111-1/+1
* Use Util.UTF8 instead of creating a new heap object every time.Diva Canto2009-10-101-5/+5
* * One more debug message on FetchInventoryDescendantsDiva Canto2009-10-061-17/+62
* Closing more streams even if things fail.Diva Canto2009-10-041-6/+25
* First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto2009-09-261-7/+9
* * minor format changes and message additionsJustin Clarke Casey2009-07-101-6/+20
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-013-3/+3
* Catching weirdnesses on resolving External EndPoint in agent transfers. Will ...diva2009-05-261-5/+34
* Addresses mantis #3718.diva2009-05-261-1/+10
* * refactor: break some of xml2 serialization out of sogJustin Clarke Casey2009-05-141-3/+5
* adding code to check for old-style responses ("True")Dr Scofield2009-05-111-0/+5
* * Rather than crash the region simulator, declare the teleport a failure if t...Adam Frisby2009-05-101-6/+13
* - moving banned check and public/private check toDr Scofield2009-05-051-8/+21
* Update svn properties.Jeff Ames2009-05-051-378/+378
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
* Added the "out" connector (aka client) for the Grid services. Not used yet.diva2009-05-021-0/+378
* Addresses mantis #3485.diva2009-04-181-2/+2
* Adds session authentication upon NewUserConnections. Adds user key authentica...diva2009-04-141-3/+4
* This was needed for the prior commit.diva2009-04-141-0/+24
* Update svn properties.Jeff Ames2009-04-061-631/+631
* Added CreateObject(regionhandle, userID, itemID) to post objects that are to ...diva2009-04-052-0/+154
* More refactoring. This time extracting the client-side of RESTInterregionComm...diva2009-04-011-0/+555
* HGInventoryService now uses the actual authority portion of the user's key to...diva2009-03-301-116/+118
* Sigh. Manual data typing grief.diva2009-03-301-7/+15
* Added Authorization client code that interfaces with HGLoginAuthService. Impr...diva2009-03-291-0/+108