Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-11 | Fix serialising boolean extension items. | Sadie Powell | |
2024-05-16 | Store boolean extension items as DT_INT. | Sadie Powell | |
2024-02-17 | Update the copyright headers for 2024. | Sadie Powell | |
2023-12-17 | Misc grammar fixes. | Sadie Powell | |
2023-09-05 | Show the SQL service name in the db_sql error message. | Sadie Powell | |
This should help users diagnose issues easier. | |||
2023-07-11 | Allow Anope to look up multiple DNS results. | Sadie Powell | |
For fixing bug 1756. | |||
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-06-02 | add gettext to conan deps | 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-04 | Avoid returning null when a config tag does not exist. | Sadie Powell | |
This invokes undefined behaviour on modern compilers. | |||
2022-12-31 | Update the copyright headers for 2023. | Sadie Powell | |
2022-01-10 | Multiple updates for unreal4 protocol (#285) | k4bek4be | |
* Parse PROTOCTL PREFIX and PROTOCTL USERMODES * Add several previously unhandled modes * Fix incorrect SJOIN prefix handling * Enable message tags sending from ircd * Add timedban matcher * Add operclass matcher * Store all client and channel moddata. * Call unreal's internal unban on /cs unban * Check for ~a:0 ban * Add country ban matcher * Use +B umode for services bots | |||
2022-01-06 | Update the copyright headers for 2022. | Sadie Powell | |
2022-01-03 | Fix some minor issues discovered whilst working on 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-06-04 | Add support for per-mode list limits. | Sadie Powell | |
2021-05-23 | Improve the message for NICK_IDENTIFY_REQUIRED. | Sadie Powell | |
2021-04-27 | Add the anope_override keyword to methods that lack it. | 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-10-06 | Fix the global/global command showing the wrong origin nick. | Sadie Powell | |
2020-09-10 | Implement support for immutable account identifiers. | 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-12-14 | Enable C++11 features on non-GCC C++11 compilers. | Peter Powell | |
2019-12-14 | Fix a bunch of broken indentation. | Peter Powell | |
2019-09-23 | Parse 1205-style mode lists for CAPAB CHANMODES/USERMODES. | Peter Powell | |
2019-09-23 | Update the core message parser to allow parsing IRCv3 message tags. | Peter Powell | |
2019-07-05 | Fix the version binary colliding with the C++20 <version> header. | Peter Powell | |
2019-01-03 | Allow multiple IP addresses in extforward_ip separated by spaces | linuxdaemon | |
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-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' {} \; | |||
2018-03-26 | m_httpd: make http headers case insensitive | Adam | |
2017-10-12 | Add post init event | Adam | |
2017-08-05 | Use full path to file for conf.cpp file could not be opened error message | Adam | |
2017-06-05 | httputils: escape ampersand too | Adam | |
2017-05-27 | Moved m_dns's reverse ip method to sockaddrs::reverse(). | Alexander Maassen | |
Updated m_dnsbl to support ipv6. | |||
2017-03-19 | m_sasl: pass module to logger | Adam | |
2017-03-16 | Include ip for web clients in command log messages for source | Adam | |
2017-03-16 | redis: check for socket errors when loading database on startup | Adam | |
2017-02-21 | os_forbid: match forbids exact on add/del | Adam | |
2017-01-22 | m_sasl: don't allow logging into unconfirmed accounts | Adam | |
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-12-22 | Make User::Mask behave more like 1.8 | Adam | |
2016-12-19 | m_sasl: log hostname/ip, if provided | Adam | |
2016-12-10 | Remove unnecessary functions from ngircd that duplicate the default ↵ | Adam | |
behavior, fix a few typos in comments | |||
2016-07-03 | #1682: store aftype with masks and include cidrs in GetNUHMask | Adam | |
2016-04-21 | Optionally strip variable build date from compiled program | Dominic Hargreaves | |
To aid build reproducibility, don't include the build date/time if -DREPRODUCIBLE_BUILD is defined. Based on the patch provided by Alexis Bienvenüe in the Debian report. Bug-Debian: https://bugs.debian.org/820152 Patch-Name: reproducible_datetime.diff | |||
2016-04-14 | Merge pull request #161 from Zoddo/charybdis/vhost_svslogin | Adam | |
Send vident/vhost in SVSLOGIN with SASL | |||
2016-04-14 | Remove memos from memoinfo more reliably | Adam | |