aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/InstantMessage/MuteListModule.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2012-11-13Another 21 modules' directives moved out of .addin.xmlDiva Canto1-0/+2
2010-01-29Revert "Updates all IRegionModules to the new style region modules."Melanie1-31/+17
This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
2010-01-23Updates all IRegionModules to the new style region modules.Revolution1-17/+31
Signed-off-by: Melanie <melanie@t-data.com>
2009-12-28This is somewhat major-like..... Change the intialization order ofMelanie1-1/+1
Application plugins so that MainServer.Instance gets assigned before RegionModulesController loads the new style shared modules. This is needed because otherwise no new style shared module could register a HTTP method.... if it breaks, you get to keep both pieces
2009-12-28Change FriendsModule, InstantMessageModule, MessageTransferModule, ↵Melanie1-34/+34
MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells.
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