| Commit message (Expand) | Author | Files | Lines |
2008-10-19 | * Restore loaded inventory items to the given folder | Justin Clarke Casey | 1 | -10/+47 |
2008-10-19 | * move command line parsing code from inventory archive modules to opensim se... | Justin Clarke Casey | 2 | -25/+24 |
2008-10-19 | Added calling cards. Fixes Mantis#2409 and part of #1515. | Homer Horwitz | 1 | -7/+117 |
2008-10-17 | * Remove mono warnings | Justin Clarke Casey | 1 | -2/+2 |
2008-10-16 | Split the currency module into currency and a new Combat module, because | Melanie Thielker | 2 | -55/+155 |
2008-10-15 | * refactor: Move error logging from GetUserDetails up to callers, since there... | Justin Clarke Casey | 1 | -0/+7 |
2008-10-12 | Add a configuration section for groups modules | Melanie Thielker | 1 | -0/+20 |
2008-10-12 | * Fixed two major unhandled exceptions discovered during the Pub Quiz on friday. | Adam Frisby | 1 | -5/+30 |
2008-10-11 | Thanks cmickyb for a patch that enhances the IRC module. | Dahlia Trimble | 1 | -27/+98 |
2008-10-08 | Add some permissions checks and fixes | Melanie Thielker | 1 | -3/+2 |
2008-10-03 | Disabled some thread aborts in the IRC module that I added earlier and don't ... | Dahlia Trimble | 1 | -2/+2 |
2008-10-03 | This changeset changes the way chat from client is routed: | Dr Scofield | 3 | -135/+150 |
2008-10-01 | a little (incomplete) hackery in the IRC module to allow run-time connection ... | Dahlia Trimble | 1 | -11/+74 |
2008-09-30 | initial version of a meeting concierge module. | Dr Scofield | 1 | -0/+213 |
2008-09-30 | - a couple of minor code cleanups in RestInventoryServices | Dr Scofield | 2 | -58/+70 |
2008-09-29 | * minor: remove warnings | Justin Clarke Casey | 1 | -3/+3 |
2008-09-29 | * reactor: move inventory archive classes into separate Inventory/Archiver di... | Justin Clarke Casey | 2 | -4/+4 |
2008-09-29 | * refactor: Rename InventoryModule to InventoryTransferModule | Justin Clarke Casey | 1 | -2/+2 |
2008-09-29 | * Move existing inventory module into a 'Transfer' namespace, since that is t... | Justin Clarke Casey | 1 | -1/+1 |
2008-09-29 | * check in missing files that caused the previous build break | Justin Clarke Casey | 2 | -0/+487 |
2008-09-26 | * Patch from JHurliman | Teravus Ovares | 2 | -3/+3 |
2008-09-24 | Decouple AsyncCommands from XEngine and the script instance. Make | Melanie Thielker | 1 | -0/+3 |
2008-09-15 | * refactor: collapse UpdateUserProfileProperties() into existing UpdateUserPr... | Justin Clarke Casey | 1 | -1/+2 |
2008-09-09 | Update svn properties, formatting cleanup. | Jeff Ames | 2 | -14/+14 |
2008-09-06 | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 11 | -249/+247 |
2008-09-06 | * Add SampleMoneyModule patch from mantis #2079 | Justin Clarke Casey | 1 | -11/+19 |
2008-09-02 | Change some chat output functions so that text is truncated at | Melanie Thielker | 1 | -1/+4 |
2008-08-28 | Update svn properties, formatting cleanup. | Jeff Ames | 1 | -3/+3 |
2008-08-27 | Make the check on inventory cache clearing more robust. Addresses | Melanie Thielker | 1 | -0/+36 |
2008-08-25 | * zap compilation warnings | Justin Clarke Casey | 1 | -2/+2 |
2008-08-24 | Implements 80% of object buy (prim vendor). You can't buy the object yet, | Melanie Thielker | 1 | -0/+35 |
2008-08-23 | Some complex re-ordering to make prebuild do what needed to be done. | Melanie Thielker | 1 | -1/+2 |
2008-08-23 | Patch #9171 | Melanie Thielker | 1 | -5/+32 |
2008-08-19 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-08-19 | Fix region crossings and access to inventory after changing regions within | Melanie Thielker | 1 | -3/+25 |
2008-08-18 | Formatting cleanup. | Jeff Ames | 2 | -10/+6 |
2008-08-17 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-08-17 | Add the IInventoryModule interface and a sample method call | Melanie Thielker | 1 | -13/+23 |
2008-08-16 | Update svn properties, minor formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2008-08-16 | Refactor a lot of direct calls to OGS1 to use the cached version instead. | Melanie Thielker | 1 | -3/+4 |
2008-08-15 | Plumb in the partner and the account title fields for profile info. | Melanie Thielker | 1 | -4/+11 |
2008-08-15 | Plumb the user flags all the way through to the profile. userFlags in | Melanie Thielker | 1 | -2/+5 |
2008-07-31 | Thank you, sacha magne, for a patch that prevents sim chat from | Melanie Thielker | 1 | -1/+4 |
2008-07-25 | renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessage | Dr Scofield | 2 | -5/+5 |
2008-07-23 | refactored LandData to use properties, and cleaned up the naming on | Sean Dague | 3 | -3/+3 |
2008-07-18 | Commented out a readline that was preventing the sim from shutting down in so... | Dahlia Trimble | 1 | -1/+1 |
2008-07-14 | fixing warning in IRCBridgeModule and logging the exception cause now. | Dr Scofield | 1 | -2/+3 |
2008-07-14 | adds a default value of true to the new IRC bridge configuration option "nick... | Dahlia Trimble | 1 | -3/+5 |
2008-07-12 | Mantis#1718. Thank you kindly, Mircea for a patch that: | Charles Krinke | 1 | -9/+17 |
2008-07-11 | trying to fix mantis #1711. | Dr Scofield | 1 | -5/+12 |