index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_ldapauth.cpp
Age
Commit message (
Expand
)
Author
2021-05-14
Update copyright headers.
InspIRCd Robot
2021-04-27
Fix a bunch of weird indentation and spacing issues.
Sadie Powell
2021-04-16
Fix using a different field name in ldapauth than is documented.
Sadie Powell
2020-04-24
Update copyright headers.
InspIRCd Robot
2020-04-10
Update the module descriptions using mkversion.
Sadie Powell
2020-03-12
Improve logging for the m_ldap and m_ldapauth modules (#1757).
Joel Sing
2020-01-11
Update copyright headers.
InspIRCd Robot
2019-10-13
Convert a bunch of LocalUser* casts to IS_LOCAL.
Peter Powell
2019-04-28
Textual improvements and fixes such as typos, casing, etc. (#1612)
Robby
2017-03-20
m_ldapauth: use username provided in PASS if available
Adam
2015-02-27
Fix oversights in substr() conversion
Attila Molnar
2015-01-18
Specify which Extensible subclass an ExtensionItem is valid for
Attila Molnar
2015-01-10
Reduce std::string::substr() usage
Attila Molnar
2014-02-13
Remove redundant null pointer check from m_ldapauth
Adam
2014-02-13
Wait for the manager bind to come back before sending search in LDAP modules
Adam
2014-02-07
m_ldapauth.cpp: Allow multiple patterns for users to bypass LDAP auth
Thiago Crepaldi
2014-01-31
Remove a few unnecessary .c_str() calls
Attila Molnar
2013-12-19
Add m_ldap, and convert m_ldapoper and m_ldapauth to use it.
Adam
2008-03-14
Grrr, added this at the wrong location in trunk
brain
2008-03-14
Forward port and make work with trunk. Original code of this module by Carste...
brain