Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-08 | Add a string overload of Channel::Kick. | Sadie Powell | |
2024-01-08 | Add a string overload of User::SetModes. | Sadie Powell | |
2024-01-08 | Add a string overload of Channel::SetModes. | Sadie Powell | |
2024-01-08 | Fix various format string issues. | Sadie Powell | |
2024-01-08 | Add a non-formatting overload of User::SetModesInternal. | Sadie Powell | |
2024-01-06 | Use auto in places where the type is unambiguous. | Sadie Powell | |
2024-01-05 | Use normal exit codes when exiting the process. | Sadie Powell | |
2024-01-04 | Update the copyright headers for 2024. | Sadie Powell | |
2024-01-04 | Bump for 2.1.2-git. | Sadie Powell | |
2024-01-04 | Release 2.1.1.2.1.1 | Sadie Powell | |
2024-01-04 | Fix a typo in GetCommandLineArgument. | Sadie Powell | |
2023-12-22 | Move privilege descriptions to the example configs. | Sadie Powell | |
2023-12-20 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2023-12-17 | Misc grammar fixes. | Sadie Powell | |
2023-12-17 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2023-12-17 | Remove some unnecessary spaces that break editor indentation. | Sadie Powell | |
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-11-24 | Bump for 2.1.1-git. | Sadie Powell | |
2023-11-24 | Release 2.1.0.2.1.0 | Sadie Powell | |
2023-11-16 | Avoid needing to cast CurrentUplink by changing it to a size_t. | Sadie Powell | |
2023-11-14 | Implement support for the ANONYMOUS SASL mechanism. | Sadie Powell | |
2023-10-12 | Use a more human readable datetime format. | Sadie Powell | |
2023-10-11 | Start migrating to range-based for loops. | Sadie Powell | |
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-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 | 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-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 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2023-06-02 | add gettext to conan deps | 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-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-03-13 | Fix missing override keywords. | Sadie Powell | |
2023-02-19 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2023-02-06 | Fix crashing when encountering an unterminated commented block. | Sadie Powell | |
2022-12-31 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2022-12-31 | Update the copyright headers for 2023. | Sadie Powell | |
2022-12-27 | Fix getting the port on non-UNIX socket listeners. | Sadie Powell | |
2022-12-23 | Backport anopesmtp removal from the master branch. | Sadie Powell | |
2022-12-18 | The fantasy:name field is allowed to contain spaces. | Sadie Powell | |