summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-12-31Add missing override keyword to methods that require it.Peter Powell
2015-12-30Remove now unused directories from include_directoriesAdam
2015-12-30Merge pull request #139 from SaberUK/master+cmake-cleanupAdam
Clean up the build system, part 1.
2015-12-31Clean up CMake includes.Peter Powell
2015-12-31Change the version requirement for CMake from 2.8 to 3.0.Peter Powell
There is already code in the build system using 3.0 stuff.
2015-12-31Replace a ton of nested if statements with elseif statements.Peter Powell
2015-12-31Always use lower case for CMake function names.Peter Powell
2015-12-31Append the Anope CMake directory to CMAKE_MODULE_PATH.Peter Powell
2015-12-31Remove a leftover from when Anope was written in C.Peter Powell
2015-12-31Replace INSTDIR with CMAKE_INSTALL_PREFIX.Peter Powell
2015-12-31Remove Windows config executable as discussed with Adam.Peter Powell
These are not really used as Windows users get a prebuilt version.
2015-12-31Clean up flags passed to the compiler.Peter Powell
- 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.
2015-12-31Remove repeated expressions from CMake end*() and else() calls.Peter Powell
2015-12-31Only enable CMake developer mode on debug builds.Peter Powell
2015-12-30Remove anopesmtp because it's stupidAdam
2015-12-30unreal4: add md handler, certfp supportAdam
2015-12-30Unreal 4 changesAdam
2015-12-30Copy unreal -> unreal4Adam
2015-12-29Move CanAdd() check to after mask sanitization as it will remove other ↵Adam
entries that are considered "covered by" the new mask
2015-12-29Remove run-cc leftoverAdam
2015-12-29Merge pull request #141 from miwob/2.0+cmode_T_nonoticeAdam
Add support for channel mode +T to the ircd-hybrid protocol module
2015-12-29Include gecos in GetNUHMaskAdam
2015-12-28Fix saset language replyAdam
2015-12-26Add support for channel mode +T to the ircd-hybrid protocol moduleMichael Wobst
2015-12-19Fix race with recovering and svsnicing nicknames. Wait for first svsnick to ↵Adam
go through before issuing the second. Fixes users sometimes svsnick colliding when recovering nicknames.
2015-12-14Merge pull request #138 from SaberUK/master+always-anopeAdam
Use "anope" everywhere instead of "services".
2015-12-14Rename "example.conf" to "anope.example.conf".Peter Powell
2015-12-14Rename "services.conf" to "anope.conf".Peter Powell
2015-12-14Install into "~/anope" by default instead of "~/services".Peter Powell
2015-12-14Rename MOTD file to "motd.txt" from "services.motd".Peter Powell
2015-12-14Rename PID file to "anope.pid" from "services.pid".Peter Powell
2015-12-14Use the binary name "anope" on all platforms.Peter Powell
2015-12-14sed got overzealousAdam
2015-12-14New source tree structure for modules. From commands/cs_access => ↵Adam
chanserv/access etc.
2015-12-13Merge commit '593ec34' into 2.0Adam
2015-12-13os_akill: Sanity check AKILLing before modifing the akill listMatt Ullman
2015-12-13Fixup ecdd046c80d696a882b12af615ed9f217afd40a9 to compileAdam
2015-12-13hybrid.cpp:SendClientIntroduction(): use a valid IP address format. In the ↵miwob
future ircd-hybrid will reject UID messages with invalid IP addresses
2015-12-13Merge pull request #136 from miwob/add+CanSQLineChannelAdam
hybrid.cpp: add missing CanSQLineChannel = true; to the protocol options
2015-12-13Only special case level -1 to everyone and not everything <0Adam
2015-12-13Add some replacement tokens for akick reason and welcome noticeAdam
2015-12-13Document m_xmlrpc_main noticeAdam
2015-12-13Add notice method to m_xmlrpc_mainAdam
2015-12-13Fix SendNumericInternal on inspircd sending to the user's uid if dest is a uidAdam
2015-12-13Allow wildcard searching emailsAdam
2015-12-13Fall back to account vhost in hs on/offAdam
2015-12-08Update LOG dir in anopercAdam
2015-11-05null xline manager when removing so removexline doesn't get calledAdam
2015-11-04Cleanup after xlines if directly removedAdam
2015-11-04Fix logonnews to prioritize the newest entries if it can't show them allAdam