aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/Avatar/Chat (unfollow)
Commit message (Expand)AuthorFilesLines
2009-02-06This changeset is the step 1 of 2 in refactoringDr Scofield5-10/+10
2009-02-02* Make it more obvious that there is an enabled switch for chat in OpenSim.in...Justin Clarke Casey1-2/+2
2009-01-18Added an optional password for the IRC moduleDahlia Trimble2-1/+13
2008-11-22Increase IRC login timeout to 25 - it was 10 which was causing reconnect loop...Dahlia Trimble1-1/+1
2008-11-15Update svn properties, minor formatting cleanup.Jeff Ames1-18/+2
2008-11-14From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield4-110/+129
2008-11-06- fixes comparison of struct against null (no no no)Dr Scofield3-7/+7
2008-11-04* Prevent texture sender thread termination from immediately crashing the simJustin Clarke Casey1-2/+0
2008-11-04fix: ArchiveReadRequest.URIFetch stumbles over absent content length fieldDr Scofield1-0/+1
2008-11-03completing move to refactored multi-channel capable IRCBridgeModuleDr Scofield3-30/+30
2008-11-03dropping old IRCBridgeModule.Dr Scofield2-1095/+0
2008-11-03merging changes from IRCBridgeModule in to XIRCBridgeModule; swappingDr Scofield6-67/+84
2008-11-01* minor: Remove mono compiler warningJustin Clarke Casey1-1/+1
2008-11-01Update svn properties, minor formatting cleanup.Jeff Ames1-13/+13
2008-10-30From: Alan Webb (alan_webb@us.ibm.com)Dr Scofield5-1/+2128
2008-10-23cleaning up commented lines in IRCConnector; changing access_passwordDr Scofield2-36/+36
2008-10-21cleanup.Dr Scofield1-3/+3
2008-10-21Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-10-21fixing real cause of #2445 & #2449: Position was <0, 0, 0> forDr Scofield1-53/+31
2008-10-20cleaning up IRCBridgeModule to allow for configuration from in-world,Dr Scofield3-813/+936
2008-10-11Thanks cmickyb for a patch that enhances the IRC module.Dahlia Trimble1-27/+98
2008-10-03Disabled some thread aborts in the IRC module that I added earlier and don't ...Dahlia Trimble1-2/+2
2008-10-03This changeset changes the way chat from client is routed: Dr Scofield2-109/+110
2008-10-01a little (incomplete) hackery in the IRC module to allow run-time connection ...Dahlia Trimble1-11/+74
2008-09-30- a couple of minor code cleanups in RestInventoryServicesDr Scofield2-58/+70
2008-09-24Decouple AsyncCommands from XEngine and the script instance. MakeMelanie Thielker1-0/+3
2008-09-09Update svn properties, formatting cleanup.Jeff Ames1-1/+1
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2-18/+18
2008-09-02Change some chat output functions so that text is truncated atMelanie Thielker1-1/+4
2008-07-31Thank you, sacha magne, for a patch that prevents sim chat fromMelanie Thielker1-1/+4
2008-07-25renaming the increasingly ill-named ChatFromViewerArgs to OSChatMessageDr Scofield2-5/+5
2008-07-18Commented out a readline that was preventing the sim from shutting down in so...Dahlia Trimble1-1/+1
2008-07-14fixing warning in IRCBridgeModule and logging the exception cause now.Dr Scofield1-2/+3
2008-07-14adds a default value of true to the new IRC bridge configuration option "nick...Dahlia Trimble1-3/+5
2008-07-12Mantis#1718. Thank you kindly, Mircea for a patch that:Charles Krinke1-9/+17
2008-07-11trying to fix mantis #1711.Dr Scofield1-5/+12
2008-06-06revert 5028, as this approach to 1 nick per avatar isn't going to work, Sean Dague1-21/+8
2008-06-06experimental IRC changes, because it's friday, and I'm curious if thisSean Dague1-8/+21
2008-06-04Formatting cleanup, minor refactoring, svn properties.Jeff Ames1-2/+2
2008-05-30* Stop the IRC module throwing a nre on shutdown if it isn't actually being usedJustin Clarke Casey1-2/+5
2008-05-30* Successfully pick out prims.xml file from archiveJustin Clarke Casey1-1/+1
2008-05-30while investigating why IRCBridgeModule.Close() was having no effect, iDr Scofield1-13/+26
2008-05-28Formatting cleanup.Jeff Ames2-25/+25
2008-05-27fixes a CTB when IRCBridgeModule is not configured.Dr Scofield1-2/+2
2008-05-27cleaning up: coding style guidelines violation in RestPlugin.cs. Dr Scofield1-0/+23
2008-05-27I'm dropping the ISimChat interface as that has now been Dr Scofield2-3/+4
2008-05-26This cleans up a merge mess from the earlier checkin and implements llOwnerSa...Dr Scofield2-35/+28
2008-05-26Adding OnChatBroadcast event logic to EventManager providing Dr Scofield2-108/+149
2008-05-25Update svn properties. Formatting cleanup.Jeff Ames2-16/+16
2008-05-23forgot to actually remove IRCBridgeModule.FindClientRegion()Dr Scofield1-32/+0