summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-02Removed sleep()brain
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
2006-03-02..brain
2006-03-02is_uline was an inefficient piece of crap - fixed.brain
2006-03-02More efficient AddClient, initializes two identical buffers at once ;)brain
2006-03-02Added stuff to log() to make it recalculate the time using asctime() less oftenbrain
2006-03-02Made host fields more correct 64 in length with 63 copiesbrain
2006-03-02Remove debug, allow empty 'final' parameterbrain
2006-03-02Typobrain
2006-03-02I hate having to commit to get these onto the other test serverbrain
2006-03-02Should be working nowbrain
2006-03-02More logic tweaksbrain
2006-03-02Logic fixesbrain
2006-03-02Experimental improvements to TreeSocket::Splitbrain
2006-03-02Made extensive use of charlcat to cut down on strlcat usagebrain
2006-03-02Added charlcat which appends a single char to a char* string (range checked)brain
2006-03-02De-uglified chanrec::SetCustomMode -- no strlcat, no std::string, just some v...brain
2006-03-02Changed definition of CallHandler and CallCommandHandler for the ability to r...brain
2006-03-02Extra checks that should prevent desyncs if you stuff up your type/class tags...brain
2006-03-02Make ./inspircd ignore SIGPIPE and start running without the user having to t...om
2006-03-024.1 fixbrain