]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - docs
Allow multiple allowmasks in link blocks, #679
[user/henk/code/inspircd.git] / docs /
2013-11-21 AdamAllow multiple allowmasks in link blocks, #679
2013-09-11 attilamolnarConvert cmd_modenotice into an optional module
2013-08-30 attilamolnarMerge insp20
2013-08-28 Christopher 'm4z... Update COPYING file with new FSF address.
2013-08-27 attilamolnarm_permchannels Add the ability to save listmodes
2013-08-27 attilamolnarUpdate example configs, README.md and more
2013-08-24 Attila MolnarMerge pull request #616 from ShutterQuick/inspircd...
2013-08-24 Daniel VassdalOption to select if chanhistory is on for bots
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 PowellRequire privs given on initial join to be in <options...
2013-08-10 Peter PowellRename <options:moronbanner> to <options:xlinemessage>.
2013-08-10 Peter PowellChange the default for <security:customversion> to...
2013-08-10 Peter PowellRename <connect:nouserdns> to <connect:resolvehostnames>.
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-18 attilamolnarRemove limitsomaxconn and remains of m_halfop/allowhalfop
2013-06-16 Peter PowellAdd RE2 regex module.
2013-06-10 Daniel VassdalAdded m_repeat - Allows for blocking of similiar messages
2013-06-05 attilamolnarMerge insp20
2013-06-03 Daniel VassdalAdded option for using TCP_DEFER_ACCEPT. Prevents the...
2013-04-27 attilamolnarMerge insp20
2013-04-27 Daniel VassdalAdded RMODE command per suggestion #479
2013-04-27 AdamMerge pull request #501 from SaberUK/master+nouserdns
2013-04-27 Peter PowellMove <performance:nouserdns> to <connect:nouserdns>.
2013-04-23 attilamolnarAdd config option to disable somaxconn range() check
2013-04-16 attilamolnarm_kicknorejoin Limit time to 30m by default
2013-04-13 Attila MolnarMerge pull request #476 from SaberUK/master+allowcoreunload
2013-04-13 Peter PowellAdd <security:allowcoreunload>.
2013-04-06 Attila MolnarMerge pull request #475 from SaberUK/master+default...
2013-04-06 Peter PowellDefault to the XML config format.
2013-04-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 Attila MolnarMerge pull request #454 from SaberUK/master+misc-improv...
2013-04-01 Peter PowellPurge the deprecated chanprotect module.
2013-03-31 attilamolnarm_samode Require an oper privilege to change the user...
2013-03-31 attilamolnarChange the default value of <options:cyclehosts> to no
2013-03-31 attilamolnarRemove legacy code, mostly related to 1.2 compatibility
2013-03-31 attilamolnarMinor update to example configs
2013-03-29 attilamolnarUpdate doc and fix the description of m_allowinvite
2013-03-09 Attila MolnarMerge pull request #437 from SaberUK/insp20+doxygen...
2013-03-08 Peter PowellUpdate Doxyfile for the latest version of Doxygen.
2013-03-02 Attila MolnarMerge pull request #430 from SaberUK/insp20+config...
2013-03-02 Peter PowellReorganise configuration files:
2013-02-11 attilamolnarcmd_invite Send invite announcements to halfops and...
2012-11-29 attilamolnarm_dnsbl Add usednsbl option to connect classes
2012-11-29 Attila MolnarMerge pull request #374 from rburchell/ldapauth_vhosts
2012-11-29 Robin Burchellldapauth: Allow setting virtual hosts on identification...
2012-11-23 attilamolnarRemove TAXONOMY from opers.conf.example, it doesn't...
2012-10-29 attilamolnarm_opermotd Add support for replacing \u \b etc. with...
2012-10-28 attilamolnarm_operlog Add tosnomask config option, to log all oper...
2012-10-19 Adrien Bustanym_ldapauth Allow filtering on arbitrary LDAP attributes
2012-10-19 Peter PowellFix for #268.
2012-10-08 attilamolnarUpdate modules.conf.example with m_ircv3
2012-10-08 Attila MolnarMerge pull request #321 from ballock/insp20
2012-10-08 Boleslaw TokarskiAllows to use user->ident string instead of user->nick...
2012-10-06 attilamolnarUpdate modules.conf.example with m_topiclock
2012-10-04 AdamMerge pull request #314 from ChrisTX/insp20+DnsQueryConfig
2012-10-04 ChrisTXReplace hardcoded paths with configurable ones
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-22 Peter PowellRemove references to removed FINGERPRINT command.
2012-09-22 attilamolnarInstruct users to verify that std::regex is supported...
2012-09-22 ChrisTXm_regex_stdlib: A regex provider for the C++11 containe...
2012-09-13 attilamolnarm_knock Add support for sending a 710 numeric when...
2012-08-24 attilamolnarAdd a config option to enable/disable the welcome notic...
2012-08-24 attilamolnarRemove reference to m_ziplinks from modules.conf.unreal...
2012-08-20 attilamolnarChange "allowmismatched" to "allowmismatch" in example...
2012-08-13 Robin BurchellMerge pull request #251 from Shawn-Smith/insp20+extbanU
2012-07-26 attilamolnarUpdate example configs
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-07 Shawn SmithAdded ExtBan U to match only Unregistered users
2012-07-06 Attila MolnarMerge pull request #217 from Shawn-Smith/insp20+antired...
2012-07-06 Shawn SmithBackported usermode +L from insp21. Stops forced redire...
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-04 Peter PowellUpdate Doxyfile for the latest Doxygen.
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-14 Attila MolnarMerge pull request #184 from SaberUK/insp20-copy-all...
2012-06-13 Peter PowellREADME changes.
2012-06-12 Peter PowellMove all example configuration files to their own direc...
2012-06-11 attilamolnarm_spanningtree Disallow server passwords which contain...
2012-06-01 Robin BurchellMerge pull request #179 from attilamolnar/insp20+desyncfix
2012-05-30 Robin BurchellMerge pull request #175 from attilamolnar/insp20+chopfix
2012-05-30 Robin BurchellMerge pull request #173 from Robby-/insp20-moddesc
2012-05-30 Robin BurchellMerge pull request #166 from Robby-/insp20-cfgcorrections
2012-05-30 Robby-Module description updates
2012-05-29 Robby-Add more documentation about logging, aswell as make...
2012-05-16 Robin BurchellMerge pull request #113 from nenolod/feature/mlock
2012-05-04 William Pitcockdocs/modules.conf: document availability of MLOCK module.
2012-04-19 Robin BurchellMerge pull request #85 from Robby-/insp20-typosnstuff
2012-04-19 Robin BurchellMerge pull request #88 from Robby-/insp20-helpop
2012-04-19 Robby-Revert 05e6330fbd6e9a427c09cf90e2cada10656c48f7 and...
2012-04-19 Robby-Add conf/ to include paths and fix some typos
2012-04-18 Robin BurchellMerge pull request #74 from Robby-/insp20-statsupdates
2012-04-18 Robby-/STATS: updates
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-17 Robin BurchellMerge pull request #68 from SaberUK/update-doxygen
2012-04-17 Peter PowellUpdate Doxyfile.
next