summaryrefslogtreecommitdiff
path: root/modules/fantasy.cpp
AgeCommit message (Expand)Author
2017-11-19Add subcommand syntax help, and reference subcommand help in syntax error mes...Adam
2017-10-07No longer expose c->ci and ci->cAdam
2017-04-20Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'Adam
2017-02-06Track override in CommandSource and use it in the loggerAdam
2017-01-27Store CommandInfo in CommandSource instead of just command/permissionAdam
2017-01-23Make log system use newer format stringsAdam
2017-01-16Update copyright to 2017.Robby
2016-11-25Rename most ext fields names to be consistent with everything else, add acces...Adam
2016-07-31Update license headers and copyrights on all source filesAdam
2016-07-28Allow serializable fields to use storage in the respective objects.Adam
2016-01-28Update copyright to 2016. This was done with:Robby
2015-12-31Rename haader file names to be consistent with module namesAdam
2015-10-27Merge branch '2.0' into 2.1Adam
2015-07-08Fix a ton of typos.Peter Powell
2015-03-11Strip color codes when looking up fantasy commands.Adam
2015-01-05Merge branch '2.0' into 2.1Adam
2014-12-27Remove now unnecessary eventhook constructor calls in module init listsAdam
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-11-24Rewrite serializable to have field level granularityAdam
2014-08-03Make botserv fantasy override its own privilegeAdam
2014-06-23Mostly working language string rewrite with new format stringsAdam
2014-05-28Move most of the core pseudoclient logic to modulesAdam
2014-04-20New event systemAdam
2014-04-01Require cmake 2.8 and C++11 supportAdam
2014-03-01Allow opers with chanserv/administration to use fantasy, even if they don't h...Adam
2014-02-05Make it easier to use fantasy without botserv, and document itAdam
2014-01-01Update copyright to 2014. This was done with:Adam
2013-07-01Change extensible keys to require explicitly having a type defined for it. Co...Adam