Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gcc bug #56480
|
|
|
|
Prevent using enc_none as the main encryption module.
|
|
|
|
|
|
|
|
Plain text passwords are a terrible idea at best and are illegal at
worst. Lets not support them.
|
|
|
|
|
|
|
|
necessary, add templated set function
|
|
|
|
Split service management code nito a proper servicemanager. Make service
references managed instead of lazy lookup. Also made events and
serializable use service manager instead of their respective systems for
management
|
|
|
|
|
|
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.
|