summaryrefslogtreecommitdiff
path: root/src/modules/m_shun.cpp
AgeCommit message (Expand)Author
2009-01-18Fix bug #680, reported by Namegduf: 1.2 SHUN does not respect the notifyuser ...w00t
2009-01-18Fix a small typo in shun notice, reported by Ankit. Closes bug #666. (!)w00t
2009-01-02Update copyrights for 2009.w00t
2008-12-27Fix unnecessary use of map, set is better suited.w00t
2008-12-15Stupid linebreak.w00t
2008-12-15Add missing copyright header.w00t
2008-12-15Fix naming convention to be consistant. (cmd_ -> Command)w00t
2008-10-28Add reasons to other modules that implement XLines also.w00t
2008-10-25Fix a number of commands to have max_params field. This means in practice, th...w00t
2008-08-27Add <shun:notifyuser>, default on, which notifies the user that their command...w00t
2008-08-27Add and document <shun:enabledcommands>, allowing customisation of specifical...w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-08-22Match conversion stuff.w00t
2008-07-12Delete all XLines when destroying modulew00t
2008-06-15IPC now works for receiving one-byte commands in the same manner as the mails...brain
2008-06-14Fix m_shun as per bug #560 reported by Casey, thanksbrain
2008-06-11fixed some indentation and spacing in modulespippijn
2008-06-06Allow changing of command string and parameter vector within OnPreCommand, al...brain
2008-05-19More donebrain
2008-05-05Conversionsaquanight
2008-04-08Fix a bug with /SHUN deletion (it didn't work)w00t
2008-04-08Fix compile errorw00t
2008-04-08REG_ALL check is not required, since OnUserConnect is triggered after NICK/US...w00t
2008-04-08SHUN: check SHUN on connect, extend user with shunned metadata if they match,...w00t
2008-04-07SHUN works (locally at least)w00t
2008-04-07Hook events properly.w00t
2008-04-07Add a factory to produce shuns, don't autoapply to userlist, etc.w00t
2008-04-07Use SHUN, not S, try match on std::string for removalw00t
2008-04-07Unrestrict users before REG_ALLw00t
2008-04-07Typo x 2 (ta Zaba)w00t
2008-04-07Typow00t
2008-04-07Convert this to use the new XLine API, this results in fairly significant les...w00t
2008-04-07Add m_shun from third party to 1.2, update it to compile (currently untested....w00t