Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use current TravelingAgent if the login failure reason is "Logins Disabled" ↵ | BlueWall | 2011-06-01 | 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 | |||||
* | HG inventory transfers over the profile working. | Diva Canto | 2011-05-27 | 1 | -0/+2 | |
| | ||||||
* | Commented a few extra debug messages. | Diva Canto | 2011-05-26 | 1 | -5/+5 | |
| | ||||||
* | HG IM in grid mode working fairly well. Unknown target user references ↵ | Diva Canto | 2011-05-26 | 2 | -8/+38 | |
| | | | | looked back in source user's User Agent service. | |||||
* | HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵ | Diva Canto | 2011-05-25 | 2 | -0/+322 | |
| | | | | testing. | |||||
* | Added necessary code to drop inventory on hg friends using the profile ↵ | Diva Canto | 2011-05-24 | 1 | -0/+17 | |
| | | | | window, but can't test because this mechanism doesn't seem to work without a profile service. | |||||
* | HG friends: Status notifications working. Also initial logins get the online ↵ | Diva Canto | 2011-05-23 | 1 | -3/+169 | |
| | | | | friends in other grids. | |||||
* | More on HG Friends. Added Delete(string, string) across the board. Added ↵ | Diva Canto | 2011-05-22 | 1 | -86/+0 | |
| | | | | security to friendship identifiers so that they can safely be deleted across worlds. Had to change Get(string) to use LIKE because the secret in the identifier is not always known -- affects only HG visitors. BOTTOM LINE SO FAR: HG friendships established and deleted safely across grids, local rights working but not (yet?) being transmitted back. | |||||
* | File to be removed | Diva Canto | 2011-05-22 | 1 | -11/+0 | |
| | ||||||
* | Fixed permissions bug related to friends in PermissionsModule. Added ↵ | Diva Canto | 2011-05-21 | 1 | -1/+3 | |
| | | | | FriendsData[] GetFriends(string principalID) to IFriendsData and FriendInfo[] GetFriends(string PrincipalID) to IFriendsService. Refactored some more in the FriendsModule. Made client get notification of local friends permissions upon HGLogin. HG Friends object permissions work. | |||||
* | HG Friends working to some extent: friendships offered and accepted ↵ | Diva Canto | 2011-05-19 | 1 | -0/+95 | |
| | | | | correctly handled. Friends list showing correct foreign names. TODO: GrantRights. | |||||
* | Thank you Snoopy for a patch that adds some filtering to client versions ↵ | Diva Canto | 2011-04-27 | 1 | -2/+37 | |
| | | | | allowed at login and HG-login times. NOTE: additional (optional) configuration variables in [LoginService] and [GatekeeperService]. See .examples. | |||||
* | Normalizing comparison to lower case, just in case ppl set their config vars ↵ | Diva Canto | 2011-03-01 | 1 | -1/+1 | |
| | | | | inconsistently. (maybe related to mantis #5386) | |||||
* | Put the 'new' back to avoid a warning. Yes, we want to hide it. | Diva Canto | 2011-01-17 | 1 | -1/+1 | |
| | ||||||
* | minor: resolve some mono compiler warnings | Justin Clark-Casey (justincc) | 2011-01-18 | 3 | -5/+6 | |
| | ||||||
* | Revert "DEBUG DEBUG DEBUG" | Diva Canto | 2011-01-17 | 1 | -1/+1 | |
| | | | | This reverts commit 59c2cd04ba056b85eb4873e472b95826a1cc13b5. | |||||
* | DEBUG DEBUG DEBUG | Diva Canto | 2011-01-17 | 1 | -1/+1 | |
| | ||||||
* | Improved debug messages to track what is going on with the XFF header | Diva Canto | 2011-01-09 | 1 | -5/+7 | |
| | ||||||
* | fixes a problem with ending slashes in GatekeeperService to verify ↵ | Myan Thor | 2010-12-29 | 1 | -3/+5 | |
| | | | | session-addresses | |||||
* | Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink. | Marck | 2010-12-13 | 1 | -16/+13 | |
| | | | | | | Configuration option AssetService in section [GridService] must be set to enable this functionality. Map tiles do currently not show for hyperlinks set in simulators that are connected to grids, see Mantis #5270. | |||||
* | Minor bug fixes. Hunting down mantis #5259 | Diva Canto | 2010-12-09 | 1 | -1/+1 | |
| | ||||||
* | Fixed some inconsistency with trailing /. Made debug messages consistent. ↵ | Diva Canto | 2010-12-05 | 2 | -3/+7 | |
| | | | | Changed the stored region names of HG regions. Increased the size of regionName in DB. | |||||
* | Merge branch 'master-core' into mantis5110 | Jonathan Freedman | 2010-12-05 | 4 | -1/+592 | |
|\ | ||||||
| * | Added some comments. Better than listening to the boring speaker... | Diva Canto | 2010-12-01 | 2 | -0/+12 | |
| | | ||||||
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Diva Canto | 2010-11-29 | 1 | -1/+2 | |
| |\ | ||||||
| | * | Make gatekeeper's address check case-insensitive. | Marck | 2010-11-27 | 1 | -1/+2 | |
| | | | ||||||
| * | | Preservation of creator information now also working in IARs. Cleaned up ↵ | Diva Canto | 2010-11-29 | 2 | -42/+107 | |
| | | | | | | | | | | | | usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function. | |||||
| * | | Creator information preserved upon HG transfers. | Diva Canto | 2010-11-26 | 1 | -1/+0 | |
| | | | ||||||
| * | | WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵ | Diva Canto | 2010-11-25 | 2 | -0/+514 | |
| |/ | | | | | | | capability to preserve creator information on HG asset transfers. Added a new HGAssetService that is intended to be the one outside the firewall. It processes and filters the assets that go out of the grid. Also fixed the normal AssetService to do special things for the main instance (console commands, etc). Moved HGInventoryService to OpenSim.Services.HypergridService. Changed the way the login service gets the ServiceURL configs. | |||||
| * | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 2010-10-22 | 2 | -12/+7 | |
| | | | | | | | | | | This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c. | |||||
* | | * a bit of additional debugging: | Jonathan Freedman | 2010-10-23 | 1 | -4/+3 | |
|/ | ||||||
* | * change the data exchanged within hypergrid transactions | Jonathan Freedman | 2010-10-21 | 1 | -3/+7 | |
| | ||||||
* | * more url / hg cleanup | Jonathan Freedman | 2010-10-11 | 1 | -0/+1 | |
| | ||||||
* | Merge branch 'master' of git://opensimulator.org/git/opensim | Jonathan Freedman | 2010-10-05 | 1 | -1/+5 | |
|\ | ||||||
| * | Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵ | Diva Canto | 2010-10-03 | 1 | -1/+5 | |
| | | | | | | | | client ip address to agent circuit data, so that it's always there. | |||||
* | | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 2010-10-02 | 2 | -5/+5 | |
|/ | ||||||
* | Part two of the previous commit, making IGridUserService.LoggedOut() more ↵ | John Hurliman | 2010-09-29 | 1 | -1/+1 | |
| | | | | flexible without changing current behavior | |||||
* | Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on ↵ | Diva Canto | 2010-08-19 | 2 | -12/+21 | |
| | | | | myipaddress.com. Also removed client IP verification upon UDP connection that had been left there -- we can't do that in general. | |||||
* | Partial rewrite of client IP verification. Not completely finished yet, and ↵ | Diva Canto | 2010-08-19 | 1 | -12/+32 | |
| | | | | untested. Committing to move to my other computer. | |||||
* | Thanks Marck for the patch to mantis #4941 (shortening avies' names on HG) | Diva Canto | 2010-08-15 | 1 | -1/+10 | |
| | ||||||
* | Further bug fixing, still related to the issue earlier. | Diva Canto | 2010-08-03 | 1 | -3/+17 | |
| | ||||||
* | Another bug fixed. Same issue. | Diva Canto | 2010-08-03 | 1 | -1/+2 | |
| | ||||||
* | this is so bad, brain is beyond fried. must stop. | Diva Canto | 2010-08-03 | 1 | -1/+1 | |
| | ||||||
* | sigh. fried brain. | Diva Canto | 2010-08-03 | 1 | -1/+1 | |
| | ||||||
* | One more buglet related to the issue at hand. | Diva Canto | 2010-08-03 | 1 | -1/+1 | |
| | ||||||
* | One more thing related to the previous commit. Must avoid all in-process ↵ | Diva Canto | 2010-08-03 | 1 | -10/+15 | |
| | | | | remote calls. | |||||
* | Bug fix (HG): mantis #4891. This doesn't actually fix the underlying bug, ↵ | Diva Canto | 2010-08-03 | 2 | -56/+63 | |
| | | | | | | but it clears up the circular dependency issue between Gatekeeper and UserAgents that had made me resort to in-process remote calls, which, in turn, were hitting bugs down there somewhere in mono. NOTE: CONFIGURATION CHANGE IN ROBUST.HG.INI.EXAMPLE !!!###!!! | |||||
* | Changed the way HG client verification is done: now transforming local and ↵ | Diva Canto | 2010-07-30 | 1 | -4/+7 | |
| | | | | LAN client IPs into external IPs. This addresses some issues related to running both the user agents service and the viewer in the same machine/LAN, which then presents a problem when the user agent goes to an external network. | |||||
* | This combination is working. It all points to not being able to use ↵ | Diva Canto | 2010-05-15 | 1 | -5/+5 | |
| | | | | 127.0.0.1/localhost in testing HG situations. The login server must have the LAN IP address, and the regions must show ExternalHostname as SYSTEMIP. Working, but this needs more testing. | |||||
* | Almost, but not quite. Commenting verification again, until I understand ↵ | Diva Canto | 2010-05-15 | 1 | -4/+4 | |
| | | | | where 127.0.0.1 is being transformed to the local IP address. I suspect it's Adam's NAT snippets. |