summaryrefslogtreecommitdiff
path: root/include/commands.h
Commit message (Expand)AuthorAgeFilesLines
* CleanFilename movage•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2807 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-01-151-1/+0
* 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
* Commented why this is seriously fucked-up-looking :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2540 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-161-0/+8
* Split all commands into seperate files and redid command system to take class...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2534 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-161-62/+59
* Moved command parsing crap into command_parse.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2505 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-161-1/+1
* Moved a ton of user related functions from inspircd.cpp to users.cpp•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2468 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-151-0/+1
* Added preliminary remote WHOIS•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2287 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-12-091-0/+2
* Removed cross-server mesh stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1935 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-11-251-34/+0
* Nonblocking connect() for outbound server links (why was this blocking anyway)•••Changed /map to show authenticating servers with a * similar to hybrid git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1485 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-241-0/+4
* Added COMMANDS command (yes, really)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1456 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-201-0/+1
* Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1378 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-141-24/+24
* Changed the final bunch of udp_* vars to server_*/tcp_*•••Fixed ircservices sending PING git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1326 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-05-081-1/+1
* Added Server::AddGLine•••Added Server::AddKLine Added Server::AddZLine Added Server::AddQLine Added Server::AddELine Added Server::DelGLine Added Server::DelKLine Added Server::DelZLine Added Server::DelQLine Added Server::DelELine Added Server::Duration git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1071 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-131-0/+4
* Started work on /UNLOADMODULE, resource tracking and flags in Version class•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@999 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-071-0/+1
* Added /LOADMODULE (tested and working)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@998 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-071-0/+1
* Added E:Lines, a form of ban exception that can prevent opers, netadmins etc ...•••either in the config or by an oper with the correct permissions to use the /ELINE command git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@975 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2005-04-041-0/+1
* Updated header comments•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@816 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-05-161-0/+16
* Added stub to handle SERVER command•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@774 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-05-011-1/+1
* Added a bunch of xline stuff and added qline spport for /nick and svsnick•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@713 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-241-0/+5
* Added tons of services/uline stuff. DO NOT USE YET! services data isnt replic...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@688 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-221-0/+3
* Changed occurances of udp_host to tcp_host for readability•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@674 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-191-0/+33
* These files now hold the command handler functions•••(except handle_version which needs the revision id of the main file) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@673 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2004-04-191-0/+59