| Commit message (Expand) | Author | Age | Files | Lines |
* | add a few more gc collect in some spots | UbitUmarov | 2018-09-29 | 1 | -5/+7 |
* | remove more xml things no longer needed on .net >4.5.2 | UbitUmarov | 2018-01-17 | 1 | -1/+1 |
* | disable some XmlResolver | UbitUmarov | 2018-01-04 | 1 | -1/+1 |
* | clean some extra space chars | UbitUmarov | 2017-12-30 | 1 | -1/+1 |
* | mantis 8271: work around missing encoding of estate bans on the pseudo url en... | UbitUmarov | 2017-12-30 | 1 | -45/+81 |
* | cleanup (grid)region info endpoint; add log to try to find some xml decode is... | UbitUmarov | 2017-05-26 | 1 | -8/+13 |
* | Massive tab and trailing space cleanup | Melanie Thielker | 2017-01-05 | 1 | -21/+21 |
* | Create a generic way for passing constructor args to plugins | Melanie Thielker | 2017-01-02 | 1 | -0/+12 |
* | Removed ignoreCase=true from the call to Type.GetInterface, because, well, we... | Diva Canto | 2015-08-15 | 1 | -1/+1 |
* | Comment out the suppression of console output for mono addins in robust too. ... | Diva Canto | 2015-01-02 | 1 | -2/+2 |
* | Changed the Robust-as-addin version number to match OpenSim release numbers. | Diva Canto | 2015-01-02 | 1 | -1/+1 |
* | Close streams immediately when we finish using them | Oren Hurvitz | 2014-07-21 | 1 | -9/+11 |
* | Better error messages | Oren Hurvitz | 2014-03-24 | 1 | -3/+3 |
* | Fixed mantis #6609 -- LoadPlugin error messages on Robust. | Diva Canto | 2013-05-13 | 1 | -1/+1 |
* | Better error reporting | Diva Canto | 2013-04-27 | 1 | -0/+1 |
* | minor: Make logged message in ServerUtils more consistent. | Justin Clark-Casey (justincc) | 2013-03-15 | 1 | -10/+10 |
* | Print full stacktrace from plugin loading failure to help determine what went... | Justin Clark-Casey (justincc) | 2013-01-15 | 1 | -2/+5 |
* | Fix formatting | BlueWall | 2012-12-13 | 1 | -21/+24 |
* | Fix module pathname handling for Windows | BlueWall (James Hughes) | 2012-12-13 | 1 | -16/+22 |
* | Hide some console output when initializing addin repository | BlueWall | 2012-12-11 | 1 | -0/+27 |
* | Move PluginManager | BlueWall | 2012-10-19 | 1 | -2/+3 |
* | Add logging to help track sequence of events | BlueWall | 2012-10-11 | 1 | -0/+2 |
* | Implement plugin unloading | BlueWall | 2012-10-10 | 1 | -4/+14 |
* | Fix registry issue | BlueWall | 2012-10-09 | 1 | -1/+7 |
* | Added parts to manage repositories and plugin management | BlueWall | 2012-10-06 | 1 | -0/+106 |
* | Add modular configuration for Robust connectors | BlueWall | 2012-10-03 | 1 | -0/+38 |
* | Escape and unescape xml element names if necessary in ServerUtils.BuildXmlDat... | Justin Clark-Casey (justincc) | 2012-05-09 | 1 | -3/+3 |
* | Minor improvements to logging | Oren Hurvitz | 2012-04-24 | 1 | -1/+4 |
* | When a plugin fails to load because a DLL is missing, log which DLL it is | Oren Hurvitz | 2011-06-07 | 1 | -0/+7 |
* | HG IM in grid mode working fairly well. Unknown target user references looked... | Diva Canto | 2011-05-26 | 1 | -0/+4 |
* | Formatting cleanup. | Jeff Ames | 2010-09-12 | 1 | -1/+1 |
* | Restoring LoadPlugin as it was before. Justin's last change made it throw. | Diva Canto | 2010-03-15 | 1 | -2/+15 |
* | Fix tests broken in 88771aeed3d45e60a18aa9a810eeb37b8e5def12 | Justin Clark-Casey (justincc) | 2010-03-12 | 1 | -20/+20 |
* | Now showing friends online upon grid login. | Diva Canto | 2010-02-26 | 1 | -4/+5 |
* | * Added a sanity check for missing asset data in LLClientView | John Hurliman | 2010-02-20 | 1 | -177/+0 |
* | * Fixed SL asset type enum to mime type conversion and added more helper func... | John Hurliman | 2010-02-19 | 1 | -31/+166 |
* | Several more buglets removed. | Diva Canto | 2010-01-13 | 1 | -0/+3 |
* | Allow lists to be embedded in query strings | Melanie | 2009-12-27 | 1 | -10/+53 |
* | Change the signature of the forms requester data in preparation to getting | Melanie | 2009-12-27 | 1 | -6/+6 |
* | * Removed verbose debug message | Diva Canto | 2009-10-06 | 1 | -1/+1 |
* | More debug to try to diagnose a problem with region registration. | Diva Canto | 2009-10-05 | 1 | -1/+1 |
* | Merge branch 'diva-textures-osgrid' | Melanie | 2009-10-04 | 1 | -1/+1 |
|\ |
|
| * | * Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF... | John Hurliman | 2009-10-02 | 1 | -1/+1 |
* | | Fix loading modules with alternate configurations and ports into ROBUST. | Melanie | 2009-09-29 | 1 | -1/+3 |
* | | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-09-29 | 1 | -1/+1 |
* | | Added test GridClient, which allowed me to remove a few bugs out of the new c... | Diva Canto | 2009-09-24 | 1 | -1/+3 |
* | | Adding the deserializer for server form/xml replies | Melanie | 2009-09-19 | 1 | -0/+42 |
* | | Adding Xml serialization of Dictionary<string, object> where object | Melanie | 2009-09-19 | 1 | -0/+72 |
|/ |
|
* | Implement plain password authentication partway. Tested, but no user | Melanie | 2009-09-04 | 1 | -1/+28 |
* | Heart surgery no.2: the inventory service hooks. | diva | 2009-06-10 | 1 | -3/+10 |