Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-01-14 | Update the copyright headers for 2025.2.0 | Sadie Powell | |
2024-11-11 | Fix using User::Account where User::IsIdentified should be used. | Sadie Powell | |
The former causes a dereference which cause a database update. This is not good for performance with db_sql_live on bigger networks. | |||
2024-03-04 | When using ldap/sql auth prevent displays expiring before their group. | Sadie Powell | |
This prevents zombie accounts from being left around that can't be authenticated to. Closes #355. | |||
2024-02-17 | Update the copyright headers for 2024. | Sadie Powell | |
2022-12-31 | Update the copyright headers for 2023. | Sadie Powell | |
2022-01-06 | Update the copyright headers for 2022. | 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-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-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' {} \; | |||
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-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-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. | |||
2014-10-14 | Fix module event prioritization which was broken with the newer | Adam | |
auto-attach event stuff. Also remove logically dead code from os_defcon, and make os_defcon akill similar masks to os_session when enforcing session akills. Fixes #1618 which relies on os_session to be prioritized before os_defcon. | |||
2014-05-01 | Pass password to nick register event so modules like m_ldap_authentication ↵ | Adam | |
can create the respective account using the decrypted password which might not always be available | |||
2013-12-30 | Set last_realname in m_ldap_authentication when new nicks are registered | Adam | |
2013-12-30 | Also have m_ldap_authentication disable nick grouping if registration is ↵ | Adam | |
disabled | |||
2013-07-21 | Fix m_ldap service names from defaulting ldap/ldap/main | Adam | |
2013-07-01 | Change extensible keys to require explicitly having a type defined for it. ↵ | Adam | |
Completely modularize more features like bs_kick, entrymsg, log, mode, etc. Move fantasy to its own module. Move greet to its own module. | |||
2013-05-27 | Initially attach all modules to all events, and detach them as the events ↵ | Adam | |
are run if they are not implemented per module | |||
2013-05-26 | Get rid of the remaining references in the core to specific services. Move ↵ | Adam | |
more stuff out of the core to the proper modules. | |||
2013-05-17 | Removed some hard coded command names in help output | Adam | |
2013-05-06 | Update the rest of modules.example.conf, default inspircd status modes to a ↵ | Adam | |
sane rank incase they are prefixless, and 50 other things | |||
2013-05-06 | Fix extras build | Adam | |
2013-05-05 | That doesn't work either, just don't use references. | Adam | |
find ./ -name '*.cpp' -exec sed -i 's/Get<const Anope::string\&>/Get<const Anope::string>/g' {} \; | |||
2013-05-05 | Rework the config file reader to be much more flexible and move many ↵ | Adam | |
configuration directives to the actual modules they are used in. | |||
2013-04-11 | Pass new config and the new config reader to the OnReload event, aswell as ↵ | Adam | |
call it on module load on modules that hook to it | |||
2013-04-10 | Move some of the modules in extras/ that arent really extra out of extras. ↵ | Adam | |
Mark our modules as VENDOR and allow modules to have multple types. | |||
2013-03-13 | Allow m_ldap_authentication to block email changes if emails are controlled ↵ | Adam | |
by ldap, don't tell users they must change their email during initial user registration | |||
2013-03-03 | update the users password after a successful ldap authentication | DukePyrolator | |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam | |
cleanup, and allow protocol mods to depend on each other | |||
2012-10-27 | Add a module log type | Adam | |
2012-10-10 | Fix m_ldap to reconnect automatically if the ldap server goes away | Adam | |
2012-10-07 | Remove the asynchronous identifing hack and replace it with something ↵ | Adam | |
better. Fixes m_*_authentication only being able to properly work when people identify normally using nickserv/identify | |||
2012-09-30 | Make CommandSource use references, sometimes we hold them for awhile | Adam | |
2012-09-07 | Fixed m_ldap_authentication not returning anything if the search for an ↵ | Adam | |
account game back empty | |||
2012-07-01 | Remove ExtensibleString everywhere | Adam | |
2012-06-18 | Allow userless command sources | Adam | |
2012-05-15 | m_ldap_authentication: Removed the dependency on a specific binddn in favour ↵ | Jeremy | |
of searching the tree for matching criteria and using the returned DN | |||
2012-04-23 | Reworked live SQL support yet again | Adam | |
2012-02-18 | Use C++11's explicit override feature if available | Adam | |
2012-01-25 | Windows | Adam | |
2011-09-25 | Added a new database format and sqlite support. Also moved db-convert to a ↵ | Adam | |
module. | |||
2011-09-10 | Removed /bs set msg | Adam | |
2011-09-10 | Fixed service_reference to work correctly with external classes | Adam | |
2011-08-12 | Send replies back to uses after m_ldap_authentication processes | Adam | |
2011-07-31 | Fixed these ModuleManager::Attach calls once and for all.. | Adam | |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam | |
This allows naming commands and having spaces within command names. | |||
2011-05-16 | Use module type to determine what type each module is instead of its ↵ | Adam | |
location in the configuration file. |