summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-23Merge pull request #148 from SaberUK/2.0+18modAdam
Error out if any 1.8 modules are in the the module directory.
2016-01-23Merge pull request #147 from miwob/temporary_xlineAdam
Update SendSGLine() in hybrid's protocol module to add support for te…
2016-01-23Merge pull request #144 from miwob/chankill_exampleAdam
example.conf: announce operserv/chankill as well
2016-01-23Merge pull request #143 from staticfox/grammarAdam
hs_group: Fix grammar
2016-01-23Re-lookup access in webcpanel after deleting access as the old group might ↵Adam
be invalid
2016-01-23Apply regex sqlines on connect tooAdam
2016-01-22Show akill/xline ids in viewAdam
2016-01-22Include memo mail information in ms_infoAdam
2016-01-20Update SendSQLine() in hybrid's protocol module to use non-capsulatet RESV ↵miwob
message
2016-01-19Fix various inconsistencies/crashes related to having multiple opers ↵Adam
configured for the same user through combinations of os_oper/config/m_sql_oper
2016-01-19Error out if any 1.8 modules are in the the module directory.Peter Powell
2016-01-19Update SendSGLine() in hybrid's protocol module to add support for temporary ↵miwob
x-lines
2016-01-19Couple user find by nick fixesAdam
2016-01-19Document ns_no_expire nick defaultAdam
2016-01-13hybrid.cpp: clean up style to match with other code; update copyright headermiwob
2016-01-12example.conf: announce operserv/chankill as wellmiwob
2016-01-12hs_group: Fix grammarMatt Ullman
2016-01-03Remove various ircservices references in anope.confAdam
2016-01-03Merge pull request #142 from Zoddo/unreal4/uidAdam
[Unreal4] Use UID/SID instead of nick/servername when possible
2016-01-03[Unreal4] Use UID/SID instead of nick/servername when possibleZoddo
2016-01-02Actually there is no account hereAdam
2016-01-02Add sasl log category for auth log messagesAdam
2016-01-02Add IRCDMESSAGE_SOFT_LIMIT to MD handlerAdam
2015-12-31Rename haader file names to be consistent with module namesAdam
2015-12-31Merge pull request #140 from SaberUK/master+warningsAdam
Add missing override keyword to methods that require it.
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.