aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Update svn properties. Add copyright headers. Minor formatting cleanup.Jeff Ames2008-11-092-2/+2
* Reintroduce transactionID to the parameter list for SendInstantMessage.Melanie Thielker2008-11-093-6/+6
* * Ported InstantMessageModule to IClientCoreAdam Frisby2008-11-081-6/+11
* * Added IClientIM to IClientCore interfacesAdam Frisby2008-11-084-23/+22
* Added necessary locking to LandManagementModule. As it is used by severalHomer Horwitz2008-11-081-143/+239
* * refactor: cleanup AllocateLocalPrimId() a bit moreJustin Clarke Casey2008-11-077-26/+15
* * Rename PrimIDAllocate() to more effectively convey what it does, and put th...Justin Clarke Casey2008-11-073-6/+6
* * Remove more UpdateParentIDs() calls that are now duplicatesJustin Clarke Casey2008-11-071-1/+0
* * refactor: allocate local ids to prims only when an object is attached to a ...Justin Clarke Casey2008-11-072-2/+2
* * Apply patch in http://opensimulator.org/mantis/view.php?id=2397Justin Clarke Casey2008-11-071-0/+5
* Attachments, attachments, and, did I say attachments?Melanie Thielker2008-11-073-5/+4
* * minor: Make some 'startup config failed to load' log messages more consistentJustin Clarke Casey2008-11-061-2/+2
* - fixes comparison of struct against null (no no no)Dr Scofield2008-11-064-39/+39
* Thanks Diva for a patch that makes WorldMapModule friendly to subclassing.Jeff Ames2008-11-061-43/+32
* * Stop an exception in the Content Management module main loop from crashing ...Justin Clarke Casey2008-11-041-34/+44
* * Prevent texture sender thread termination from immediately crashing the simJustin Clarke Casey2008-11-042-20/+28
* * Stop an exception in getting assets for the archiver from crashing the simJustin Clarke Casey2008-11-041-7/+16
* * Stop a non WebException in an XMLRPC request from bringing down the whole simJustin Clarke Casey2008-11-041-1/+1
* * Practise some defensive programming - gracefully terminate the thread if th...Justin Clarke Casey2008-11-041-20/+28
* * Improve the previous fix by pushing the exception catching down into OGS1 g...Justin Clarke Casey2008-11-041-10/+1
* * Temporary fix to stop a problem in getting neighbour info in the world map ...Justin Clarke Casey2008-11-041-1/+11
* * minor: doc and log message tweaking for wearablesJustin Clarke Casey2008-11-041-4/+15
* fix: ArchiveReadRequest.URIFetch stumbles over absent content length fieldDr Scofield2008-11-042-1/+3
* Small fix for a possible NRE in standalone mode, killing theHomer Horwitz2008-11-031-2/+2
* * mionr: correct CONTRIBUTORS file for PlughJustin Clarke Casey2008-11-031-2/+2
* * minor: fussy little change to put colons in some log outputJustin Clarke Casey2008-11-031-12/+12
* * minor: don't need to null check config source in clientstack settings since...Justin Clarke Casey2008-11-031-1/+0
* completing move to refactored multi-channel capable IRCBridgeModuleDr Scofield2008-11-033-30/+30
* dropping old IRCBridgeModule.Dr Scofield2008-11-032-1095/+0
* * Use the UUID regex sitting in utils for detection of uuids embedded in scriptsJustin Clarke Casey2008-11-031-9/+1
* merging changes from IRCBridgeModule in to XIRCBridgeModule; swappingDr Scofield2008-11-036-67/+84
* - Add Util.isUUIDHomer Horwitz2008-11-021-0/+4
* Update svn properties, formatting cleanup.Jeff Ames2008-11-021-13/+13
* Megapatch that fixes/adds: friend offer/deny/accept, friendship termination,Homer Horwitz2008-11-013-422/+729
* * minor: Remove mono compiler warningJustin Clarke Casey2008-11-011-1/+1
* * refactor: Convert most non SOP methods to use SOG.IsAttachment rather than ...Justin Clarke Casey2008-11-012-4/+3
* * Introduce an IsAttachment property on the group level (which just returns f...Justin Clarke Casey2008-11-011-1/+1
* * Fix http://opensimulator.org/mantis/view.php?id=2517Justin Clarke Casey2008-11-011-1/+6
* Make the IM and friends modules optional. Clean up some code that dealtMelanie Thielker2008-11-014-13/+26
* Make the inventory transfer module replacable in config.Melanie Thielker2008-11-011-0/+9
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-011-13/+13
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-10-307-12/+2191
* * Check in (disabled) results of not persisting avatar textures but rather se...Justin Clarke Casey2008-10-294-36/+28
* * minor: Add documentation to some of the appearance methods, change some log...Justin Clarke Casey2008-10-281-10/+14
* * minor: Doc and log message tidy upJustin Clarke Casey2008-10-281-3/+2
* Update Sun options in OpenSim.ini.example. Minor cleanup in SunModule.cs.Jeff Ames2008-10-281-9/+5
* * cleanup: Update the avatar factory (appearance module) in Region/Environmen...Justin Clarke Casey2008-10-271-199/+80
* * minor: remove mono compiler warningsJustin Clarke Casey2008-10-271-9/+9
* * Apply http://opensimulator.org/mantis/view.php?id=2468Justin Clarke Casey2008-10-273-31/+85
* * Temporarily revert terrain changes in r6976 and reinstate unit test from r6...Justin Clarke Casey2008-10-273-79/+48