| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | This should make HG asset transfers work much better. It now uses HGUuidGathe... | diva | 2009-05-23 | 6 | -118/+76 |
* | Added one missing config var for HG standalones. | diva | 2009-05-23 | 2 | -2/+6 |
* | * Fixes [irritating] edge case in Util.GetLocalHost which could return an IPv... | Adam Frisby | 2009-05-23 | 3 | -15/+47 |
* | * Disables internal IPv6 Support - causing issues. | Adam Frisby | 2009-05-23 | 1 | -3/+11 |
* | * "Fixed" an issue with NAT Login Handler, apparently an IPv4Mask can be null... | Adam Frisby | 2009-05-23 | 1 | -1/+24 |
* | * Implements automatic loopback handling for standalone regions. | Adam Frisby | 2009-05-23 | 4 | -15/+44 |
* | * Pipes IPEndPoint through all Login methods, including LLSD/OSD login paths. | Adam Frisby | 2009-05-23 | 6 | -14/+15 |
* | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ne... | Adam Frisby | 2009-05-23 | 27 | -95/+109 |
* | * Breaks OpenSim.. err I mean.. adds NAT translation support to EnableSimulat... | Adam Frisby | 2009-05-23 | 3 | -1/+65 |
* | * NetworkUtil now handles an error case in a way which is easier to debug. | Adam Frisby | 2009-05-23 | 2 | -4/+11 |
* | * Adds new NetworkUtil class, contains methods for handling IP resolution whe... | Adam Frisby | 2009-05-23 | 2 | -0/+136 |
* | Changing extension of two of the config files to .example because they need t... | diva | 2009-05-23 | 3 | -3/+4 |
* | Added a few pre-packaged configurations to make it easier for people to confi... | diva | 2009-05-22 | 7 | -43/+90 |
* | * Reintroduce save iar test, which wasn't working because the asset service h... | Justin Clarke Casey | 2009-05-22 | 2 | -11/+11 |
* | Bug fix in HGAssetService. POSTs back home (standalone) should now work. | diva | 2009-05-22 | 1 | -1/+1 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-05-22 | 6 | -50/+178 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-05-22 | 2 | -6/+1 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-05-22 | 1 | -29/+35 |
* | cleaning out warnings. | Dr Scofield | 2009-05-22 | 27 | -222/+217 |
* | converting Chat module and Concierge module to new style region modules | Dr Scofield | 2009-05-22 | 4 | -44/+105 |
* | dropping sex from SceneBanner... | Dr Scofield | 2009-05-22 | 1 | -1/+1 |
* | changing IRCBridgeModule to new region module scheme | Dr Scofield | 2009-05-22 | 2 | -75/+49 |
* | adding RemoveXmlRpcHandler to IHttpServer | Dr Scofield | 2009-05-22 | 2 | -0/+14 |
* | Cleaning up a few HG things. HG Posts may now work in grids, but if the home ... | diva | 2009-05-22 | 6 | -26/+59 |
* | Removing the [UserService] section, because it's not working yet. | diva | 2009-05-22 | 1 | -3/+1 |
* | Small update to make the command line work again | Melanie Thielker | 2009-05-21 | 1 | -0/+4 |
* | Implement .ini file includes. Anything that begins with "Include-" will be | Melanie Thielker | 2009-05-21 | 4 | -83/+136 |
* | * Upgraded LLStandaloneLoginModule, LLProxyLoginModule and LLClientStackModul... | Arthur Valadares | 2009-05-21 | 5 | -36/+126 |
* | normalize quats before applying llSetRot() | Dahlia Trimble | 2009-05-21 | 1 | -1/+3 |
* | Hooked up the RestRegionPlugin Get Region/xxx/terrain so it outputs xml conta... | MW | 2009-05-21 | 1 | -2/+6 |
* | Added ITeleportModule interface, and added a hook into scene so if a module h... | MW | 2009-05-21 | 2 | -13/+27 |
* | Put some meat on the bones of the REST console. NO user functionality yet | Melanie Thielker | 2009-05-20 | 1 | -1/+45 |
* | Comment out the asset cache config in .ini.example. | diva | 2009-05-20 | 1 | -2/+2 |
* | Move the color console logic from the appender into the local console, since | Melanie Thielker | 2009-05-20 | 4 | -77/+101 |
* | Remove the pre-log4net, discrete output methods from the consoles | Melanie Thielker | 2009-05-20 | 17 | -337/+73 |
* | refactoring instantiation of Location object: moving it out of the for | Dr Scofield | 2009-05-20 | 1 | -1/+2 |
* | Thank you, StrawberryFride, for a patch to fix SceneBan behavior. | Melanie Thielker | 2009-05-20 | 1 | -19/+23 |
* | Fix a slight oversight in SceneInventory that would not enable copy to | Melanie Thielker | 2009-05-20 | 1 | -0/+6 |
* | Ignore generated files. | Jeff Ames | 2009-05-20 | 0 | -0/+0 |
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-05-20 | 20 | -77/+374 |
* | Update svn properties. | Jeff Ames | 2009-05-20 | 1 | -5/+5 |
* | * minor: Tweak the command exception catcher of last resort to make a little ... | Justin Clarke Casey | 2009-05-19 | 1 | -1/+1 |
* | * Take another attempt at http://opensimulator.org/mantis/view.php?id=3191 | Justin Clarke Casey | 2009-05-19 | 1 | -12/+14 |
* | trying to fix exception with in LLPacketQueue probably caused by | Dr Scofield | 2009-05-19 | 1 | -5/+5 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-05-19 | 1 | -0/+1 |
* | Add initializing m_scene if it's not null. Marking MyScene as [Obsolete] | Melanie Thielker | 2009-05-19 | 1 | -0/+7 |
* | Sculpt mesher refactor | Dahlia Trimble | 2009-05-19 | 1 | -58/+98 |
* | Refactor RegionAssetService to load the service connector rather than | Melanie Thielker | 2009-05-19 | 2 | -48/+27 |
* | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 2009-05-18 | 14 | -1194/+7 |
* | Bug fix and config rename. | diva | 2009-05-18 | 2 | -2/+3 |