| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | m_filter Rename config key used in exemptfromfilter from "channel" to "target... | Attila Molnar | 2014-04-11 | 3 | -3/+3 |
| * | | Merge insp20 | Attila Molnar | 2014-04-07 | 9 | -515/+483 |
| |\| |
|
| | * | Fix typo in helpop-full that prevented it from loading and other minor helpop... | Attila Molnar | 2014-04-06 | 2 | -3/+4 |
| | * | Major example configuration and helpop update•••Big thanks to @m4z (#621) and @Robby- (#630) who contributed a lot to this
| Attila Molnar | 2014-04-04 | 9 | -527/+489 |
| * | | Make the maximum hostname length configurable in the config. | Peter Powell | 2014-03-08 | 1 | -0/+3 |
| * | | Fix m_permchannels not prepending the path when reading the config. | Peter Powell | 2014-03-07 | 1 | -2/+2 |
| * | | Give m_connectban a configurable ban message | Googolplexed | 2014-02-27 | 1 | -1/+5 |
| * | | Simplify /SAJOIN syntax and add permission for joining other users. | Daniel Vassdal | 2014-02-26 | 1 | -0/+2 |
| * | | m_svshold Hide server notices by default•••Issue #742
| Attila Molnar | 2014-02-25 | 1 | -1/+2 |
| * | | Moving CGIIRC to a new snomask (w) | Googolplexed | 2014-02-23 | 1 | -0/+1 |
| * | | m_ldapauth.cpp: Allow multiple patterns for users to bypass LDAP auth | Thiago Crepaldi | 2014-02-07 | 1 | -4/+5 |
| * | | Document new delayed join feature of m_conn_join | Attila Molnar | 2014-01-30 | 1 | -4/+5 |
| * | | Add m_clearchan which removes users from a channel without sending n*(n+1)/2 ... | Attila Molnar | 2014-01-26 | 4 | -3/+18 |
| * | | Merge insp20 | Attila Molnar | 2014-01-21 | 6 | -25/+33 |
| |\| |
|
| | * | m_svshold Add config option to hide snotices | Attila Molnar | 2014-01-20 | 1 | -0/+2 |
| | * | m_httpd Add timeout option; remove timed out connections | Attila Molnar | 2014-01-20 | 1 | -0/+3 |
| | * | Update example configs/helpop | Attila Molnar | 2014-01-20 | 3 | -8/+9 |
| | * | Use standard example addresses in configs•••`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
| Mantas Mikulėnas | 2014-01-20 | 3 | -13/+13 |
| | * | Improve error reporting for <security:runas{user,group}>. | Peter Powell | 2013-09-26 | 1 | -4/+6 |
| * | | Add m_starttls and remove it from m_ssl_gnutls, which allows it to work with ... | Adam | 2014-01-21 | 1 | -0/+6 |
| * | | m_showwhois Update settings on rehash | Attila Molnar | 2013-12-19 | 1 | -3/+1 |
| * | | Add m_ldap, and convert m_ldapoper and m_ldapauth to use it. | Adam | 2013-12-19 | 1 | -31/+26 |
| * | | Add m_showfile, remove cmd_rules | Attila Molnar | 2013-12-18 | 5 | -13/+41 |
| * | | Add a Flash Policy Daemon module | Daniel Vassdal | 2013-12-18 | 1 | -0/+8 |
| * | | Purge docs/rfc from the repository.•••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.
| Peter Powell | 2013-12-15 | 3 | -7171/+0 |
| * | | Fix a few issues•••- 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
| attilamolnar | 2013-11-21 | 1 | -2/+0 |
| * | | Allow multiple allowmasks in link blocks, #679 | Adam | 2013-11-21 | 1 | -1/+1 |
| * | | Convert cmd_modenotice into an optional module | attilamolnar | 2013-09-11 | 1 | -0/+5 |
| * | | Merge insp20 | attilamolnar | 2013-08-30 | 13 | -140/+112 |
| |\| |
|
| | * | Update COPYING file with new FSF address.•••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
| Christopher 'm4z' Holm | 2013-08-28 | 1 | -20/+20 |
| | * | m_permchannels Add the ability to save listmodes | attilamolnar | 2013-08-27 | 1 | -1/+3 |
| | * | Update example configs, README.md and more•••- 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
| attilamolnar | 2013-08-27 | 12 | -121/+90 |
| * | | Option to select if chanhistory is on for bots | Daniel Vassdal | 2013-08-24 | 1 | -1/+2 |
| * | | Add ConfigTag::getDuration() with optional bounds checking | attilamolnar | 2013-08-12 | 1 | -1/+1 |
| * | | Add <path> keys for all of the compile-time paths.•••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.
| Peter Powell | 2013-08-12 | 2 | -10/+18 |
| * | | Require privs given on initial join to be in <options:defaultmodes>. | Peter Powell | 2013-08-10 | 1 | -1/+1 |
| * | | Rename <options:moronbanner> to <options:xlinemessage>.•••This name is more descriptive of what is actually is used for.
| Peter Powell | 2013-08-10 | 1 | -2/+2 |
| * | | Change the default for <security:customversion> to an empty string.•••RFC 1459 says this field is for comments about the version. If the
operator has no comments then we should not show any.
| Peter Powell | 2013-08-10 | 1 | -2/+2 |
| * | | Rename <connect:nouserdns> to <connect:resolvehostnames>.•••This name is more descriptive and avoids a double negative which
could make the name of this setting unclear to non-native speakers.
| Peter Powell | 2013-08-10 | 1 | -4/+4 |
| * | | Move host cycle logic into m_hostcycle | attilamolnar | 2013-08-09 | 2 | -5/+5 |
| * | | Allow for skipping clone checking before DNS is complete. | Daniel Vassdal | 2013-07-02 | 1 | -0/+9 |
| * | | Remove limitsomaxconn and remains of m_halfop/allowhalfop | attilamolnar | 2013-06-18 | 1 | -6/+2 |
| * | | Add RE2 regex module. | Peter Powell | 2013-06-16 | 1 | -0/+6 |
| * | | Added m_repeat - Allows for blocking of similiar messages•••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
| Daniel Vassdal | 2013-06-10 | 3 | -0/+26 |
| * | | Added option for using TCP_DEFER_ACCEPT. Prevents the connection from being h... | Daniel Vassdal | 2013-06-03 | 1 | -0/+11 |
| * | | Merge insp20 | attilamolnar | 2013-04-28 | 1 | -0/+6 |
| |\| |
|
| | * | Add config option to disable somaxconn range() check | attilamolnar | 2013-04-23 | 1 | -0/+6 |
| | * | m_kicknorejoin Limit time to 30m by default•••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)
| attilamolnar | 2013-04-16 | 1 | -0/+2 |
| * | | Added RMODE command per suggestion #479 | Daniel Vassdal | 2013-04-27 | 2 | -0/+12 |
| * | | Move <performance:nouserdns> to <connect:nouserdns>. | Peter Powell | 2013-04-27 | 1 | -5/+9 |