| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge branch 'insp3' into master. | Sadie Powell | 2021-05-14 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright headers. | InspIRCd Robot | 2021-05-14 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-05-11 | 1 | -1/+1 |
| |\| |
|
| | * | Fix a bunch of weird indentation and spacing issues. | Sadie Powell | 2021-04-27 | 1 | -1/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2021-04-17 | 1 | -1/+1 |
| |\| |
|
| | * | Fix using a different field name in ldapauth than is documented.•••Closes #1864.
| Sadie Powell | 2021-04-16 | 1 | -1/+1 |
| * | | Switch simple iterator loops to use range-based for loops. | Sadie Powell | 2021-04-07 | 1 | -8/+5 |
| * | | Constify variables within loops. | Sadie Powell | 2021-04-01 | 1 | -2/+2 |
| * | | Add a subclass of ExtensionItem exclusively for booleans. | Sadie Powell | 2021-03-17 | 1 | -4/+4 |
| * | | Pascalize Unset in extension item classes. | Sadie Powell | 2021-03-17 | 1 | -1/+1 |
| * | | Pascalize Set in extension item classes. | Sadie Powell | 2021-03-17 | 1 | -5/+5 |
| * | | Pascalize Get in extension item classes. | Sadie Powell | 2021-03-17 | 1 | -2/+2 |
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | Sadie Powell | 2020-10-31 | 1 | -1/+1 |
| * | | Add stdalgo::iterator_range and switch config tag reading to use it.•••This allows us to use range-based for loops which were not possible
with the previous config tag system.
| Sadie Powell | 2020-10-31 | 1 | -9/+5 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-05-05 | 1 | -0/+1 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-04-24 | 1 | -0/+1 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-04-11 | 1 | -1/+1 |
| |\| |
|
| | * | Update the module descriptions using mkversion. | Sadie Powell | 2020-04-10 | 1 | -1/+1 |
| * | | Improve storage of module description, flags, and link data. | Sadie Powell | 2020-04-11 | 1 | -6/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-03-18 | 1 | -1/+7 |
| |\| |
|
| | * | Improve logging for the m_ldap and m_ldapauth modules (#1757).•••Currently, it is difficult to diagnose LDAP authentication failures,
since the logs do not provide sufficient information about what is
actually being queried and what actually failed.
This increases logging details so that information about the LDAP query
is included, for example:
Fri Mar 06 2020 08:02:59 ANNOUNCEMENT: Error binding as manager to LDAP
server: Invalid credentials (bind dn=cn=adminz,dc=nodomain)
Rather than:
Fri Mar 06 2020 08:02:59 ANNOUNCEMENT: Error binding as manager to LDAP
server: Invalid credentials
Same with connection logging:
Fri Mar 06 2020 07:59:53 CONNECT: Forbidden connection from
jsing!jsing@192.168.200.1 (Invalid credentials (bind
dn=uid=jsing,dc=nodomain))
Fri Mar 06 2020 08:01:19 CONNECT: Successful connection from
jsing!jsing@192.168.200.1 (dn=uid=jsing,dc=nodomain)
| Joel Sing | 2020-03-12 | 1 | -1/+7 |
| * | | Move FindUUID to the UserManager class. | Sadie Powell | 2020-02-09 | 1 | -4/+4 |
| * | | Use C++11 inline initialisation for class members. | Sadie Powell | 2020-02-06 | 1 | -4/+6 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2020-01-17 | 1 | -8/+5 |
| |\| |
|
| | * | Update copyright headers. | InspIRCd Robot | 2020-01-11 | 1 | -8/+5 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-11-13 | 1 | -1/+1 |
| |\| |
|
| | * | Convert a bunch of LocalUser* casts to IS_LOCAL.•••This is a lot safer and handles users changing servers properly.
| Peter Powell | 2019-10-13 | 1 | -1/+1 |
| * | | Replace LocalIntExt with IntExtItem. | Sadie Powell | 2019-08-13 | 1 | -2/+2 |
| * | | Rewrite and merge LocalStringExt, StringExtItem. | Sadie Powell | 2019-08-13 | 1 | -2/+2 |
| * | | Move the Module parameter of ExtensionItem et al to the start.•••This matches what other ServiceProvider types do.
| Sadie Powell | 2019-08-13 | 1 | -2/+2 |
| * | | Merge branch 'insp3' into master. | Sadie Powell | 2019-05-15 | 1 | -3/+3 |
| |\| |
|
| | * | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby | 2019-04-28 | 1 | -3/+3 |
| * | | UserManager: remove fakederef. | Sadie Powell | 2019-02-07 | 1 | -8/+8 |
| * | | SnomaskManager: remove fakederef. | Sadie Powell | 2019-02-07 | 1 | -10/+10 |
| * | | LogManager: remove fakederef. | Sadie Powell | 2019-02-07 | 1 | -1/+1 |
| * | | Replace the override macro with the override keyword. | Sadie Powell | 2019-01-25 | 1 | -11/+11 |
| |/ |
|
| * | m_ldapauth: use username provided in PASS if available | Adam | 2017-03-20 | 1 | -1/+14 |
| * | Fix oversights in substr() conversion•••Thanks to @StevenVanAcker for reporting and testing this
| Attila Molnar | 2015-02-27 | 1 | -1/+1 |
| * | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar | 2015-01-18 | 1 | -2/+2 |
| * | Reduce std::string::substr() usage•••substr() returns a new string while erase() and assign() modify the existing one
| Attila Molnar | 2015-01-10 | 1 | -3/+3 |
| * | Remove redundant null pointer check from m_ldapauth | Adam | 2014-02-13 | 1 | -2/+1 |
| * | Wait for the manager bind to come back before sending search in LDAP modules | Adam | 2014-02-13 | 1 | -3/+38 |
| * | m_ldapauth.cpp: Allow multiple patterns for users to bypass LDAP auth | Thiago Crepaldi | 2014-02-07 | 1 | -5/+14 |
| * | Remove a few unnecessary .c_str() calls | Attila Molnar | 2014-01-31 | 1 | -1/+1 |
| * | Add m_ldap, and convert m_ldapoper and m_ldapauth to use it. | Adam | 2013-12-19 | 1 | -0/+391 |
| * | Grrr, added this at the wrong location in trunk•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9078 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-03-14 | 1 | -1/+0 |
| * | Forward port and make work with trunk. Original code of this module by Carste...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9077 e03df62e-2008-0410-955e-edbf42e46eb7
| brain | 2008-03-14 | 1 | -0/+1 |