| Commit message (Expand) | Author | Age | Files | Lines |
* | - fixes comparison of struct against null (no no no) | Dr Scofield | 2008-11-06 | 3 | -7/+7 |
* | * Prevent texture sender thread termination from immediately crashing the sim | Justin Clarke Casey | 2008-11-04 | 1 | -2/+0 |
* | fix: ArchiveReadRequest.URIFetch stumbles over absent content length field | Dr Scofield | 2008-11-04 | 1 | -0/+1 |
* | completing move to refactored multi-channel capable IRCBridgeModule | Dr Scofield | 2008-11-03 | 3 | -30/+30 |
* | dropping old IRCBridgeModule. | Dr Scofield | 2008-11-03 | 2 | -1095/+0 |
* | merging changes from IRCBridgeModule in to XIRCBridgeModule; swapping | Dr Scofield | 2008-11-03 | 6 | -67/+84 |
* | * minor: Remove mono compiler warning | Justin Clarke Casey | 2008-11-01 | 1 | -1/+1 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-11-01 | 1 | -13/+13 |
* | From: Alan Webb (alan_webb@us.ibm.com) | Dr Scofield | 2008-10-30 | 5 | -1/+2128 |
* | cleaning up commented lines in IRCConnector; changing access_password | Dr Scofield | 2008-10-23 | 2 | -36/+36 |
* | cleanup. | Dr Scofield | 2008-10-21 | 1 | -3/+3 |
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-10-21 | 1 | -2/+2 |
* | fixing real cause of #2445 & #2449: Position was <0, 0, 0> for | Dr Scofield | 2008-10-21 | 1 | -53/+31 |
* | cleaning up IRCBridgeModule to allow for configuration from in-world, | Dr Scofield | 2008-10-20 | 3 | -813/+936 |
* | Thanks cmickyb for a patch that enhances the IRC module. | Dahlia Trimble | 2008-10-11 | 1 | -27/+98 |
* | Disabled some thread aborts in the IRC module that I added earlier and don't ... | Dahlia Trimble | 2008-10-03 | 1 | -2/+2 |
* | This changeset changes the way chat from client is routed: | Dr Scofield | 2008-10-03 | 2 | -109/+110 |
* | a little (incomplete) hackery in the IRC module to allow run-time connection ... | Dahlia Trimble | 2008-10-01 | 1 | -11/+74 |
* | - a couple of minor code cleanups in RestInventoryServices | Dr Scofield | 2008-09-30 | 2 | -58/+70 |
* | Decouple AsyncCommands from XEngine and the script instance. Make | Melanie Thielker | 2008-09-24 | 1 | -0/+3 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2008-09-09 | 1 | -1/+1 |
* | * This is the fabled LibOMV update with all of the libOMV types from JHurliman | Teravus Ovares | 2008-09-06 | 2 | -18/+18 |
* | Change some chat output functions so that text is truncated at | Melanie Thielker | 2008-09-02 | 1 | -1/+4 |
* | Thank you, sacha magne, for a patch that prevents sim chat from | Melanie Thielker | 2008-07-31 | 1 | -1/+4 |
* | renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessage | Dr Scofield | 2008-07-25 | 2 | -5/+5 |
* | Commented out a readline that was preventing the sim from shutting down in so... | Dahlia Trimble | 2008-07-18 | 1 | -1/+1 |
* | fixing warning in IRCBridgeModule and logging the exception cause now. | Dr Scofield | 2008-07-14 | 1 | -2/+3 |
* | adds a default value of true to the new IRC bridge configuration option "nick... | Dahlia Trimble | 2008-07-14 | 1 | -3/+5 |
* | Mantis#1718. Thank you kindly, Mircea for a patch that: | Charles Krinke | 2008-07-12 | 1 | -9/+17 |
* | trying to fix mantis #1711. | Dr Scofield | 2008-07-11 | 1 | -5/+12 |
* | revert 5028, as this approach to 1 nick per avatar isn't going to work, | Sean Dague | 2008-06-06 | 1 | -21/+8 |
* | experimental IRC changes, because it's friday, and I'm curious if this | Sean Dague | 2008-06-06 | 1 | -8/+21 |
* | Formatting cleanup, minor refactoring, svn properties. | Jeff Ames | 2008-06-04 | 1 | -2/+2 |
* | * Stop the IRC module throwing a nre on shutdown if it isn't actually being used | Justin Clarke Casey | 2008-05-30 | 1 | -2/+5 |
* | * Successfully pick out prims.xml file from archive | Justin Clarke Casey | 2008-05-30 | 1 | -1/+1 |
* | while investigating why IRCBridgeModule.Close() was having no effect, i | Dr Scofield | 2008-05-30 | 1 | -13/+26 |
* | Formatting cleanup. | Jeff Ames | 2008-05-28 | 2 | -25/+25 |
* | fixes a CTB when IRCBridgeModule is not configured. | Dr Scofield | 2008-05-27 | 1 | -2/+2 |
* | cleaning up: coding style guidelines violation in RestPlugin.cs. | Dr Scofield | 2008-05-27 | 1 | -0/+23 |
* | I'm dropping the ISimChat interface as that has now been | Dr Scofield | 2008-05-27 | 2 | -3/+4 |
* | This cleans up a merge mess from the earlier checkin and implements llOwnerSa... | Dr Scofield | 2008-05-26 | 2 | -35/+28 |
* | Adding OnChatBroadcast event logic to EventManager providing | Dr Scofield | 2008-05-26 | 2 | -108/+149 |
* | Update svn properties. Formatting cleanup. | Jeff Ames | 2008-05-25 | 2 | -16/+16 |
* | forgot to actually remove IRCBridgeModule.FindClientRegion() | Dr Scofield | 2008-05-23 | 1 | -32/+0 |
* | IRCBridgeModule (and ChatModule before the refactoring) didn't succeed in | Dr Scofield | 2008-05-23 | 2 | -3/+860 |
* | i've refactored the ChatModule into two modules: ChatModule and IRCBridgeModule. | Dr Scofield | 2008-05-23 | 1 | -709/+37 |
* | * Plug in stubbed out archiver module | Justin Clarke Casey | 2008-05-22 | 1 | -2/+2 |
* | Formatting cleanup. | Jeff Ames | 2008-05-16 | 1 | -3/+3 |
* | * Removed 19 warnings | Teravus Ovares | 2008-05-14 | 1 | -1/+1 |
* | * Unraveled the DEBUG_CHANNEL mystery. | Teravus Ovares | 2008-05-05 | 1 | -9/+21 |