summaryrefslogtreecommitdiff
path: root/data
AgeCommit message (Collapse)Author
2014-03-23Update version.logAdam
2014-03-13Do not allow users to add certs that other users are using. Only allow ↵Adam
adding certfps if the user is using it.
2014-03-10Merge pull request #64 from ShutterQuick/2.0+hsgroupsyncAdam
2.0+hsgroupsync
2014-03-10Do not allow nickserv/ungroup to bypass ns_maxemail, and allow opers to ↵Adam
bypass ns_maxemail
2014-03-09Remove mail:restrict as it is no longer useful. Changes nickserv/resetpass ↵Adam
default to allow normal users to use it.
2014-03-06hs_group: Allow automatic HS GROUP-ing on NS GROUP, and allow vhosts to be ↵Daniel Vassdal
per account rather than nick.
2014-03-01Fix incorrect comment in modules.example.confAdam
2014-02-24Update version.log (why do we keep this around?)Adam
2014-02-21Merge pull request #56 from ShutterQuick/2.0+noxcryptAdam
enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code fr...
2014-02-21fix comment, activate not activeLee Holmes
2014-02-20enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code from ↵Daniel Vassdal
libxcrypt, and move enc_bcrypt out of extras
2014-02-18Alphabetically order modules in modules.example.conf ('r' < 's' and 'w' < 'x')Attila Molnar
2014-02-17Add m_ssl_gnutlsAttila Molnar
2014-02-17Rename m_ssl to m_ssl_openssl and update docsAttila Molnar
2014-02-16modules.example.conf: Update examples for bcrypt - also clearify that ↵Daniel Vassdal
m_sasl_dh* requires openssl
2014-02-14modules.example.conf: Add info about m_sasl_dh-aes and m_sasl_dh-blowfishDaniel Vassdal
2014-02-12Disable m_sasl by defaultAdam
2014-02-12Add SASL EXTERNAL support. Thanks to ShutterQuick for fixing and testing.Adam
2014-02-09Add an opertype priv "protected" to not allow services to kick a user.Adam
Also classify ulines as protected
2014-02-05Document a little more accurrately the privilege stuff and document why the ↵Adam
access lists behave as they do
2014-02-05Make it easier to use fantasy without botserv, and document itAdam
2014-01-26Revert "Rename db_old hash plain -> none which is what 1.8 calls it"Adam
This reverts commit 9a9ca417500e3de64013583e3f6db8dd165d9a95.
2014-01-21Update version.logAdam
2014-01-21Made the chanstats confs try and look similar to every other configuration fileAdam
2014-01-20Fix example config for bs_autoassignAdam
2014-01-19m_chanstats: fixed the config options NSDefChanstats and CSDefChanstatsDukePyrolator
2014-01-09Rename db_old hash plain -> none which is what 1.8 calls itAdam
2014-01-04Allow m_sql_authentication to disable email changing similar to ↵Adam
m_ldap_authentication
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-02Move modules out of extras that dont have external dependenciesAdam
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-26Add a config option for whether or not to reset the TS of persistent ↵Adam
channels to their registration date
2013-12-25Fix setting english language in db_old, document how not setting ↵Adam
defaultlanguage really works
2013-12-20Update version.logAdam
2013-12-13Log all admin commands by default. I was trying to give an example of log ↵Adam
settings, but people seem to leave the default and then get confused when it only logs operserv commands
2013-12-09Document which modules are extra and how to enable themAdam
2013-12-01made the chanstats fantasy modules work again.DukePyrolator
2013-11-17Default nogroupchange to on, update comment to make senseAdam
2013-11-16Don't default /cs list or /ns list to require oper privsAdam
2013-11-15Add general:hideregisteredcommands to hide commands that require you to be ↵Adam
identified to use. This changes the behavior of hideprivilegedcommands to only hide commands users don't have the oper privileges to execute.
2013-11-09Remove db_plainAdam
2013-11-01Use Config::GetClient for looking up services for command{} blocks which ↵Adam
lessens the insanity of renaming services
2013-11-01People often seem to get tripped up by this, so document more clearlyAdam
2013-10-28Fix kill and killquick default expiry times.Robby-
ns_access and ns_cert: Fix accessmax defaults, also state in the config that 0 is not a valid value.
2013-10-28Fix some typos and touch up the configs a little.Robby-
2013-10-27fixed make install not installing the new example config filesDukePyrolator
2013-10-26added the irc2sql gateway moduleDukePyrolator
2013-10-26moved some config options from example.conf to nickserv.example.confDukePyrolator
2013-10-12Update version.logAdam