summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 me...miwob
2016-01-19Fix various inconsistencies/crashes related to having multiple opers configur...Adam
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
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
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
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
2015-12-31Clean up CMake includes.Peter Powell
2015-12-31Change the version requirement for CMake from 2.8 to 3.0.Peter Powell
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
2015-12-31Clean up flags passed to the compiler.Peter Powell
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 entrie...Adam
2015-12-29Remove run-cc leftoverAdam
2015-12-29Merge pull request #141 from miwob/2.0+cmode_T_nonoticeAdam
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 g...Adam
2015-12-14Merge pull request #138 from SaberUK/master+always-anopeAdam
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