Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-12-08 | messages: fix incorrect format specifier | Mingjie 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-07 | Skip checking for chgrp/chmod on Windows. | Sadie Powell | |
2023-12-05 | Clean-ups old strings | Dragone2 | |
2023-12-05 | Adds new Italian translations | Dragone2 | |
2023-12-04 | Update the en_US translation. | Sadie Powell | |
2023-11-30 | Add 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-26 | Fix some modules that weren't converted to the new socket ctor. | Sadie Powell | |
Closes #330. | |||
2023-11-24 | Fix missing end of comment | PeGaSuS | |
2023-11-24 | Bump for 2.1.1-git. | Sadie Powell | |
2023-11-24 | Release 2.1.0.2.1.0 | Sadie Powell | |
2023-11-24 | Remove the 1.9 and 2.0 changes from the change log. | Sadie Powell | |
2023-11-24 | Update the change logs. | Sadie Powell | |
2023-11-24 | Add a note about how to send emails on Windows. | Sadie Powell | |
2023-11-24 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2023-11-23 | Allow users to opt-out of being added to channel access lists. | Sadie Powell | |
2023-11-16 | Avoid needing to cast CurrentUplink by changing it to a size_t. | Sadie Powell | |
2023-11-16 | Fix chanserv/suspend info not being visible to regular users. | Sadie Powell | |
Closes #325. | |||
2023-11-16 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2023-11-16 | Make 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-14 | Implement support for the ANONYMOUS SASL mechanism. | Sadie Powell | |
2023-11-14 | Deduplicate account sending code in the inspircd module. | Sadie Powell | |
2023-11-03 | Remove the two day X-line cap. | Sadie Powell | |
2023-10-24 | Fix a missing override keyword. | Sadie Powell | |
2023-10-24 | When 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-22 | Fix confirming an unconfirmed operator's account. | Sadie Powell | |
2023-10-20 | Fix a misleading temporary variable in ns_register. | Sadie Powell | |
2023-10-19 | Add support for server-initiated logins and logouts on UnrealIRCd. | Sadie Powell | |
2023-10-19 | Add support for server-initiated logouts on InspIRCd. | Sadie Powell | |
2023-10-12 | Fix removing entries by an alias in chanserv/access and chanserv/xop. | Sadie Powell | |
2023-10-12 | Use a more human readable datetime format. | Sadie Powell | |
2023-10-11 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2023-10-11 | Start migrating to range-based for loops. | Sadie Powell | |
2023-10-04 | Small fixes and improvements to Italian translation. | Dragone2 | |
2023-10-01 | Bump actions/checkout from 3 to 4 | dependabot[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-26 | Re-add the GHOST and REGAIN commands for compatibility. | Sadie Powell | |
These are hidden so they won't be shown in the help. | |||
2023-09-05 | Show the SQL service name in the db_sql error message. | Sadie Powell | |
This should help users diagnose issues easier. | |||
2023-08-31 | Replace Twitter with Mastodon in the ns_set_misc example config. | Sadie Powell | |
Closes #320. | |||
2023-08-06 | Merge branch 2.0 into 2.1. | Sadie Powell | |
2023-08-06 | Mark as 2.0.15-git. | Sadie Powell | |
2023-08-06 | Release 2.0.14.2.0.14 | Sadie Powell | |
2023-08-06 | Update the changelogs. | Sadie Powell | |
2023-07-30 | Fix the pull request template to be more relevant to Anope. | Sadie Powell | |
2023-07-30 | Add some templates for people filing issues on GitHub. | Sadie Powell | |
2023-07-29 | Remove broken support for MinGW. | Sadie Powell | |
This apparently doesn't work and is pointless given we have native Windows builds now anyway. | |||
2023-07-28 | Fix 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-16 | Remove references to the ilm which never got updated from 1.8. | Sadie Powell | |
2023-07-11 | Allow Anope to look up multiple DNS results. | Sadie Powell | |
For fixing bug 1756. | |||
2023-07-11 | Fix 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-11 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2023-07-11 | Allow access list entries to have a description. | Sadie Powell | |
This is useful when adding glob matches to the access list as a reminder of who they actually match. Resolves https://bugs.anope.org/view.php?id=1613 |