index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_cgiirc.cpp
Age
Commit message (
Expand
)
Author
2019-02-18
Various text improvements: consistency, syntax, help and doc updates/fixes.
Robby
2019-01-24
Remove trailing whitespace from various source files.
Peter Powell
2019-01-14
Redo OnSetEndPoint logic to fix duplicate clones (#1549).
linuxdaemon
2018-12-01
Fix detecting secure clients connecting through HAProxy/WEBIRC.
Peter Powell
2018-11-21
Kill users that fail a WEBIRC auth instead of penalising them.
Peter Powell
2018-11-21
Only try to parse the WebIRC IP if the user matches a host.
Peter Powell
2018-11-16
Fix an inverted condition in the cgiirc module.
Peter Powell
2018-11-04
Implement support for WEBIRC attributes.
Peter Powell
2018-09-17
Improvements and bugfixes to the cgiirc module.
Peter Powell
2018-07-26
Use CommandBase::Params instead of std::vector<std::string>.
Peter Powell
2018-04-08
Include modules/whois.h directly from files that use it.
Peter Powell
2017-12-27
Fix various issues with the cgiirc module.
Peter Powell
2017-10-31
Make core_hostname_lookup redo the lookup when a user's IP changes.
Peter Powell
2017-10-28
Hide User#host and User#dhost and use accessors to modify them.
Peter Powell
2017-10-27
Change SetClientIP to take a C++ string instead of a char array.
Peter Powell
2017-10-16
Un-constify the private fields of WebIRCHost.
Peter Powell
2017-10-15
Rewrite the configuration documentation for m_cgiirc.
Peter Powell
2017-10-15
Add support for WEBIRC blocks authenticating using client certs.
Peter Powell
2017-10-15
Show the gateway, realhost, and realip in WHOIS for cgiirc clients.
Peter Powell
2017-10-15
Clean up the WEBIRC command handler.
Peter Powell
2017-10-15
Add support for hashed WebIRC passwords to m_cgiirc.
Peter Powell
2017-10-15
Rewrite the m_cgiirc configuration handling.
Peter Powell
2017-10-12
Merge the latest changes from insp20 into master.
Peter Powell
2017-10-01
Switch the WEBIRC command to use SplitCommand.
Peter Powell
2017-09-27
Remove support for the pass, passfirst, identfirst cgiirc types.
Peter Powell
2017-09-09
Fix m_cgiirc allowing malformed hosts sent via WEBIRC.
Peter Powell
2017-08-05
Merge pull request #1351 from SaberUK/master+webirc
Peter Powell
2017-07-09
Merge v2.0.23 and v2.0.24 into master.
Peter Powell
2017-06-22
Allow filtering WebIRC connections into a connect class by gateway.
Peter Powell
2017-04-27
Penalise clients that use WEBIRC incorrectly.
Peter Powell
2017-04-27
Fix WEBIRC not rejecting invalid IP addresses.
Peter Powell
2016-09-12
Change type of log messages to MODNAME in several modules
Attila Molnar
2015-01-18
Specify which Extensible subclass an ExtensionItem is valid for
Attila Molnar
2014-07-25
Merge insp20
Attila Molnar
2014-05-01
m_cgiirc Call User::InvalidateCache() after changing host and dhost in OnChec...
Attila Molnar
2014-04-09
Fix m_cgiirc to set the user's host straight away when using WEBIRC.
md_5
2014-03-17
Rewrite clone counting to use one map instead of two
Attila Molnar
2014-03-08
Make the maximum hostname length configurable in the config.
Peter Powell
2014-02-23
Moving CGIIRC to a new snomask (w)
Googolplexed
2014-01-23
Remove whitespace and minor style changes
Attila Molnar
2013-12-18
Clean up CoreException
Attila Molnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-30
Replace OnRehash() with ReadConfig() that is called on boot, on module load a...
attilamolnar
2013-08-10
Rename <connect:nouserdns> to <connect:resolvehostnames>.
Peter Powell
2013-08-04
Automatically attach modules to events
attilamolnar
2013-08-04
Modify the log message to contain the log type.
Peter Powell
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-24
Prevent m_cgiirc from blocking indefinitely, resulting in registration timeou...
ElementalAlchemist
2013-05-19
Fix spacing in calls to LogManager::Log.
Peter Powell
2013-05-15
Tidy up keywords on module methods.
Peter Powell
[next]