aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Hypergrid (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang7-17/+23
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel8-184/+103
2012-07-13Rather than instantiating a UTF8 encoding everywhere when we want to supress ...Justin Clark-Casey (justincc)1-4/+2
2012-05-03Remove the somewhat misleading logging of the string length of some unknown r...Justin Clark-Casey (justincc)1-1/+2
2012-03-21HG Friends: reroute the status notifications to the HGFriends service, so tha...Diva Canto2-0/+57
2012-03-21Removed extraneous debug messageDiva Canto1-1/+0
2012-03-20HG Friends: allow the establishment of HG friendships without requiring co-pr...Diva Canto3-57/+133
2012-03-17Added GetUUID(first, last) on UserAgentsService so that we can finally make d...Diva Canto1-2/+30
2012-01-03Profile UpdatesBlueWall1-0/+33
2011-12-16HG minor bug fix and marked one method obsolete in UAS.Diva Canto1-0/+1
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)2-5/+5
2011-12-04HG: Added HEAD method to Helo service. This is the preferred method, but its ...Diva Canto1-1/+33
2011-12-04HG: Renamed one methodDiva Canto1-1/+1
2011-11-19Remove mono compiler warnings. Fix problem with co-ordinate given in deregis...Justin Clark-Casey (justincc)1-2/+0
2011-06-07This hopefully fixes all issues with online/offline notifications across grid...Diva Canto1-3/+13
2011-06-07This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=...Diva Canto1-12/+12
2011-06-02HG IM bug fix: grid_instant_message was being placed in the default port inst...Diva Canto1-2/+1
2011-06-02Extra debug messageDiva Canto1-0/+1
2011-05-27HG lures working! Friends can offer friends HG teleports via the profile. WAR...Diva Canto1-41/+4
2011-05-27Avoid a scary warning message about null replies from the user agent service.Diva Canto1-0/+4
2011-05-26Commented a few extra debug messages.Diva Canto1-4/+1
2011-05-26HG IM in grid mode working fairly well. Unknown target user references looked...Diva Canto1-7/+50
2011-05-25HG: Instant Message working. Tested on HG standalones only. Needs a lot more ...Diva Canto2-0/+328
2011-05-24Added necessary code to drop inventory on hg friends using the profile window...Diva Canto1-1/+31
2011-05-23HG friends: Status notifications working. Also initial logins get the online ...Diva Canto2-1/+87
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added secu...Diva Canto1-2/+41
2011-05-21Fixed permissions bug related to friends in PermissionsModule. Added FriendsD...Diva Canto1-37/+75
2011-05-19HG Friends working to some extent: friendships offered and accepted correctly...Diva Canto2-0/+313
2011-05-08Enable compressed (gzip) fatpack transfers.Melanie2-5/+3
2011-01-21remove some mono compiler warnings and unnecessary dictionary instantiationsJustin Clark-Casey (justincc)3-7/+8
2011-01-17Account for some component along the way lower-casing the HTTP header keys. (...Diva Canto1-8/+13
2011-01-17More debug messages to help track the XFF header problem.Diva Canto1-0/+2
2011-01-09Improved debug messages to track what is going on with the XFF headerDiva Canto1-0/+2
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-9/+1
2010-10-22Revert "* more url / hg cleanup"Justin Clark-Casey (justincc)1-2/+0
2010-10-21* change the data exchanged within hypergrid transactionsJonathan Freedman1-2/+8
2010-10-20* more url / hg cleanupJonathan Freedman1-0/+2
2010-10-11* more url / hg cleanupJonathan Freedman1-0/+2
2010-10-03Made the home agent handler check for xff if behind a proxy.Diva Canto2-3/+23
2010-10-03Made the Gatekeeper proxy-able.Diva Canto2-2/+7
2010-10-03Added viewer's channel, mac, and id0 to agent circuit data. Also moved client...Diva Canto1-1/+1
2010-09-08Renamed the Helo server connector to a consistent name. Added this in connect...Diva Canto1-2/+3
2010-09-08No need for a config var for the HELO message on the server-side. It's robust.Diva Canto1-8/+1
2010-09-08First version of the Hypergrid HELO service that will enable different backen...Diva Canto1-0/+85
2010-09-04Make User Agent Service and Login Service separable.Diva Canto2-3/+27
2010-05-27Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker1-7/+7
2010-05-27Revert "Comment noisy "CONNECTION DEBUGGING" messages, because they push more"Melanie1-7/+7
2010-05-27Comment noisy "CONNECTION DEBUGGING" messages, because they push moreMelanie Thielker1-7/+7
2010-05-03Assorted bug fixes in hypergrid linking.Diva Canto2-1/+3
2010-04-30* XInventory fairly tested, including for HG. Almost ready to switch.Diva Canto1-104/+0