Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-04-10 | Send vident/vhost in SVSLOGIN with SASL | Zoddo | |
Only charybdis seems to support that for the moment. | |||
2016-03-19 | Also defer channel deletion when processing sjoins | Adam | |
2016-02-28 | Implement support for SASL 3.2 mechanism lists. | Peter Powell | |
2016-02-13 | Rewrite access path system to be simplier and use recursion | Adam | |
Show where access is "from" in chanserv/status | |||
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. | |||
2016-01-23 | Put maxlogins logic a few other important places | Adam | |
2016-01-02 | Add sasl log category for auth log messages | Adam | |
2015-11-04 | Cleanup after xlines if directly removed | Adam | |
2015-09-17 | Defer channel deletion until after i/o. There are some edge cases with ↵ | Adam | |
events kicking users mid-event that can delete them. | |||
2015-09-14 | Don't update channel last used time from ns alist access check | Adam | |
2015-09-06 | Merge pull request #126 from SaberUK/2.0+typos | Adam | |
Fix a ton of typos. | |||
2015-07-13 | Unset extensibles on larger objects when they destruct | Adam | |
Some complex extensibles require the full object to still be alive in their destructors to keep proper bookkeeping | |||
2015-07-08 | Fix a ton of typos. | Peter Powell | |
2015-03-22 | Change git version name back to what it was, which the core uses | Adam | |
2015-03-12 | Update cmake version parsing code to deal with recent build version changes | Adam | |
Update Config.cs to no longer hardcode VS generators, it seems no longer necessary. Fix new version system, cannot return C++ types from extern C functions | |||
2015-03-12 | Show passlen in PASSWORD_TOO_LONG | Adam | |
2015-03-11 | Allow cs clone to clone levels too | Adam | |
2015-03-11 | Redesign m_ldap to no longer rely on undefined behavior | Adam | |
Accessing the same LDAP* from multiple threads at once is always undefined, even if one thread is just polling ldap_result. Instead keep one thread per connection and issue blocking queries on the thread. | |||
2015-02-23 | Move GIT_VERSION define to build.h, otherwise version.h is bumped per commit ↵ | Adam | |
which forces a rebuild | |||
2015-02-03 | Make module version system work | Adam | |