summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
2004-04-29Made the allowhalfop in <options> tag actually workbrain
2004-04-27Added m_alias module which provides command aliases.brain
2004-04-27Added extra services support stuff, fixed chanserv not deopping users on join...brain
2004-04-26Added ip address to N token for SLINE in services usebrain
2004-04-26Fixed bug in /mode #channel when +k is setbrain
2004-04-25Added MaxWhoReplies stuff (bahamut-style /WHO limiting)brain
2004-04-25Added some stuff to diffrentiate between global and local Q/Z linesbrain
2004-04-24Fixed quit-bouncing issue when a user is g-linedbrain
2004-04-24Added G-line, Z-line and K-line plus SZLINE, SGLINE, etc.brain
2004-04-24Q-lines fully working, can add and remove other types of ban (but not enforce...brain
2004-04-24Added a bunch of xline stuff and added qline spport for /nick and svsnickbrain
2004-04-24Added XLine stuffbrain
2004-04-23Fixed minor join bugbrain
2004-04-23a|KK|y bitchingbrain
2004-04-23Added tons of services stuff - prepared for multiserver trial runbrain
2004-04-22Added more services stuffbrain
2004-04-22Added tons of services/uline stuff. DO NOT USE YET! services data isnt replic...brain
2004-04-21Various services compatibility stuffbrain
2004-04-21Updated to support servicesbrain
2004-04-21Fixes for bug #13 (trailing or leading spaces on a command)brain
2004-04-19Changed occurances of udp_host to tcp_host for readabilitybrain
2004-04-19Moved all command handler functions into commands.cpp/commands.hbrain
2004-04-19/WHO and routing fixesbrain
2004-04-19Code Tidyupbrain
2004-04-19added mode.h/mode.cpp and seperated mode functions into itbrain
2004-04-19Moving yet more stuff into message.cppbrain
2004-04-19Started seperating out functionsbrain
2004-04-18Checks to stop a server connecting twicebrain
2004-04-18Changes of RemoveServer to char* to const char*brain
2004-04-18Fixes to typos in recovery checkingbrain
2004-04-18Added more rigorous link connection checking and recoverybrain
2004-04-18Added connection version checkingbrain
2004-04-18Added GetRevision() function returning a long with the internal revisionbrain
2004-04-18Changed format of 'b' tokenbrain
2004-04-18Improved layout of /version, used strtok_r to prevent buffer whackingbrain
2004-04-18Improved /version line and made it show optimisation level for supportbrain
2004-04-18Fixes to GetServerDescription()brain
2004-04-18Fixed server descriptions in /whois and /links (untested)brain
2004-04-18Added back authorised state checking in server/server links (untested!)brain
2004-04-18Minor code tweaks, tidyupsbrain
2004-04-17Added calls to sched_yield() to cut down processor usage - won't work in *bsdbrain
2004-04-17Added SQUIT commandbrain
2004-04-17Added SQUIT (untested)brain
2004-04-16Yet more 'bad cookie' fixes :/brain
2004-04-16More reconnect fixesbrain
2004-04-16Added extra rejoin stuffbrain
2004-04-16added more connectback handlingbrain
2004-04-16More rejoin fixesbrain
2004-04-16Fixed some SQUIT stuffbrain
2004-04-16More linkback fixesbrain