Age | Commit message (Expand) | Author |
2014-05-28 | Merge branch '2.0' into 2.1 | Adam |
2014-04-20 | Deprecate enc_old, enc_md5, and enc_sha1 | Adam |
2014-04-06 | Document that memo_mail can be in nickserv defaults. These should move to mem... | Adam |
2014-04-02 | Remove regex mods, use std::regex instead | Adam |
2014-04-01 | protocol/inspircd12: Remove support | Daniel Vassdal |
2014-04-01 | Remove version.log because this is 2014 and we have git | Adam |
2014-03-23 | Update version.log | Adam |
2014-03-13 | Do not allow users to add certs that other users are using. Only allow adding... | Adam |
2014-03-10 | Merge pull request #64 from ShutterQuick/2.0+hsgroupsync | Adam |
2014-03-10 | Do not allow nickserv/ungroup to bypass ns_maxemail, and allow opers to bypas... | Adam |
2014-03-09 | Remove mail:restrict as it is no longer useful. Changes nickserv/resetpass de... | Adam |
2014-03-06 | hs_group: Allow automatic HS GROUP-ing on NS GROUP, and allow vhosts to be pe... | Daniel Vassdal |
2014-03-01 | Fix incorrect comment in modules.example.conf | Adam |
2014-02-24 | Update version.log (why do we keep this around?) | Adam |
2014-02-21 | Merge pull request #56 from ShutterQuick/2.0+noxcrypt | Adam |
2014-02-21 | fix comment, activate not active | Lee Holmes |
2014-02-20 | enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code from li... | Daniel Vassdal |
2014-02-18 | Alphabetically order modules in modules.example.conf ('r' < 's' and 'w' < 'x') | Attila Molnar |
2014-02-17 | Add m_ssl_gnutls | Attila Molnar |
2014-02-17 | Rename m_ssl to m_ssl_openssl and update docs | Attila Molnar |
2014-02-16 | modules.example.conf: Update examples for bcrypt - also clearify that m_sasl_... | Daniel Vassdal |
2014-02-14 | modules.example.conf: Add info about m_sasl_dh-aes and m_sasl_dh-blowfish | Daniel Vassdal |
2014-02-12 | Disable m_sasl by default | Adam |
2014-02-12 | Add SASL EXTERNAL support. Thanks to ShutterQuick for fixing and testing. | Adam |
2014-02-09 | Add an opertype priv "protected" to not allow services to kick a user. | Adam |
2014-02-05 | Document a little more accurrately the privilege stuff and document why the a... | Adam |
2014-02-05 | Make it easier to use fantasy without botserv, and document it | Adam |
2014-01-26 | Revert "Rename db_old hash plain -> none which is what 1.8 calls it" | Adam |
2014-01-21 | Update version.log | Adam |
2014-01-21 | Made the chanstats confs try and look similar to every other configuration file | Adam |
2014-01-20 | Fix example config for bs_autoassign | Adam |
2014-01-19 | m_chanstats: fixed the config options NSDefChanstats and CSDefChanstats | DukePyrolator |
2014-01-09 | Rename db_old hash plain -> none which is what 1.8 calls it | Adam |
2014-01-04 | Allow m_sql_authentication to disable email changing similar to m_ldap_authen... | Adam |
2014-01-03 | Move modules/stats under extras because it depends on m_mysql, update its con... | Adam |
2014-01-02 | Add an explicit privilege for os_config's modify | Adam |
2014-01-02 | Move modules out of extras that dont have external dependencies | Adam |
2013-12-26 | Default the founder privilege to level 10000 as I had originally intended. Do... | Adam |
2013-12-26 | Add a config option for whether or not to reset the TS of persistent channels... | Adam |
2013-12-25 | Fix setting english language in db_old, document how not setting defaultlangu... | Adam |
2013-12-20 | Update version.log | Adam |
2013-12-13 | Log all admin commands by default. I was trying to give an example of log set... | Adam |
2013-12-09 | Document which modules are extra and how to enable them | Adam |
2013-12-01 | made the chanstats fantasy modules work again. | DukePyrolator |
2013-11-17 | Default nogroupchange to on, update comment to make sense | Adam |
2013-11-16 | Don't default /cs list or /ns list to require oper privs | Adam |
2013-11-15 | Add general:hideregisteredcommands to hide commands that require you to be id... | Adam |
2013-11-09 | Remove db_plain | Adam |
2013-11-01 | Use Config::GetClient for looking up services for command{} blocks which less... | Adam |
2013-11-01 | People often seem to get tripped up by this, so document more clearly | Adam |