aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage/MuteListModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-02Fix the issue that stopped the packet pool from working. Add a mechanismMelanie Thielker1-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.
2009-03-30* minor: remove mono compiler warningsJustin Clarke Casey1-11/+11
2009-03-29Don't let a missing configuration cause a NREMelanie Thielker1-0/+6
Fixes Mantis #3355
2009-03-29Finish the offline IM module (still needs a server). Add rudimentaryMelanie Thielker1-49/+38
support for the mute list (no functionality yet, but allows the RetrieveInstantMessages event to fire now).
2009-03-28Fix the plumbing in the offline message module.Melanie Thielker1-21/+39
No functionality yet.
2009-03-28Add a module skeleton for offline IM storage. No functionality yet.Melanie Thielker1-0/+131