summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-04-23Remoteconnect and remotequit should be local-only snomasksbrain
2008-04-23Fix from yesterday, properly fix timedbans, much neaterbrain
2008-04-23Fixw00t
2008-04-23Warn, don't throw..w00t
2008-04-22Break! ...no actually, take the break out :)brain
2008-04-21Remove debug (This also fixes a bug that peavey and i found regarding the alr...brain
2008-04-21Fix bug found by peavey, which much frustrated him and w00t. He leiks mudkipz...brain
2008-04-21Fix quietbans and hidesplits etc, cull list's sending a seperate quit message...brain
2008-04-21Hack, hack, hack, hack hack. Hack hack. Probably fix snotice loops, though.w00t
2008-04-21Remove OnRehash of m_chanprotect: bad idea, and it's broken anyway.w00t
2008-04-21Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d...brain
2008-04-21Remove the craqy self-restarting loop in trunk, and use proper safe iterators...brain
2008-04-21Patch to fix timedbans crash reported earlier today, thanks for the headsup w...brain
2008-04-20Fix RemoveCommands to remove all commands (this function had some really odd ...brain
2008-04-19fix text in validate methods where option was moved to either performance or ...peavey
2008-04-19Bad test code herebrain
2008-04-19Eventlist one item too short, makes this module not publish its 005 featurebrain
2008-04-18Make the CAPAB sender in spanningtree more readableaquanight
2008-04-18Remove _CrtCheckMemory()brain
2008-04-18Add GreenReaper and Skip to contributorsw00t
2008-04-18Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo...brain
2008-04-17Add todo notew00t
2008-04-17Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a...w00t
2008-04-17Fix format fuckup I introduced (that warning shows one example of when it's u...w00t
2008-04-17Remove completed XXX: override is now only checked locally, snotices are auto...w00t
2008-04-17Add potential for local-only snotices and use them for the ones that should b...w00t
2008-04-17Remove use of SendSNONotice to send to remote servers, this is done automagic...w00t
2008-04-17Remove debug from snomask flushing, and send ALL snotices globally automagica...w00t
2008-04-17m_override now has a 'requirekey' option, that requires a special key of 'ove...w00t
2008-04-16Change warnings a bitbrain
2008-04-16Maybe make this the right way around...brain
2008-04-16Change that allows the m_override module to not announce a key override for a...brain
2008-04-15ahh shit, remove windows specific code i left laying aroundbrain
2008-04-15Fix the problems GreenReaper found with the windows select engine, this has n...brain
2008-04-15Fix obvious compile error (whoops)brain
2008-04-15the select socket engine went on the assumption that a socket may remove itse...brain
2008-04-15Fixes for ValidateHostnamepeavey
2008-04-15Chain ValidateServerName onto ValidateHostname so that the servername gets ho...brain
2008-04-15Deprecate a few more config options.peavey
2008-04-15Nuke the ability to define <options:loglevel> from orbit :pbrain
2008-04-15See configreader.cpp line 764 to see how to declare deprecated items. This is...brain
2008-04-14Move options vlaues netbuffersize, maxwho, maxconn, softlimit, quietbursts, n...brain
2008-04-14TRUNK CONFIG BREAKAGE WARNING: Move a bunch of options tag values into a new ...brain
2008-04-14Set the required prefix for ops to @, thanksbrain
2008-04-13trunk doesnt seem to like < and > in a quoted section, because someone REMOVE...brain
2008-04-13Only restrict set with <class:usermodes/chanmodes>, not unsetbrain
2008-04-131.2.0a2+TexasLonghornbrain
2008-04-13Add newlines to the end :) (\n)brain
2008-04-13add a hint to users for using an IP instead of *bricker
2008-04-13char -> const charw00t