aboutsummaryrefslogtreecommitdiff
Commit message (Expand)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.•••- 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 *. Gravatar Peter Powell2019-05-091-8/+16
* 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.•••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. Gravatar nia2019-05-062-3/+3
* Update the exemptchanops module section in modules.conf.example with missing ...Gravatar Robby2019-05-061-3/+4
* 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.•••This may not be set in some circumstances. Gravatar Peter Powell2019-05-061-1/+1
* win: change ssize_t typedef to SSIZE_T•••libmaxminddb redefines this when building under MSVC and breaks the build otherwise due to the redefinition of ssize_t Gravatar Adam2019-05-051-1/+1
* 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.•••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. Gravatar Peter Powell2019-05-051-2/+2
* cmd_names: Fix the syntax.Gravatar Robby2019-05-052-2/+2
* Fix the permissions files are installed with.•••Reported by @ensra. Gravatar Peter Powell2019-05-041-14/+14
* 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*.•••Reported by @ensra. Gravatar Peter Powell2019-05-031-4/+19
* Fix --distribution-label erroneously requiring --development.•••Reported by @ensra. Gravatar Peter Powell2019-05-032-1/+2
* Release v3.0.0. v3.0.0Gravatar Peter Powell2019-05-032-5/+1
* Clarify the require* connect block options and document the sslinfo module op...Gravatar Robby2019-05-032-21/+41
* 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.•••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. Gravatar Matt Schatz2019-03-101-1/+1
| * 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 cmds•••Don't ignore message tags on ServerCommands, and avoid creating duplicate CommandBase::Params instances Gravatar linuxdaemon2019-04-281-7/+10
* | m_spanningtree: Ensure tags are sent in forwarded cmds•••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. Gravatar linuxdaemon2019-04-281-2/+2
* | 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.•••- 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. Gravatar Peter Powell2019-04-261-8/+19
* | Fix broken linking over IPv4 on IPv6 capable systems.•••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. Gravatar Peter Powell2019-04-251-5/+15
* | 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".•••This ensures compliance with the behaviour specified in ircv3/ircv3-specifications#371. Gravatar Peter Powell2019-04-191-3/+11
* | 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.•••These are not important enough for their own module. Gravatar Peter Powell2019-04-194-81/+52
* | Promote cmd_mode to its own core module.•••core_user was an inappropriate location for this as it contains mode changing code which is used by channels as well as users. Gravatar Peter Powell2019-04-193-37/+54