index
:
anope.git
1.8
2.0
2.1
master
Anope is an open source set of IRC services.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
config.cpp
Age
Commit message (
Expand
)
Author
2017-08-20
Add support for envvars in the config
Adam
2017-05-29
Fixup some compilation warnings
Adam
2017-04-20
Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4'
Adam
2017-04-07
Merge commit '0f49d1051a96645a576e49cb025198d1b5c9dc60'
Adam
2017-01-27
Store CommandInfo in CommandSource instead of just command/permission
Adam
2017-01-23
Make log system use newer format strings
Adam
2017-01-16
Update copyright to 2017.
Robby
2016-11-11
Fix opers not really being serializable
Adam
2016-11-05
Fix duplicating bots/opers on startup
Adam
2016-11-03
Don't try to include files with empty paths
Adam
2016-10-15
Various improvements/bugfixes to extdb stuff
Adam
2016-10-09
Adjust reading nickserv core config opts
Adam
2016-08-27
Optionally allow using Boost.Locale for hashcomp
Adam
2016-07-31
Update license headers and copyrights on all source files
Adam
2016-07-28
Update Config::GetModule too
Adam
2016-07-28
Get rid of undefined behavior in configuration blocks by creating them as nec...
Adam
2016-07-28
Allow serializable fields to use storage in the respective objects.
Adam
2016-01-28
Update copyright to 2016. This was done with:
Robby
2016-01-19
Fix various inconsistencies/crashes related to having multiple opers configur...
Adam
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
[next]