]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_cloaking.cpp
Replace snprintf usage with InspIRCd::Format.
[user/henk/code/inspircd.git] / src / modules / m_cloaking.cpp
2016-09-09 Peter PowellReplace snprintf usage with InspIRCd::Format.
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...
2015-01-03 Attila MolnarMerge pull request #959 from Alef-Burzmali/master+fixcl...
2014-12-29 Thomas FargeixFix a regression in m_cloaking
2014-10-27 Attila MolnarMerge insp20
2014-08-04 Daniel VassdalHashing: Redo API
2014-07-25 Attila MolnarMerge insp20
2014-04-07 Attila MolnarMerge insp20
2014-02-06 Peter PowellFix various cases of UUID exposure.
2014-01-31 Attila MolnarRemove a few unnecessary .c_str() calls
2014-01-21 Attila MolnarMerge insp20
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-04 attilamolnarAutomatically attach modules to events
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-07-02 Attila MolnarMerge pull request #569 from ShutterQuick/inspircd...
2013-07-01 attilamolnarReplace hardcoded mode letters passed to IsModeSet...
2013-06-05 attilamolnarMerge insp20
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-05-15 AdamMerge pull request #531 from SaberUK/master+snprintf...
2013-05-15 Peter PowellReplace some C-isms with C++-isms.
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2013-03-31 attilamolnarRemove legacy code, mostly related to 1.2 compatibility
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
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...
2011-02-14 JackmcbarnFix bug #122
2010-08-17 Daniel De GraafClarify null character append in m_cloaking (fixes...
2010-04-24 Daniel De GraafEmulate a bug in 1.2 to get matching cloaks
2010-04-24 Daniel De GraafAdd "CLOAK" command to allow opers to see the cloaked...
2010-04-24 Daniel De GraafFix IPv6 cloaking in compatability mode (was using...
2010-04-24 Daniel De GraafAdd custom suffix support for 2.0-style IP cloaking...
2010-04-15 Daniel De GraafFix cloak key being misread in 2.0 cloaking modes
2010-03-27 Daniel De GraafAdd debouncing to m_cloaking, and fix cloak of hosts...
2010-03-23 danieldgFix CommandFloodPenalty overflow on connect
2010-03-23 danieldgChange 2.0 cloak function to use variable-length segments
2010-03-04 danieldgUnset umode +x when a different vhost is set on a user
2010-02-21 danieldgAdd HMAC implementation to HashProvider
2010-02-21 danieldgFix exception on m_cloaking GetVersion if run without...
2010-01-28 danieldgFix empty FMODE being sent if SendMode mode changes
2010-01-17 danieldgMove initialization that throws configuration exception...
2010-01-14 danieldgVerify cloak keys match during CAPAB negotiation
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-11 danieldgAdd fine-grained command flood controls
2009-10-30 danieldgm_cloaking: extend IPv6 mask from /48 to /32, add IPv6...
2009-10-21 danieldgMove all local-only fields to LocalUser
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-21 danieldgSplit LocalUser and RemoteUser
2009-10-17 danieldgFix array out-of-bounds accesses
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-13 danieldgUpdate documentation for cloaking
2009-10-11 danieldgOctets in an IPv4 address are unsigned
2009-10-10 danieldgFix double dot in half-cloaked resolved hosts
2009-10-10 danieldgUpdate m_cloaking to use free-form keys instead of...
2009-10-10 psychonm_cloaking: Error out on "wrong" cloaking keys
2009-10-08 danieldgAdd names for all modes (part 1 of named channel mode...
2009-10-08 danieldgUpdate Event and Request APIs
2009-10-05 danieldgRun DelMode and DelModeWatcher in RemoveModule
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-15 danieldgRemove Extensible items from user, channel, and Members...
2009-09-13 danieldgFix cloaking/invite exception for new extban checks
2009-09-13 danieldgSimplify ModeHandler constructor
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgRemove "servermode" parameter, replace with IS_FAKE...
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 danieldgMove IP<->sockaddr conversions into irc::sockets::...
2009-09-01 danieldgRemove more text<->binary IP conversions, making code...
2009-09-01 danieldgChange IP address storage in User to use more IPv4...
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-05-13 specialRevert some files accidentally committed in r11371...
2009-05-13 specialFix an issue in r11370 spotted by danieldg
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-01 w00tRemove now-unneeded 4in6 hacks [danieldg]
next