| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove the ripemd160 module.•••The library code used by this module is licensed under a non-free license which is incompatible with the GPLv2. Combined with the fact that it has been superceded by better algorithms like bcrypt I have decided to remove it. An alternate implementation of this algorithm is provided by the m_hash_gnutls module if people *really* need to use it. | 2018-09-06 | 1 | -3/+3 | |
| * | Replace most usages of "GECOS" with "real" or "real name". | 2018-07-30 | 1 | -2/+2 | |
| * | Log snotices with their description rather than just as "snomask". | 2018-07-20 | 1 | -1/+0 | |
| * | Initial support for listening on UNIX socket endpoints. | 2018-07-18 | 1 | -0/+3 | |
| * | Add a silent option to <options:restrictbannedusers>.•••This is useful when dealing with spambots that switch method when they receive ERR_CANNOTSENDTOCHAN. | 2018-07-10 | 1 | -1/+2 | |
| * | Improve support for MOTD escape codes.•••- Implement escapes for italic, monospace, and strikethrough. - Use the escape codes in the example MOTDs to demonstrate their formatting effects. - Remove support for octal escape codes. In modern computing octal is rarely used and is confusing for users who might confuse it for decimal. | 2018-04-22 | 1 | -0/+12 | |
| * | Always process MOTD formatting escape codes.•••The options for disabling these were added to keep compatibility with previous 2.0 releases and are not needed any more. | 2018-04-22 | 1 | -8/+0 | |
| * | Merge tag 'v2.0.26' into master. | 2018-04-22 | 1 | -6/+40 | |
| |\ | |||||
| | * | Improve some documentation (#1483).•••* Improve exemptchanops in inspircd.conf.example (<options>) and modules.conf.example; along with both helpop examples. * Add "the" to all "requires X module" in both helpop examples. * Refer to customprefix instead of chanprotect and halfop. * Add SNOMASK 'r' and 'R' (OPERLOG) to both helpop examples. * Clean up unnecessarily split SNOMASK lines in both helpop examples. * Move chmode 'g' to be in alphabetical order in both helpops examples. * Specify the needed mask formats for TLINE in helpop-full example. * Remove extra '\' in RLINE mask format in helpop-full example. Force xml format in helpop-full * Generalize "color codes" to "formatting codes" * Fix file name in include for example helpop-full | 2018-04-16 | 1 | -2/+32 | |
| | * | Fix two minor docs issues | 2017-12-22 | 1 | -4/+4 | |
| | * | Use HTTPS URLs in the executable file and include examples. | 2017-12-16 | 1 | -2/+2 | |
| | * | Clarify the documentation of <connect:allow>. | 2017-12-12 | 1 | -2/+6 | |
| * | | Change some usage of "gecos" to "real name"•••Within the example configs, helpops, some server sent messages, and simple code comments: change the primary usage of "gecos" to "real name" (or "realname" where fitting). | 2018-04-11 | 1 | -1/+1 | |
| * | | Separate secret and private channels on whois for non-opers (#1447)•••Separate secret and private channels on WHOIS for all users. - Move the config parsing from the core to core_whois. - Replace <security:operspywhois> with an oper privilege. - Introduce <options:splitwhois> to split WHOIS channel lists. Closes #969. | 2018-03-25 | 1 | -6/+7 | |
| * | | Rename <security:hidewhois> to <security:hideserver>.•••The previous name was horrible and didn't describe what the setting actually does. | 2017-12-22 | 1 | -7/+7 | |
| * | | Don't allow users to set a zero channel limit.•••Closes #451. | 2017-12-11 | 1 | -0/+5 | |
| * | | Remove the preconfigured Charybdis and UnrealIRCd module files.•••These are extremely outdated. If we want to ship these then they should be redone from scratch. | 2017-11-22 | 1 | -15/+0 | |
| * | | Merge tag 'v2.0.25' into master. | 2017-11-12 | 1 | -6/+1 | |
| |\| | |||||
| | * | Various minor documentation fixes.•••- Remind admins that not setting a DIE/RESTART password does not disable use of those commands. - Remove references to 1.2 and modules being able to create custom logging methods. This was never implemented in the 2.0 branch. - Remove references to an SASL improvement that was reverted. - Update various InspIRCd website links to use HTTPS over HTTP. - Update a link to the IRCv3 website to point to the new website. | 2017-11-12 | 1 | -6/+9 | |
| * | | Allow spaces in the network name now it doesn't cause problems.•••This will not cause any compatibility issues as we do not rely on this attribute internally. | 2017-11-09 | 1 | -2/+1 | |
| * | | Merge the latest changes from insp20 into master. | 2017-10-12 | 1 | -1/+2 | |
| |\| | |||||
| | * | Update the link to the CIDR subnetting charts. | 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. | 2017-09-14 | 1 | -3/+3 | |
| * | | Implement support for configurable casemapping & default to ASCII. | 2017-09-08 | 1 | -0/+8 | |
| * | | Convert a bunch of time-related config options to getDuration. | 2017-09-03 | 1 | -11/+11 | |
| * | | Update a bunch of references to the old command modules. | 2017-08-27 | 1 | -1/+1 | |
| * | | Change the maximum nick/user size to match other implementations. | 2017-08-13 | 1 | -2/+2 | |
| * | | Allow filtering WebIRC connections into a connect class by gateway. | 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. | 2017-02-28 | 1 | -0/+5 | |
| * | | Merge pull request #1234 from SaberUK/master+config2•••Rework the example services aliases. | 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. | 2016-11-16 | 1 | -5/+15 | |
| * | | | Merge pull request #1248 from SaberUK/master+listen•••Allow listeners to be able to listen on unavailable addresses. | 2016-11-16 | 1 | -0/+6 | |
| |\ \ \ | |||||
| | * | | | Allow listeners to be able to listen on unavailable addresses. | 2016-11-12 | 1 | -0/+6 | |
| | |/ / | |||||
| * | | | Update SSL config documentation for SSL profiles and m_ssl_mbedtls. | 2016-11-15 | 1 | -9/+20 | |
| * | | | Update helpop for recent LOCKSERV and <connect:port> changes. | 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. | 2016-09-12 | 1 | -27/+0 | |
| |\ \ | |||||
| | * | | Undocument <power> and set the default to the server name. | 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. | 2016-09-12 | 1 | -6/+8 | |
| |/ / | |||||
| * | | Merge insp20 | 2016-08-17 | 1 | -0/+3 | |
| |\| | |||||
| | * | Don't show snotices for kills from ulined clients | 2016-02-25 | 1 | -0/+3 | |
| * | | Add WebSocket module | 2016-08-08 | 1 | -0/+5 | |
| * | | Remove <options:ircumsgprefix> entirely | 2015-12-06 | 1 | -5/+0 | |
| * | | Update example configuration to say the new style module names everywhere | 2015-05-20 | 1 | -15/+14 | |
| * | | Merge insp20 | 2015-04-20 | 1 | -9/+9 | |
| |\| | |||||
| | * | Make some config strings a bit more professional and use RFC reserved TLD's e... | 2014-11-09 | 1 | -9/+9 | |
| * | | Remove listmode hiding support from the core•••This is now handled by m_hidelist | 2014-09-10 | 1 | -5/+0 | |
| * | | Merge insp20 | 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 | 2014-07-24 | 1 | -8/+8 | |
| | * | remove unneeded whitespace from the docs/examples | 2014-06-14 | 1 | -1/+1 | |
| * | | Kill <channels> in favour of <connect:maxchans> and <oper:maxchans>.•••Remove channels/high-join-limit privilege | 2014-04-11 | 1 | -14/+4 | |
