summaryrefslogtreecommitdiff
path: root/src/modules/m_cgiirc.cpp
AgeCommit message (Expand)Author
2021-04-17Fix the 'w' extban not being added to the EXTBAN 005 numeric.Sadie Powell
2021-04-11Only show the WebIRC gateway name to unprivileged users.Sadie Powell
2021-04-11Allow banning WebIRC users by their gateway name.Sadie Powell
2021-02-26Update copyright headers.InspIRCd Robot
2021-02-21Add a command to the cgiirc module for encoding/decoding hex idents.Sadie Powell
2021-02-21Rename the cmd variable to cmdwebirc in the cgiirc module.Sadie Powell
2021-02-05Show the name of the WebIRC gateway in the IP changing notice.Sadie Powell
2020-12-22Add support for multiple hostmasks in <cgiirc:mask>.Sadie Powell
2020-11-03Make connect class debug logging more complete and consistent.Sadie Powell
2020-04-24Update copyright headers.InspIRCd Robot
2020-04-10Update the module descriptions using mkversion.Sadie Powell
2020-03-11Warn if the server config contains an unhashed password.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-02-18Various text improvements: consistency, syntax, help and doc updates/fixes.Robby
2019-01-24Remove trailing whitespace from various source files.Peter Powell
2019-01-14Redo OnSetEndPoint logic to fix duplicate clones (#1549).linuxdaemon
2018-12-01Fix detecting secure clients connecting through HAProxy/WEBIRC.Peter Powell
2018-11-21Kill users that fail a WEBIRC auth instead of penalising them.Peter Powell
2018-11-21Only try to parse the WebIRC IP if the user matches a host.Peter Powell
2018-11-16Fix an inverted condition in the cgiirc module.Peter Powell
2018-11-04Implement support for WEBIRC attributes.Peter Powell
2018-09-17Improvements and bugfixes to the cgiirc module.Peter Powell
2018-07-26Use CommandBase::Params instead of std::vector<std::string>.Peter Powell
2018-04-08Include modules/whois.h directly from files that use it.Peter Powell
2017-12-27Fix various issues with the cgiirc module.Peter Powell
2017-10-31Make core_hostname_lookup redo the lookup when a user's IP changes.Peter Powell
2017-10-28Hide User#host and User#dhost and use accessors to modify them.Peter Powell
2017-10-27Change SetClientIP to take a C++ string instead of a char array.Peter Powell
2017-10-16Un-constify the private fields of WebIRCHost.Peter Powell
2017-10-15Rewrite the configuration documentation for m_cgiirc.Peter Powell
2017-10-15Add support for WEBIRC blocks authenticating using client certs.Peter Powell
2017-10-15Show the gateway, realhost, and realip in WHOIS for cgiirc clients.Peter Powell
2017-10-15Clean up the WEBIRC command handler.Peter Powell
2017-10-15Add support for hashed WebIRC passwords to m_cgiirc.Peter Powell
2017-10-15Rewrite the m_cgiirc configuration handling.Peter Powell
2017-10-12Merge the latest changes from insp20 into master.Peter Powell
2017-10-01Switch the WEBIRC command to use SplitCommand.Peter Powell
2017-09-27Remove support for the pass, passfirst, identfirst cgiirc types.Peter Powell
2017-09-09Fix m_cgiirc allowing malformed hosts sent via WEBIRC.Peter Powell
2017-08-05Merge pull request #1351 from SaberUK/master+webircPeter Powell
2017-07-09Merge v2.0.23 and v2.0.24 into master.Peter Powell
2017-06-22Allow filtering WebIRC connections into a connect class by gateway.Peter Powell
2017-04-27Penalise clients that use WEBIRC incorrectly.Peter Powell
2017-04-27Fix WEBIRC not rejecting invalid IP addresses.Peter Powell
2016-09-12Change type of log messages to MODNAME in several modulesAttila Molnar
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2014-07-25Merge insp20Attila Molnar
2014-05-01m_cgiirc Call User::InvalidateCache() after changing host and dhost in OnChec...Attila Molnar
2014-04-09Fix m_cgiirc to set the user's host straight away when using WEBIRC.md_5
2014-03-17Rewrite clone counting to use one map instead of twoAttila Molnar