Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-12-04 | HG: Renamed one method | Diva Canto | 1 | -1/+1 | |
2011-11-15 | Dont' bother with a userAgentService != null check right after we've ↵ | Justin Clark-Casey (justincc) | 1 | -11/+10 | |
constructed it | |||||
2011-04-27 | Thank you Snoopy for a patch that adds some filtering to client versions ↵ | Diva Canto | 1 | -2/+37 | |
allowed at login and HG-login times. NOTE: additional (optional) configuration variables in [LoginService] and [GatekeeperService]. See .examples. | |||||
2011-01-18 | minor: resolve some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2010-12-29 | fixes a problem with ending slashes in GatekeeperService to verify ↵ | Myan Thor | 1 | -3/+5 | |
session-addresses | |||||
2010-12-13 | Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink. | Marck | 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. | |||||
2010-12-05 | Fixed some inconsistency with trailing /. Made debug messages consistent. ↵ | Diva Canto | 1 | -1/+3 | |
Changed the stored region names of HG regions. Increased the size of regionName in DB. | |||||
2010-11-27 | Make gatekeeper's address check case-insensitive. | Marck | 1 | -1/+2 | |
2010-10-22 | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c. | |||||
2010-10-22 | Revert "* refactor refactor refactor ServerURI 4 lyfe" | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
This reverts commit 55974df14b6d64c1e1f9e386a3eacce3ba86dc98. | |||||
2010-10-20 | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 1 | -1/+1 | |
2010-10-02 | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 1 | -1/+1 | |
2010-08-19 | Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on ↵ | Diva Canto | 1 | -10/+18 | |
myipaddress.com. Also removed client IP verification upon UDP connection that had been left there -- we can't do that in general. | |||||
2010-08-15 | Thanks Marck for the patch to mantis #4941 (shortening avies' names on HG) | Diva Canto | 1 | -1/+10 | |
2010-08-03 | this is so bad, brain is beyond fried. must stop. | Diva Canto | 1 | -1/+1 | |
2010-08-03 | sigh. fried brain. | Diva Canto | 1 | -1/+1 | |
2010-08-03 | One more buglet related to the issue at hand. | Diva Canto | 1 | -1/+1 | |
2010-08-03 | One more thing related to the previous commit. Must avoid all in-process ↵ | Diva Canto | 1 | -10/+15 | |
remote calls. | |||||
2010-08-03 | Bug fix (HG): mantis #4891. This doesn't actually fix the underlying bug, ↵ | Diva Canto | 1 | -50/+53 | |
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 !!!###!!! | |||||
2010-05-03 | Assorted bug fixes in hypergrid linking. | Diva Canto | 1 | -1/+2 | |
2010-02-25 | List of friends now retrieved upon login. Configured and tested in ↵ | Diva Canto | 1 | -0/+1 | |
standalone only. | |||||
2010-01-31 | Batter debug messages. | Diva Canto | 1 | -1/+2 | |
2010-01-31 | Assorted bug fixes related to hyperlinking | Diva Canto | 1 | -7/+2 | |
2010-01-28 | HG 1.5 is in place. Tested in standalone only. | Diva Canto | 1 | -45/+32 | |
2010-01-27 | Added ExternalName config on Gatekeeper. | Diva Canto | 1 | -1/+4 | |
2010-01-18 | Check for impersonations at the Gatekeeper. | Diva Canto | 1 | -29/+52 | |
2010-01-18 | Go Home works. With security!! | Diva Canto | 1 | -16/+37 | |
2010-01-18 | * Added missing GatekeeperServiceConnector | Diva Canto | 1 | -1/+37 | |
* Added basic machinery for teleporting users home. Untested. | |||||
2010-01-17 | HG teleports through gatekeeper are working. | Diva Canto | 1 | -38/+1 | |
2010-01-17 | Agent gets there through the Gatekeeper, but still a few quirks to fix. | Diva Canto | 1 | -6/+62 | |
2010-01-17 | HG agent transfers are starting to work. Gatekeeper handlers are missing. | Diva Canto | 1 | -1/+33 | |
2010-01-17 | Copyright notices. | Diva Canto | 1 | -1/+28 | |
2010-01-17 | Hyperlinking minimally tested and working. | Diva Canto | 1 | -4/+13 | |
2010-01-16 | Beginning of rewriting HG. Compiles, and runs, but HG functions not restored ↵ | Diva Canto | 1 | -0/+167 | |
yet. |