aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage/MuteListModule.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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).