Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-27 | Merge insp20 | Attila Molnar | |
2014-10-23 | m_delaymsg Add option to disallow NOTICEs too | Attila Molnar | |
2014-10-20 | Update <nationalchars> tag documentation | Attila Molnar | |
2014-09-10 | Remove listmode hiding support from the core | Attila Molnar | |
This is now handled by m_hidelist | |||
2014-09-10 | m_hidelist Make minimum rank required to view lists configurable | Attila Molnar | |
2014-09-10 | Add m_hidelist that allows hiding the lists of listmodes | Attila Molnar | |
2014-08-04 | m_pbkdf2: Added module | Daniel Vassdal | |
Bugfixes and minor changes are by @attilamolnar, original PR #767 | |||
2014-08-04 | m_bcrypt: Add module | Daniel Vassdal | |
bcrypt updated to 1.3 by @attilamolnar, original PR #767 | |||
2014-07-25 | Merge insp20 | Attila Molnar | |
2014-07-24 | Update example configuration files, fix typos and case | Attila Molnar | |
Mention m_regex_stdlib in the list of regex providers after m_filter | |||
2014-07-23 | Update aliases/anope.conf.example | Adam | |
2014-07-19 | Say "SSL certificate fingerprint" instead of "SSL fingerprint" everywhere | Attila Molnar | |
2014-06-14 | remove unneeded whitespace from the docs/examples | Tim Heckman | |
2014-06-09 | Document the config options of m_remove | Attila Molnar | |
2014-06-09 | m_remove Recognize /REMOVE <chan> <nick> | Attila Molnar | |
The old syntax is now deprecated Fixes issue #860 reported by @Shawn-Smith | |||
2014-05-28 | Describe <ident:nolookupprefix> | Attila Molnar | |
2014-05-28 | m_ident: Add an option to allow idents of users to still be prefixed with a ↵ | Robby- | |
'~' for connect classes which have disabled ident lookups through the <connect:useident> setting. Fixes #683. Some changes by @attilamolnar, original PR #684 | |||
2014-04-14 | m_sajoin, m_sapart Support a comma separated list of channels | Attila Molnar | |
Issue #818 | |||
2014-04-12 | Some more helpop config updates. | Robby- | |
2014-04-11 | Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>. | Peter Powell | |
Remove channels/high-join-limit privilege | |||
2014-04-11 | m_filter Allow exemption of messages sent to nicks specified in ↵ | Attila Molnar | |
<exemptfromfilter> tags Issue #655 | |||
2014-04-11 | Redirect the reader to filters.conf.example for advanced filter configuration | Attila Molnar | |
2014-04-11 | m_filter Rename config key used in exemptfromfilter from "channel" to ↵ | Attila Molnar | |
"target", but keep compatibility | |||
2014-04-07 | Merge insp20 | Attila Molnar | |
2014-04-06 | Fix typo in helpop-full that prevented it from loading and other minor ↵ | Attila Molnar | |
helpop issues | |||
2014-04-04 | Major example configuration and helpop update | Attila Molnar | |
Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this | |||
2014-03-08 | Make the maximum hostname length configurable in the config. | Peter Powell | |
2014-03-07 | Fix m_permchannels not prepending the path when reading the config. | Peter Powell | |
2014-02-27 | Give m_connectban a configurable ban message | Googolplexed | |
2014-02-26 | Simplify /SAJOIN syntax and add permission for joining other users. | Daniel Vassdal | |
2014-02-25 | m_svshold Hide server notices by default | Attila Molnar | |
Issue #742 | |||
2014-02-23 | Moving CGIIRC to a new snomask (w) | Googolplexed | |
2014-02-07 | m_ldapauth.cpp: Allow multiple patterns for users to bypass LDAP auth | Thiago Crepaldi | |
2014-01-30 | Document new delayed join feature of m_conn_join | Attila Molnar | |
2014-01-26 | Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ↵ | Attila Molnar | |
QUIT messages | |||
2014-01-21 | Merge insp20 | Attila Molnar | |
2014-01-21 | Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with ↵ | Adam | |
both openssl and gnutls | |||
2014-01-20 | m_svshold Add config option to hide snotices | Attila Molnar | |
2014-01-20 | m_httpd Add timeout option; remove timed out connections | Attila Molnar | |
2014-01-20 | Update example configs/helpop | Attila Molnar | |
2014-01-20 | Use standard example addresses in configs | Mantas Mikulėnas | |
`2001:db8::/32` is the [standard][1] IPv6 example address range, using it also makes it clear when the user has just copy-pasted the example config and didn't actually whitelist 6BONE for some strange reason. Similarly, there are example addresses for [IPv4][2] and [DNS][3]. [1]: http://tools.ietf.org/html/rfc3849 [2]: http://tools.ietf.org/html/rfc5737 [3]: http://tools.ietf.org/html/rfc2606 | |||
2013-12-19 | m_showwhois Update settings on rehash | Attila Molnar | |
2013-12-19 | Add m_ldap, and convert m_ldapoper and m_ldapauth to use it. | Adam | |
2013-12-18 | Add m_showfile, remove cmd_rules | Attila Molnar | |
2013-12-18 | Add a Flash Policy Daemon module | Daniel Vassdal | |
2013-12-15 | Purge docs/rfc from the repository. | Peter Powell | |
These are of no use to 99% of users and anyone who actually wants to read them should be capable of using Google to find them. | |||
2013-11-21 | Fix a few issues | attilamolnar | |
- Rehash notices - Modes in CAPAB - GetTargetAndAction() not being static in m_callerid - Loading custom configuration files using --config. (@SaberUK) - ServerConfig::Read not using std::endl. (@SaberUK) - Out of date comments in opers.conf.example, issue #624 | |||
2013-11-21 | Allow multiple allowmasks in link blocks, #679 | Adam | |
2013-09-26 | Improve error reporting for <security:runas{user,group}>. | Peter Powell | |
2013-09-11 | Convert cmd_modenotice into an optional module | attilamolnar | |