Age | Commit message (Expand) | Author |
2015-12-14 | Rename "services.conf" to "anope.conf". | Peter Powell |
2015-10-27 | Merge branch '2.0' into 2.1 | Adam |
2015-09-06 | Allow configuring modes | Adam |
2015-01-10 | Add networkinfo:nick_chars option to allow configuring additional characters ... | Adam |
2014-12-29 | Allow configuring casemaps | Adam |
2014-12-10 | Unconst these config Get<Anope::string> calls as it makes no sense | Adam |
2014-11-24 | Rewrite serializable to have field level granularity | Adam |
2014-06-23 | Merge branch '2.0' into 2.1 | Adam |
2014-06-23 | Mostly working language string rewrite with new format strings | Adam |
2014-05-28 | Merge branch '2.0' into 2.1 | Adam |
2014-05-28 | Move most of the core pseudoclient logic to modules | Adam |
2014-05-21 | Core prep for p10 stuff | Adam |
2014-04-25 | Add "virtual mode" support | Adam |
2014-04-21 | Constify message source for OnChannelMode(Un)Set | Adam |
2014-04-20 | New event system | Adam |
2014-04-06 | Do not apply module changes on rehash until after the new config has been app... | Adam |
2014-04-02 | Remove regex mods, use std::regex instead | Adam |
2014-02-26 | Remove unreachable code in config.cpp, this error is caught earlier | Adam |
2014-02-26 | Fix not detecting eols in the config reader when the end of the line is the e... | Adam |
2014-02-26 | Do not setuid/gid down until after modules are loaded | Adam |
2014-01-19 | Change config readers bool logic to accept unrecognized values as yes | Adam |
2014-01-01 | Update copyright to 2014. This was done with: | Adam |
2013-12-19 | Don't leak opers and opertypes on /os reload, fix not updating opertypes on n... | Adam |
2013-11-01 | Use Config::GetClient for looking up services for command{} blocks which less... | Adam |
2013-10-26 | moved some config options from example.conf to nickserv.example.conf | DukePyrolator |
2013-10-05 | Fix logging for log type 'other'. | Robby- |
2013-07-26 | Rethink jupe/squit thing somewhat. Workaround for the inspircd rsquit/squit mess | Adam |
2013-07-26 | Fix issues with 'Me' related to previous commit | Adam |
2013-07-21 | More validation stuff from fgs | Adam |
2013-07-21 | More basic config validation, and fix crash when no uplinks are configured. s... | Adam |
2013-07-01 | Change extensible keys to require explicitly having a type defined for it. Co... | Adam |
2013-06-19 | Don't enforce usestrictprivmsg on TS6 IRCds and cache the value of usestrictp... | Adam |
2013-06-13 | Fix usestrictprivmsg /msg vs / logic | Adam |
2013-05-27 | Initially attach all modules to all events, and detach them as the events are... | Adam |
2013-05-26 | Get rid of the remaining references in the core to specific services. Move mo... | Adam |
2013-05-25 | Give an error message when the configuration file ends with an unterminated b... | Adam |
2013-05-19 | Mark service:channels as a "botchannel" and don't try to hold them on sync, a... | Adam |
2013-05-18 | Ignore define{} blocks defining directives to itself | Adam |
2013-05-18 | Add a config option for the default log bot | Adam |
2013-05-18 | Tabify some stuff in config.cpp | Adam |
2013-05-11 | Fix config to default prepend_channel true for fantasy | Charles Kingsley |
2013-05-08 | Fix reading multi line quotes from the conf with blank lines or lines with on... | Adam |
2013-05-07 | Fix setting some default flags, reading fantasy blocks, and minusers setting ... | Adam |
2013-05-06 | Use I_OnUserQuit for os_session because I_OnPreUserLogoff gets called too lat... | Adam |
2013-05-06 | Update the rest of modules.example.conf, default inspircd status modes to a s... | Adam |
2013-05-05 | The const char* specialization of this no longer works | Adam |
2013-05-05 | That doesn't work either, just don't use references. | Adam |
2013-05-05 | The default arguments are references to temporaries which fall out of scope o... | Adam |
2013-05-05 | Cache timeoutcheck and fix a typo in example.conf | Adam |
2013-05-05 | Rework the config file reader to be much more flexible and move many configur... | Adam |