aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Release v3.7.0. v3.7.0Gravatar Sadie Powell2020-07-302-2/+2
|
* Update copyright headers.Gravatar InspIRCd Robot2020-07-3016-12/+15
|
* Update vendored dependencies and fix update tool for Perl changes.Gravatar Sadie Powell2020-07-306-14/+41
|
* Remove the KiwiIRC.com example config file.Gravatar Sadie Powell2020-07-302-22/+0
| | | | | Requested by @prawnsalad. These IP addresses are only a small part of a larger pool and may change without notice.
* Make the ERR_CANNOTSENDTOCHAN extban message less misleading.Gravatar Sadie Powell2020-07-301-1/+1
|
* Replace all erroneous space indentation with tab indentation.Gravatar Sadie Powell2020-07-294-31/+31
|
* Fix mkheaders 'experimental push on scalar is now forbidden' warning.Gravatar Sadie Powell2020-07-291-4/+4
|
* Switch systemd service to be non-forking & avoid using the helper.Gravatar Sadie Powell2020-07-281-5/+3
|
* Add a logrotate config.Gravatar Sadie Powell2020-07-272-0/+43
|
* Send ERR_KEYSET when trying to change a channel key.Gravatar Sadie Powell2020-07-272-1/+3
| | | | Closes #1750.
* Fix secure websocket users not being seen as secure.Gravatar Matt Schatz2020-07-273-3/+21
| | | | | | Since a TLS (SSL) module will always be the last IOHook attached to a socket, IsSSL() needs to ignore any Middle IOHooks that may also be attached.
* Allow disabling the timedbans set/unset notices (#1789).Gravatar iwalkalone2020-07-222-10/+28
|
* Let GitHub automatically wrap the lines in the issue/pr templates.Gravatar Sadie Powell2020-07-203-14/+6
|
* Show an error when an unprivileged user tries to mass-message.Gravatar Sadie Powell2020-07-202-0/+6
| | | | Closes #1790.
* Various improvements to the build system.Gravatar Sadie Powell2020-07-073-33/+36
| | | | | - Fix running configure where configure is not in the PWD. - Only show relative paths when generating files from templates.
* Add a config option that forces bots to use NOTICEs.Gravatar Sadie Powell2020-07-073-6/+27
|
* Fix a grammar error created by misspell-fixer.Gravatar Sadie Powell2020-07-031-1/+1
|
* Fix DNSBL connect class matching.Gravatar Matt Schatz2020-07-031-1/+1
| | | | | | A user that is not marked by a DNSBL should never match a class that requires a DNSBL marking. Thanks to @kylef for reporting this on IRC.
* Minor typo correction.Gravatar Matt Schatz2020-07-011-1/+1
|
* Warn about broken versions of libmaxminddb.Gravatar Sadie Powell2020-07-011-0/+2
|
* Fix checking bcrypt hashes.Gravatar Sadie Powell2020-06-251-0/+5
| | | | Thanks to @lethality for reporting this.
* Use InspIRCd::TimingSafeCompare in more places.Gravatar Sadie Powell2020-06-192-12/+1
|
* Implement a tool for testing SSL connectivity.Gravatar Sadie Powell2020-06-163-0/+221
|
* Improve SSL module debug logging.Gravatar Sadie Powell2020-06-163-0/+9
|
* Change to local snotices for an SVSHOLD addition.Gravatar Matt Schatz2020-06-071-2/+2
|
* Add an ISUPPORT token for the bot mode and 'B' to the WHO flags.Gravatar Sadie Powell2020-06-061-2/+24
|
* Remove the DANE record hint from genssl.Gravatar Sadie Powell2020-06-021-13/+0
| | | | | This was never adopted by clients and its easy for servers to get a valid cert now so this is unnecessary.
* Update the v2 eol date.Gravatar Sadie Powell2020-05-291-2/+2
|
* Use ChanModeReference for finding the op mode in ojoin.Gravatar Sadie Powell2020-05-291-4/+6
|
* Fix watch example configGravatar linuxdaemon2020-05-251-1/+1
|
* ModResult is a class now.Gravatar Sadie Powell2020-05-222-4/+2
|
* Document ModResult and switch the underlying type to char.Gravatar Sadie Powell2020-05-211-21/+51
|
* Add a file to the config directory telling new users what to do.Gravatar Sadie Powell2020-05-212-0/+20
|
* Implement support for the CLIENTTAGDENY token.Gravatar Sadie Powell2020-05-201-0/+6
| | | | Ref: ircv3/ircv3-specifications#412.
* Fix CallInit overriding the error from dlopen.Gravatar Sadie Powell2020-05-191-0/+3
|
* Fix an inverted if statement in fileutils.Gravatar Sadie Powell2020-05-191-1/+1
|
* Fix the documentation comments in config.h.Gravatar Sadie Powell2020-05-191-11/+11
|
* Improve exempting 'alltime' in misspell-fixer.Gravatar Matt Schatz2020-05-171-10/+3
|
* Implement support for expanding ~ to the home directory.Gravatar Sadie Powell2020-05-161-0/+8
|
* Implement support for portable installations.Gravatar Sadie Powell2020-05-163-4/+22
|
* Improve building the install paths in non-system mode.Gravatar Sadie Powell2020-05-161-10/+10
| | | | | - Use rel2abs on the base path instead of on every sub-directory. - Use catdir for joining paths instead of string concatenation.
* Add a warning about LibreSSL support being removed in master.Gravatar Sadie Powell2020-05-151-0/+7
|
* Fix an inverted mode check.Gravatar Sadie Powell2020-05-091-1/+1
|
* regex_stdlib: Don't copy std::regex_error when catching it.Gravatar Sadie Powell2020-05-091-2/+3
|
* Allow disabling the COMMANDS command.Gravatar Sadie Powell2020-05-071-2/+2
|
* Don't show privileged commands to unprivileged users in COMMANDS.Gravatar Sadie Powell2020-05-071-2/+2
|
* Fix shuns not being applied correctly.Gravatar Sadie Powell2020-05-051-8/+16
|
* Fix a typo in the hostchange module.Gravatar Sadie Powell2020-05-051-1/+1
|
* Allow enabling the message-tags cap without client-only tags.Gravatar Sadie Powell2020-05-052-1/+12
|
* Add SERVLIST to the example helpop.Gravatar Matt Schatz2020-04-281-4/+10
|