]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_cgiirc.cpp
Fix the cloaking module on C++98 compilers.
[user/henk/code/inspircd.git] / src / modules / m_cgiirc.cpp
2013-06-24 Attila MolnarMerge pull request #563 from ElementalAlchemist/patch-1
2013-06-24 ElementalAlchemistPrevent m_cgiirc from blocking indefinitely, resulting...
2013-06-05 attilamolnarMerge insp20
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 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
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-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-01 Attila MolnarMerge pull request #452 from SaberUK/master+nuke-hashmap
2013-04-01 attilamolnarMove member variables from User to LocalUser
2013-03-11 attilamolnarFix m_dnsbl not checking cgiirc users when the cgiirc...
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-11-29 attilamolnarm_cgiirc Fix wrong announcement when the host in WEBIRC...
2012-11-29 attilamolnarm_cgiirc Don't apply resolved host or send notification...
2012-11-29 attilamolnarm_cgiirc Don't resolve IPs when <performance:nouserdns...
2012-11-29 attilamolnarm_cgiirc De-duplicate code, recheck elines after ip...
2012-11-29 attilamolnarm_cgiirc Remove dead code, warn when a <cgihost> block...
2012-10-12 attilamolnarm_cgiirc, m_dnsbl Remove unnecessary includes
2012-09-23 Attila MolnarMerge pull request #308 from SaberUK/insp20-fingerprint
2012-09-13 attilamolnarm_cgiirc Take actions after a successful WEBIRC in...
2012-09-13 attilamolnarm_cgiirc Register the "waiting" extension
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...
2010-09-04 Daniel De GraafFix resolved hostname not being changed when WEBIRC...
2010-08-11 Daniel De GraafFix NotifyOpers setting not being applied correctly
2010-03-06 danieldgWe refer to modules using .so not .cpp
2010-03-05 danieldgSet m_cgiirc to run its OnUserConnect before m_conn_umodes
2010-03-05 danieldgMake CGI:IRC host resolution block registration, fixes...
2010-02-12 danieldgRemove possible references to deleted User objects...
2010-02-03 danieldgDon't use hosts more than 64 characters long from CGI:IRC
2010-01-30 danieldgForward-port of r12333, clone-counting fix for m_cgiirc
2010-01-11 brain...because every now and again, i have to do a massive...
2010-01-05 danieldgShow channel listmodes (+beIg) in /CHECK output
2009-11-06 danieldgMove StreamSocket inheritance off of User
2009-11-01 danieldgFix CGI:IRC user class not being changed based on their...
2009-10-25 danieldgFixes found by removing User inheritance from StreamSocket
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-17 danieldgMake classbase and refcountbase uncopyable; expand...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-03 danieldgRemove CMD_LOCALONLY, enforce use of GetRouting for...
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgMetaData rework
2009-09-02 danieldgChange allocation of commands/modes
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgRename User::GetPort to GetServerPort to clarify its...
2009-09-01 danieldgChange IP address storage in User to use more IPv4...
2009-08-16 w00tcgiirc: Pass hosts to WEBIRC command on rehash. No...
2009-06-30 w00tRoll back mysterious DNS change from 2007 which broke...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-02 danieldgGlobally route "a" snotices for more modules. Patch...
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-02-08 w00tAdd a snotice when a user tries to use WEBIRC without...
2009-01-02 w00tUpdate copyrights for 2009.
2008-12-07 w00tConvert necessary match calls to use ASCII casemap.
2008-09-29 specialReplace the IP (in addition to hostname) for CGIIRC...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-22 w00tMatch conversion stuff.
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-29 brainApply patch to fix ipv6 builds, contributed by danieldg...
2008-05-19 brainConvert connection::host
2008-05-18 brainNext to convert
2008-05-04 peaveyConvert a whole bunch more
2008-04-26 brickerI not i
2008-04-12 brainTrunk fix for bug #505 reported by nenolod
2008-04-07 brainHosts vector not cleared on rehash, made rehashing...
2008-03-24 brainAnd more of them
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-11 w00tFix: Extra duplication of InspIRCd * is not necessary.
2008-02-11 w00tAdd -Wshadow to cflags, and fix a bunch of warnings...
2008-02-08 w00tFix low-risk potential memory leak: if a webirc client...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tRemove InspIRCd::WriteOpers in favour of snomask O
2008-01-13 w00tFirst UserManager overhaul: Move clone counts out of...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-09 brainSame here, fix some minor memory leaks noticed by w00t
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-11-04 brainAnother
2007-10-21 w00tAnother big commit, just to please all my fans out...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
next