Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 2010-10-22 | 1 | -31/+19 |
| | | | | | This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c. | ||||
* | * change the data exchanged within hypergrid transactions | Jonathan Freedman | 2010-10-21 | 1 | -14/+21 |
| | |||||
* | * remove some spurious debug info | Jonathan Freedman | 2010-10-20 | 1 | -15/+15 |
| | |||||
* | * additional serveruri cleanup | Jonathan Freedman | 2010-10-03 | 1 | -8/+6 |
| | |||||
* | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 2010-10-02 | 1 | -12/+19 |
| | |||||
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -1/+1 |
| | |||||
* | One last tweak, hopefully. | Diva Canto | 2010-09-03 | 1 | -2/+2 |
| | |||||
* | Another tweak. Sux^2 | Diva Canto | 2010-09-03 | 1 | -2/+2 |
| | |||||
* | More tweaks related to my previous commit. Tweaks sux. | Diva Canto | 2010-09-03 | 1 | -2/+2 |
| | |||||
* | Quick fix for making global references for gatekeepers that are not ↵ | Diva Canto | 2010-09-02 | 1 | -3/+3 |
| | | | | domain:port work. This needs a serious rewrite, as the assumption domain:port doesn't hold from here on. Just quick-fixing for now. | ||||
* | Remove various warnings and improve logging messages. No functional changes. | Justin Clark-Casey (justincc) | 2010-08-23 | 1 | -3/+1 |
| | |||||
* | Partial rewrite of client IP verification. Not completely finished yet, and ↵ | Diva Canto | 2010-08-19 | 1 | -0/+44 |
| | | | | untested. Committing to move to my other computer. | ||||
* | Formatting cleanup. Add copyright notices. | Jeff Ames | 2010-03-10 | 1 | -1/+28 |
| | |||||
* | Changed asset CreatorID to a string | John Hurliman | 2010-02-22 | 1 | -1/+1 |
| | |||||
* | * Adds CreatorID to asset metadata. This is just the plumbing to support ↵ | John Hurliman | 2010-02-22 | 1 | -1/+1 |
| | | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it | ||||
* | HG 1.5 is in place. Tested in standalone only. | Diva Canto | 2010-01-28 | 1 | -90/+0 |
| | |||||
* | Added ExternalName config on Gatekeeper. | Diva Canto | 2010-01-27 | 1 | -3/+4 |
| | |||||
* | Integrated the hyperlinking with the GridService. | Diva Canto | 2010-01-24 | 1 | -0/+215 |
| | |||||
* | * Added missing GatekeeperServiceConnector | Diva Canto | 2010-01-18 | 1 | -0/+119 |
* Added basic machinery for teleporting users home. Untested. |