]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/commands.h
Multi-prefix FJOIN, and allowing module-defined prefixes across the network
[user/henk/code/inspircd.git] / include / commands.h
2006-08-11 brainMove remaining functions:
2006-08-09 brainMove more stuff into userrec
2006-08-01 brainMissing include breaks "make clean" on the cmd_* files
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-04-20 brainMovement of cmd_* headers into include/commands (this...
2006-04-04 ommove do_whois to cmd_whois, i'm stopping now. really.
2006-04-03 omsplit_clist will never send lines over 512 chars, also...
2006-03-10 brainconst references
2006-03-07 brainMade split_chlist available for external use from comma...
2006-01-15 brainCleanFilename movage
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-16 brainCommented why this is seriously fucked-up-looking :p
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-16 brainMoved command parsing crap into command_parse.cpp
2005-12-15 brainMoved a ton of user related functions from inspircd...
2005-12-09 brainAdded preliminary remote WHOIS
2005-11-25 brainRemoved cross-server mesh stuff
2005-05-24 brainNonblocking connect() for outbound server links (why...
2005-05-20 brainAdded COMMANDS command (yes, really)
2005-05-14 brainAdded 'uniqueness sums': http://www.inspircd.org/wiki...
2005-05-08 brainChanged the final bunch of udp_* vars to server_*/tcp_*
2005-04-13 brainAdded Server::AddGLine
2005-04-07 brainStarted work on /UNLOADMODULE, resource tracking and...
2005-04-07 brainAdded /LOADMODULE (tested and working)
2005-04-04 brainAdded E:Lines, a form of ban exception that can prevent...
2004-05-16 brainUpdated header comments
2004-05-01 brainAdded stub to handle SERVER command
2004-04-24 brainAdded a bunch of xline stuff and added qline spport...
2004-04-22 brainAdded tons of services/uline stuff. DO NOT USE YET...
2004-04-19 brainChanged occurances of udp_host to tcp_host for readability
2004-04-19 brainThese files now hold the command handler functions