Age | Commit message (Collapse) | Author |
|
|
|
some of the madness in chanserv.h to the module.
|
|
|
|
are perm modules
|
|
|
|
|
|
|
|
|
|
should be assigned anyway which will prevent it. Fixes deleting bots out of perm channels causing desyncs
|
|
|
|
events kicking users mid-event that can delete them.
|
|
|
|
|
|
|
|
|
|
know of all modes
|
|
|
|
|
|
Fix db_flatfile to read the "nobackokay" setting
|
|
Fix a ton of typos.
|
|
Fix support for passing relative install paths to CMake.
|
|
Placeholder left in French Translation
|
|
Have CMake first check for libraries in any additional locations
|
|
|
|
to the account name.
|
|
|
|
Fix various Clang warnings and errors.
|
|
in the standard locations.
This allows (e.g.) using the Homebrew-installed OpenSSL instead of the system version.
|
|
|
|
onto an IdentifyRequest
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some complex extensibles require the full object to still be alive in
their destructors to keep proper bookkeeping
|
|
|
|
|
|
include/modules/sql.h:103:10: warning: 'const' type qualifier on return type has no effect [-Wignored-qualifiers]
modules/database/db_sql.cpp:273:15: warning: declaration shadows a local variable [-Wshadow]
modules/pseudoclients/chanserv/chanserv.cpp:319:150: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
modules/pseudoclients/chanserv/chanserv.cpp:329:80: warning: comparison of integers of different signs: 'unsigned int' and 'int' [-Wsign-compare]
|
|
|
|
|
|
|
|
|
|
If DESTDIR is set it should be prepended to CMAKE_INSTALL_PREFIX. See
<http://www.cmake.org/cmake/help/v3.2/variable/CMAKE_INSTALL_PREFIX.html>
|
|
Various improvements to the build system.
|
|
irc2sql: handle away messages.
|