Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-08-30 | Merge insp20 | attilamolnar | |
2013-08-28 | Update COPYING file with new FSF address. | Christopher 'm4z' Holm | |
This should make rpmlint stop complaining about the incorrect FSF address. All changes taken from: http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt | |||
2013-08-27 | m_permchannels Add the ability to save listmodes | attilamolnar | |
2013-08-27 | Update example configs, README.md and more | attilamolnar | |
- Fix typos, remove misleading information, rephrase a few sentences - Add info about hmac-<hash> hash types - Remove <performance:maxwho> (the code which used this was removed in 96e4434 - @SaberUK) - Change inspircd.github.org to inspircd.org | |||
2013-08-24 | Option to select if chanhistory is on for bots | Daniel Vassdal | |
2013-08-12 | Add ConfigTag::getDuration() with optional bounds checking | attilamolnar | |
2013-08-12 | Add <path> keys for all of the compile-time paths. | Peter Powell | |
Also, make all paths in the config relative to their associated directory. This reverts a change in 2.0 which turned out to be a terrible idea, especially for system-wide installations. | |||
2013-08-10 | Require privs given on initial join to be in <options:defaultmodes>. | Peter Powell | |
2013-08-10 | Rename <options:moronbanner> to <options:xlinemessage>. | Peter Powell | |
This name is more descriptive of what is actually is used for. | |||
2013-08-10 | Change the default for <security:customversion> to an empty string. | Peter Powell | |
RFC 1459 says this field is for comments about the version. If the operator has no comments then we should not show any. | |||
2013-08-10 | Rename <connect:nouserdns> to <connect:resolvehostnames>. | Peter Powell | |
This name is more descriptive and avoids a double negative which could make the name of this setting unclear to non-native speakers. | |||
2013-08-09 | Move host cycle logic into m_hostcycle | attilamolnar | |
2013-07-02 | Allow for skipping clone checking before DNS is complete. | Daniel Vassdal | |
2013-06-18 | Remove limitsomaxconn and remains of m_halfop/allowhalfop | attilamolnar | |
2013-06-16 | Add RE2 regex module. | Peter Powell | |
2013-06-10 | Added m_repeat - Allows for blocking of similiar messages | Daniel Vassdal | |
Changes to the original module: - Parse settings using a sepstream, accept remote mode changes regardless of our config - Refuse to link when config settings differ - Style changes All ideas and features are the brainchild and work of Daniel Vassdal | |||
2013-06-03 | Added option for using TCP_DEFER_ACCEPT. Prevents the connection from being ↵ | Daniel Vassdal | |
handed over to the daemon before data is ready from the client. | |||
2013-04-28 | Merge insp20 | attilamolnar | |
2013-04-27 | Added RMODE command per suggestion #479 | Daniel Vassdal | |
2013-04-27 | Move <performance:nouserdns> to <connect:nouserdns>. | Peter Powell | |
2013-04-23 | Add config option to disable somaxconn range() check | attilamolnar | |
2013-04-16 | m_kicknorejoin Limit time to 30m by default | attilamolnar | |
In the current implementation we only expire entries when someone joins, without a limit it was possible to make us practically never remove entries and consume (a tiny amount of) memory for each entry until the mode was removed/parameter was changed The default limit of 30m is chosen to not surprise people when they upgrade. If you need to prevent rejoins for more than a minute then you should set a (timed)ban instead Config option is available to change the limit (2.0 only) | |||
2013-04-13 | Add <security:allowcoreunload>. | Peter Powell | |
When enabled (the default) this setting prevents the unloading of core modules such as cmd_privmsg. | |||
2013-04-06 | Default to the XML config format. | Peter Powell | |
2013-04-01 | Purge the deprecated chanprotect module. | Peter Powell | |
2013-04-01 | m_samode Require an oper privilege to change the user modes of other users | attilamolnar | |
Issue #417 | |||
2013-04-01 | Change the default value of <options:cyclehosts> to no | attilamolnar | |
Issue #402 | |||
2013-04-01 | Remove legacy code, mostly related to 1.2 compatibility | attilamolnar | |
2013-03-31 | Minor update to example configs | attilamolnar | |
2013-03-29 | Update doc and fix the description of m_allowinvite | attilamolnar | |