Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-16 | Import a slightly modified version of mkauthors from InspIRCd. | Sadie Powell | |
2025-03-10 | Fix an outdated comment. | Sadie Powell | |
2025-01-14 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2025-01-14 | Update the copyright headers for 2025.2.0 | Sadie Powell | |
2024-10-27 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-10-27 | Switch the city version of geoipupdate to a non-corrupt database. | Sadie Powell | |
Closes #439. | |||
2024-10-13 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2024-10-12 | Switch geoipupdate.sh to use a mirror as the original data is gone. | Sadie Powell | |
2024-04-15 | Install a systemd service file on Linux. | Sadie Powell | |
2024-04-15 | Avoid packaging unnecessary .lib files on Windows. | Sadie Powell | |
[skip alpine ci] [skip ubuntu ci] | |||
2024-02-17 | Update the copyright headers for 2024. | Sadie Powell | |
2024-01-04 | Update the copyright headers for 2024. | 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-23 | Backport anopesmtp removal from the master branch. | Sadie Powell | |
2022-01-13 | Rip out calculate_depends(). | Sadie Powell | |
This code is incredibly error prone and it just duplicates behaviour that CMake already implements with depend.make files. | |||
2022-01-12 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2022-01-06 | Update the copyright headers for 2022. | Sadie Powell | |
2022-01-04 | Update more IRCServices references to reflect the current project. | Sadie Powell | |
- If referring to the specific piece of software use "Anope". - If referring to services in general use "services". | |||
2022-01-04 | Remove some obsolete header and function checks. | Sadie Powell | |
2021-11-30 | Fix cmake deprecation warning CMP0026. | Sadie Powell | |
2021-08-01 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2021-06-17 | Fix various spelling issues (#274). | Josh Soref | |
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>. | |||
2021-05-31 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2021-04-27 | Rip out compatibility code for now-unsupported CMake versions. | Sadie Powell | |
2021-04-27 | Remove the repeated conditions in cmake endif/else statements. | Sadie Powell | |
2021-04-08 | Use UTC in anopesmtp to fix a C++98 compat warning. | Sadie Powell | |
2021-02-18 | Merge branch '2.0' into 2.1. | Sadie Powell | |
2021-01-07 | Update copyright to 2021. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \; | |||
2020-09-28 | Rename things from services to anope. | Sadie Powell | |
2020-01-04 | Update copyright to 2020. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2020 Anope Team/i' {} \; | |||
2019-09-23 | Fix various typos. | Peter Powell | |
2019-01-01 | Update copyright to 2019. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2019 Anope Team/i' {} \; | |||
2018-11-10 | Update most URLs to use HTTPS if available, and fix some dead ones too. | Robby | |
2018-06-12 | anopesmtp: fix previous commit | Adam | |
2018-06-12 | Merge pull request #203 from MrGadget1024/patch-1 | Adam | |
Fix mail sending for reliability. | |||
2018-04-25 | Update copyright to 2018. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2018 Anope Team/i' {} \; | |||
2017-12-11 | Fix mail sending for reliability. | Chris Langsenkamp | |
After sending the "\r\n.\r\n" after the mail payload, smtp_send_email was not waiting for the mail server to complete post-processing and respond with "250", but was sending "QUIT\r\n" immediately and dropping the connection. Mail server may kill the transaction if it can't send the "250" (socket closed). The changes proposed completes the mail transaction by reading for the 250 and in smtp_disconnect steps through a proper quit sequence by waiting for the 221 server response. I discovered this by including the --debug option in services.conf sendmailpath, which invoked logging in smtp_send and that slowed it down enough for the mail server to return the 250 and complete the transaction. | |||
2017-01-17 | Cleanup some excess whitespaces and tabs, and fix a few typos along the way. | Robby | |
2017-01-16 | Update copyright to 2017. | Robby | |
This was done with: find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. | |||
2016-08-17 | Added a Date field to the Header | genius3000 | |
2016-07-23 | Fix making directories from the Windows installer | Adam | |
2016-01-28 | Update copyright to 2016. This was done with: | Robby | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; Added missing copyright headers to files that didn't have it yet. Fixed some whitespace and blank lines along the way. | |||
2015-12-08 | Update LOG dir in anoperc | Adam | |
2015-09-06 | Merge pull request #126 from SaberUK/2.0+typos | Adam | |
Fix a ton of typos. | |||
2015-07-15 | Fix support for passing relative install paths to CMake. | Peter Powell | |
2015-07-08 | Fix a ton of typos. | Peter Powell | |
2015-07-01 | Support DESTDIR | Dominic Hargreaves | |
If DESTDIR is set it should be prepended to CMAKE_INSTALL_PREFIX. See <http://www.cmake.org/cmake/help/v3.2/variable/CMAKE_INSTALL_PREFIX.html> | |||
2014-02-23 | Use a more reliable way to detect if services are running in anoperc | Adam | |
2014-01-01 | Update copyright to 2014. This was done with: | Adam | |
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \; |