aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage/MuteListModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Updates all IRegionModules to the new style region modules.Revolution2010-01-231-17/+31
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* Fix the issue that stopped the packet pool from working. Add a mechanismMelanie Thielker2009-05-021-1/+1
| | | | | | | | to recycley data blocs within a packet. Recycle the ObjectUpdate* data blocks. Speeds up loading even more. This may mean that the packet pool is now viable.
* * minor: remove mono compiler warningsJustin Clarke Casey2009-03-301-11/+11
|
* Don't let a missing configuration cause a NREMelanie Thielker2009-03-291-0/+6
| | | | | | Fixes Mantis #3355
* Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker2009-03-291-0/+138
support for the mute list (no functionality yet, but allows the RetrieveInstantMessages event to fire now).