summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2005-12-19Changed AES negotiation to occur before SERVERbrain
2005-12-19Tidied up AES encryptionbrain
2005-12-19Fixed blank crap on end of linesbrain
2005-12-19std::string doesnt like null chars?!brain
2005-12-19Encryption debugbrain
2005-12-19Added AESbrain
2005-12-19Adding AES encryption to spanningtree linksbrain
2005-12-18Added IOHookModule stuff to allow for different modules to hook different portsbrain
2005-12-18Fixed spanningtree to not allow malformed conf tags (missing/empty values)brain
2005-12-15Added more loggingbrain
2005-12-15Removed unused varbrain
2005-12-15Updated so that netsplits use the cull_list.brain
2005-12-14Fixed location of Srvbrain
2005-12-14Added Server::GetVersion()brain
2005-12-14moved declarations of typedefs for user_hash and chan_hash etc to typedefs.hbrain
2005-12-13#define IS_LOCAL(x) (x->fd > -1)brain
2005-12-13optimized a ton of strcmps down to an integer comparison!brain
2005-12-13Minor bug chasingbrain
2005-12-13Not sending fjoins on sync?brain
2005-12-13Made MAXCHANS growable for opers/ulines (growing of list not implemented yet)brain
2005-12-11Fixed permenant xline propogationbrain
2005-12-09Changed 'fake direction' message a littlebrain
2005-12-09More IDLE fixesbrain
2005-12-09Fixes to IDLEbrain
2005-12-09Fixed it againbrain
2005-12-09Fixed idle. again.brain
2005-12-09Fixed broken IDLE replybrain
2005-12-09Made local whois non-broken ;)brain
2005-12-09Remote whois fixesbrain
2005-12-09Added debugging plus remote WHOIS fixesbrain
2005-12-09Work on remote /WHOISbrain
2005-12-09Added preliminary remote WHOISbrain
2005-12-08Added code to prevent sending of FMODE and FHOST before connect is complete (...brain
2005-12-08Fixed ANOTHER goddamn typobrain
2005-12-08Fixed typo in new TS thingbrain
2005-12-08Altered channel TS sync to always let ulined clients win, regardless of times...brain
2005-12-08Added fake direction stuffbrain
2005-12-08Added 'fake direction' checkbrain
2005-12-08Capitalization of variable fixedbrain
2005-12-08Added burst flag -- remote connect notices not shown during burstbrain
2005-12-08Now sets expiries properly on glines etc set with ADDLINEbrain
2005-12-07Added Metadata API (for transferring extensibles over a network transparent t...brain
2005-12-07Changed behaviour of module API to pass Server* to the constructor, rather th...brain
2005-12-07More incorrect varsbrain
2005-12-07Fixed use of wrong variable in IntroduceClientbrain
2005-12-07Added remote connect noticesbrain
2005-12-07Fixed return statements in function thats been reference-izedbrain
2005-12-07Fix for rehash not reading new link blocksbrain
2005-12-06Made remote kill saferbrain
2005-12-06Fixed remote kill reasons when no source server is specifiedbrain