summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-23Add notice method to m_xmlrpc_mainAdam
2016-09-23Fix SendNumericInternal on inspircd sending to the user's uid if dest is a uidAdam
2016-09-23Allow wildcard searching emailsAdam
2016-09-23Fall back to account vhost in hostserv/on and offAdam
2016-09-23Update LOG dir in anopercAdam
2016-09-23operserv/news: rewrite logic, include various fixes from 2.0Adam
2016-09-23hybrid: set CanSQLineChannelAdam
2016-09-23chanserv: fallback to reading botmodes from chanservAdam
2016-09-23Fix memoserv/main to set its service pointer correctlyAdam
2016-09-23Fix access modules to loadAdam
2016-09-23Add declaration for specialization Configuration::Block::Set<Anope::string>, ↵Adam
gcc bug #56480
2016-09-23Remove rfc1459 message framing everywhereAdam
2016-09-13Merge pull request #157 from SaberUK/master+require-encryptionAdam
Prevent using enc_none as the main encryption module.
2016-09-13Clarify how to use deprecated encryption modules.Peter Powell
2016-09-13Remove Anope::Decrypt now encryption is mandated.Peter Powell
2016-09-13Remove nickserv/getpass as that module is now obsolete.Peter Powell
2016-09-13Prevent using enc_none as the main encryption module.Peter Powell
Plain text passwords are a terrible idea at best and are illegal at worst. Lets not support them.
2016-08-27Optionally allow using Boost.Locale for hashcompAdam
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-28Update Config::GetModule tooAdam
2016-07-28Get rid of undefined behavior in configuration blocks by creating them as ↵Adam
necessary, add templated set function
2016-07-28Add missing operserv/stats headerAdam
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
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
2016-01-03Remove various ircservices references in anope.confAdam
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-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.