summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-03-06Changed return to break in mainloop for better efficiencybrain
2006-03-06Tidied (and COMMENTED) CommandHandler::LoopCall() -- commit so that i can tes...brain
2006-03-06maxbans fixesbrain
2006-03-06MaxBans -> maxbansbrain
2006-03-06CM -> CM1brain
2006-03-06select not casebrain
2006-03-06Tidied GetMaxBans to leave the ConfigReader subsystem alonebrain
2006-03-06Tidyupsbrain
2006-03-06Removed unneccessary backticks from a copy/pastebrain
2006-03-06More documentation.w00t
2006-03-06Yarr, fixed a typo in a comment, yarrw00t
2006-03-06Added the beginnings of some function documentationw00t
2006-03-06Tidying of some vars here and therebrain
2006-03-06Sorted out some silly indenting left over from an if() that died a death year...brain
2006-03-06Removal of variable that no longer has any usebrain
2006-03-06Tidied up give/take methodsbrain
2006-03-06Indent tidyupbrain
2006-03-06Unneccessary strcasecmpsbrain
2006-03-06Comments in the right placesbrain
2006-03-06I dont think there are any more non-essential strlcpy's left in here.brain
2006-03-06Removed another strlcpy -- a lot of copying stuff that doesnt need to be copi...brain
2006-03-06Removed redundant strlcpybrain
2006-03-06Removed debugbrain
2006-03-06Mode-code rewrite. Might act weird, needs proper testing (that is what svn bu...brain
2006-03-05Tidied up ProcessLine, instead of a ton of strlens use a tiny bit of char* vo...brain
2006-03-05Fixed to not show real server name if you have hiding of servernames in WHOISbrain
2006-03-05OPTIMIZED!!! OPTIMIZED!!!!! :-pbrain
2006-03-05Ignore spaces/tabsom
2006-03-05Change comment (I didn't c/p the +c module...honest)om
2006-03-05> != >= && < != <=om
2006-03-05Add block caps module, I'm kinda between the extremes of 'Brain' and 'normal'...om
2006-03-05Hopefully speed this up, it was strlcpy()ing every line even when +c wasnt se...om
2006-03-05Make install depends on make as requested by ol (also means i can build and i...brain
2006-03-05Colon before the reasons in STATS, so that it doesnt munge up the reason in c...brain
2006-03-05Sped up introduction of nicks using vector::resize() rather than the craq++ l...brain
2006-03-04Fix for bug first noticed by zephyrus where you could send -j+ntr to a channe...brain
2006-03-04More verbose when setting g/z/k/q/e lines from other servers. With the new sy...brain
2006-03-04Typo fixbrain
2006-03-04Unknown command error now tells the opposite server WHICH command is bad so t...brain
2006-03-04Tidyup of m_hostchange to not use configreader on each connection!brain
2006-03-04Increment rev.brain
2006-03-04Tidied up m_override to avoid use of configreader during free-runningbrain
2006-03-04Fixed bugsbrain
2006-03-04Fixed a few typosbrain
2006-03-04Old stuff left behindbrain
2006-03-04Tidyup of m_filterbrain
2006-03-04Changed m_censor to avoid reading config several times for each pmbrain
2006-03-04m_censor skenmy fixbrain
2006-03-03Fix for MODE #chan +o- nick or +o-- nick, etcbrain
2006-03-03...brain