Age | Commit message (Collapse) | Author |
|
|
|
Also clear up warnings that this exposed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Starting with OpenLDAP 2.5 upstream decided to merge the non-threaded
libldap_r library into the threaded libldap library. And starting with
OpenLDAP 2.6 common Linux distributions such as Fedora do not ship the
compatibility symbolic link anymore (which leads to a build failure),
thus the linking tests for libldap_r and uses alternatively libldap.
See also:
- https://lists.openldap.org/hyperkitty/list/openldap-announce@openldap.org/thread/BH3VDPG6IYYF5L5U6LZGHHKMJY5HFA3L/
- https://bugzilla.redhat.com/show_bug.cgi?id=2032707
|
|
Avoids calling WhoSends() on a null pointer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>.
|
|
|
|
|
|
This is not being used currently but will be soon.
|
|
|
|
|
|
|
|
|
|
|
|
Ref: https://www.percona.com/blog/2016/10/11/mysql-8-0-end-myisam/
|
|
The utf8 charset, confusingly, is an alias for utf8mb3 which is not
a real UTF-8 encoding as it can only store three byte characters.
The real UTF-8 charset is utf8mb4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
https://github.com/solanum-ircd/solanum/commit/4cac091255d972b0131ffbf0cd278f984bd892d4
|
|
This allows older servers which use a module that provides custom
casemapping (e.g. the ascii module) to link.
|
|
|
|
#270
|
|
|
|
|
|
|
|
|
|
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2021 Anope Team/i' {} \;
|
|
|
|
|
|
This avoids the id being shown on the logout event.
|