| Commit message (Expand) | Author | Files | Lines |
2010-10-13 | Add a setter to OldItemID so it can be deserialized | Melanie | 1 | -0/+3 |
2010-10-09 | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2010-10-09 | Limit formatting of local console output to actual logging messages. | Marck | 1 | -13/+17 |
2010-10-08 | Make SendKillObject send multiple localIDs in one packet. This avoids the | Melanie | 1 | -1/+1 |
2010-10-03 | Added viewer's channel, mac, and id0 to agent circuit data. Also moved client... | Diva Canto | 1 | -1/+36 |
2010-10-03 | Port ExecutingDirectory from omfOS Util class. | Melanie | 1 | -0/+11 |
2010-09-24 | When clearing the addin registry, respect a custom path | Melanie | 1 | -4/+13 |
2010-09-19 | Fix a merge artefact that broke script state persistence in XAttachments | Melanie | 1 | -5/+3 |
2010-09-18 | * Tweaked the LocationTests for maximum coverage. | Teravus Ovares (Dan Olivares) | 2 | -1/+60 |
2010-09-18 | * Covered the type converters in SLUtil with unit tests. | Teravus Ovares (Dan Olivares) | 1 | -1/+57 |
2010-09-17 | * More Mundane Tests | Teravus Ovares (Dan Olivares) | 2 | -0/+198 |
2010-09-18 | REST Console delivers responses with content type text/xml instead of text/pl... | Marck | 1 | -2/+2 |
2010-09-18 | Add m_syncRoot lock to MapAndArray.ContainsKey(), as discussed with jhurliman | Justin Clark-Casey (justincc) | 1 | -2/+3 |
2010-09-18 | Move OpenSim/Framework/tests/PrimeNumberHelperTests.cs to OpenSim/Framework/T... | Justin Clark-Casey (justincc) | 1 | -0/+0 |
2010-09-17 | * Fixed and re-enabled CacheTests | Teravus Ovares (Dan Olivares) | 3 | -15/+166 |
2010-09-17 | * Add a few more tests to help our meager code coverage %. | Teravus Ovares (Dan Olivares) | 2 | -0/+242 |
2010-09-16 | Changed SceneObjectGroup to store parts with the fast and thread-safe MapAndA... | John Hurliman | 1 | -0/+188 |
2010-09-14 | Remove long unused Region/Framework/ThreadTracker | Justin Clark-Casey (justincc) | 1 | -46/+0 |
2010-09-14 | Fix "show threads" to show threads now being managed by OpenSim.Framework.Wat... | Justin Clark-Casey (justincc) | 2 | -18/+22 |
2010-09-12 | * Added ISimulationDataService and IEstateDataService | John Hurliman | 1 | -16/+0 |
2010-09-12 | Formatting cleanup. | Jeff Ames | 9 | -155/+152 |
2010-09-12 | Add copyright headers. | Jeff Ames | 2 | -2/+29 |
2010-09-10 | Made it impossible to create a user with names containing spaces and prevente... | randomhuman | 2 | -2/+54 |
2010-09-10 | Remove parenthesis around the release flavour to get the version string back ... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2010-09-07 | * Cache null account responses in the SimianUserAccountServiceConnector to av... | John Hurliman | 1 | -6/+4 |
2010-09-07 | If a scene object part UUID is changed (only possible when not in a scene), t... | Justin Clark-Casey (justincc) | 1 | -5/+5 |
2010-09-06 | Revert "Workaround for mono bug #312968" | Melanie Thielker | 1 | -1/+0 |
2010-09-06 | Workaround for mono bug #312968 | Melanie Thielker | 1 | -0/+1 |
2010-09-05 | Fix build break | Melanie | 1 | -4/+0 |
2010-09-05 | Remove "Dwell" support from core and replace it with calls to methods | Melanie Thielker | 3 | -73/+57 |
2010-09-05 | Remove "Dwell" support from core and replace it with calls to methods | Melanie Thielker | 3 | -74/+54 |
2010-09-04 | Make User Agent Service and Login Service separable. | Diva Canto | 1 | -1/+17 |
2010-09-03 | Added XFF header processing. Untested, for lack of proxy. | Diva Canto | 2 | -0/+30 |
2010-09-03 | In RemoveAdminPlugin, use a .ini file template in XmlRpcCreateRegionMethod ra... | Justin Clark-Casey (justincc) | 1 | -5/+10 |
2010-09-02 | Implement UploadBakedTexture cap | Melanie Thielker | 1 | -0/+105 |
2010-09-02 | Implement UploadBakedTexture cap | Melanie Thielker | 1 | -0/+105 |
2010-08-30 | minor: Add some method doc to BaseHttpServer.HandleRequest() | Justin Clark-Casey (justincc) | 1 | -2/+8 |
2010-08-30 | Implements parcel media setting persistence and packet / CAPS handling | Jonathan Freedman | 2 | -14/+97 |
2010-08-30 | local commit with parcel media bits | Jonathan Freedman | 2 | -14/+97 |
2010-08-25 | Prevent an object disposed exception that made forms comms unreliable. After | Melanie Thielker | 1 | -2/+7 |
2010-08-25 | Change some e.Message to e.ToString. Don't use e.Message, it doesn't carry | Melanie Thielker | 1 | -2/+2 |
2010-08-25 | Prevent an object disposed exception that made forms comms unreliable. After | Melanie Thielker | 1 | -2/+7 |
2010-08-25 | Change some e.Message to e.ToString. Don't use e.Message, it doesn't carry | Melanie Thielker | 1 | -2/+2 |
2010-08-24 | Plumb the region type through to the ProductName field in estate messages | Melanie | 1 | -1/+2 |
2010-08-21 | Finally putting estate_settings.xml to rest. There will be no more attempts | Melanie | 1 | -198/+0 |
2010-08-20 | Some code cleanup for console command "create region". | Marck | 1 | -1/+1 |
2010-08-20 | Unit test breakage fix. | Diva Canto | 2 | -3/+3 |
2010-08-19 | Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on myipaddress.c... | Diva Canto | 1 | -82/+0 |
2010-08-19 | Partial rewrite of client IP verification. Not completely finished yet, and u... | Diva Canto | 1 | -1/+3 |
2010-08-19 | Revert "One more go at GetExternalIpOf(user). Addresses mantis #4955 and #4943." | Diva Canto | 1 | -40/+28 |