aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release v3.0.1. v3.0.1Gravatar Peter Powell2019-05-101-1/+1
|
* Add umode O (override) to helpop.Gravatar Robby2019-05-091-0/+2
|
* Improve handling of list mode limits.Gravatar Peter Powell2019-05-091-8/+16
| | | | | | - Fix not being able to set a zero limit. - Fix MAXLIST not reflecting the true lower limit. - Fix not treating an empty <maxlist:limit> as equivalent to *.
* Delete some obsolete comments.Gravatar Peter Powell2019-05-093-9/+0
|
* Silence a fallthrough warning in the pgsql module on newer GCCs.Gravatar Peter Powell2019-05-091-0/+2
|
* m_geo_maxmind: fix building on older libc versions.Gravatar Peter Powell2019-05-061-1/+1
|
* Re-order the includes to fix C++03 builds.Gravatar nia2019-05-062-3/+3
| | | | | | | inspircd.h defines __STDC_LIMIT_MACROS to ensure that C99 int type limits are defined, however, if <stdint.h> is included implicitly before inspircd.h, the build fails due to the C99 integer type limits being undefined.
* Update the exemptchanops module section in modules.conf.example with missing ↵Gravatar Robby2019-05-061-3/+4
| | | | exemptions.
* Document the anticaps exemption.Gravatar Robby2019-05-062-0/+3
|
* Fix building against older versions of glibc.Gravatar Peter Powell2019-05-061-0/+4
|
* Fix relying on PWD being set in the makefile.Gravatar Peter Powell2019-05-061-1/+1
| | | | This may not be set in some circumstances.
* win: change ssize_t typedef to SSIZE_TGravatar Adam2019-05-051-1/+1
| | | | | libmaxminddb redefines this when building under MSVC and breaks the build otherwise due to the redefinition of ssize_t
* Fix the <wsorigin> example.Gravatar Peter Powell2019-05-051-1/+1
|
* Add the test network to the readme.Gravatar Peter Powell2019-05-051-0/+1
|
* Raise the connection timeout in the example configs to 20s.Gravatar Peter Powell2019-05-051-2/+2
| | | | | | | | This should give more time for clients on slow connections that want to do a lot of things (request caps, do SASL auth, etc) on connect. Reported by @ensra.
* cmd_names: Fix the syntax.Gravatar Robby2019-05-052-2/+2
|
* Fix the permissions files are installed with.Gravatar Peter Powell2019-05-041-14/+14
| | | | Reported by @ensra.
* Update the issue template for the new release.Gravatar Peter Powell2019-05-031-6/+5
|
* Work around NetBSD's EV_SET using intptr_t instead of void*.Gravatar Peter Powell2019-05-031-4/+19
| | | | Reported by @ensra.
* Fix --distribution-label erroneously requiring --development.Gravatar Peter Powell2019-05-032-1/+2
| | | | Reported by @ensra.
* Release v3.0.0. v3.0.0Gravatar Peter Powell2019-05-032-5/+1
|
* Clarify the require* connect block options and document the sslinfo module ↵Gravatar Robby2019-05-032-21/+41
| | | | operonly option.
* Fix the ctctags module being marked as a draft.Gravatar Peter Powell2019-05-031-1/+1
|
* Merge branch 'insp20' into insp3.Gravatar Peter Powell2019-05-029-32/+32
|\
| * Update documentation links.Gravatar Peter Powell2019-04-2611-47/+47
| |
| * Fix BanCache entries existing after X-line expiry.Gravatar Matt Schatz2019-03-101-1/+1
| | | | | | | | | | | | | | When DefaultApply() adds a hit to the BanCache it uses the X-line duration to set a duration on the entry. This can result in an entry lasting longer than the X-line itself. Fix this by setting the entry duration to the time left on the X-line.
| * win: update CPACK_RESOURCE_FILE_LICENSE pathGravatar Adam2018-11-111-1/+1
| |
* | Remove the copyright year from the Windows resource file.Gravatar Peter Powell2019-04-301-1/+1
| |
* | Some more text fixes and improvements (#1618).Gravatar Robby2019-04-2871-88/+91
| |
* | Raise the maximum time period for the conn_join module to 15m.Gravatar Peter Powell2019-04-281-2/+2
| |
* | Fixed a missing quotation mark in the repeat module config.Gravatar Vitor Luis2019-04-281-1/+1
| |
* | Textual improvements and fixes such as typos, casing, etc. (#1612)Gravatar Robby2019-04-2896-217/+220
| |
* | Fix compatibility issues between sqloper and postgresGravatar B00mX0r2019-04-282-2/+3
| |
* | m_connectban and m_svshold: Use DurationString() in X-line messages.Gravatar Robby2019-04-282-6/+5
| |
* | m_spanningtree: Parse and copy message tags for all cmdsGravatar linuxdaemon2019-04-281-7/+10
| | | | | | | | | | Don't ignore message tags on ServerCommands, and avoid creating duplicate CommandBase::Params instances
* | m_spanningtree: Ensure tags are sent in forwarded cmdsGravatar linuxdaemon2019-04-281-2/+2
| | | | | | | | | | | | When a user (U1) sends a PRIVMSG to a server (S1), which sends it to S2, which finally sends it to S3 to send to U2, S2 doesn't send the tags it received on the command from S1 to S3.
* | Add a Travis build matrix option for C++14.Gravatar Peter Powell2019-04-271-0/+3
| |
* | Fix hiding ERR_NOOPERMOTD response when an operator logs in.Gravatar Peter Powell2019-04-271-2/+3
| |
* | Fix the numerics used by the opermotd module.Gravatar Peter Powell2019-04-261-8/+19
| | | | | | | | | | | | - Use ERR_NOOPERMOTD from UnrealIRCd and RPL_OMOTDSTART, RPL_OMOTD, and RPL_ENDOFOMOTD from ircd-ratbox. - Only send ERR_NOOPERMOTD in response to the command.
* | Fix broken linking over IPv4 on IPv6 capable systems.Gravatar Peter Powell2019-04-251-5/+15
| | | | | | | | | | | | If no bind address was specified then one would be created which had an incompatible address family to the address that the server was trying to connect to.
* | Update vendored utfcpp library to commit ad27c7d5e0.Gravatar Peter Powell2019-04-256-49/+143
| |
* | Update vendored http_parser library to v2.9.2.Gravatar Peter Powell2019-04-253-25/+22
| |
* | Link flags must be after compiled objects.Gravatar iwalkalone2019-04-221-1/+1
| |
* | Fix grammar in unknown mode/snomask character messages.Gravatar Robby2019-04-213-3/+3
| |
* | HasModePermission: fix inverted condition.Gravatar Peter Powell2019-04-211-1/+1
| |
* | Fall back to the most recent version supported on "CAP LS".Gravatar Peter Powell2019-04-191-3/+11
| | | | | | | | This ensures compliance with the behaviour specified in ircv3/ircv3-specifications#371.
* | Bump the API revision for the previous commits.Gravatar Peter Powell2019-04-191-1/+1
| |
* | Improve the descriptions of various core modules.Gravatar Peter Powell2019-04-195-5/+5
| |
* | Demote core_ison and core_userhost to commands in core_user.Gravatar Peter Powell2019-04-194-81/+52
| | | | | | | | These are not important enough for their own module.
* | Promote cmd_mode to its own core module.Gravatar Peter Powell2019-04-193-37/+54
| | | | | | | | | | core_user was an inappropriate location for this as it contains mode changing code which is used by channels as well as users.