summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-12-31Rename haader file names to be consistent with module namesAdam
2015-12-31Add missing override keyword to methods that require it.Peter Powell
2015-12-31Remove repeated expressions from CMake end*() and else() calls.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-10-27Merge branch '2.0' into 2.1Adam
2015-10-27Beginning of new module dependency stuff, seems to compile and link. Move som...Adam
2015-09-17Defer channel deletion until after i/o. There are some edge cases with events...Adam
2015-09-14Don't update channel last used time from ns alist access checkAdam
2015-09-06Allow configuring modesAdam
2015-09-06Fix some service bot/botinfo mismatchesAdam
2015-09-06Merge pull request #126 from SaberUK/2.0+typosAdam
2015-07-13Unset extensibles on larger objects when they destructAdam
2015-07-08Fix a ton of typos.Peter Powell
2015-07-07Fix various Clang compiler warnings.Peter Powell
2015-07-07Fix <stack> not being included via a system header on libc++.Peter Powell
2015-03-22Change git version name back to what it was, which the core usesAdam
2015-03-12Update cmake version parsing code to deal with recent build version changesAdam
2015-03-12Show passlen in PASSWORD_TOO_LONGAdam
2015-03-11Allow cs clone to clone levels tooAdam
2015-03-11Redesign m_ldap to no longer rely on undefined behaviorAdam
2015-02-23Move GIT_VERSION define to build.h, otherwise version.h is bumped per commit ...Adam
2015-02-03Make module version system workAdam
2015-01-28More properly track topic change sources and allow users with access to chang...Adam
2015-01-26Check virtual mode bases betterAdam
2015-01-10Add networkinfo:nick_chars option to allow configuring additional characters ...Adam
2015-01-05Merge branch '2.0' into 2.1Adam
2014-12-29Allow configuring casemapsAdam
2014-12-10Unconst these config Get<Anope::string> calls as it makes no senseAdam
2014-12-10Use a triat class for event names instead of having to manually give them pla...Adam
2014-12-05Change webpanel access add to just add via the commands, split Command::Run i...Adam
2014-11-24Rewrite serializable to have field level granularityAdam
2014-10-14Fix module event prioritization which was broken with the newerAdam
2014-10-12Move nick register event to make it easier for modules to determine if a newl...Adam
2014-08-24Change Channel::GetModeList to return a copy of the mode list, not aAdam
2014-06-26Change NumberList to take std::function's and use lambda closuresAdam
2014-06-25Remove the rest of the 1.8 logic "let's write all of the command handler with...Adam
2014-06-23Hold a reference to the type in Serialize::Checker in the event it goes away,...Adam
2014-06-23Merge branch '2.0' into 2.1Adam
2014-06-23Mostly working language string rewrite with new format stringsAdam
2014-05-31Always log when the uplink socket errors, and give possibly helpful adviseAdam
2014-05-30Fix Windows build and update library names to the newer ones.Adam
2014-05-28Mark pure virtual functions with anope_abstractAdam
2014-05-28Merge branch '2.0' into 2.1Adam
2014-05-28Move most of the core pseudoclient logic to modulesAdam
2014-05-21Core prep for p10 stuffAdam
2014-05-20Speed up akill xline checksAdam
2014-05-20Show account names in log messagesAdam
2014-05-14Fix access lists showing the wrong mask if the display nick for a groupAdam
2014-05-13Sanitize nuh masks more to prevent the other side from rewriting them, which ...Adam