aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/UserAgentService.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Changed GetUserInfo so that the exposure of user account details is ruled by ...Diva Canto2014-07-061-5/+17
* Lookup username given key(uuid) XML-RPCBlake Bourque2014-07-061-0/+2
* Removed an attempt to set a user's presence to "Region 0" when they HG telepo...Oren Hurvitz2014-04-211-3/+0
* In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2014-04-091-5/+7
* Cleanup old hg sessions (older than 2 days)Diva Canto2013-07-141-0/+3
* HG UAS: Moved hg-session data from memory to DB storage. This makes it so tha...Diva Canto2013-07-141-90/+115
* Finally moved HG agent transfers to use agent fatpacks.Diva Canto2013-06-211-6/+6
* Switched to using the other Util function with a default value.Diva Canto2013-02-271-1/+2
* Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto2013-02-271-1/+1
* Added new Util function for reading config vars that's more generic than the ...Diva Canto2013-02-221-1/+1
* Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto2013-02-211-3/+8
* Improve efficiency of friends notification by only make one PresenceService c...Justin Clark-Casey (justincc)2012-10-201-1/+1
* HG 2.0: User Agent Service now can also control where the local users can go....Diva Canto2012-09-221-3/+100
* User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer2012-03-271-2/+12
* HG Friends: reroute the status notifications to the HGFriends service, so tha...Diva Canto2012-03-211-0/+2
* Added GetUUID(first, last) on UserAgentsService so that we can finally make d...Diva Canto2012-03-171-0/+10
* Profile UpdatesBlueWall2012-01-031-0/+25
* HG: Verify that the user is localDiva Canto2011-12-211-0/+8
* HG: Renamed one methodDiva Canto2011-12-041-1/+1
* Removing special casing on failures. This may also fix reports of this issue:Diva Canto2011-06-081-2/+4
* Added error message to help understand http://opensimulator.org/mantis/view.p...Diva Canto2011-06-071-0/+5
* This hopefully fixes all issues with online/offline notifications across grid...Diva Canto2011-06-071-7/+21
* This fixes the crash reported in http://opensimulator.org/mantis/view.php?id=...Diva Canto2011-06-071-1/+1
* Re-Apply Use current TravelingAgent if the the login failure reason is "Login...BlueWall2011-06-011-2/+5
* Revert "Use current TravelingAgent if the login failure reason is "Logins Dis...BlueWall2011-06-011-5/+2
* Use current TravelingAgent if the login failure reason is "Logins Disabled" t...BlueWall2011-06-011-2/+5
* HG IM in grid mode working fairly well. Unknown target user references looked...Diva Canto2011-05-261-0/+24
* HG: Instant Message working. Tested on HG standalones only. Needs a lot more ...Diva Canto2011-05-251-0/+11
* Added necessary code to drop inventory on hg friends using the profile window...Diva Canto2011-05-241-0/+17
* HG friends: Status notifications working. Also initial logins get the online ...Diva Canto2011-05-231-3/+169
* Normalizing comparison to lower case, just in case ppl set their config vars ...Diva Canto2011-03-011-1/+1
* Improved debug messages to track what is going on with the XFF headerDiva Canto2011-01-091-5/+7
* Minor bug fixes. Hunting down mantis #5259Diva Canto2010-12-091-1/+1
* Fixed some inconsistency with trailing /. Made debug messages consistent. Cha...Diva Canto2010-12-051-2/+4
* * a bit of additional debugging:Jonathan Freedman2010-10-231-4/+3
* * change the data exchanged within hypergrid transactionsJonathan Freedman2010-10-211-3/+7
* * more url / hg cleanupJonathan Freedman2010-10-111-0/+1
* Merge branch 'master' of git://opensimulator.org/git/opensimJonathan Freedman2010-10-051-1/+5
|\
| * Added viewer's channel, mac, and id0 to agent circuit data. Also moved client...Diva Canto2010-10-031-1/+5
* | * refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2010-10-021-4/+4
|/
* Part two of the previous commit, making IGridUserService.LoggedOut() more fle...John Hurliman2010-09-291-1/+1
* Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on myipaddress.c...Diva Canto2010-08-191-2/+3
* Partial rewrite of client IP verification. Not completely finished yet, and u...Diva Canto2010-08-191-12/+32
* Further bug fixing, still related to the issue earlier.Diva Canto2010-08-031-3/+17
* Another bug fixed. Same issue.Diva Canto2010-08-031-1/+2
* Bug fix (HG): mantis #4891. This doesn't actually fix the underlying bug, but...Diva Canto2010-08-031-6/+10
* Changed the way HG client verification is done: now transforming local and LA...Diva Canto2010-07-301-4/+7
* This combination is working. It all points to not being able to use 127.0.0.1...Diva Canto2010-05-151-5/+5
* Almost, but not quite. Commenting verification again, until I understand wher...Diva Canto2010-05-151-4/+4
* Finalized the client's TCP IP address verification process for HG1.5.Diva Canto2010-05-151-12/+15