Age | Commit message (Collapse) | Author |
|
|
|
|
|
Add missing override keyword to methods that require it.
|
|
|
|
|
|
Clean up the build system, part 1.
|
|
|
|
There is already code in the build system using 3.0 stuff.
|
|
|
|
|
|
|
|
|
|
|
|
These are not really used as Windows users get a prebuilt version.
|
|
- Clang builds on OS X should use libc++ instead of libstdc++.
- GCC no longer needs no-long-long as we have C++11 support now.
- GCC does not need -fno-leading-underscore.
|
|
|
|
|
|
|
|
Use "anope" everywhere instead of "services".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
chanserv/access etc.
|
|
|
|
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
|