summaryrefslogtreecommitdiff
path: root/src/modules
AgeCommit message (Expand)Author
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
2008-10-25Note where to find the docs.w00t
2008-10-25Nuke space indents from orbit. (die!!)w00t
2008-10-25Move spanningtree to use OnChangeLocalUserHost instead of OnChangeHost, this ...w00t
2008-10-24Consistancy: Allow opers to +L to a nonexistant channel, as we allow opers to...w00t
2008-10-24Remove (redundant and O(n)) error checking on +L, we catch the errors on join...w00t
2008-10-24Fix broken stuff.w00t
2008-10-23Add <showwhois:showfromopers> setting, requested by MacGyver. Can be useful i...w00t
2008-10-23Revert earlier time() -> SI->Time() diff for now, this causes problems with d...w00t
2008-10-23Make this un-rehashable due to complications/ugliness involved with keeping i...w00t
2008-10-23Add <showwhois:opersonly>, allows server admins to unlock umode +W use for re...w00t
2008-10-23Add/document channels/set-permanent priv, and tie setting of +P to it.w00t
2008-10-23Patch from Namegduf converting all instances (where possible) of time() -> Se...w00t
2008-10-18Convert a number of modules to using privs.w00t
2008-10-18Implement channels/auspex priv for /names and /list.w00t
2008-10-18Patch from Namegduf to use established numerics for HELPOP instead of notices.w00t
2008-10-17Add notices on successful add or remove to callerid list.w00t
2008-10-17Patch from dz for bug #620, thanks.aquanight
2008-10-15Numerous fixes for m_dccallow - only the first banfile tag mattered, improper...special
2008-10-15m_ssl_openssl is sending log messages and calling itself m_ssl_gnutls..special
2008-10-15Add <hidechans:affectsopers>, allows networks to hide channels of a +I user e...w00t
2008-10-14Remove outdated TODObrain
2008-10-13Don't send an override notice if no modes were actually applied, thanks Ankit.w00t
2008-10-10Fix messageflood not working (bug #615). Big thanks to dz.w00t
2008-10-10Update comment that says we dont send simplemodes in FJOIN, we do now.brain
2008-10-08Apply patch from jmb, for bug #593. Snotices on override are now sent regardl...w00t
2008-10-08Fix memory leak in helpop config loading, thanks Macgyver.w00t
2008-10-08Fix crash caused by me being retarded.w00t
2008-10-08Fix: call OnRawSocketAccept for server connections. This isn't yet done in an...w00t
2008-10-05Some more safety checks to catch out invalid client introductions (e.g. from ...brain
2008-10-04Header tidyups. Apart from module to module API stuff and external deps, modu...brain
2008-10-04We are including tons more than we need to here, its a mess :pbrain
2008-10-04Fix for bug #613 reported by Casey, m_regex_glob's parameters were back to fr...brain
2008-10-02Comments here toobrain
2008-10-02Mention ulines toobrain
2008-10-02Comment on potentially confusing codebrain