summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-09-13Fixbrain
2006-09-13Fix m_messageflood along same lines as m_joinflood (jamie forgot a patch, i f...brain
2006-09-13And fix againbrain
2006-09-13Merge jamies many patchesbrain
2006-09-13Applied jamie's cmd_gline patchspecial
2006-09-11Whack a strlcpy()brain
2006-09-11kill casts, so that om <3's the codebrain
2006-09-11Fix for picky compilers (see, I work sometimes ;p)w00t
2006-09-11Fix timedbans bug reported by jamiebrain
2006-09-11Remove execinfo and threaded dns detectionbrain
2006-09-11What TWONK made uname be /bin/uname, its NOT in /bin on bsd.brain
2006-09-10Added a bunch of binaries, configs, modules symlinked from extra, and other u...special
2006-09-10This should fix the timeout issues pippjin was experiencingbrain
2006-09-10Remove -Ldl from c++ opts in freebsd... its always been a non-op (all it does...brain
2006-09-10Take some debug crap out of ModeParser::ModeString()brain
2006-09-10* Fix ChanModes::ModeString to not try and set a key as a user mode ;)brain
2006-09-10Make it neaterbrain
2006-09-10Dont allow keys of length >= 32brain
2006-09-10Remove unused buffer and call to MakeHost()brain
2006-09-10Make /stats k/g/e work rightbrain
2006-09-10Split hostmasks into ident and host pairs for matching as g/k/e lines. This a...brain
2006-09-10Fix the new g/k/e line stuff to match ips. NOTE: this makes g/k/e much slower...brain
2006-09-10Match IP's with klines, glines and exceptions, as well as hostsbrain
2006-09-10Move Spacify() into irc:: namespace as multiple modules use it nowbrain
2006-09-10Spacify() the oper typesbrain
2006-09-10Tons more useful detail when failing to oper (and when successfully opering t...brain
2006-09-10Stop gcc prerelease (PRERELEASE? YEAH REALLY, WE HATE YOUR GUTS DEBIAN) from ...brain
2006-09-10Remove m_park from example configurationbrain
2006-09-10Nicer fixbrain
2006-09-10Change a fux into a fix for pippjin (thanks for the bt)brain
2006-09-10Much neater more compact override notices for modes:brain
2006-09-10Added usermode n (snomask) to the example helpop filesspecial
2006-09-09ModuleFactories are not being deleted, this means that updates arent loadedbrain
2006-09-09Remove debug outputbrain
2006-09-09I'll give you ##TOAST, :pbrain
2006-09-09Reset LastParse string when we try to parse new modesbrain
2006-09-09Dont generate host change, ident change or fullname change events if the host...brain
2006-09-09Ensure that these output the sane value thats actually set, not the possibly ...brain
2006-09-09Tidier string buildingbrain
2006-09-09Make SAMODE oper output tidierbrain
2006-09-09And fix it so it doesnt go into an infinite loop when meeting the end conditi...brain
2006-09-09Add sane limiting to mode output, so we cant have more than 100 mode chars in...brain
2006-09-09Tidy up override snoticesbrain
2006-09-09m_override is now fixed, replaced AC_GENERAL_MODE OnAccessCheck eventbrain
2006-09-09More debug logging in this modulebrain
2006-09-09Grrbrain
2006-09-09Changes to m_overridebrain
2006-09-08This useless module doesnt work right in multi-server and isnt much good anyw...brain
2006-09-08Fix output when user SANICKs themselvesbrain
2006-09-08Stop valgrind whining about uninitialized array, all we do is pass it as a bu...brain