aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/UserAgentService.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-06Changed GetUserInfo so that the exposure of user account details is ruled by ...Diva Canto1-5/+17
2014-07-06Lookup username given key(uuid) XML-RPCBlake Bourque1-0/+2
2014-04-21Removed an attempt to set a user's presence to "Region 0" when they HG telepo...Oren Hurvitz1-3/+0
2014-04-09In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz1-5/+7
2013-07-14Cleanup old hg sessions (older than 2 days)Diva Canto1-0/+3
2013-07-14HG UAS: Moved hg-session data from memory to DB storage. This makes it so tha...Diva Canto1-90/+115
2013-06-21Finally moved HG agent transfers to use agent fatpacks.Diva Canto1-6/+6
2013-02-27Switched to using the other Util function with a default value.Diva Canto1-1/+2
2013-02-27Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto1-1/+1
2013-02-22Added new Util function for reading config vars that's more generic than the ...Diva Canto1-1/+1
2013-02-21Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto1-3/+8
2012-10-20Improve efficiency of friends notification by only make one PresenceService c...Justin Clark-Casey (justincc)1-1/+1
2012-09-22HG 2.0: User Agent Service now can also control where the local users can go....Diva Canto1-3/+100
2012-03-27User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer1-2/+12
2012-03-21HG Friends: reroute the status notifications to the HGFriends service, so tha...Diva Canto1-0/+2
2012-03-17Added GetUUID(first, last) on UserAgentsService so that we can finally make d...Diva Canto1-0/+10
2012-01-03Profile UpdatesBlueWall1-0/+25
2011-12-21HG: Verify that the user is localDiva Canto1-0/+8
2011-12-04HG: Renamed one methodDiva Canto1-1/+1
2011-06-08Removing special casing on failures. This may also fix reports of this issue:Diva Canto1-2/+4
2011-06-07Added error message to help understand http://opensimulator.org/mantis/view.p...Diva Canto1-0/+5
2011-06-07This hopefully fixes all issues with online/offline notifications across grid...Diva Canto1-7/+21
2011-06-07This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=...Diva Canto1-1/+1
2011-06-01Re-Apply Use current TravelingAgent if the the login failure reason is "Login...BlueWall1-2/+5
2011-06-01Revert "Use current TravelingAgent if the login failure reason is "Logins Dis...BlueWall1-5/+2
2011-06-01Use current TravelingAgent if the login failure reason is "Logins Disabled" t...BlueWall1-2/+5
2011-05-26HG IM in grid mode working fairly well. Unknown target user references looked...Diva Canto1-0/+24
2011-05-25HG: Instant Message working. Tested on HG standalones only. Needs a lot more ...Diva Canto1-0/+11
2011-05-24Added necessary code to drop inventory on hg friends using the profile window...Diva Canto1-0/+17
2011-05-23HG friends: Status notifications working. Also initial logins get the online ...Diva Canto1-3/+169
2011-03-01Normalizing comparison to lower case, just in case ppl set their config vars ...Diva Canto1-1/+1
2011-01-17Revert "DEBUG DEBUG DEBUG"Diva Canto1-1/+1
2011-01-17DEBUG DEBUG DEBUGDiva Canto1-1/+1
2011-01-09Improved debug messages to track what is going on with the XFF headerDiva Canto1-5/+7
2010-12-09Minor bug fixes. Hunting down mantis #5259Diva Canto1-1/+1
2010-12-05Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...Diva Canto1-2/+4
2010-10-23* a bit of additional debugging:Jonathan Freedman1-4/+3
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-11/+6
2010-10-22Revert "* refactor refactor refactor ServerURI 4 lyfe"Justin Clark-Casey (justincc)1-4/+4
2010-10-22Revert "* more url / hg cleanup"Justin Clark-Casey (justincc)1-1/+0
2010-10-21* change the data exchanged within hypergrid transactionsJonathan Freedman1-3/+7
2010-10-20* more url / hg cleanupJonathan Freedman1-0/+1
2010-10-20* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-4/+4
2010-10-11* more url / hg cleanupJonathan Freedman1-0/+1
2010-10-03Added viewer's channel, mac, and id0 to agent circuit data. Also moved client...Diva Canto1-1/+5
2010-10-02* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-4/+4
2010-09-29Part two of the previous commit, making IGridUserService.LoggedOut() more fle...John Hurliman1-1/+1
2010-08-19Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on myipaddress.c...Diva Canto1-2/+3
2010-08-19Partial rewrite of client IP verification. Not completely finished yet, and u...Diva Canto1-12/+32
2010-08-03Further bug fixing, still related to the issue earlier.Diva Canto1-3/+17