Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
overwrite modules on install without deleting them first
|
|
isn't needed.
|
|
install.
|
|
|
|
include and library directories.
|
|
specified in the config now
|
|
Express.
|
|
This is a hack but CMake currently provides no other way to determine if the detected C++ compiler was identified as Clang.
|
|
system wide install where lib/ is not writable
|
|
change this to use the REGEX sub-commands instead. Also while I'm at it, make -pthread only get added when not on Mac OS X, it's auto-included there.
|
|
/System/Library/Frameworks/Kernel.framework/Headers/sys to the include paths.
|
|
|
|
|
|
|
|
|
|
be specified at runtime
|
|
|
|
|
|
finally fix the linking issue.
|
|
minor nitpick about the leading spaces on LINK_LIBS.
|
|
builds on systems that require -ldl.
|
|
|
|
use C99's stdint.h (or cstdint if available) to get (u)intX_t types instead of our stupid typedefs. pstdint.h included in case there is no cstdint or stdint.h available.
|
|
not be used
|
|
|
|
|
|
up into seperate files for each pseudo client.
Also reorganized how the modules are stored, and
made most of the old "extra" modules "core"
|
|
unnecessary
|
|
|
|
|
|
|
|
out of the core and into the modules that use them.
|
|
|
|
Added a search path option to the Config script for cmake to use when finding libraries for modules or for gettext.
Fixed m_mysql and m_ssl to work under Windows, made the Windows Config
program remember the last used options, and fixed Windows release builds.
|
|
finding non-standard paths though.
|
|
|
|
|
|
DNS blacklists.
Rewrote internal handling of IPs, we now properly support users using IPv6.
Fixed a few problems with the UnrealIRCd protocol module.
|
|
|
|
|
|
faster. Removed db_mysql_execute for now.
|
|
-fno-leading-underscore flag on a GNU compiler, changed the hash compare functions to use struct to appease clang, and made it so hashcomp.h uses tr1/unordered_map with g++ 4.x or up.
|
|
release builds
|
|
can't compile because of missing dependices.
|
|
|
|
and deletes it later
|
|
|