summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
2008-11-30Remove unused variable (thanks to everyone who noticed it)w00t
2008-11-27Don't append server name to kill reasons.w00t
2008-11-27Forward-port: Created commit fcadb0b: Change rm to force removal for configur...w00t
2008-11-24Add OperPrefixMode::GetPrefixRank(), so +y is ranked above all other prefix m...w00t
2008-11-24Off-by-one without a rehash event, causes cores on loadw00t
2008-11-24Add m_operprefix, more simplified version of module written by Phoenix (thank...w00t
2008-11-24Don't check permission to +Q for remote users, probably fixes bug #619 report...w00t
2008-11-24Fix crashes in m_joinflood and m_nickflood, found by Schitz0, introduced by c...w00t
2008-11-20Fix for potential crash with invalid prefixes (prefixes which are neither val...brain
2008-11-16Don't burst expired X:, should help stop bounce wars..w00t
2008-11-08Module class was still called QuitBan, rename to ConnectBan for sanitybrain
2008-11-08Fix a log sourcebrain
2008-11-04Fix malformed UID errors so that w00t can troubleshoot! :)brain
2008-11-02Fix incorrect watch usage, patch from dz (thanks).w00t
2008-11-02Fire every debug.w00t
2008-11-01Obsolete m_restrictbanned, add <security:restrictbannedusers>, default on.. t...w00t
2008-11-01Second attempt at time() -> SI->Time(), now problems with the original were f...w00t
2008-11-01Fix opercert to behave correctly, patch from and tested by dz -- thanks!w00t
2008-11-01Remove now-unneeded 4in6 hacks [danieldg]w00t
2008-11-01Merge commit 'ddg/out-12'w00t
2008-11-01Fix bug #630, reported by Jorijn, fix by dz. Bitmask dnsbl records not workin...w00t
2008-11-01Resolve a conflict by changing override to +s +G (godmode) instead of +s +O.w00t
2008-11-01Fix a result of Tired Coding (tm)w00t
2008-10-31It is not my %$"*&%" day. This never happened.w00t
2008-10-31Tidy up FJOIN processing somewhat - don't bother faking a TS to get modes acc...w00t
2008-10-31Add REMOTEOPER snomask.. use it.w00t
2008-10-31Move some messages (correctly) to remote link snomask.w00t
2008-10-31Fix crash.w00t
2008-10-31Remove m_services and documentation relating to it. Also remove conf/temp/ (??)w00t
2008-10-31Merge m_services functionality into m_services_account.w00t
2008-10-31Add snomask +s +L - remote link notices.w00t
2008-10-31Revert "Remove user no longer being watched, not the quitting one. Fix from S...w00t
2008-10-30Better error message for erroring on loading server cert - give certfile/keyf...w00t
2008-10-30Revert "Add option to allow +q to +q users, +a to +a users."w00t
2008-10-29Add +s +J - for remote channel creation. This helps m_chanlog stop being quit...w00t
2008-10-28Remove ancient comment.w00t
2008-10-28Add reasons to other modules that implement XLines also.w00t
2008-10-28Remove comment, as it is now done.w00t
2008-10-28Move chanprotect settings from <options> to <chanprotect>.w00t
2008-10-28Add option to allow +q to +q users, +a to +a users.w00t
2008-10-28Watch visibility test was working the wrong way. Patch from Darom.w00t
2008-10-27Add user/channel mode synchronisation detection to CAPAB - link will now drop...w00t
2008-10-27Be a hell of a lot more strict about malformed UID commands. We've always bee...w00t
2008-10-27Fix redundant stats snotice, thanks dz.w00t
2008-10-27Remove user no longer being watched, not the quitting one. Fix from Szymek (t...w00t
2008-10-26fix for banwalk and keys reported by mix941peavey
2008-10-25Fix a number of commands to have max_params field. This means in practice, th...w00t
2008-10-25Fix <disabled:umodes> interfering with /unloadmodule m_implementing_a_umode, ...w00t
2008-10-25Use TargetTypeFlags instead of int in a few places.w00t
2008-10-25As we have an enum for type, why not ..use it?w00t