]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/configreader.h
Merge insp20
[user/henk/code/inspircd.git] / include / configreader.h
2016-08-17 Attila MolnarMerge insp20
2016-07-22 Peter PowellAdd a method which calculates the maximum mask length...
2016-02-29 Attila MolnarMerge pull request #1147 from SaberUK/insp20+gcc6
2016-02-29 Attila MolnarMerge pull request #1148 from guikcd/spelling-error
2016-02-29 Attila MolnarMerge pull request #1146 from SaberUK/insp20+quote
2016-02-29 Attila MolnarMerge pull request #1145 from Adam-/insp20+ulinekill
2016-02-25 AdamDon't show snotices for kills from ulined clients
2016-02-22 Attila MolnarMerge insp20
2015-12-06 Attila MolnarMerge branch 'master+echomessage-invitenotify'
2015-12-06 Attila MolnarRemove <options:ircumsgprefix> entirely
2015-11-16 Attila MolnarMerge pull request #1106 from SaberUK/master+purge...
2015-11-03 Attila MolnarMerge branch 'master+invite'
2015-11-02 Attila MolnarMove ServerConfig::InvBypassModes into core_channel
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2014-12-19 Attila MolnarMerge branch 'master+listmode'
2014-12-19 Attila MolnarMerge branch 'master+flatmap'
2014-12-18 Attila MolnarMerge branch 'master+serverlimits'
2014-12-15 Attila MolnarChange type of some associative containers to their...
2014-12-15 Attila MolnarAdd typedef PrivSet for OperInfo::AllowedOperCommands...
2014-12-09 Attila MolnarPass the empty tag to Limits when constructing a Server...
2014-12-09 Attila MolnarAdd ServerLimits constructor that reads limits from...
2014-10-27 Attila MolnarMerge insp20
2014-10-13 Attila MolnarMerge pull request #934 from SaberUK/insp20+fix-various...
2014-10-13 Attila MolnarMerge pull request #933 from SaberUK/insp20+fix-llvm34
2014-10-13 Peter PowellAvoid calling methods on NULL pointers wherever possible.
2014-09-10 Attila MolnarRemove listmode hiding support from the core
2014-07-25 Attila MolnarMerge insp20
2014-07-16 Attila MolnarMove typedef OperIndex to ServerConfig::OperIndex
2014-07-16 Attila MolnarMove typedef ClassVector to ServerConfig::ClassVector
2014-05-23 Peter PowellPrefix all definitions in config.h to avoid potential...
2014-04-11 Peter PowellKill <channels> in favour of <connect:maxchans> and...
2014-04-07 Attila MolnarMerge insp20
2014-03-08 Peter PowellMake the maximum hostname length configurable in the...
2014-03-07 Attila MolnarMove admin settings into core_info
2014-03-07 Attila MolnarMove {prefix|suffix|fixed}{quit|part} into core_user
2014-03-07 Attila MolnarRead the die and restart password and their hash type...
2014-02-07 Attila MolnarOnly compile the testsuite if INSPIRCD_ENABLE_TESTSUITE...
2014-01-21 Attila MolnarMerge insp20
2014-01-08 Attila MolnarRead uline state in spanningtree; remove ConfigReader...
2013-12-18 Attila MolnarRemove unused motd and rules field from ServerConfig
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
2013-12-15 Peter PowellMove stuff around a bit:
2013-09-13 ChrisTXFix a shadow warning created by ConfigTag::create
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-27 attilamolnarFix Windows build and a few more problems
2013-08-13 attilamolnarStore oper types and opers in separate containers
2013-08-12 attilamolnarAdd ConfigTag::getDuration() with optional bounds checking
2013-08-12 Attila MolnarMerge pull request #591 from SaberUK/master+config...
2013-08-12 Peter PowellAdd <path> keys for all of the compile-time paths.
2013-08-10 Peter PowellRename <options:moronbanner> to <options:xlinemessage>.
2013-08-10 Peter PowellReplace range() with min and max arguments on getInt().
2013-08-09 attilamolnarMove host cycle logic into m_hostcycle
2013-07-02 Attila MolnarMerge pull request #571 from ShutterQuick/inspircd...
2013-07-02 Daniel VassdalAllow for skipping clone checking before DNS is complete.
2013-06-06 Attila MolnarMerge pull request #544 from SaberUK/master+kill-maxbuf
2013-06-06 Peter PowellUse iostream instead of C-style file operations.
2013-06-05 Peter PowellStart to replace MAXBUF with <limits:maxline>.
2013-06-05 attilamolnarMerge insp20
2013-06-01 attilamolnarMove a few trivial functions into headers
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellPurge a ton of code related to non <log> related logging.
2013-05-15 attilamolnarAllow spaces (and more) in oper types
2013-04-27 attilamolnarMerge insp20
2013-04-26 AdamModularize DNS
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-11 Attila MolnarMerge pull request #487 from SaberUK/master+better...
2013-04-11 Peter PowellConvert ISUPPORT to use a map instead of a string.
2013-04-08 attilamolnarMigrate u_listmode.h into the core, change +b to use it
2013-04-04 attilamolnarMove whowas settings into cmd_whowas from ConfigReader
2013-03-31 attilamolnarRemove legacy code, mostly related to 1.2 compatibility
2012-12-09 attilamolnarRemove ServerLimits::Finalise(), it's completely wrong
2012-10-29 attilamolnarMove ServerConfig::ProcessColors() into class InspIRCd...
2012-09-30 attilamolnarMake ConfigReader::GetSID() return a const reference...
2012-08-24 attilamolnarAdd a config option to enable/disable the welcome notic...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-06 Attila MolnarMerge pull request #127 from Justasic/insp20+color
2012-07-06 Justin CrawfordAdded color codes to /rules, moved the parsing to Serve...
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Robin BurchellMerge pull request #59 from Robby-/insp20-nosnoticestack
2012-04-15 Robby-Backported Shawn's NoSnoticeStack code from insp21
2010-12-23 JackmcbarnFix bug #113
2010-03-22 danieldgChange <security:operspywhois> to a tristate
2010-03-19 danieldgAdd RAWIO log level which is more verbose than DEBUG
2010-03-14 danieldgAdd <options:cyclehostsfromuser> to configure source...
2010-02-23 danieldgReplace #define IPV6 with <config defaultbind="ipv6...
2010-02-10 danieldgWhy are we wasting space on DieValue?
2010-02-02 danieldgExecutable include for MOTD and more
2010-01-29 danieldgRemove MaxWhoResults, replace with an increase of Penal...
2010-01-11 brain...because every now and again, i have to do a massive...
next