| Commit message (Expand) | Author | Files | Lines |
2019-05-19 | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 1 | -46/+41 |
2016-11-03 | Initial update to OpenSim 0.8.2.1 source code. | David Walter Seikel | 1 | -2/+4 |
2012-11-13 | All optional modules' directives moved out of addin.xml | Diva Canto | 1 | -0/+2 |
2012-10-25 | Fix script error messages not showing up in viewer 3 and associated viewers. | Justin Clark-Casey (justincc) | 1 | -2/+3 |
2012-09-30 | Revert "Added request.Proxy=null everywhere, as discussed in http://stackover... | Diva Canto | 1 | -1/+1 |
2012-09-30 | Added request.Proxy=null everywhere, as discussed in http://stackoverflow.com... | Diva Canto | 1 | -1/+1 |
2011-11-03 | Rename ForEachAvatar back to ForEachScenePresence. The other changes | Dan Lake | 1 | -1/+1 |
2011-11-03 | Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls to | Dan Lake | 1 | -1/+1 |
2011-10-27 | Added new ForEachRootScenePresence to Scene since almost every delegate passe... | Dan Lake | 1 | -4/+1 |
2011-04-02 | Comment out some startup logging lines to make up for the one I added earlier... | Justin Clark-Casey (justincc) | 1 | -7/+2 |
2010-03-19 | Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene... | Dan Lake | 1 | -1/+1 |
2010-03-19 | Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA... | Dan Lake | 1 | -24/+15 |
2009-08-10 | Replace the Replaceable modules name | Melanie | 1 | -1/+1 |
2009-07-11 | fixing warning re ReplacableInterface() | Dr Scofield | 1 | -1/+1 |
2009-07-10 | Committing the interface change and the addition to the modules to get | Melanie Thielker | 1 | -0/+5 |
2009-07-10 | Remove all references to HttpServer from CommsManager (all incarnations) | Melanie Thielker | 1 | -2/+2 |
2009-06-01 | Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE... | Jeff Ames | 1 | -1/+1 |
2009-05-25 | dropping attendee list keeping from Concierge, relying on | Dr Scofield | 1 | -87/+26 |
2009-05-23 | * Pipes requestors IP address through all XmlRpcRequest delegates. This is ne... | Adam Frisby | 1 | -1/+1 |
2009-05-22 | converting Chat module and Concierge module to new style region modules | Dr Scofield | 1 | -23/+55 |
2009-02-20 | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 1 | -3/+3 |
2009-02-17 | - additional code to get ConciergeModule to do truly async broker updates | Dr Scofield | 1 | -13/+63 |
2009-02-13 | fixing crash due to make-child and make-root stepping on each other's toes | Dr Scofield | 1 | -7/+16 |
2009-02-10 | fixing ConciergeModule to follow coding conventions | Dr Scofield | 1 | -106/+106 |
2009-02-10 | this is step 2 of 2 of the OpenSim.Region.Environment refactor. | Dr Scofield | 1 | -2/+2 |
2009-02-06 | This changeset is the step 1 of 2 in refactoring | Dr Scofield | 1 | -2/+2 |
2009-02-03 | * Address http://opensimulator.org/mantis/view.php?id=3076 by actually elimin... | Justin Clarke Casey | 1 | -2/+2 |
2009-02-03 | * Fission SceneObjectTests into basic and linking sets | Justin Clarke Casey | 1 | -1/+1 |
2009-02-02 | Minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-01-30 | reporting original request URI if HttpWebRequest failed, adding | Dr Scofield | 1 | -11/+18 |
2009-01-30 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-01-30 | fixing: client gets logged out when concierge's broker returns 500 | Dr Scofield | 1 | -2/+19 |
2009-01-28 | fix: client gets logged out when concierge's broker returns 500 | Dr Scofield | 1 | -4/+11 |
2009-01-26 | (no commit message) | Dr Scofield | 1 | -1/+1 |
2009-01-26 | (no commit message) | Dr Scofield | 1 | -1/+1 |
2009-01-26 | ~ fixing bugs in ConciergeServer.py test code | Dr Scofield | 1 | -1/+1 |
2009-01-26 | + adding URI substitution for concierges broker URI | Dr Scofield | 1 | -2/+4 |
2009-01-26 | ~ turning synchronous broker update into asynchronous one | Dr Scofield | 1 | -3/+11 |
2009-01-26 | ~ fix: Concierge reports avatar leaving region twice | Dr Scofield | 1 | -3/+1 |
2009-01-26 | ~ extending attendee list to include agent name | Dr Scofield | 1 | -10/+45 |
2009-01-26 | adding timestamp as ISO 8601 | Dr Scofield | 1 | -2/+2 |
2009-01-26 | adding XML sniplet generation (start of) | Dr Scofield | 1 | -0/+16 |
2009-01-26 | starting draft attendee list notification support. | Dr Scofield | 1 | -0/+27 |
2008-11-06 | - fixes comparison of struct against null (no no no) | Dr Scofield | 1 | -32/+32 |
2008-11-03 | * mionr: correct CONTRIBUTORS file for Plugh | Justin Clarke Casey | 1 | -2/+2 |
2008-11-03 | * minor: fussy little change to put colons in some log output | Justin Clarke Casey | 1 | -12/+12 |
2008-11-03 | * minor: don't need to null check config source in clientstack settings since... | Justin Clarke Casey | 1 | -1/+0 |
2008-10-30 | From: Alan Webb (alan_webb@us.ibm.com) | Dr Scofield | 1 | -10/+0 |
2008-10-27 | * minor: remove mono compiler warnings | Justin Clarke Casey | 1 | -9/+9 |
2008-10-27 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -3/+3 |