Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2023-07-09 | Clarify that operserv/sqline can also match channel names. | PeGaSuS | |
2023-07-09 | Fix not serialising dontkickops/dontkickvoices properly. | Sadie Powell | |
2023-07-09 | Enable CanSQLineChannel in unreal4. | Sadie Powell | |
Ref: https://www.unrealircd.org/docs/Server_protocol:SQLINE_command | |||
2023-07-09 | Fix not getting memo notifications when using SASL. | Sadie Powell | |
2023-07-09 | Update links to the bugtracker. | Sadie Powell | |
2023-07-09 | Allow customising the email content type. | Sadie Powell | |
This will allow people to send emails using HTML or non UTF-8 text. | |||
2023-07-06 | Fix a crash when a module tries to get another module's config. | Sadie Powell | |
2023-07-05 | Tell 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-20 | Pull in the upstream changes from InspIRCd's vendoring tool. | Sadie Powell | |
2023-06-20 | Fix detection of the nopartmsg module in the InspIRCd proto modules. | Sadie Powell | |
2023-06-06 | Terminate 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-03 | Also build the Windows dependencies in the CI. | Sadie Powell | |
2023-06-03 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2023-06-02 | add gettext to conan deps | Adam | |
2023-06-02 | m_ldap: use Wldap on windows | Adam | |
2023-06-02 | use Conan for extra's dependencies on Windows | Adam | |
conan install src\win32\conanfile.txt --build=missing cmake -B build . cmake --build build --config Release --target PACKAGE | |||
2023-06-01 | Mark as 2.0.14-git. | Sadie Powell | |
2023-06-01 | Release 2.0.13.2.0.13 | Sadie Powell | |
2023-05-30 | Update the changelogs. | Sadie Powell | |
2023-05-29 | Small fixes to the Italian translation. | Dragone2 | |
2023-05-28 | CMakeLists.txt: remove -fno-delete-null-pointer-checks | Adam | |
2023-05-28 | regchannels: remove dependency on no-delete-null-pointer-checks | Adam | |
2023-05-28 | config: remove dependency on no-delete-null-pointer-checks | Adam | |
2023-05-11 | Fix not being able to log into oper accounts when DNS fails. | Sadie Powell | |
2023-05-04 | Avoid returning null when a config tag does not exist. | Sadie Powell | |
This invokes undefined behaviour on modern compilers. | |||
2023-04-21 | update: german translation | Hendrik Jäger | |
2023-04-04 | Update the Italian translation. | Dragone2 | |
Ref: #309 | |||
2023-03-13 | Fix missing override keywords. | Sadie Powell | |
2023-03-13 | Modernize finding system tools and remove checks for unused tools. | Sadie Powell | |
2023-03-13 | Document the protocol module changes from a while ago. | Sadie Powell | |
2023-03-06 | Make language/update.sh safer, faster, cleaner. | henk84 | |
Ref: #308 Co-authored-by: Hendrik Jäger <gitcommit@henk.geekmail.org> | |||
2023-02-26 | Document how to update a translation. | henk84 | |
Ref: #307 Co-authored-by: Hendrik Jäger <gitcommit@henk.geekmail.org> | |||
2023-02-26 | Update some german translations. | henk84 | |
Ref: #306 Co-authored-by: Hendrik Jäger <gitcommit@henk.geekmail.org> | |||
2023-02-19 | Merge branch '2.0' into 2.1. | Sadie Powell | |