summaryrefslogtreecommitdiff
path: root/src/modules/m_check.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add support for syntax of commands in place of the text 'Not enough ↵Gravatar brain2006-07-281-0/+1
| | | | | | | | | parameters' in numeric 461, where supported. To support this each derived class of command_t must set the value of command_t::syntax to a non-empty string. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4561 e03df62e-2008-0410-955e-edbf42e46eb7
* mass tidyup, change A LOT of stuff to const char** which was char** (such as ↵Gravatar brain2006-07-161-1/+1
| | | | | | | | | | parameters to commands in handlers) which makes the new lineparser work neater with no casts. This also removes tons of casts from other locations (all in all, ive added 2 casts and removed almost a hundred) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4403 e03df62e-2008-0410-955e-edbf42e46eb7
* Refactored user modes to work like the channel modes - core and module data ↵Gravatar brain2006-07-081-1/+1
| | | | | | now the same storage format without ::modebits git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4175 e03df62e-2008-0410-955e-edbf42e46eb7
* Finished m_check. I am the best. It only took me 3 months :)Gravatar w00t2006-06-171-0/+32
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4023 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix various typos and warningsGravatar brain2006-04-241-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3907 e03df62e-2008-0410-955e-edbf42e46eb7
* Delete spanningtree_ng for now, it breaks cygwin compile - and has no ↵Gravatar w00t2006-04-121-1/+39
| | | | | | changes. Commit /check, though it's probably broken at current. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3873 e03df62e-2008-0410-955e-edbf42e46eb7
* Experimental (it compiles..) channel support for /check. Not yet finished, ↵Gravatar w00t2006-03-271-0/+24
| | | | | | but meh. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3769 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove unnecessary casting.Gravatar w00t2006-03-261-9/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3754 e03df62e-2008-0410-955e-edbf42e46eb7
* Now requires inspircd.h for ConvToStr templated functionGravatar brain2006-03-101-0/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3641 e03df62e-2008-0410-955e-edbf42e46eb7
* w00t may want to check this worksGravatar brain2006-03-071-28/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3536 e03df62e-2008-0410-955e-edbf42e46eb7
* For the record, it's 17 lines - not 5.Gravatar w00t2006-03-071-1/+34
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3534 e03df62e-2008-0410-955e-edbf42e46eb7
* More work on /check.. now gives basic information on a user, no channel list ↵Gravatar w00t2006-03-071-0/+51
| | | | | | yet - and port number doesn't display. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3503 e03df62e-2008-0410-955e-edbf42e46eb7
* Initial revision of /check - doesn't do anything yetGravatar w00t2006-03-071-0/+94
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3499 e03df62e-2008-0410-955e-edbf42e46eb7