aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Chat (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct casing on isGod and isViewerUIGodMelanie Thielker2017-01-071-2/+2
* replace godlevel compares by the new faster bool isViewerUIGodUbitUmarov2017-01-071-2/+2
* Restructure god level and permissionsMelanie Thielker2017-01-061-2/+2
* Massive tab and trailing space cleanupMelanie Thielker2017-01-052-41/+41
* supress some warnings by explict(confirm) the hide of parent fieldsUbitUmarov2016-11-221-2/+0
* Make chat and instant message modules fully subclassableMelanie Thielker2016-06-141-17/+17
* fix test: scene update needs to run after the delayUbitUmarov2015-12-161-3/+7
* revert last change and add delays on testing, since child updates now have ti...UbitUmarov2015-12-161-0/+5
* simplify DeliverChatToAvatars(..) ( hopefully not breaking it )UbitUmarov2015-11-241-73/+62
* again chat echos, check repeats uncondicionallyUbitUmarov2015-11-241-2/+5
* reduce 'echos' on several regions per instance (mantis 7754)UbitUmarov2015-11-241-1/+2
* work around some 'tests' errors: add a httpserverUbitUmarov2015-11-171-3/+3
* bug fix: improve chat to child avatars. Still not good because of low resolu...UbitUmarov2015-11-171-10/+11
* fix more merge issuesUbitUmarov2015-11-011-5/+5
* Merge branch 'master' into avinationmergeUbitUmarov2015-11-011-11/+7
|\
| * Make sure the chat module doesn't deactivate just because the sectionMelanie Thielker2015-09-091-12/+8
* | seems to compile ( tests comented out)UbitUmarov2015-09-021-25/+0
* | bad merge?UbitUmarov2015-09-011-40/+176
|\ \ | |/ |/|
| * varregion: any conversions of use of Constants.RegionSize converted intoRobert Adams2015-03-291-4/+2
| * local chat gods bug fixUbitUmarov2014-08-041-2/+2
| * god also read local chatUbitUmarov2014-08-021-1/+6
| * filter local chat from avatars or attachment acording to parcel hide (UbitUmarov2014-08-011-3/+34
| * Merge branch 'master' into careminsterMelanie2013-10-061-0/+36
| |\
| * \ Merge branch 'master' into careminsterMelanie2013-09-071-13/+16
| |\ \
| * \ \ Merge branch 'master' into careminsterMelanie2013-03-221-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into careminsterMelanie2012-11-131-0/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into careminsterMelanie2012-10-261-8/+28
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'avination' into careminsterMelanie2012-07-061-3/+2
| |\ \ \ \ \ \
| | * | | | | | stop chat being sent to child avs again.Melanie2012-06-291-3/+2
| * | | | | | | Merge branch 'avination' into careminsterMelanie2012-06-291-2/+9
| |\ \ \ \ \ \ \ | | |/ / / / / /
| | * | | | | | Fix llRegionSayTo the right wayMelanie2012-06-281-2/+9
| * | | | | | | Revert "Mantis 5977 Corrections to llRegionSayTo"Melanie2012-06-281-34/+16
| * | | | | | | Merge branch 'master' into careminsterMelanie2012-04-231-17/+34
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'master' into bigmergeMelanie2011-11-041-7/+7
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into bigmergeMelanie2011-10-271-4/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-10-271-1/+1
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-10-231-8/+35
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into careminster-presence-refactorMelanie2010-09-211-3/+1
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | A god is a god is a god is a god. Right? Right. You're a god from 200, let'sMelanie Thielker2010-08-041-1/+1
| * | | | | | | | | | | | Bannination fixes. Objects in nonpublic parcels were muted by default. GodsMelanie Thielker2010-07-301-1/+5
| * | | | | | | | | | | | Merge branch 'master' into careminster-presence-refactorMelanie2010-05-161-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Add chat banning. Staff patchMelanie2010-01-181-2/+49
| * | | | | | | | | | | | | Merge branch 'master' into careminsterMelanie2009-11-251-3/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Append a prefix to the god avatar names appearing in chat whilst in god mode ...CasperW2009-11-241-3/+8
| * | | | | | | | | | | | | | Fixed nullrefsCasperW2009-11-231-19/+23
* | | | | | | | | | | | | | | Send a proper ownerid for Object messages to conform with what viewer expectsDrake Arconis2015-08-151-2/+5
* | | | | | | | | | | | | | | refactor: consistently put all test classes in the OpenSim.Tests.Common packa...Justin Clark-Casey (justincc)2014-11-251-1/+0
* | | | | | | | | | | | | | | Add regression test for north-south chat across neighbour regions.Justin Clark-Casey (justincc)2014-05-221-52/+133
* | | | | | | | | | | | | | | Extend regression TestInterRegionChatDistanceEastWest() to test out of range ...Justin Clark-Casey (justincc)2014-05-221-11/+38
* | | | | | | | | | | | | | | Extend regression TestInterRegionChatDistanceEastWest() to test in range chat...Justin Clark-Casey (justincc)2014-05-221-17/+38