summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-04Allow m_sql_authentication to disable email changing similar to ↵Adam
m_ldap_authentication
2014-01-04Make /cs status use the chanserv/auspex privilege instead of ↵Adam
chanserv/access/modify, as it only views channel access
2014-01-04Also make m_sql_authentication block nick grouping if it is disabling ↵Adam
registration
2014-01-03Move modules/stats under extras because it depends on m_mysql, update its ↵Adam
config a bit to look similar to all of the other config files
2014-01-02Add an explicit privilege for os_config's modifyAdam
2014-01-02Update os_configAdam
2014-01-02Move modules out of extras that dont have external dependenciesAdam
2014-01-02Have db_old load news.db tooAdam
2014-01-01Update copyright to 2014. This was done with:Adam
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
2014-01-01Make inspircds module class names not conflict because it confuses OSXAdam
2013-12-31I don't think this OnBotKick to hold channels is necessary anymore as Sync ↵Adam
should cover everything now, and this causes weird things when the last user in a channel kicks themselves out using the bot. Also handle users rejoining a channel while its held better.
2013-12-31Show the command name and not service name in the access denied log messagesAdam
2013-12-30Set last_realname in m_ldap_authentication when new nicks are registeredAdam
2013-12-30Also have m_ldap_authentication disable nick grouping if registration is ↵Adam
disabled
2013-12-30Fix loading kicker ttb dataAdam
2013-12-29Don't expire ignores when NoExpire is enabled.Robby-
2013-12-28Do not translate command parameters that do not have translatable strings in ↵Robby-
them, or are not meant to be translated in the first place.
2013-12-28Fix naming collision between modes +g and +G on inspircd, rename the common ↵Adam
badwords censor mode to censor
2013-12-27Readd channel description to ns alist outputAdam
2013-12-27Allow inverting opertype privs and commands, to make them behave like the ↵Adam
log settings
2013-12-27Fix forbid add message to show the correct typeAdam
2013-12-27Fix crash when channels are registered that do not exist by non usersAdam
2013-12-26Fix xmlrpc dochannel exampleAdam
2013-12-26Don't leak ldap resultsAdam
2013-12-26Fix crash with badwords of type 'end' and possibly when messages contain ↵Adam
only control codes. Also fix matching single words at the beginning of lines.
2013-12-26If using db_flatfile:fork, don't allow multiple saves to happen at one time ↵Adam
on shutdown/restart wait for any pending saves to finish
2013-12-26Default the founder privilege to level 10000 as I had originally intended. ↵Adam
Document set fonder usage in cs_levels help.
2013-12-26updated the extras script to find the cmake binary installed by ./ConfigDukePyrolator
2013-12-26m_chanstats: 1) fixed the SASET message 2) decreased the size of some ↵DukePyrolator
VARCHAR fields, this hopefully fixes the 'key too long' error on some systems.
2013-12-26Add a config option for whether or not to reset the TS of persistent ↵Adam
channels to their registration date
2013-12-26Fix not setting the persist flag on newly registered channels when the ↵Adam
permanent channel mode is set prior to registering or during registration
2013-12-26Fix dropping channels in the webpanelAdam
2013-12-25Fix setting english language in db_old, document how not setting ↵Adam
defaultlanguage really works
2013-12-25Fix sqline on hybridAdam
2013-12-24Don't epxire forbids when noexpire mode is onAdam
2013-12-24Make webcpanel's nickserv alist behave more like /ns alistAdam
2013-12-24Set a description for the resend commandAdam
2013-12-24If last usermask and last realhost are the same, don't show both because duhAdam
2013-12-22Do not allow /cs clone access to add duplicate masks to the access list or ↵Adam
allow growing the list pass accessmax. Fix reading botservs case sensitive config option. Give a better error message when trying to clone badwords if there is no botserv.
2013-12-20Anope 2.0.0-rc1 Release2.0.0-rc1Adam
2013-12-20Update version.logAdam
2013-12-20Regenerate language filesAdam
2013-12-20Update Changes and Changes.confAdam
2013-12-20Fix reading unconfirmed expire config value when register type is set to mailAdam
2013-12-20Fix deleting multiple access entries when one of them matches your access groupAdam
2013-12-20Merge pull request #33 from Robby-/1.9-nllangupdateAdam
Update the dutch language file for new and modified strings, and fix some more typos while we're at it.
2013-12-20Add missing syntax to botserv kicker helpAdam
2013-12-20Update the dutch language file for new and modified strings, and fix some ↵Robby-
more typos while we're at it.
2013-12-20Document hs reject's reasonAdam
2013-12-20Revert "m_chanstats: changed the default value of some fields to NULL ↵DukePyrolator
instead of ''" This reverts commit 6ff83c3407cccd393c0d6f620986ed5a3953eb95.