summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2004-04-23Added 'H' tokenbrain
2004-04-23Added some u:line stuffbrain
2004-04-23Fixed authentication issuebrain
2004-04-23Added tons of services stuff - prepared for multiserver trial runbrain
2004-04-22Added more services stuffbrain
2004-04-22Fix to services sending quits with no reasonsbrain
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-20Some pointless changes to this in the course of bugfindingbrain
2004-04-20ConfigReader fixes to cope with tab characters (why didnt we notice this befo...brain
2004-04-19Some fixes herebrain
2004-04-19Broken code commented out by brain until we can fix it.brain
2004-04-19Fixes to this module by brainbrain
2004-04-19Changed occurances of udp_host to tcp_host for readabilitybrain
2004-04-19These files now hold the command handler functionsbrain
2004-04-19Moved all command handler functions into commands.cpp/commands.hbrain
2004-04-19/WHO and routing fixesbrain
2004-04-19Added namespace std to these new files to avoid gcc3 problemsbrain
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-19Added extern declarations so that this file can access the modules that are l...brain
2004-04-19Stupid typo :pbrain
2004-04-19Modified to support messages.cppbrain
2004-04-19Started seperating out functionsbrain
2004-04-18Fixed typos in FindHostbrain
2004-04-18Checks to stop a server connecting twicebrain
2004-04-18Changes of RemoveServer to char* to const char*brain
2004-04-18Fixes to recoverybrain
2004-04-18Fixes to typos in recovery checkingbrain
2004-04-18Added more rigorous link connection checking and recoverybrain
2004-04-18Forgot to save some stuffbrain
2004-04-18Added connection version checkingbrain
2004-04-18Fixed minor desync issuesbrain
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 ircd_connector::SetServerDesc() (was setting the server name!)brain
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-18Dns lookup fixes (hands up if you hate DNS)brain
2004-04-18Attempted dns fixesbrain
2004-04-18Added extra / in case people (Like you [Brain]) forget to add it in ./configu...frostycoolslug
2004-04-18Minor code tweaks, tidyupsbrain
2004-04-18Modules will no longer re-compile themselves if they havnt changed.frostycoolslug
2004-04-17Added calls to sched_yield() to cut down processor usage - won't work in *bsdbrain