summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-05-21Reverted broken patch.. This may break, but it's unlikely :pfrostycoolslug
2007-05-20- Comment on the ifdef in here, to avoid people (like myself) going 'what the...w00t
2007-05-20Crash on restart in win32 fixed.brain
2007-05-20try...catch around the map::insert in AddFd, for some reason it throws someti...brain
2007-05-20Remove asserts and convert to unix line endingsbrain
2007-05-20- Modify ServerConfig::GetFullProgDir to just return cwd, previously it did a...w00t
2007-05-20Windows path seperator is \, this was assuming /. Fixed.brain
2007-05-20- Fix a small warning thrown by cl about unused local.w00t
2007-05-20Prevent vc8 from thinking we're dereferencing an end iteratorbrain
2007-05-20Send CHANMODES= and PREFIX= in CAPAB CAPABILITIES.brain
2007-05-19Fix (tested) for failing dlsym on win32brain
2007-05-19Fix std::sort stuff for w00tbrain
2007-05-19SPACE INDENTING ACTION RANGERS -- ATTACK!brain
2007-05-19Visual studio's ability to translate tabs to four spaces as default frustrate...brain
2007-05-19Helps if I add the w32 specific code, too. :pw00t
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-18Fixed a fairly low-risk crash in m_spanningtreespecial
2007-05-18m_censor can now block lines as well, by specifying an empty replace string (...special
2007-05-17Fix broken return statements preventing blockchat and blocked files to be use...brain
2007-05-17Change the way i/o lines are formatted in debug log to make them more intuiti...brain
2007-05-16Add a progress meter for loading of core commands, fix broken implementation ...brain
2007-05-16This is funny, in m_md5 we have an ancient comment from w00t that i forgot to...brain
2007-05-16We announce a ping timeout THREE different times and ways on the server that ...brain
2007-05-16And fix another booboobrain
2007-05-16Add a notice on connection close stating server link uptime, and fix a bug in...brain
2007-05-16Tidy logic a little in here, and support <options:exemptchanops>w00t
2007-05-16Opers are not exempt from other modes, don't exempt them from +N (we may add ...w00t
2007-05-16While rolling our own IS_LOCAL check with irc::string comparison is clever (T...w00t
2007-05-15Rather largeish change to class checking on connect to fix a few minor bits a...w00t
2007-05-15Add cmd_reloadmodule.{h,cpp} contributed by Eric at neowin.net, thanks :)brain
2007-05-15Slight security fix of sortsw00t
2007-05-14More tweaks from Eric, when an oper is invisible, attempting to /notice or /p...brain
2007-05-14Added patch from Eric at neowin.net so that opers are still visible joining/p...brain
2007-05-14Someone forgot the ELIST token (his nick begins with B)brain
2007-05-14quietbursts tweak for hiropbrain
2007-05-14Allow for resizing of MAXBUF above/below 512 via non-interactive configure. (...brain
2007-05-14Now really add +f to <options:chanopsexempt>. Previous add was m_chanfilter (...w00t
2007-05-14The last commit never happened.w00t
2007-05-14Add +f (chanfilter) to <options:exemptchanops>w00t
2007-05-13Replace strip/blockcolor tags with <options:exemptchanops>, sexy string of mo...w00t
2007-05-13We dont need to send FMODE for user mode changes, and the FMODE handler doesn...brain
2007-05-13Move IsIdent() into helperfuncs.cpp along with IsNick/IsChannel.w00t
2007-05-13Remove static linking support craq that hasn't been working/used since 1.0 cy...w00t
2007-05-13Fix remote bursting with quietbursts, before QA actually test it :P (thanks H...brain
2007-05-13Better logging to troubleshoot silentburstsbrain
2007-05-13Make the debug output a bit more readablebrain
2007-05-13Add <blockcolor:allowchanops>, mirroring <stripcolor:allowchanops>.w00t
2007-05-13Poach feature request: If a server does not respond after x seconds to a PING...brain
2007-05-13Make this FindFeature once, and store the result. It was different dating bac...w00t
2007-05-12Argh, forgot the space on the end. >_<w00t