Age | Commit message (Collapse) | Author |
|
GnuTLS::DataReader
|
|
checks to use it
|
|
WriteNumeric() conversion
|
|
Thanks to @StevenVanAcker for reporting and testing this
|
|
Advertise m_kicknorejoin's upper bound. Closes #913
|
|
|
|
|
|
Fix oversight which caused problems with Clang on OSX.
|
|
m_sqloper: Add `active` column
|
|
When active is true the user is allowed to log in. When it is FALSE, he is not.
2.0 users must alter their table (or view) so that it contains this field.
|
|
|
|
|
|
|
|
|
|
"The older TYPE option that was synonymous with ENGINE was removed in MySQL 5.5."
https://dev.mysql.com/doc/refman/5.6/en/create-table.html
|
|
|
|
|
|
Improve compiler detection in configure; update supported compiler tests.
|
|
|
|
|
|
- Split the detection and compatibility checks into two different
steps (previously it was confusing as it would say the compiler
was not available when it was really not compatible).
- Fix a minor bug where compilers detected using xcrun on Darwin
would not have xcrun returned as part of the compiler name from
find_compiler.
|
|
ModuleManager::SetPriority()
|
|
to use the current method, remove wrapper
|
|
|
|
|
|
|
|
Uptime can be calculated easily from the boot time
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
name points to multiple objects
|
|
|
|
Making init-script exit codes compliant with LSB 4.1
|
|
Allow U-lined services to bypass m_silence (configurable)
|
|
|
|
|
|
Fix xline reasons being truncated in m_xline_db.
|
|
Use ERR_YOUREBANNEDCREEP instead of NOTICE when a user is banned.
|
|
Adds a config entry (silence->exemptuline) that specifies whether
users on U-lined servers can bypass silence masks.
|