summaryrefslogtreecommitdiff
path: root/src/modules/m_ldapauth.cpp
AgeCommit message (Expand)Author
2021-05-14Update copyright headers.InspIRCd Robot
2021-04-27Fix a bunch of weird indentation and spacing issues.Sadie Powell
2021-04-16Fix using a different field name in ldapauth than is documented.Sadie Powell
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-03-12Improve logging for the m_ldap and m_ldapauth modules (#1757).Joel Sing
2020-01-11Update copyright headers.InspIRCd Robot
2019-10-13Convert a bunch of LocalUser* casts to IS_LOCAL.Peter Powell
2019-04-28Textual improvements and fixes such as typos, casing, etc. (#1612)Robby
2017-03-20m_ldapauth: use username provided in PASS if availableAdam
2015-02-27Fix oversights in substr() conversionAttila Molnar
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2015-01-10Reduce std::string::substr() usageAttila Molnar
2014-02-13Remove redundant null pointer check from m_ldapauthAdam
2014-02-13Wait for the manager bind to come back before sending search in LDAP modulesAdam
2014-02-07m_ldapauth.cpp: Allow multiple patterns for users to bypass LDAP authThiago Crepaldi
2014-01-31Remove a few unnecessary .c_str() callsAttila Molnar
2013-12-19Add m_ldap, and convert m_ldapoper and m_ldapauth to use it.Adam
2008-03-14Grrr, added this at the wrong location in trunkbrain
2008-03-14Forward port and make work with trunk. Original code of this module by Carste...brain