summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-01-04Release 2.1.1.2.1.1Sadie Powell
2024-01-04Update the changelog.Sadie Powell
2024-01-04Fix a typo in GetCommandLineArgument.Sadie Powell
2023-12-27Remove unused strings from pl_PLk4be
2023-12-27Update pl_PL translation for 2.1k4be
2023-12-22Move privilege descriptions to the example configs.Sadie Powell
2023-12-21Remove an extraneous space in cs_xop.Sadie Powell
2023-12-21Updates Italian translations for Anope 2.1Dragone2
2023-12-20Merge branch '2.0' into 2.1.Sadie Powell
2023-12-19Tweak the issue templates slightly.Sadie Powell
2023-12-17Misc grammar fixes.Sadie Powell
2023-12-17Add the regex_stdlib regular expression engine.Sadie Powell
Unlike other regular expression engines this is available on all systems.
2023-12-17Merge branch '2.0' into 2.1.Sadie Powell
2023-12-17Remove some unnecessary spaces that break editor indentation.Sadie Powell
2023-12-17Remove the m_regex_pcre module.Sadie Powell
Users should migrate to m_regex_pcre2 instead.
2023-12-08messages: fix incorrect format specifierMingjie Shen
Calling a printf-like function with the wrong type of arguments causes unpredictable behavior. Signed-off-by: Mingjie Shen <shen497@purdue.edu>
2023-12-07Skip checking for chgrp/chmod on Windows.Sadie Powell
2023-12-05Clean-ups old stringsDragone2
2023-12-05Adds new Italian translationsDragone2
2023-12-04Update the en_US translation.Sadie Powell
2023-11-30Add the UNBANME privilege to allow users to unban themselves.Sadie Powell
This is separate from the existing UNBAN privilege which applies to all users. Closes #331.
2023-11-26Fix some modules that weren't converted to the new socket ctor.Sadie Powell
Closes #330.
2023-11-24Fix missing end of commentPeGaSuS
2023-11-24Bump for 2.1.1-git.Sadie Powell
2023-11-24Release 2.1.0.2.1.0Sadie Powell
2023-11-24Remove the 1.9 and 2.0 changes from the change log.Sadie Powell
2023-11-24Update the change logs.Sadie Powell
2023-11-24Add a note about how to send emails on Windows.Sadie Powell
2023-11-24Merge branch '2.0' into 2.1.Sadie Powell
2023-11-23Allow users to opt-out of being added to channel access lists.Sadie Powell
2023-11-16Avoid needing to cast CurrentUplink by changing it to a size_t.Sadie Powell
2023-11-16Fix chanserv/suspend info not being visible to regular users.Sadie Powell
Closes #325.
2023-11-16Merge branch '2.0' into 2.1.Sadie Powell
2023-11-16Make the SASL PLAIN implementation more robust.Sadie Powell
- Reject auth attempts that try to authenticate using an alternate authorization identity. - Reject auth attempts that contain extraneous null bytes in the string as required by the SASL PLAIN RFC. - General code quality cleanup.
2023-11-14Implement support for the ANONYMOUS SASL mechanism.Sadie Powell
2023-11-14Deduplicate account sending code in the inspircd module.Sadie Powell
2023-11-03Remove the two day X-line cap.Sadie Powell
2023-10-24Fix a missing override keyword.Sadie Powell
2023-10-24When changing the nick of a user on inspircd3 send the expected ts.Sadie Powell
This should prevent users being renicked if they changed their nick between services sending the renick and the IRCd receiving it.
2023-10-22Fix confirming an unconfirmed operator's account.Sadie Powell
2023-10-20Fix a misleading temporary variable in ns_register.Sadie Powell
2023-10-19Add support for server-initiated logins and logouts on UnrealIRCd.Sadie Powell
2023-10-19Add support for server-initiated logouts on InspIRCd.Sadie Powell
2023-10-12Fix removing entries by an alias in chanserv/access and chanserv/xop.Sadie Powell
2023-10-12Use a more human readable datetime format.Sadie Powell
2023-10-11Merge branch '2.0' into 2.1.Sadie Powell
2023-10-11Start migrating to range-based for loops.Sadie Powell
2023-10-04Small fixes and improvements to Italian translation.Dragone2
2023-10-01Bump actions/checkout from 3 to 4dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-09-26Re-add the GHOST and REGAIN commands for compatibility.Sadie Powell
These are hidden so they won't be shown in the help.