aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release v4.4.0. v4.4.0Gravatar Sadie Powell2024-11-022-2/+2
* Update copyright headers.Gravatar InspIRCd Robot2024-11-0224-25/+24
* Update author list.Gravatar InspIRCd Robot2024-11-021-1/+1
* Use fmtlib instead of iostream in ConvToStr where available.Gravatar Sadie Powell2024-11-011-1/+10
* Add support for regex flags to the filter module.Gravatar Sadie Powell2024-10-292-4/+30
* Update the Windows packages.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2024-10-262-3/+3
* All core numerics should be in numeric.h not in .cpp files.Gravatar Sadie Powell2024-10-264-26/+9
* Skip ciphersuites that don't have any users.Gravatar Sadie Powell2024-10-251-0/+3
* Add a stats character to sslinfo for viewing ciphersuite info.Gravatar Sadie Powell2024-10-221-2/+42
* Merge branch 'insp3' into insp4.Gravatar Sadie Powell2024-10-1713-29/+20
|\
| * Tell people to connect to Teranova directly instead of our alias.Gravatar Sadie Powell2024-10-1313-17/+17
| * Resynchronise our copy of the GPLv2 with the latest FSF copy.Gravatar Sadie Powell2024-10-131-13/+4
* | Add support for extbans without letters.Gravatar Sadie Powell2024-10-163-15/+26
* | Allow ConfigTag::getCharacter to return NUL for an empty field.Gravatar Sadie Powell2024-10-162-3/+6
* | Also match account bans against grouped nicknames.Gravatar Sadie Powell2024-10-161-1/+11
* | Add text replies for DNSBL responses.•••Closes #1243. Gravatar Sadie Powell2024-10-134-4/+135
* | Fix the indentation of <options:xlinequit>.Gravatar Sadie Powell2024-10-111-13/+13
* | Tweak <options:modesinlist> to allow only showing to opers.•••This can help opers avoid accidentally invading a secret channel that they can see because of their privileges. Gravatar Sadie Powell2024-10-112-6/+23
* | Use PRIVMSG instead of SQUERY in the example aliases.•••We can guarantee that the target is a service here so it doesn't make sense to use SQUERY. Gravatar Sadie Powell2024-10-113-39/+39
* | Merge branch 'insp3' into insp4.Gravatar Sadie Powell2024-10-111-1/+1
|\|
| * Fix chanlog not hiding the local server when hideserver is enabled.Gravatar Sadie Powell2024-10-111-1/+1
| * Fix a pgsql module warning when building against recent libpq.Gravatar Sadie Powell2024-10-101-0/+19
* | Raise the minimum connectban threshold to 2.Gravatar Sadie Powell2024-10-111-1/+1
* | Count services in the global user count.•••This behaviour was always kinda broken so lets just drop it. Gravatar Sadie Powell2024-10-102-7/+4
* | Target actions updates to the default branch.Gravatar Sadie Powell2024-10-101-1/+0
* | Merge branch 'insp3' into insp4.Gravatar Sadie Powell2024-10-1017-15/+30
|\|
| * When a server stops being ulined remove its users from the uline list.Gravatar Sadie Powell2024-10-103-0/+17
| * Revert "Tell people to use the main ChatSpike domain not our alias".•••This reverts commit 78c4f3bd97d003d0f528d98752e0528023b27045. Gravatar Sadie Powell2024-10-0814-15/+15
| * Bump peter-evans/create-pull-request from 6 to 7•••Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>Gravatar dependabot[bot]2024-10-011-1/+1
* | Silently do nothing if a module zaps all of the tags on a TAGMSG.Gravatar Sadie Powell2024-10-071-3/+0
* | Improve the restrictchans error message.Gravatar Sadie Powell2024-10-071-1/+2
* | Improve the xline_db log messages.Gravatar Sadie Powell2024-10-031-3/+15
* | Add the Time::FromNow helper function.Gravatar Sadie Powell2024-10-0310-15/+26
* | Fix potentially generating an invalid permchannel database.Gravatar Sadie Powell2024-10-011-1/+1
* | Implement ldap_initialize on Windows using InternetCrackUrlA.•••[skip alpine ci] [skip irctest ci] [skip macos ci] [skip ubuntu ci] Gravatar Sadie Powell2024-09-301-18/+22
* | Allow customising the anticaps reason.Gravatar Sadie Powell2024-09-291-10/+22
* | Add %channel% to the messageflood and repeat module templates.Gravatar Sadie Powell2024-09-282-0/+2
* | Make the messageflood and repeat messages a bit better.Gravatar Sadie Powell2024-09-283-4/+4
* | Revert "Refactor how the anticaps module parses the mode value".•••This reverts commit 759e40563edfdf7acc19d2c2436cf4b5249b8f22. Gravatar Sadie Powell2024-09-281-18/+28
* | Add a type alias for the extban letter type.Gravatar Sadie Powell2024-09-273-12/+15
* | Clean up the names of some variables in the extban header.Gravatar Sadie Powell2024-09-271-31/+31
* | Make it clear that Anope 2.1 does not need cmode or umode +r.Gravatar Sadie Powell2024-09-261-1/+2
* | Let services know what format it should send extbans in.Gravatar Sadie Powell2024-09-251-1/+18
* | Change PID example path from absolute to relative•••The relative path is resolved based on the configured runtime directory, which is determined at build time. Gravatar Wade Cline2024-09-231-1/+1
* | Remove non-breaking space from the sasl module comment.Gravatar Wade Cline2024-09-231-1/+1
* | Hide the channels of services pseudoclient with +I from opers too.•••Closes #2106. Gravatar Sadie Powell2024-09-222-4/+14
* | Refactor hidechans slightly.Gravatar Sadie Powell2024-09-221-3/+4
* | Allow opting-out of saving bot messages in the channel history.•••Closes #2107. Gravatar Sadie Powell2024-09-222-0/+9
* | Rename <chanhistory:bots> to <chanhistory:sendtobots>.Gravatar Sadie Powell2024-09-222-11/+12
* | Merge branch 'insp3' into insp4.Gravatar Sadie Powell2024-09-191-2/+8
|\|