summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-08-06Release 2.0.14.2.0.14Sadie Powell
2023-08-06Update the changelogs.Sadie Powell
2023-07-30Fix the pull request template to be more relevant to Anope.Sadie Powell
2023-07-30Add some templates for people filing issues on GitHub.Sadie Powell
2023-07-28Fix paging the Config header on some util-linux revisions.Sadie Powell
We use an environment variable here as passing -e directly may result in an error on older `more` releases.
2023-07-16Remove references to the ilm which never got updated from 1.8.Sadie Powell
2023-07-11Allow Anope to look up multiple DNS results.Sadie Powell
For fixing bug 1756.
2023-07-11Fix sending log messages from a renamed pseudoclient.Sadie Powell
If a command is named e.g. nickserv/wibble it previously tried to look up the nickserv service and if this service didn't exist then it would fall back to sending from the first available service. This caused problems if the NickServ service had been renamed to something else. Reported by @AndrioCelos on IRC.
2023-07-09Clarify that operserv/sqline can also match channel names.PeGaSuS
2023-07-09Fix not serialising dontkickops/dontkickvoices properly.Sadie Powell
2023-07-09Enable CanSQLineChannel in unreal4.Sadie Powell
Ref: https://www.unrealircd.org/docs/Server_protocol:SQLINE_command
2023-07-09Fix not getting memo notifications when using SASL.Sadie Powell
2023-07-09Update links to the bugtracker.Sadie Powell
2023-07-09Allow customising the email content type.Sadie Powell
This will allow people to send emails using HTML or non UTF-8 text.
2023-07-06Fix a crash when a module tries to get another module's config.Sadie Powell
2023-07-05Tell users that they must identify to their account before using CONFIRM.PeGaSuS
This only happens when a nickname is registered via webcpanel and said nickname is online.
2023-06-20Fix detection of the nopartmsg module in the InspIRCd proto modules.Sadie Powell
2023-06-06Terminate lines with CR+LF instead of just LF when sending an email.Sadie Powell
From https://www.rfc-editor.org/rfc/rfc5321#section-2.3.1: > Lines consist of zero or more data characters terminated by the > sequence ASCII character "CR" (hex value 0D) followed immediately by > ASCII character "LF" (hex value 0A).
2023-06-02add gettext to conan depsAdam
2023-06-02m_ldap: use Wldap on windowsAdam
2023-06-02use Conan for extra's dependencies on WindowsAdam
conan install src\win32\conanfile.txt --build=missing cmake -B build . cmake --build build --config Release --target PACKAGE
2023-06-01Mark as 2.0.14-git.Sadie Powell
2023-06-01Release 2.0.13.2.0.13Sadie Powell
2023-05-30Update the changelogs.Sadie Powell
2023-05-29Small fixes to the Italian translation.Dragone2
2023-05-28CMakeLists.txt: remove -fno-delete-null-pointer-checksAdam
2023-05-28regchannels: remove dependency on no-delete-null-pointer-checksAdam
2023-05-28config: remove dependency on no-delete-null-pointer-checksAdam
2023-05-11Fix not being able to log into oper accounts when DNS fails.Sadie Powell
2023-05-04Avoid returning null when a config tag does not exist.Sadie Powell
This invokes undefined behaviour on modern compilers.
2023-04-21update: german translationHendrik Jäger
2023-04-04Update the Italian translation.Dragone2
Ref: #309
2023-03-06Make language/update.sh safer, faster, cleaner.henk84
Ref: #308 Co-authored-by: Hendrik Jäger <gitcommit@henk.geekmail.org>
2023-02-26Document how to update a translation.henk84
Ref: #307 Co-authored-by: Hendrik Jäger <gitcommit@henk.geekmail.org>
2023-02-26Update some german translations.henk84
Ref: #306 Co-authored-by: Hendrik Jäger <gitcommit@henk.geekmail.org>
2023-02-19Update the en_US translation.Sadie Powell
2023-02-19Remove line numbers from the translation files.Sadie Powell
The translations are updated so infrequently that these always change a bunch and it makes reading the diffs really hard.
2023-02-18Update german translationHendrik Jäger
2023-02-09unreal4: set vhost/vident during SASLBram Matthys
2023-02-06Raise the default session limit from 3 to 5.Sadie Powell
2023-02-06Fix crashing when encountering an unterminated commented block.Sadie Powell
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-12-31Fix marking services pseudoclients as an oper on InspIRCd.Sadie Powell
The bot user needs to be marked as introduced in order to send an oper type.
2022-12-18The fantasy:name field is allowed to contain spaces.Sadie Powell
2022-12-18Show the invalid config value in the rejection message.Sadie Powell
2022-12-17Bump actions/checkout from 2 to 3dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-12-17Allow Dependabot to keep our GitHub CI up to date.Sadie Powell
2022-12-09Mark as 2.0.13-git.Sadie Powell
2022-12-09Release 2.0.12.2.0.12Sadie Powell
2022-12-09Update the changelogs.Sadie Powell