summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2006-03-02Fix to prevent recursive call to DoBackgroundTimerbrain
2006-03-02Typo that didn't look like a typo :pbrain
2006-03-02Typosbrain
2006-03-02Added IS_SINGLE, see comment in include/inspircd.hbrain
2006-03-02Added a sleep on startup to stop it mucking up the displaybrain
2006-03-02Changed output on startupbrain
2006-03-02Slight optimization herebrain
2006-03-02Strdup's to stop corruption of oper classesbrain
2006-03-02Fix for warningbrain
2006-03-02sstrdup?!brain
2006-03-02*UNTESTED* speeding up HasPermission by factor of hundreds, avoid using EnumC...brain