]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_cgiirc.cpp
Only show the WebIRC gateway name to unprivileged users.
[user/henk/code/inspircd.git] / src / modules / m_cgiirc.cpp
2021-04-11 Sadie PowellOnly show the WebIRC gateway name to unprivileged users.
2021-04-11 Sadie PowellAllow banning WebIRC users by their gateway name.
2021-02-26 InspIRCd RobotUpdate copyright headers.
2021-02-21 Sadie PowellAdd a command to the cgiirc module for encoding/decodin...
2021-02-21 Sadie PowellRename the cmd variable to cmdwebirc in the cgiirc...
2021-02-05 Sadie PowellShow the name of the WebIRC gateway in the IP changing...
2020-12-22 Sadie PowellAdd support for multiple hostmasks in <cgiirc:mask>.
2020-11-03 Sadie PowellMake connect class debug logging more complete and...
2020-04-24 InspIRCd RobotUpdate copyright headers.
2020-04-10 Sadie PowellUpdate the module descriptions using mkversion.
2020-03-11 Sadie PowellWarn if the server config contains an unhashed password.
2020-01-11 InspIRCd RobotUpdate copyright headers.
2019-05-01 Peter PowellMerge branch 'insp20' into insp3.
2019-02-18 RobbyVarious text improvements: consistency, syntax, help...
2019-01-24 Peter PowellRemove trailing whitespace from various source files.
2019-01-14 linuxdaemonRedo OnSetEndPoint logic to fix duplicate clones (...
2018-12-01 Peter PowellFix detecting secure clients connecting through HAProxy...
2018-11-21 Peter PowellKill users that fail a WEBIRC auth instead of penalisin...
2018-11-21 Peter PowellOnly try to parse the WebIRC IP if the user matches...
2018-11-16 Peter PowellFix an inverted condition in the cgiirc module.
2018-11-07 Peter PowellMerge tag 'v2.0.27' into master.
2018-11-04 Peter PowellImplement support for WEBIRC attributes.
2018-09-24 Peter PowellMerge branch 'insp20' into master.
2018-09-18 Peter PowellFix gateway client hosts not being updated if DNS resol...
2018-09-17 Peter PowellImprovements and bugfixes to the cgiirc module.
2018-08-15 Peter PowellMerge branch 'insp20' into master.
2018-07-26 Peter PowellUse CommandBase::Params instead of std::vector<std...
2018-07-15 Peter PowellMerge branch 'insp20' into master.
2018-04-22 Peter PowellMerge tag 'v2.0.26' into master.
2018-04-08 Peter PowellInclude modules/whois.h directly from files that use it.
2018-04-06 Peter PowellSet User::host before calling ChangeIP()
2017-12-27 Peter PowellFix various issues with the cgiirc module.
2017-12-20 Peter PowellAlways store something in the cgiirc hostname extension.
2017-12-11 Peter PowellMerge branch 'insp20' into master.
2017-11-12 Peter PowellMerge tag 'v2.0.25' into master.
2017-11-06 Peter PowellMerge pull request #1359 from genius3000/insp20+sasl_no...
2017-10-31 Peter PowellMake core_hostname_lookup redo the lookup when a user...
2017-10-28 Peter PowellHide User#host and User#dhost and use accessors to...
2017-10-27 Peter PowellChange SetClientIP to take a C++ string instead of...
2017-10-15 Peter PowellUn-constify the private fields of WebIRCHost.
2017-10-15 Peter PowellRewrite the configuration documentation for m_cgiirc.
2017-10-15 Peter PowellAdd support for WEBIRC blocks authenticating using...
2017-10-15 Peter PowellShow the gateway, realhost, and realip in WHOIS for...
2017-10-15 Peter PowellClean up the WEBIRC command handler.
2017-10-15 Peter PowellAdd support for hashed WebIRC passwords to m_cgiirc.
2017-10-15 Peter PowellRewrite the m_cgiirc configuration handling.
2017-10-12 Peter PowellMerge the latest changes from insp20 into master.
2017-10-01 Peter PowellSwitch the WEBIRC command to use SplitCommand.
2017-09-27 Peter PowellRemove support for the pass, passfirst, identfirst...
2017-09-09 Peter PowellFix m_cgiirc allowing malformed hosts sent via WEBIRC.
2017-08-05 Peter PowellMerge pull request #1351 from SaberUK/master+webirc
2017-07-27 Peter PowellMerge pull request #1271 from SaberUK/master+exemption
2017-07-25 Peter PowellMerge pull request #1300 from SaberUK/master+genssl
2017-07-12 Peter PowellMerge pull request #1270 from SaberUK/master+sasl
2017-07-12 Peter PowellMerge pull request #1267 from SaberUK/master+config
2017-07-12 Peter PowellMerge pull request #677 from Robby-/master-dnsblzline
2017-07-12 Peter PowellMerge pull request #1337 from SaberUK/master+merge
2017-07-11 Peter PowellMerge pull request #1283 from SaberUK/insp20+mailmap
2017-07-09 Peter PowellMerge v2.0.23 and v2.0.24 into master.
2017-06-22 Peter PowellAllow filtering WebIRC connections into a connect class...
2017-05-17 AdamMerge pull request #1094 from SISheogorath/insp20+fixed...
2017-05-17 AdamMerge pull request #1284 from Adam-/insp20+preregcloak
2017-05-17 Attila MolnarMerge pull request #1321 from SaberUK/insp20+permwarn
2017-05-17 Attila MolnarMerge pull request #1269 from Adam-/insp20+saslhost
2017-05-17 Attila MolnarMerge pull request #1230 from SaberUK/insp20+ipcache
2017-05-17 Attila MolnarMerge pull request #1318 from SaberUK/insp20+dumpver
2017-04-28 AdamMerge pull request #1324 from SaberUK/insp20+cgiirc
2017-04-27 Peter PowellPenalise clients that use WEBIRC incorrectly.
2017-04-27 Peter PowellFix WEBIRC not rejecting invalid IP addresses.
2016-09-16 Attila MolnarMerge pull request #1176 from SaberUK/master+format
2016-09-12 Attila MolnarChange type of log messages to MODNAME in several modules
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-22 Attila MolnarMerge insp20
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-23 Attila MolnarMerge branch 'master+no-rtti'
2015-01-22 Attila MolnarMerge branch 'master+exttype' into master+no-rtti
2015-01-18 Attila MolnarSpecify which Extensible subclass an ExtensionItem...
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-04-30 Attila Molnarm_cgiirc Call User::InvalidateCache() after changing...
2014-04-09 md_5Fix m_cgiirc to set the user's host straight away when...
2014-04-07 Attila MolnarMerge insp20
2014-03-17 Attila MolnarRewrite clone counting to use one map instead of two
2014-03-08 Peter PowellMake the maximum hostname length configurable in the...
2014-02-23 GoogolplexedMoving CGIIRC to a new snomask (w)
2014-01-23 Attila MolnarRemove whitespace and minor style changes
2014-01-21 Attila MolnarMerge insp20
2013-12-18 Attila MolnarClean up CoreException
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarReplace OnRehash() with ReadConfig() that is called...
2013-08-30 attilamolnarMerge insp20
2013-08-12 Attila MolnarMerge pull request #591 from SaberUK/master+config...
2013-08-10 Peter PowellRename <connect:nouserdns> to <connect:resolvehostnames>.
2013-08-04 attilamolnarAutomatically attach modules to events
2013-08-04 Attila MolnarMerge pull request #590 from SaberUK/master+module...
2013-08-04 Peter PowellModify the log message to contain the log type.
next