summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2008-10-20Remove an extremely noisy piece of debug on startup/rehash - this code works...w00t
2008-10-20Implement <security:runasuser> and <security:runasgroup> - allows for set(g|u...w00t
2008-10-19Yes, Square Meater is a real cow breed. Only aussies would come up with somet...brain
2008-10-18Convert a number of modules to using privs.w00t
2008-10-18Tie settings in mode and whowas to privs.w00t
2008-10-18Tie a number of /who settings to servers/auspex and users/auspex respectively.w00t
2008-10-18Tie display of realhost in USERHOST to users/auspex priv.w00t
2008-10-18Tie /stats that aren't explicitly marked for users into servers/auspex.w00t
2008-10-18Tie module version display to servers/auspex priv.w00t
2008-10-18Add priv channels/high-join-limit.w00t
2008-10-18Use servers/auspex and users/auspex privs where needed.w00t
2008-10-18Implement channels/auspex priv for /names and /list.w00t
2008-10-18Make use of privs for PRIVMSG also.w00t
2008-10-18Working privs implementation, and example usage in NOTICE for mass messaging.w00t
2008-10-18Migrate oper commands to an std::set, add a set for privs also. Change the AP...w00t
2008-10-18Add skeleton of HasPrivPermission.w00t
2008-10-18Patch from Namegduf to use established numerics for HELPOP instead of notices.w00t
2008-10-17Don't neglect calling User::CheckClass after SetClass, so that users don't en...w00t
2008-10-17Remove space indenting. (Brain, *smack* :P)w00t
2008-10-17Remove the duplicate checking/disabled setting of <connect> craq, there is a ...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-16possible fix for bug #623, reported by MacGyver. Untested please test :Dpeavey
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-15Modify $copy macros in comments, fixes bug #617brain
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-03Whooops! thanks psychonbrain
2008-10-02Comments here toobrain
2008-10-02Mention ulines toobrain
2008-10-02Comment on potentially confusing codebrain
2008-10-02The module hook is kinda required.brain
2008-10-02Fix for bug #601brain
2008-09-30Some suggestions from jilles about handling unknown prefix errors, and some i...brain
2008-09-29Make topic optional for permanent channels tags.w00t
2008-09-29Fix inverted logic in restrictchans that caused it to not play nice with perm...w00t
2008-09-29Replace the IP (in addition to hostname) for CGIIRC clients; fixes glines and...special
2008-09-29I think this fixes the mode +k weirdness. Keys were never being set correctly...brain