| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge the latest changes from insp20 into master. | Peter Powell | 2017-10-12 | 1 | -1/+2 |
| |\ |
|
| | * | Update the link to the CIDR subnetting charts. | Peter Powell | 2017-08-13 | 1 | -1/+2 |
| * | | Raise the default listmode limit to 100 from 64.•••64 is a rather restrictive limit especially considering how fast
channels can accumulate bans. In fact, #InspIRCd hit the ban limit
in just over a year.
Having a low limit might have made sense when memory was expensive
but the average IRC server should be able to handle this fine now.
| Peter Powell | 2017-09-14 | 1 | -3/+3 |
| * | | Implement support for configurable casemapping & default to ASCII. | Peter Powell | 2017-09-08 | 1 | -0/+8 |
| * | | Convert a bunch of time-related config options to getDuration. | Peter Powell | 2017-09-03 | 1 | -11/+11 |
| * | | Update a bunch of references to the old command modules. | Peter Powell | 2017-08-27 | 1 | -1/+1 |
| * | | Change the maximum nick/user size to match other implementations. | Peter Powell | 2017-08-13 | 1 | -2/+2 |
| * | | Allow filtering WebIRC connections into a connect class by gateway. | Peter Powell | 2017-06-22 | 1 | -0/+4 |
| * | | Allow <log> tags to specify how often logs should be flushed.•••Also use the behaviour behind this to fix #1290.
| Peter Powell | 2017-02-28 | 1 | -0/+5 |
| * | | Merge pull request #1234 from SaberUK/master+config2•••Rework the example services aliases. | Attila Molnar | 2016-11-16 | 1 | -5/+15 |
| |\ \ |
|
| | * | | Rework the example services aliases.•••- Split common stuff into a generic configuration file.
- Reserve all nicknames used by services by default.
- Exempt all services clients from filtering.
- Add missing aliases for services pseudoclients.
| Peter Powell | 2016-11-16 | 1 | -5/+15 |
| * | | | Merge pull request #1248 from SaberUK/master+listen•••Allow listeners to be able to listen on unavailable addresses. | Attila Molnar | 2016-11-16 | 1 | -0/+6 |
| |\ \ \ |
|
| | * | | | Allow listeners to be able to listen on unavailable addresses. | Peter Powell | 2016-11-12 | 1 | -0/+6 |
| | |/ / |
|
| * | | | Update SSL config documentation for SSL profiles and m_ssl_mbedtls. | Peter Powell | 2016-11-15 | 1 | -9/+20 |
| * | | | Update helpop for recent LOCKSERV and <connect:port> changes. | Peter Powell | 2016-11-01 | 1 | -3/+3 |
| |/ / |
|
| * | | Merge pull request #1217 from SaberUK/master+die-restart•••Undocument <power> and set the default to the server name. | Attila Molnar | 2016-09-12 | 1 | -27/+0 |
| |\ \ |
|
| | * | | Undocument <power> and set the default to the server name. | Peter Powell | 2016-09-12 | 1 | -27/+0 |
| * | | | Update documentation for password hashing.•••- Follow best current practises by using bcrypt almost everywhere
in the example configuration files.
- Document the existence of new hashing modules in master.
| Peter Powell | 2016-09-12 | 1 | -6/+8 |
| |/ / |
|
| * | | Merge insp20 | Attila Molnar | 2016-08-17 | 1 | -0/+3 |
| |\| |
|
| | * | Don't show snotices for kills from ulined clients | Adam | 2016-02-25 | 1 | -0/+3 |
| * | | Add WebSocket module | Attila Molnar | 2016-08-08 | 1 | -0/+5 |
| * | | Remove <options:ircumsgprefix> entirely | Attila Molnar | 2015-12-06 | 1 | -5/+0 |
| * | | Update example configuration to say the new style module names everywhere | Attila Molnar | 2015-05-20 | 1 | -15/+14 |
| * | | Merge insp20 | Attila Molnar | 2015-04-20 | 1 | -9/+9 |
| |\| |
|
| | * | Make some config strings a bit more professional and use RFC reserved TLD's e... | JD Horelick | 2014-11-09 | 1 | -9/+9 |
| * | | Remove listmode hiding support from the core•••This is now handled by m_hidelist
| Attila Molnar | 2014-09-10 | 1 | -5/+0 |
| * | | Merge insp20 | Attila Molnar | 2014-07-25 | 1 | -9/+9 |
| |\| |
|
| | * | Update example configuration files, fix typos and case•••Mention m_regex_stdlib in the list of regex providers after m_filter
| Attila Molnar | 2014-07-24 | 1 | -8/+8 |
| | * | remove unneeded whitespace from the docs/examples | Tim Heckman | 2014-06-14 | 1 | -1/+1 |
| * | | Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.•••Remove channels/high-join-limit privilege
| Peter Powell | 2014-04-11 | 1 | -14/+4 |
| * | | Merge insp20 | Attila Molnar | 2014-04-07 | 1 | -27/+23 |
| |\| |
|
| | * | 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 | 1 | -32/+28 |
| * | | Make the maximum hostname length configurable in the config. | Peter Powell | 2014-03-08 | 1 | -0/+3 |
| * | | Merge insp20 | Attila Molnar | 2014-01-21 | 1 | -12/+14 |
| |\| |
|
| | * | 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 | 1 | -8/+8 |
| | * | Improve error reporting for <security:runas{user,group}>. | Peter Powell | 2013-09-26 | 1 | -4/+6 |
| * | | Add m_showfile, remove cmd_rules | Attila Molnar | 2013-12-18 | 1 | -3/+2 |
| * | | Merge insp20 | attilamolnar | 2013-08-30 | 1 | -13/+9 |
| |\| |
|
| | * | 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 | 1 | -13/+9 |
| * | | 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 | 1 | -6/+14 |
| * | | 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 | 1 | -5/+0 |
| * | | 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 |
| * | | 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 |