| Commit message (Expand) | Author | Files | Lines |
2010-11-29 | Preservation of creator information now also working in IARs. Cleaned up usag... | Diva Canto | 2 | -42/+107 |
2010-11-27 | Make gatekeeper's address check case-insensitive. | Marck | 1 | -1/+2 |
2010-11-26 | Creator information preserved upon HG transfers. | Diva Canto | 1 | -1/+0 |
2010-11-25 | WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ... | Diva Canto | 4 | -41/+276 |
2010-11-23 | Fix some crashes caused by the addition of the CreatorData column | Melanie | 1 | -1/+8 |
2010-11-21 | Added creator info across the board -- TaskInventoryItems and InventoryItems ... | Diva Canto | 3 | -2/+7 |
2010-11-22 | Fox the buglets in Freeswitch. Grid mode works now and there is no reason why... | Melanie | 1 | -2/+3 |
2010-11-21 | Add the remote connector for freeswitch config retrieval | Melanie | 1 | -0/+103 |
2010-11-21 | Remove username and password from the publicly accessible FS config | Melanie | 1 | -3/+1 |
2010-11-21 | Implement a method to allow regions to query the gridwide Freeswitch | Melanie | 2 | -0/+21 |
2010-11-21 | Move Dialplan and Directory from the region module to the ROBUST server | Melanie | 1 | -4/+333 |
2010-11-21 | Start implementing Freeswitch in ROBUST | Melanie | 3 | -4/+48 |
2010-11-16 | Change the way attachments are persisted. Editing a worn attachment will now | Melanie | 1 | -0/+1 |
2010-11-13 | Do not include hyperlinks in a random region search during a login. | Marck | 1 | -10/+30 |
2010-11-08 | Formatting cleanup. | Jeff Ames | 1 | -3/+3 |
2010-11-05 | Delete existing presences for a user ID when they log in again. | Melanie | 1 | -0/+13 |
2010-11-03 | Add lsClearWindlightScene() to the lightshare module to remove WL settings | Melanie | 1 | -0/+4 |
2010-11-01 | Fix HypergridLinker.Check4096() | Marck | 1 | -1/+28 |
2010-10-30 | Fixed: ToAvatarAppearance wasn't retrieving the AvatarHeight. | Diva Canto | 1 | -0/+3 |
2010-10-30 | Fix logins and avatar appearance. Contains a Migration. May contain nuts. | Melanie | 1 | -28/+77 |
2010-10-30 | This commit fixes all the appearance related null refs. Still can't log in, | Melanie | 2 | -56/+72 |
2010-10-30 | Change level of some logging messages, turning some info into arguably more a... | Justin Clark-Casey (justincc) | 1 | -28/+28 |
2010-10-30 | READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE. | Melanie | 2 | -80/+105 |
2010-10-29 | for now, comment out some older or redundant log debug lines to make diagnost... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-10-28 | HypergridLinker optimizations and enable use of owner_uuid/EstateOwner with l... | Marck | 1 | -20/+27 |
2010-10-22 | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 12 | -132/+131 |
2010-10-22 | Revert "* refactor refactor refactor ServerURI 4 lyfe" | Justin Clark-Casey (justincc) | 9 | -51/+66 |
2010-10-22 | Revert "* additional serveruri cleanup" | Justin Clark-Casey (justincc) | 5 | -15/+49 |
2010-10-22 | Revert "* more url / hg cleanup" | Justin Clark-Casey (justincc) | 3 | -13/+15 |
2010-10-22 | Revert "* remove some spurious debug info" | Justin Clark-Casey (justincc) | 1 | -15/+15 |
2010-10-21 | * change the data exchanged within hypergrid transactions | Jonathan Freedman | 4 | -34/+86 |
2010-10-21 | First attempt to get multiple attachments working to support viewer2. | Master ScienceSim | 1 | -11/+5 |
2010-10-20 | * remove some spurious debug info | Jonathan Freedman | 1 | -15/+15 |
2010-10-20 | * more url / hg cleanup | Jonathan Freedman | 3 | -15/+13 |
2010-10-20 | * additional serveruri cleanup | Jonathan Freedman | 5 | -49/+15 |
2010-10-20 | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 9 | -66/+51 |
2010-10-20 | Major refactoring of appearance handling. | Master ScienceSim | 5 | -13/+137 |
2010-10-20 | * remove some spurious debug info | Jonathan Freedman | 1 | -15/+15 |
2010-10-19 | Deleted verbose debug messages that are bringing sims to an halt. Increased t... | Diva Canto | 1 | -1/+1 |
2010-10-18 | Change substring matching to prefix matching in region search. This affects | Melanie | 1 | -1/+1 |
2010-10-11 | * more url / hg cleanup | Jonathan Freedman | 3 | -15/+13 |
2010-10-04 | Revert "Add linden prim renderer and update libOMV" | Melanie | 1 | -3/+3 |
2010-10-03 | Added viewer's channel, mac, and id0 to agent circuit data. Also moved client... | Diva Canto | 4 | -10/+27 |
2010-10-04 | Add linden prim renderer and update libOMV | Melanie | 1 | -3/+3 |
2010-10-03 | * additional serveruri cleanup | Jonathan Freedman | 5 | -49/+15 |
2010-10-03 | Initial port of the Warp3D map tile renderer | Melanie | 1 | -1/+1 |
2010-10-02 | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 9 | -66/+51 |
2010-09-30 | couple fixes to enable profiles in simian connector | Master ScienceSim | 1 | -5/+33 |
2010-09-29 | Actually log users out (call LogoutAgent) in the SimianPresenceServiceConnect... | John Hurliman | 1 | -0/+6 |
2010-09-29 | Part two of the previous commit, making IGridUserService.LoggedOut() more fle... | John Hurliman | 6 | -10/+16 |