]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_cloaking.cpp
Fix the cloaking module on C++98 compilers.
[user/henk/code/inspircd.git] / src / modules / m_cloaking.cpp
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]
2008-11-01 w00tMerge commit 'ddg/out-12'
2008-10-25 w00tFix <disabled:umodes> interfering with /unloadmodule...
2008-09-16 brainShrink users properly on quit, and make cloaks for...
2008-09-14 peaveydont try and cloak if no valid cloak was returned ...
2008-09-13 brainOptimisation
2008-09-13 brainFix setting of +x before we've processed an OnUserConnect
2008-09-10 w00tBack out change, as this doesn't work properly with...
2008-09-10 w00tBit of a tidyup, generate cloak whenever first set...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
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-19 brainMore done
2008-05-01 brainSome modules throw CoreException, this is wrong wrongit...
2008-04-10 brainAdd correct stuff so that /taxonomy can show the cloake...
2008-04-10 brainCalculate hosts on connect so theres no way around...
2008-04-10 brainFix for bug #513
2008-04-08 w00tComment tweakage
2008-03-24 brainAnd more of them
2008-02-18 w00tPhew. Fix a bunch of method sigs to stop warnings.
2008-01-17 w00tRemove a redundant method here, call the mode manager...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-10 brainFix owines crashes here too
2007-11-10 brainFix crashes found by owine (usually on startup)
2007-11-09 brainWe should probably UseInterface last, too
2007-11-09 brainTheres actually more to this. Before we throw, delete...
2007-11-09 brainSame fix here
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainHonking huge commit. Removal of DELETE() template that...
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-25 w00tBrain, look at this pls :p
2007-10-23 brainMore
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-09-12 specialModified m_cloaking to not use need_positive (instead...
2007-08-28 omMove everything module-related out of InspIRCd and...
2007-08-27 w00tRemove unnecessary header traffic
2007-08-23 brainAdd some stuff to change how we process a token sepeper...
next