summaryrefslogtreecommitdiff
path: root/src/modules/m_shun.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add <shun:notifyuser>, default on, which notifies the user that their command...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10317 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-271-0/+7
* Add and document <shun:enabledcommands>, allowing customisation of specifical...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10316 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-271-7/+33
* Change module versions to use a string instead of fixed digits, and use props...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10291 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-251-1/+1
* Match conversion stuff.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10216 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-08-221-1/+1
* Delete all XLines when destroying module•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9976 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-07-121-0/+1
* IPC now works for receiving one-byte commands in the same manner as the mails...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9911 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-151-7/+0
* Fix m_shun as per bug #560 reported by Casey, thanks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9905 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-141-9/+24
* fixed some indentation and spacing in modules•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9888 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar pippijn2008-06-111-3/+3
* Allow changing of command string and parameter vector within OnPreCommand, al...•••Add basic skeleton module for it git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9840 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-06-061-1/+1
* More done•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9759 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-191-6/+6
* Conversions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9628 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-05-051-11/+11
* Fix a bug with /SHUN deletion (it didn't work)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9433 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-081-1/+1
* Fix compile error•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9420 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-081-1/+1
* REG_ALL check is not required, since OnUserConnect is triggered after NICK/US...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9419 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-081-3/+3
* SHUN: check SHUN on connect, extend user with shunned metadata if they match,...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9418 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-081-15/+17
* SHUN works (locally at least)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9412 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-071-1/+1
* Hook events properly.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9411 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-071-5/+3
* Add a factory to produce shuns, don't autoapply to userlist, etc.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9410 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-071-4/+30
* Use SHUN, not S, try match on std::string for removal•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9408 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-071-2/+3
* Unrestrict users before REG_ALL•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9407 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-071-1/+4
* Typo x 2 (ta Zaba)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9399 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-071-1/+1
* Typo•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9398 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-071-1/+1
* Convert this to use the new XLine API, this results in fairly significant les...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9397 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-071-128/+84
* Add m_shun from third party to 1.2, update it to compile (currently untested....•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9396 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-071-0/+230