aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar (follow)
Commit message (Expand)AuthorAgeFilesLines
* Don't let a missing configuration cause a NREMelanie Thielker2009-03-292-0/+11
* Change the client API to use GridInstantMessage for the "last mile" of IMMelanie Thielker2009-03-295-62/+28
* Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker2009-03-292-8/+199
* Fix the plumbing in the offline message module.Melanie Thielker2009-03-282-27/+51
* Add a module skeleton for offline IM storage. No functionality yet.Melanie Thielker2009-03-281-0/+131
* * Implement * wildcard in save iar requestsJustin Clarke Casey2009-03-271-14/+36
* * Fix single item iar savingJustin Clarke Casey2009-03-271-6/+11
* * correct iar root folder location for saving of individual itemsJustin Clarke Casey2009-03-261-1/+1
* * iars: Serialize information about item creators to archiveJustin Clarke Casey2009-03-261-2/+8
* iar: centralize user uuid gatheringJustin Clarke Casey2009-03-251-18/+43
* * minor: spit out creator name on save iarJustin Clarke Casey2009-03-251-0/+12
* Finish folder gives. With this commit, single item and folder gives nowMelanie Thielker2009-03-231-0/+7
* Committing partial work on passing folders across instances. This may crash.Melanie Thielker2009-03-231-2/+31
* Add QueryItem method to secure inventory and HG inventory, change method sig toMelanie Thielker2009-03-221-2/+6
* Cause the inventory give module to be more selective and not attempt toMelanie Thielker2009-03-221-0/+8
* Add code to the inventory transfer module to use the new DB functionalityMelanie Thielker2009-03-211-0/+72
* * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ...Justin Clarke Casey2009-03-191-2/+2
* Add an event to process undelivered IMsMelanie Thielker2009-03-171-0/+14
* Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur2009-03-163-9/+9
* * Support loading empty folders in an iarJustin Clarke Casey2009-03-131-78/+90
* Move ArchiveConstants to OpenSim.Framework.ArchiveMike Mazur2009-03-124-244/+131
* Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur2009-03-123-1/+4
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-111-1/+1
* * Improve memory usage when writing OARsJustin Clarke Casey2009-03-061-5/+7
* * Replace some string to byte conversions for object/item name/description fi...Justin Clarke Casey2009-03-051-2/+3
* * Add the abilty to load and save iar item nodes where folders have identical...Justin Clarke Casey2009-03-044-31/+132
* * Properly load items into correct folders when an iar is loadedJustin Clarke Casey2009-02-251-8/+12
* * Fix my own unit testJustin Clarke Casey2009-02-252-7/+19
* * Add InventoryArchiveConstants that I missed from last commitJustin Clarke Casey2009-02-252-6/+137
* * Store inventory data in an 'inventory' directory rather than in the root of...Justin Clarke Casey2009-02-252-10/+10
* Allow delivery of object messages gridwideMelanie Thielker2009-02-221-1/+2
* Revert previous commitMelanie Thielker2009-02-201-7/+0
* Committing interface and stubs for IM interceptionMelanie Thielker2009-02-201-0/+7
* This moves the 2 friends-related interregion messages out of OGS1 and into th...diva2009-02-201-2/+94
* * refactor: Rename new class AssetGatherer to UuidGatherer to reflect what it...Justin Clarke Casey2009-02-191-2/+2
* * Do deep inspection when saving inventory items in order to capture all the ...Justin Clarke Casey2009-02-191-1/+1
* Make the implementation of the message transfer module protected virtualMelanie Thielker2009-02-191-13/+13
* reverted last revision, until we decide how to handle capturing IM'sMW2009-02-191-14/+0
* Added a event to IMessageTransferModule (and MessageTransferModule) so that o...MW2009-02-191-0/+14
* * Change AssetGatherer method access so that only methods which are worth cal...Justin Clarke Casey2009-02-181-1/+4
* * Make save iar behave properly if the nominated inventory path does not existJustin Clarke Casey2009-02-182-10/+28
* * Assign incoming items with a random UUID so that archives can be loaded mor...Justin Clarke Casey2009-02-173-13/+6
* * extend inventory archive save test to check for the presence of the item fi...Justin Clarke Casey2009-02-171-26/+32
* * switch to pulsing monitors to perform test sync instead of events, since th...Justin Clarke Casey2009-02-171-5/+11
* * Establish InventoryArchiveSaved event for unit testsJustin Clarke Casey2009-02-173-32/+67
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-171-1/+1
* * Iniital inventory archive test code. Doesn't actually do any testing yetJustin Clarke Casey2009-02-161-0/+159
* * minor: print out status messages at start and end of inventory archive load...Justin Clarke Casey2009-02-161-0/+16
* * refactor: move alert commands from Scene to DialogModuleJustin Clarke Casey2009-02-131-1/+51
* * Quieten down log messages from the Friends moduleJustin Clarke Casey2009-02-132-9/+7