]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/configreader.cpp
Change all socketengine methods to be static
[user/henk/code/inspircd.git] / src / configreader.cpp
2014-02-08 Attila MolnarChange all socketengine methods to be static
2014-02-08 Attila MolnarChange SocketEngine functions that do not require an...
2014-01-21 Attila MolnarMerge insp20
2014-01-21 AdamAdd m_starttls and remove it from m_ssl_gnutls, which...
2014-01-08 Attila MolnarRead uline state in spanningtree; remove ConfigReader...
2013-12-18 Attila MolnarAdd m_showfile, remove cmd_rules
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-11-21 attilamolnarFix a few issues
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-08-30 attilamolnarRemove ModuleManager::GetAllModuleNames(), use GetModul...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-13 attilamolnarStore oper types and opers in separate containers
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 PowellRequire privs given on initial join to be in <options...
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-10 Peter PowellPrevent servers from ulining themselves.
2013-08-10 Peter PowellChange the default for <security:customversion> to...
2013-08-10 Peter PowellWarn if the server has no <bind> blocks.
2013-08-10 Peter PowellUse an example server name if <server:name> is not...
2013-08-10 Peter PowellRename <connect:nouserdns> to <connect:resolvehostnames>.
2013-08-09 attilamolnarMove host cycle logic into m_hostcycle
2013-08-04 AdamChange the syntax of FOREACH macros to be less dumb.
2013-07-19 attilamolnarSeperate ModeReference into ChanModeReference and UserM...
2013-07-06 Peter PowellRemove restriction on changing <limits:maxline> while...
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Attila MolnarMerge pull request #580 from SaberUK/master+restrict...
2013-07-04 Peter PowellFix users being able to set <server:network> to an...
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-18 attilamolnarRemove limitsomaxconn and remains of m_halfop/allowhalfop
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-26 Peter PowellClean up the FileReader class and all of the modules...
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-05-15 attilamolnarAllow spaces (and more) in oper types
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
2013-04-27 attilamolnarMerge insp20
2013-04-27 AdamMerge pull request #501 from SaberUK/master+nouserdns
2013-04-27 Peter PowellMove <performance:nouserdns> to <connect:nouserdns>.
2013-04-26 AdamModularize DNS
2013-04-23 attilamolnarAdd config option to disable somaxconn range() check
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
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-06 Attila MolnarMerge pull request #474 from SaberUK/master+better...
2013-04-06 Peter PowellAdd the ability to deprecate config values as well...
2013-04-06 Peter PowellPurge the 1.1 config deprecations.
2013-04-04 attilamolnarMove whowas settings into cmd_whowas from ConfigReader
2013-04-04 attilamolnarMake cmd_whowas act like a module, remove special handling
2013-04-03 attilamolnarConvert InspIRCd::Duration() to be static
2013-04-01 attilamolnarIgnore empty sid in ServerConfig::Fill()
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarChange IsNickHandler()/IsIdentHandler()/IsChannelHandle...
2013-04-01 attilamolnarConvert IsSID() to a static member function, modules...
2013-03-31 attilamolnarRemove legacy code, mostly related to 1.2 compatibility
2012-12-09 attilamolnarRemove ServerLimits::Finalise(), it's completely wrong
2012-11-18 Attila MolnarMerge pull request #365 from StevenVanAcker/unhook-uid
2012-11-18 Attila MolnarMerge pull request #366 from StevenVanAcker/autoconnect...
2012-11-15 Steven Van Ackeradded warning that autoconnect is now a separate tag
2012-10-29 attilamolnarFix typo in doc and remove some whitespace
2012-10-29 attilamolnarMove ServerConfig::ProcessColors() into class InspIRCd...
2012-10-28 attilamolnarFix warnings in configreader.cpp on FreeBSD
2012-10-14 Attila MolnarMerge pull request #274 from ChrisTX/insp20+gnutlsdepre...
2012-10-14 Attila MolnarMerge pull request #338 from ChrisTX/insp20+iostream
2012-10-14 ChrisTXReplace printf(_c) with iostream
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-10-12 attilamolnarRemove superfluous std::string()s
2012-09-30 attilamolnarMake ConfigReader::GetSID() return a const reference...
2012-09-23 attilamolnarFix undefined behavior caused by referencing the return...
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-13 Attila MolnarMerge pull request #301 from Adam-/insp20+bindrehash
2012-09-13 ChrisTXconfigreader: Replace ConfValue here with a ConfigTagLi...
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 Attila MolnarMerge pull request #244 from SaberUK/insp20-configure-fix
2012-07-05 Attila MolnarMerge pull request #243 from SaberUK/insp20-config...
2012-07-05 Peter PowellExplicitly deprecate some config changes.
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-19 Robin BurchellMerge pull request #88 from Robby-/insp20-helpop
2012-04-18 Robin BurchellNo need to check elines twice..
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
next