Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-06 | Fix typo in botserv.example.conf | Adam | |
2014-10-12 | Add exempts and optionally allow authenticated users past m_dnsbl | Adam | |
2014-10-12 | Add an operserv/oper/modify privilege. | Thomas Fargeix | |
The operserv/oper command privilege allows to add operators with fewer or the same privileges as ourself. This new privilege allows to have operators who can use operserv/oper to see the list of operators and their privileges, but cannot add new operators. | |||
2014-10-12 | Add a chanserv/access/list privilege | Thomas Fargeix | |
Replace the existing chanserv/access/list command access, only used in cs_xop, by a privilege with the same name. It which allows read-only access to cs_access, cs_flags, cs_xop and cs_akick, while the already-existing chanserv/access/modify privilege allows to modify them. | |||
2014-10-09 | operserv.example.conf: Add missing permission definition to os_defcon's ↵ | Robby- | |
command. Fixes bug #1617. | |||
2014-08-03 | Make botserv fantasy override its own privilege | Adam | |
2014-08-03 | Fix some botserv help entries from showing when they shouldn't | Adam | |
2014-08-03 | Add cs_mode:max config option | Adam | |
2014-08-03 | Add ms_ignore:max config option | Adam | |
2014-07-04 | Correct the help text of options:useprivmsg ("defmsg" -> "msg") | Attila Molnar | |
2014-06-23 | Merge branch '2.0' into 2.1 | Adam | |
Conflicts: cmake/Anope.cmake cmake/FindGettext.cmake include/access.h include/messages.h include/modes.h include/modules.h include/users.h modules/CMakeLists.txt modules/commands/bs_bot.cpp modules/commands/cs_access.cpp modules/commands/cs_ban.cpp modules/commands/cs_clone.cpp modules/commands/cs_flags.cpp modules/commands/cs_info.cpp modules/commands/cs_list.cpp modules/commands/cs_log.cpp modules/commands/cs_mode.cpp modules/commands/cs_status.cpp modules/commands/cs_suspend.cpp modules/commands/cs_updown.cpp modules/commands/cs_xop.cpp modules/commands/ms_check.cpp modules/commands/ns_access.cpp modules/commands/ns_cert.cpp modules/commands/ns_group.cpp modules/commands/ns_register.cpp modules/commands/ns_set.cpp modules/commands/ns_suspend.cpp modules/commands/os_session.cpp modules/commands/os_svs.cpp modules/extra/m_ldap_authentication.cpp modules/extra/m_regex_pcre.cpp modules/extra/m_sql_authentication.cpp modules/extra/stats/m_chanstats.cpp modules/protocol/bahamut.cpp modules/protocol/hybrid.cpp modules/protocol/inspircd12.cpp modules/protocol/inspircd20.cpp modules/protocol/unreal.cpp modules/pseudoclients/chanserv.cpp modules/pseudoclients/chanserv/channel.cpp modules/pseudoclients/nickserv/nickserv.cpp modules/webcpanel/pages/chanserv/access.cpp src/access.cpp src/bots.cpp src/channels.cpp src/language.cpp src/modes.cpp src/modulemanager.cpp src/process.cpp src/users.cpp src/version.sh | |||
2014-05-30 | Remove version.log | Adam | |
2014-05-30 | Merge pull request #80 from attilamolnar/2.0+exampleconf | Adam | |
Fix the name of the SSL modules in comments in modules.conf.example | |||
2014-05-30 | example.chk: Use a more reliable way to detect if services are running. | Robby- | |
2014-05-30 | Fix the name of the SSL modules in comments in modules.conf.example | Attila Molnar | |
2014-05-28 | Merge branch '2.0' into 2.1 | Adam | |
Conflicts: .travis.yml src/config.cpp src/version.sh | |||
2014-05-22 | Make command group descriptions translatable. | Jyzee | |
2014-05-01 | Add config options to ns_suspend and cs_suspend to configure which ↵ | Adam | |
information is shown to non opers | |||
2014-04-25 | Add "virtual mode" support | Adam | |
This allows fully tracking extbans and other modes set by a different underlying mode, such as InspIRCd's namedmodes Add two configuration options to cs_ban to configure which mode is set and whether or not to kick banned users. Add default "mute" fantasy command to botserv.example.conf | |||
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 ↵ | Adam | |
memoserv.conf one day. | |||
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 ↵ | Adam | |
adding certfps if the user is using it. | |||
2014-03-10 | Merge pull request #64 from ShutterQuick/2.0+hsgroupsync | Adam | |
2.0+hsgroupsync | |||
2014-03-10 | Do not allow nickserv/ungroup to bypass ns_maxemail, and allow opers to ↵ | Adam | |
bypass ns_maxemail | |||
2014-03-09 | Remove mail:restrict as it is no longer useful. Changes nickserv/resetpass ↵ | Adam | |
default to allow normal users to use it. | |||
2014-03-06 | hs_group: Allow automatic HS GROUP-ing on NS GROUP, and allow vhosts to be ↵ | Daniel Vassdal | |
per account rather than nick. | |||
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 | |
enc_bcrypt.cpp: Get rid of the libxcrypt dependency by including code fr... | |||
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 ↵ | Daniel Vassdal | |
libxcrypt, and move enc_bcrypt out of extras | |||
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 ↵ | Daniel Vassdal | |
m_sasl_dh* requires openssl | |||
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 | |
Also classify ulines as protected | |||
2014-02-05 | Document a little more accurrately the privilege stuff and document why the ↵ | Adam | |
access lists behave as they do | |||
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 | |
This reverts commit 9a9ca417500e3de64013583e3f6db8dd165d9a95. | |||
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 | |