summaryrefslogtreecommitdiff
path: root/src/modules/m_nonotice.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed to chanrec::modes•••Renamed IsCustomModeSet to IsModeSet GetModeParameter will now return the channel limit (as a string) for a request for mode 'l' and the channel key for a request for mode 'k'. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3692 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-121-1/+1
* Fix warning that stops this from working (related to update of api this after...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3081 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-041-1/+1
* ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2976 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-291-1/+1
* Allow ulines to still notice the channel regardless of +T•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2974 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-291-1/+1
* Changed more to use InsertMode•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2902 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-251-15/+1
* Updated copyrights in headers etc using perl inplace edit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2795 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-151-1/+1
* More 'Implements' Conversions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2662 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-261-0/+5
* Changed behaviour of module API to pass Server* to the constructor, rather th...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2252 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-071-5/+5
* Changed to use __single_client_alloc, faster on most systems in a single thread•••Specified namespace std in *all* files git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1404 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-151-0/+2
* Moved a ton of functions into helperfuncs.h to speed up recompiles•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1383 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-151-0/+1
* Tons of module versionflags stuff, and checks for it in /UNLOADMODULE•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1001 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-071-1/+1
* Added version flags•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1000 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-071-1/+1
* More secure checking in 005 handlers•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@968 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-031-1/+2
* Added 005 numeric handling to most of the modules•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@921 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-03-271-0/+18
* Added support for changing of text within OnUserPreNotice and OnUserPreMessag...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@821 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-05-221-1/+1
* Updated header comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@816 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-05-161-1/+16
* Added +N via m_nonicks, restored some stuff from a firewall fuckup•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@813 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-05-151-0/+13
* Fixed a permissions error, was doing work as root!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@811 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-05-101-1/+0
* Fixed typos and compile bugs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@810 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-05-101-1/+1
* Added m_nonotice, implements unreal-style chanmode +T•••Fixed cloaking target bugs git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@804 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-05-101-0/+78