| Commit message (Expand) | Author | Files | Lines |
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 |
2008-06-27 | more warnings to go. | Dr Scofield | 1 | -10/+10 |
2008-06-27 | dr scofield's continuing warnings safari: | Dr Scofield | 2 | -2/+3 |
2008-06-25 | Added support for terrain map to be serialised to xml(as base64 binary). usef... | MW | 1 | -1/+1 |
2008-06-06 | revert 5028, as this approach to 1 nick per avatar isn't going to work, | Sean Dague | 1 | -21/+8 |
2008-06-06 | experimental IRC changes, because it's friday, and I'm curious if this | Sean Dague | 1 | -8/+21 |
2008-06-04 | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 2 | -21/+21 |
2008-06-03 | * This should fix presence issues. | Teravus Ovares | 1 | -2/+7 |
2008-06-02 | * This update enables grid wide presence updates. | Teravus Ovares | 1 | -10/+122 |
2008-06-01 | * This enables grid-wide instant messaging in a peer to peer with tracker sty... | Teravus Ovares | 1 | -23/+167 |
2008-06-01 | * Committing more unfinished stuff. Nothing significant at the moment. IM ... | Teravus Ovares | 1 | -11/+246 |
2008-06-01 | * Committing some stuff I'm working to make it so I can commit an upcoming pa... | Teravus Ovares | 1 | -3/+169 |
2008-05-30 | * Stop the IRC module throwing a nre on shutdown if it isn't actually being used | Justin Clarke Casey | 1 | -2/+5 |
2008-05-30 | * Successfully pick out prims.xml file from archive | Justin Clarke Casey | 1 | -1/+1 |
2008-05-30 | while investigating why IRCBridgeModule.Close() was having no effect, i | Dr Scofield | 1 | -13/+26 |
2008-05-28 | Formatting cleanup. | Jeff Ames | 2 | -25/+25 |
2008-05-27 | fixes a CTB when IRCBridgeModule is not configured. | Dr Scofield | 1 | -2/+2 |
2008-05-27 | cleaning up: coding style guidelines violation in RestPlugin.cs. | Dr Scofield | 1 | -0/+23 |
2008-05-27 | I'm dropping the ISimChat interface as that has now been | Dr Scofield | 2 | -3/+4 |
2008-05-26 | This cleans up a merge mess from the earlier checkin and implements llOwnerSa... | Dr Scofield | 2 | -35/+28 |
2008-05-26 | Adding OnChatBroadcast event logic to EventManager providing | Dr Scofield | 2 | -108/+149 |
2008-05-25 | Update svn properties. Formatting cleanup. | Jeff Ames | 4 | -20/+20 |
2008-05-23 | forgot to actually remove IRCBridgeModule.FindClientRegion() | Dr Scofield | 1 | -32/+0 |
2008-05-23 | IRCBridgeModule (and ChatModule before the refactoring) didn't succeed in | Dr Scofield | 2 | -3/+860 |
2008-05-23 | i've refactored the ChatModule into two modules: ChatModule and IRCBridgeModule. | Dr Scofield | 1 | -709/+37 |
2008-05-23 | Thank you kindly, Melanie, for a patch which: | Charles Krinke | 1 | -0/+4 |
2008-05-22 | * Plug in stubbed out archiver module | Justin Clarke Casey | 1 | -2/+2 |
2008-05-20 | i'm extending the RestStreamHandler.Handler(...) signature to actually | Dr Scofield | 2 | -4/+8 |
2008-05-18 | * Patch #1312 from Melanie - Abstracts Money Module to IMoneyModule. | Adam Frisby | 1 | -9/+0 |
2008-05-18 | * Group type stuff. Nothing spectacular. two packets, sorta almost semi half... | Teravus Ovares | 1 | -9/+45 |
2008-05-17 | Thank you very kindly, Melanie for: | Charles Krinke | 1 | -2/+3 |
2008-05-16 | Formatting cleanup. | Jeff Ames | 6 | -22/+22 |
2008-05-14 | * Added standard copyright and removed un-necessary using of libsecondlife.Pa... | Teravus Ovares | 1 | -1/+0 |
2008-05-14 | * Adding the very bare minimum for the client to register user as having the ... | Teravus Ovares | 1 | -38/+9 |
2008-05-14 | * Added 3 warnings in response to the warnings. Adam, read the warnings. | Teravus Ovares | 1 | -0/+1 |
2008-05-14 | * Refactored OutPacket out of ScenePresence | Teravus Ovares | 1 | -1/+1 |
2008-05-14 | * Removed 19 warnings | Teravus Ovares | 2 | -3/+3 |
2008-05-14 | * Refactored OutPacket and FirstName/LastName out of Friends Module. | Teravus Ovares | 1 | -27/+13 |
2008-05-14 | * Added the same catch on the 2nd place that objects fail to lock. | Teravus Ovares | 1 | -0/+7 |
2008-05-14 | * Applying Melanie's FriendList related crash patch. She discovered that .N... | Teravus Ovares | 1 | -1/+8 |
2008-05-06 | * Cleaning up code, making it conform to OpenSim standards. | Adam Frisby | 1 | -1/+1 |
2008-05-05 | * Unraveled the DEBUG_CHANNEL mystery. | Teravus Ovares | 1 | -9/+21 |
2008-05-03 | * Refactor: Renaming item and folder tree search methods to have Find*() pref... | Justin Clarke Casey | 1 | -1/+1 |
2008-05-03 | * For your fragging desire, damage enabled land works, but watch out!, life d... | Teravus Ovares | 1 | -3/+74 |
2008-05-01 | * Rolled back a few changes. | Adam Frisby | 6 | -92/+96 |