summaryrefslogtreecommitdiff
path: root/src/inspircd.cpp
AgeCommit message (Expand)Author
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
2004-04-16Fixes to not establish links to what we already are linked tobrain
2004-04-16Mesh cookie linking fixes (was giving remote port to servers and not local port)brain
2004-04-16SQUIT and routing of messages fixes during periods of downtimebrain
2004-04-16SQUIT stuffbrain
2004-04-16Fixes to only send SQUIT tokens to servers that are still alive to avoid rout...brain
2004-04-16Added some netsplit handling stuff (untested)brain
2004-04-16Added ability to update routing table on the fly if a connection is lostbrain
2004-04-16Added routing table transfer between mesh nodesbrain
2004-04-16Added various routing tokens (such as 'R' redirect message)brain
2004-04-15/MAP and /LINKS added back (do not use - needs testing)brain
2004-04-15Mesh linking just about completed - needs testing!brain
2004-04-15Name resolution fixesbrain
2004-04-15Mesh tweaks (wasnt sending the ip in the + packet)brain
2004-04-15Mesh authcookie fixesbrain
2004-04-15Mesh fixesbrain
2004-04-15More fucking typosbrain
2004-04-15Typobrain
2004-04-15Various mesh maintainance fixesbrain
2004-04-15Mesh propogation fixesbrain
2004-04-15Typosbrain
2004-04-15Attempted fixes of weird server tokens turning up in data streambrain
2004-04-15Merge fixes?brain
2004-04-15Mesh callback fixesbrain