Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -10/+15 | |
2019-04-06 | UserAgentService: change handling of its external IP | UbitUmarov | 1 | -22/+28 | |
2017-05-11 | don't allow multiple presences of same avatar also on HG gatekeeper | UbitUmarov | 1 | -1/+0 | |
2017-01-05 | Massive tab and trailing space cleanup | Melanie Thielker | 1 | -11/+11 | |
2017-01-03 | Suppress misleading message when logging in locally | Melanie Thielker | 1 | -2/+6 | |
The gatekeeper and travel info address will not actually be set there, stop OpenSim from showing a blank address. It's confusing. | |||||
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -106/+153 | |
2015-11-01 | More plumbing of the EntityTransferContext (not yet complete) | Melanie Thielker | 1 | -1/+3 | |
2014-07-06 | Changed GetUserInfo so that the exposure of user account details is ruled by ↵ | Diva Canto | 1 | -5/+17 | |
a configuration variable. It's on by default. | |||||
2014-07-06 | Lookup username given key(uuid) XML-RPC | Blake Bourque | 1 | -0/+2 | |
2014-04-21 | Removed an attempt to set a user's presence to "Region 0" when they HG ↵ | Oren Hurvitz | 1 | -3/+0 | |
teleport to another grid. a) This shouldn't have been done because at that point the user is still logged-in to the current grid. b) It's not necessary because the user will soon be logged-out completely. c) And it didn't even work because the MySQL database layer prevents setting the region to 0. | |||||
2014-04-09 | In teleports, pass the source region to the destination (similar to an HTTP ↵ | Oren Hurvitz | 1 | -5/+7 | |
referrer) | |||||
2013-07-14 | Cleanup old hg sessions (older than 2 days) | Diva Canto | 1 | -0/+3 | |
2013-07-14 | HG UAS: Moved hg-session data from memory to DB storage. This makes it so ↵ | Diva Canto | 1 | -90/+115 | |
that traveling info survives Robust resets. It should also eliminate the cause of empty IP addresses in agent circuit data that we saw in CC grid. MySQL only. | |||||
2013-06-21 | Finally moved HG agent transfers to use agent fatpacks. | Diva Canto | 1 | -6/+6 | |
2013-02-27 | Switched to using the other Util function with a default value. | Diva Canto | 1 | -1/+2 | |
2013-02-27 | Moved the HG default variables out of [Startup] and into their own section ↵ | Diva Canto | 1 | -1/+1 | |
[Hypergrid] in *Common.ini.example. Backwards compatible for now. | |||||
2013-02-22 | Added new Util function for reading config vars that's more generic than the ↵ | Diva Canto | 1 | -1/+1 | |
one I added yesterday -- this is for helping move config vars out of [Startup] | |||||
2013-02-21 | Simplification of HG configs: HomeURI and GatekeeperURI now are defined as ↵ | Diva Canto | 1 | -3/+8 | |
default under [Startup]. They can then be overwritten in the other sections (but probably shouldn't). I kept the existing code for backwards compatibility, so this should not cause any breaks from people's current configurations. But people should move to have these 2 vars under [Startup] -- see OpenSim.ini.example and Robust.HG.ini.example. And yes, both names now end with "URI" for consistency. | |||||
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ↵ | teravus | 1 | -101/+4 | |
master. This reverts commit dfac269032300872c4d0dc507f4f9062d102b0f4, reversing changes made to 619c39e5144f15aca129d6d999bcc5c34133ee64. | |||||
2012-10-20 | Improve efficiency of friends notification by only make one PresenceService ↵ | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
call for all friends rather than one for each friend. However, large groups could still take a very long time since we still need to message each avatar on different simulators. | |||||
2012-09-22 | HG 2.0: User Agent Service now can also control where the local users can ↵ | Diva Canto | 1 | -3/+100 | |
go. Domain-name and user-level based. \o/ | |||||
2012-03-27 | User level based restrictions for HyperGrid teleports, asset uploads, group ↵ | Snoopy Pfeffer | 1 | -2/+12 | |
creations and getting contacted from other grids. Incoming HyperGrid teleports can also be restricted to local users. | |||||
2012-03-21 | HG Friends: reroute the status notifications to the HGFriends service, so ↵ | Diva Canto | 1 | -0/+2 | |
that they can scale better. They were previously being handled by the UAS; that is still there, but it's now obsolete and will be removed in a future release. | |||||
2012-03-17 | Added GetUUID(first, last) on UserAgentsService so that we can finally make ↵ | Diva Canto | 1 | -0/+10 | |
direct user connections. | |||||
2012-01-03 | Profile Updates | BlueWall | 1 | -0/+25 | |
Update basic profile to use the replaceable interface, making configuration less error-prone. Add support to query avatar's home user account and profile service for regions usng the updated OpenProfileModule with Hypergrid. | |||||
2011-12-21 | HG: Verify that the user is local | Diva Canto | 1 | -0/+8 | |
2011-12-04 | HG: Renamed one method | Diva Canto | 1 | -1/+1 | |
2011-06-08 | Removing special casing on failures. This may also fix reports of this issue: | Diva Canto | 1 | -2/+4 | |
22:07:53 - [USER AGENT CONNECTOR]: remote call to http://hg.osgrid.org:80/ returned an error: Requested method [locate_user] from 127.0.0.1 threw exception: Object reference not set to an instance of an object at OpenSim.Services.HypergridService.UserAgentService.LocateUser (UUID userID) [0x00000] in <filename unknown>:0 | |||||
2011-06-07 | Added error message to help understand ↵ | Diva Canto | 1 | -0/+5 | |
http://opensimulator.org/mantis/view.php?id=5527 | |||||
2011-06-07 | This hopefully fixes all issues with online/offline notifications across ↵ | Diva Canto | 1 | -7/+21 | |
grids. http://opensimulator.org/mantis/view.php?id=5528 | |||||
2011-06-07 | This fixes the crash reported in ↵ | Diva Canto | 1 | -1/+1 | |
http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully. | |||||
2011-06-01 | Re-Apply Use current TravelingAgent if the the login failure reason is ↵ | BlueWall | 1 | -2/+5 | |
"Logins Disabled" to fix NullReferenceException, allowing agent to login to fallback region when logins are disabled by "StartDisabled = true" or when logins are disabled by RegionReady"" This reverts commit 0a430bbffb561a5172220e7617257798c11a66f5. | |||||
2011-06-01 | Revert "Use current TravelingAgent if the login failure reason is "Logins ↵ | BlueWall | 1 | -5/+2 | |
Disabled" to fix NullReferenceException, allowing agent to login to fallback region when logins are disabled by "StartDisabled = true" or when logins are disabled by RegionReady" This reverts commit 4b9e446c6267a1161263d885699e72c97e8a94eb. | |||||
2011-06-01 | Use current TravelingAgent if the login failure reason is "Logins Disabled" ↵ | BlueWall | 1 | -2/+5 | |
to fix NullReferenceException, allowing agent to login to fallback region when logins are disabled by "StartDisabled = true" or when logins are disabled by RegionReady | |||||
2011-05-26 | HG IM in grid mode working fairly well. Unknown target user references ↵ | Diva Canto | 1 | -0/+24 | |
looked back in source user's User Agent service. | |||||
2011-05-25 | HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵ | Diva Canto | 1 | -0/+11 | |
testing. | |||||
2011-05-24 | Added necessary code to drop inventory on hg friends using the profile ↵ | Diva Canto | 1 | -0/+17 | |
window, but can't test because this mechanism doesn't seem to work without a profile service. | |||||
2011-05-23 | HG friends: Status notifications working. Also initial logins get the online ↵ | Diva Canto | 1 | -3/+169 | |
friends in other grids. | |||||
2011-03-01 | Normalizing comparison to lower case, just in case ppl set their config vars ↵ | Diva Canto | 1 | -1/+1 | |
inconsistently. (maybe related to mantis #5386) | |||||
2011-01-17 | Revert "DEBUG DEBUG DEBUG" | Diva Canto | 1 | -1/+1 | |
This reverts commit 59c2cd04ba056b85eb4873e472b95826a1cc13b5. | |||||
2011-01-17 | DEBUG DEBUG DEBUG | Diva Canto | 1 | -1/+1 | |
2011-01-09 | Improved debug messages to track what is going on with the XFF header | Diva Canto | 1 | -5/+7 | |
2010-12-09 | Minor bug fixes. Hunting down mantis #5259 | Diva Canto | 1 | -1/+1 | |
2010-12-05 | Fixed some inconsistency with trailing /. Made debug messages consistent. ↵ | Diva Canto | 1 | -2/+4 | |
Changed the stored region names of HG regions. Increased the size of regionName in DB. | |||||
2010-10-23 | * a bit of additional debugging: | Jonathan Freedman | 1 | -4/+3 | |
2010-10-22 | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 1 | -11/+6 | |
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c. | |||||
2010-10-22 | Revert "* refactor refactor refactor ServerURI 4 lyfe" | Justin Clark-Casey (justincc) | 1 | -4/+4 | |
This reverts commit 55974df14b6d64c1e1f9e386a3eacce3ba86dc98. | |||||
2010-10-22 | Revert "* more url / hg cleanup" | Justin Clark-Casey (justincc) | 1 | -1/+0 | |
This reverts commit 58f75fa19d9aea18283ecdbd44559efb81781c9d. | |||||
2010-10-21 | * change the data exchanged within hypergrid transactions | Jonathan Freedman | 1 | -3/+7 | |
2010-10-20 | * more url / hg cleanup | Jonathan Freedman | 1 | -0/+1 | |