summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2005-12-30Ommitting \r and \n from debug display of outbound linesbrain
2005-12-30Now uses two AES contexts, an 'in' context and an 'out' contextbrain
2005-12-30TEST CODE: CBC encryption type in AES rather than ECBbrain
2005-12-28Made 'fake direction' less loud, removed 'invalid source'brain
2005-12-27Check on upper bounds of base64 decodebrain
2005-12-27Added checking for bad base64 decodesbrain
2005-12-26Converted to 'Implements' systembrain
2005-12-26Fixed to new new 'Implements' arraybrain
2005-12-23Attempted fix for munged ctcps during encryptionbrain
2005-12-22Fixed encryption being set on a connection that has only just begun!brain
2005-12-22Allowed capab unencrypted in an encrypted connectionbrain
2005-12-21Fixed to include new parameterbrain
2005-12-21Improved m_alias to only capture complete commands and rewrite them (bug #92 ...brain
2005-12-21Added more verbose error output during linkbrain
2005-12-21Moved CAPABbrain
2005-12-21Added CAPAB checking to prevent some obvious n00biness that may occurbrain
2005-12-21Removed some redundant code that was commented outbrain
2005-12-20Added extra sanity check in squit to make sure REMOTE Servers dont try and sq...brain
2005-12-20Added Socket = NULL for local server class to prevent it being 'selectable' b...brain
2005-12-20Prevent user from squitting server from itself using squit * (!)brain
2005-12-20Made linking more nazi, will drop connections that send bad commandsbrain
2005-12-20Added extra diagnostic messages during connect, if connect failsbrain
2005-12-20Added stricter checking for encryption on connect, if enabledbrain
2005-12-19Added extra key length checks, documented encryption in example confbrain
2005-12-19Fixed broken display of 'aes enabled'brain
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