Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
It seems like the newer OS X versions don't put headers into the
system include directories. Switch to using a test file instead.
|
|
|
|
|
|
|
|
|
|
disallow it by default
|
|
|
|
Update m_blockcaps.cpp
|
|
logic when checking caps percentage
|
|
m_repeat: fix typo (similiar->similar)
|
|
[2.0] Show a better warning when certtool/openssl are missing.
|
|
[2.0] Log STDOUT and STDERR in the launchd script.
|
|
|
|
|
|
|
|
[2.0] Fix various issues with the nationalchars module.
|
|
[2.0] Fix mistakenly using Clang instead of GCC on older FreeBSD versions.
|
|
[2.0] Fix system-wide installation of the data and log directories.
|
|
|
|
The existing method works fine when building with the default
paths but breaks when you are doing a system-wide installation.
|
|
- Strip the directory name in the default casemapping value.
- Error out if the casemapping value contains a space.
- Error out if the locale file failed to load.
- Fix relative file path when building on Windows.
- Install nationalchars files on Windows.
|
|
Also update docs/ accordingly
|
|
|
|
|
|
copies done by sendq flattening
|
|
Do sendq flattening in SSL modules, move code for it into class SSLIOHook from core
|
|
|
|
Let OnStreamSocketWrite see the entire sendq instead of one element at a time
|
|
|
|
|
|
Add support for channel alias prefixes with multiple characters.
|
|
|
|
|
|
|
|
Issue #1051
|
|
Fix modules with 2+ files not having their LinkerFlags parsed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Redesign to be more like m_mysql, polling ldap_result from a thread as
done previously is undefined.
|