summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2005-12-22c++ errors, ftww00t
2005-12-22Getting closer...w00t
2005-12-22Fixed compile problems... Move along please, nothing to see here..w00t
2005-12-21More CBAN structuring... getting there :-)w00t
2005-12-21Updated m_alias to fix bug #92, updated configsbrain
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-21Initiial revision of CBAN. It doesn't do anything useful just yet.w00t
2005-12-21Changed $CompileFlags to seperate $CompileFlags and $LinkerFlagsbrain
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-17Fixed typo in command sourcebrain
2005-12-16Typo in declarationbrain
2005-12-16Last set of modules converted to new command systembrain
2005-12-16Added support for new command systembrain
2005-12-16Moved to new command systembrain
2005-12-16Porting to new command systembrain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-16Moved a ton of defined to modules.h that belong therebrain
2005-12-15Added more loggingbrain
2005-12-15std::string -> irc::stringbrain
2005-12-15Fixed to work with new IsInvitedbrain
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-13Fixed a couple of missing \n's at request of Specialbrain
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