summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2006-02-13(TEST CODE) remote ping, do not use until debuggedbrain
2006-02-13Remove code duplication by using core function. Remove global Server*..one st...om
2006-02-13s/No such channel/Invalid channel namew00t
2006-02-13Add credit to sexy info provider <3om
2006-02-13Make use of IsValidChannelName() - as a side note, we perhaps shouldn't be re...w00t
2006-02-13m_join: Use IsValidChannelName()w00t
2006-02-13Added bool IsValidChannelName(const char *) - it doesn't seem to blow things ...w00t
2006-02-13Initial commit of the /amsg blocker moduleom
2006-02-12Instantly apply lines when not synchingbrain
2006-02-12Tweak to allow @%+ to all exist on a user at once during burstbrain
2006-02-11Extra checks to not set the ssl marker twice on re-handshake (nonfatal but wa...brain
2006-02-11Check for >8 params in NICKbrain
2006-02-11Our optimizations missed a possibility :pbrain
2006-02-11Altered SVSNICK to echo back NICK message, grrrr, sodding ircservices-based s...brain
2006-02-11Fixed 'eggy complains when not included' bug that causes segfault in brainbrain
2006-02-11Newline stripping for asctime()brain
2006-02-11Added handler for TIME with server parameterbrain
2006-02-11Damn bracketbrain
2006-02-11Fix routing for TIMEbrain
2006-02-11Fixes to pass on TIMEbrain
2006-02-11Misc. fixesbrain
2006-02-11Added remote TIME (do not use yet)brain
2006-02-11Fix for multi-param PUSHbrain
2006-02-11Added uline check for PUSHbrain
2006-02-11Added PUSH command, do not use yet until tested and documentedbrain
2006-02-11Added anti-retard check to prevent retarded flood settingsbrain
2006-02-11Added a sanity check that was left out, prevents crash on invalid fd (e.g. vi...brain
2006-02-09Typo in some code that should usually be #ifdef'ed out anyway, but we still w...brain
2006-02-09Fix crashbug, copying MAXLEN into a MAXGECOS+1 field != cunningom
2006-02-09Added comment about the craqness of ServerConfig::Read()brain
2006-02-08Missing function callbrain
2006-02-08Checks to not propogate invalid or already-existing Xlinesbrain
2006-02-08Increased how often socket timeout checks occur which will mean flushing writ...brain
2006-02-08Updated block numeric to read COLOUR >:)brain
2006-02-08Fixed cosmetic 'need to be halfop to change modes' when kickingbrain
2006-02-08Match bans against user::ip4 in add_channelbrain
2006-02-08Potential fix for CS Testnet bug, thanks to Special for helping with this one.w00t
2006-02-07Properly count remote opers in /LUSERSbrain
2006-02-07005 update, removed duplicate WALLCHOPS reported by ThaPrince, added VBANLISTbrain
2006-02-07Avoiding assignment of std::strings unless neccessary to speed up burstsbrain
2006-02-07Uses less write() callsbrain
2006-02-07Faster ADDLINE codebrain
2006-02-07Experimental improved string handling in server linksbrain
2006-02-07Removed a strlen()brain
2006-02-07Slightly more efficient write buffersbrain
2006-02-07Tidying of snotices (adding '***' to start of WriteOpers texts)brain
2006-02-07Fixed WHOIS to respect +i channels, optimized in case where source == target ...brain
2006-02-07Trivial spacing to make it identicalbrain
2006-02-07Fix signedness warningbrain
2006-02-07Added max and current local/global usercounts to /lusers same way as most oth...brain