summaryrefslogtreecommitdiff
path: root/modules/extra/m_ldap.cpp
AgeCommit message (Expand)Author
2025-01-14Update the copyright headers for 2025.2.0Sadie Powell
2024-02-17Update the copyright headers for 2024.Sadie Powell
2023-06-02m_ldap: use Wldap on windowsAdam
2022-12-31Update the copyright headers for 2023.Sadie Powell
2022-01-06Update the copyright headers for 2022.Sadie Powell
2021-12-28Add a build time check that OpenLDAP is reentrant.Sadie Powell
2021-12-28Reflect OpenLDAP 2.5 upstream change from libldap_r to libldapRobert Scheck
2021-01-07Update copyright to 2021.Robby
2020-01-04Update copyright to 2020.Robby
2019-01-01Update copyright to 2019.Robby
2018-04-25Update copyright to 2018.Robby
2017-01-17Cleanup some excess whitespaces and tabs, and fix a few typos along the way.Robby
2017-01-16Update copyright to 2017.Robby
2016-01-28Update copyright to 2016. This was done with:Robby
2015-07-23Remove unused variables from m_ldapAdam
2015-07-23Set LDAP_OPT_PROTOCOL_VERSION 3 etc on reconnect, tooAdam
2015-03-11Redesign m_ldap to no longer rely on undefined behaviorAdam
2014-12-02Link m_ldap against ldap_r not ldapAdam
2014-06-09Correct wording of log message when ldap services are createdAdam
2014-05-30Fix Windows build and update library names to the newer ones.Adam
2014-03-11Set LDAP_OPT_NETWORK_TIMEOUT to 0 in m_ldap to prevent the asynchronousAdam
2013-12-26Don't leak ldap resultsAdam
2013-09-16Remove static variables from functions in modules which causes them to be mar...Adam
2013-07-21Fix m_ldap service names from defaulting ldap/ldap/mainAdam
2013-07-20Fix removing old connections in m_ldap and m_mysqlAdam
2013-05-27Initially attach all modules to all events, and detach them as the events are...Adam
2013-05-06Update the rest of modules.example.conf, default inspircd status modes to a s...Adam
2013-05-06Fix extras buildAdam
2013-05-05That doesn't work either, just don't use references.Adam
2013-05-05Rework the config file reader to be much more flexible and move many configur...Adam
2013-04-11Pass new config and the new config reader to the OnReload event, aswell as ca...Adam
2013-04-10Move some of the modules in extras/ that arent really extra out of extras. Ma...Adam
2012-10-10Fix m_ldap to reconnect automatically if the ldap server goes awayAdam
2012-09-07Fixed m_ldap_authentication not returning anything if the search for an accou...Adam
2012-05-15Grab the DN for every LDAP query and send it in the resultAdam
2012-02-18Use C++11's explicit override feature if availableAdam
2012-01-31Fixed a memory leak in m_ldapAdam
2012-01-25WindowsAdam
2011-09-10Moved signal/thread/mode checking to use signal pipesAdam
2011-09-10Made service_reference type safeAdam
2011-07-31Fixed these ModuleManager::Attach calls once and for all..Adam
2011-05-16Use module type to determine what type each module is instead of its location...Adam
2011-05-16Added more useful functions to our LDAP API, allow adding newly registered ac...Adam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-03-31Removed some unneeded/unused code from m_ldapAdam
2011-03-30Fixed windows build more, including ldapAdam
2011-03-13Fixed a crash in m_ldap is unloadedAdam
2011-03-05Made m_ldap_oper understand deoperingAdam
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ns_re...Adam
2011-03-04Added LDAP supportAdam