summaryrefslogtreecommitdiff
path: root/include/commands.h
AgeCommit message (Expand)Author
2006-08-11Move remaining functions:brain
2006-08-09Move more stuff into userrecbrain
2006-08-01Missing include breaks "make clean" on the cmd_* filesbrain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-04-20Movement of cmd_* headers into include/commands (this is incomplete)brain
2006-04-04move do_whois to cmd_whois, i'm stopping now. really.om
2006-04-03split_clist will never send lines over 512 chars, also should be fasterom
2006-03-10const referencesbrain
2006-03-07Made split_chlist available for external use from commands.hbrain
2006-01-15CleanFilename movagebrain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-16Commented why this is seriously fucked-up-looking :pbrain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-16Moved command parsing crap into command_parse.cppbrain
2005-12-15Moved a ton of user related functions from inspircd.cpp to users.cppbrain
2005-12-09Added preliminary remote WHOISbrain
2005-11-25Removed cross-server mesh stuffbrain
2005-05-24Nonblocking connect() for outbound server links (why was this blocking anyway)brain
2005-05-20Added COMMANDS command (yes, really)brain
2005-05-14Added 'uniqueness sums': http://www.inspircd.org/wiki/InspIRCd_Server_Protoco...brain
2005-05-08Changed the final bunch of udp_* vars to server_*/tcp_*brain
2005-04-13Added Server::AddGLinebrain
2005-04-07Started work on /UNLOADMODULE, resource tracking and flags in Version classbrain
2005-04-07Added /LOADMODULE (tested and working)brain
2005-04-04Added E:Lines, a form of ban exception that can prevent opers, netadmins etc ...brain
2004-05-16Updated header commentsbrain
2004-05-01Added stub to handle SERVER commandbrain
2004-04-24Added a bunch of xline stuff and added qline spport for /nick and svsnickbrain
2004-04-22Added tons of services/uline stuff. DO NOT USE YET! services data isnt replic...brain
2004-04-19Changed occurances of udp_host to tcp_host for readabilitybrain
2004-04-19These files now hold the command handler functionsbrain