summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2015-10-27Merge branch '2.0' into 2.1Adam
2015-10-27Beginning of new module dependency stuff, seems to compile and link. Move ↵Adam
some of the madness in chanserv.h to the module.
2015-09-24Check privilege name is valid in SetLevelAdam
2015-09-23Clear regex xlines on unload, which happens on shutdown, even though they ↵Adam
are perm modules
2015-09-18Update the dutch language file.Robby
2015-09-18Update my email address.Robby
2015-09-18Bold code 2 -> 002.Robby
2015-09-18Fix some sentences to be more correct.Robby
2015-09-17Don't prevent channel destruction because persist is set. Perm mode/a bot ↵Adam
should be assigned anyway which will prevent it. Fixes deleting bots out of perm channels causing desyncs
2015-09-17Channel::DeleteUser delets the containerAdam
2015-09-17Defer channel deletion until after i/o. There are some edge cases with ↵Adam
events kicking users mid-event that can delete them.
2015-09-14Remove associated oper blocks in os_oper when accounts are deletedAdam
2015-09-14Update topic lock help to reflect how it worksAdam
2015-09-14Don't allow suspended users to login to webcpanelAdam
2015-09-14Don't update channel last used time from ns alist access checkAdam
2015-09-11Don't assign bots when persist is set if we aren't synced sinec we might not ↵Adam
know of all modes
2015-09-06Allow configuring modesAdam
2015-09-06Fix some service bot/botinfo mismatchesAdam
2015-09-06Merge pull request #120 from Alef-Burzmali/2.0+nobackupokAdam
Fix db_flatfile to read the "nobackokay" setting
2015-09-06Merge pull request #126 from SaberUK/2.0+typosAdam
Fix a ton of typos.
2015-09-06Merge pull request #128 from SaberUK/2.0+destdirAdam
Fix support for passing relative install paths to CMake.
2015-09-06Merge pull request #129 from AlphaT3ch/placeholderAdam
Placeholder left in French Translation
2015-09-06Merge pull request #134 from retsofaj/2.0Adam
Have CMake first check for libraries in any additional locations