aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Chat (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added an optional password for the IRC moduleDahlia Trimble2009-01-182-1/+13
* Increase IRC login timeout to 25 - it was 10 which was causing reconnect loop...Dahlia Trimble2008-11-221-1/+1
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-151-18/+2
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-11-144-110/+129
* - fixes comparison of struct against null (no no no)Dr Scofield2008-11-063-7/+7
* * Prevent texture sender thread termination from immediately crashing the simJustin Clarke Casey2008-11-041-2/+0
* fix: ArchiveReadRequest.URIFetch stumbles over absent content length fieldDr Scofield2008-11-041-0/+1
* completing move to refactored multi-channel capable IRCBridgeModuleDr Scofield2008-11-033-30/+30
* dropping old IRCBridgeModule.Dr Scofield2008-11-032-1095/+0
* merging changes from IRCBridgeModule in to XIRCBridgeModule; swappingDr Scofield2008-11-036-67/+84
* * minor: Remove mono compiler warningJustin Clarke Casey2008-11-011-1/+1
* Update svn properties, minor formatting cleanup.Jeff Ames2008-11-011-13/+13
* From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield2008-10-305-1/+2128
* cleaning up commented lines in IRCConnector; changing access_passwordDr Scofield2008-10-232-36/+36
* cleanup.Dr Scofield2008-10-211-3/+3
* Update svn properties, minor formatting cleanup.Jeff Ames2008-10-211-2/+2
* fixing real cause of #2445 & #2449: Position was <0, 0, 0> forDr Scofield2008-10-211-53/+31
* cleaning up IRCBridgeModule to allow for configuration from in-world,Dr Scofield2008-10-203-813/+936
* Thanks cmickyb for a patch that enhances the IRC module.Dahlia Trimble2008-10-111-27/+98
* Disabled some thread aborts in the IRC module that I added earlier and don't ...Dahlia Trimble2008-10-031-2/+2
* This changeset changes the way chat from client is routed: Dr Scofield2008-10-032-109/+110
* a little (incomplete) hackery in the IRC module to allow run-time connection ...Dahlia Trimble2008-10-011-11/+74
* - a couple of minor code cleanups in RestInventoryServicesDr Scofield2008-09-302-58/+70
* Decouple AsyncCommands from XEngine and the script instance. MakeMelanie Thielker2008-09-241-0/+3
* Update svn properties, formatting cleanup.Jeff Ames2008-09-091-1/+1
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-062-18/+18
* Change some chat output functions so that text is truncated atMelanie Thielker2008-09-021-1/+4
* Thank you, sacha magne, for a patch that prevents sim chat fromMelanie Thielker2008-07-311-1/+4
* renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessageDr Scofield2008-07-252-5/+5
* Commented out a readline that was preventing the sim from shutting down in so...Dahlia Trimble2008-07-181-1/+1
* fixing warning in IRCBridgeModule and logging the exception cause now.Dr Scofield2008-07-141-2/+3
* adds a default value of true to the new IRC bridge configuration option "nick...Dahlia Trimble2008-07-141-3/+5
* Mantis#1718. Thank you kindly, Mircea for a patch that:Charles Krinke2008-07-121-9/+17
* trying to fix mantis #1711.Dr Scofield2008-07-111-5/+12
* revert 5028, as this approach to 1 nick per avatar isn't going to work, Sean Dague2008-06-061-21/+8
* experimental IRC changes, because it's friday, and I'm curious if thisSean Dague2008-06-061-8/+21
* Formatting cleanup, minor refactoring, svn properties.Jeff Ames2008-06-041-2/+2
* * Stop the IRC module throwing a nre on shutdown if it isn't actually being usedJustin Clarke Casey2008-05-301-2/+5
* * Successfully pick out prims.xml file from archiveJustin Clarke Casey2008-05-301-1/+1
* while investigating why IRCBridgeModule.Close() was having no effect, iDr Scofield2008-05-301-13/+26
* Formatting cleanup.Jeff Ames2008-05-282-25/+25
* fixes a CTB when IRCBridgeModule is not configured.Dr Scofield2008-05-271-2/+2
* cleaning up: coding style guidelines violation in RestPlugin.cs. Dr Scofield2008-05-271-0/+23
* I'm dropping the ISimChat interface as that has now been Dr Scofield2008-05-272-3/+4
* This cleans up a merge mess from the earlier checkin and implements llOwnerSa...Dr Scofield2008-05-262-35/+28
* Adding OnChatBroadcast event logic to EventManager providing Dr Scofield2008-05-262-108/+149
* Update svn properties. Formatting cleanup.Jeff Ames2008-05-252-16/+16
* forgot to actually remove IRCBridgeModule.FindClientRegion()Dr Scofield2008-05-231-32/+0
* IRCBridgeModule (and ChatModule before the refactoring) didn't succeed in Dr Scofield2008-05-232-3/+860
* i've refactored the ChatModule into two modules: ChatModule and IRCBridgeModule.Dr Scofield2008-05-231-709/+37