]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_connectban.cpp
m_namedmodes Only show chan key to members and opers with channels/auspex
[user/henk/code/inspircd.git] / src / modules / m_connectban.cpp
2013-05-07 Attila MolnarMerge pull request #526 from SaberUK/insp20+connectban-fix
2013-05-06 Peter PowellFix an extremely low risk crash bug in m_connectban.
2013-03-11 attilamolnarm_connectban Switch to OnSetUserIP hook to handle cgiir...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-11-12 attilamolnarRemove usage of the deprecated ConfigReader
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
2012-06-01 Robin BurchellMerge pull request #179 from attilamolnar/insp20+desyncfix
2012-05-30 Robin BurchellMerge pull request #175 from attilamolnar/insp20+chopfix
2012-05-30 Robin BurchellMerge pull request #173 from Robby-/insp20-moddesc
2012-05-30 Robby-Module description updates
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-01-19 danieldgFix incorrect forward-port of patch
2010-01-19 danieldgSlightly more comprehensible message for connect thrott...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-24 danieldgCreate irc::sockets::cidr_mask
2009-10-22 danieldgMake irc::sockets::* parameters consistent, add irc...
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-14 danieldgIntroduce "X" snomask for remote *:line messages [patch...
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-09-01 danieldgStrip SUPPORT_IP6LINKS #define
2009-05-24 danieldgOnRehash changes: split to multiple hooks to clarify...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-11-08 brainModule class was still called QuitBan, rename to Connec...
2008-11-08 brainFix a log source
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-07-12 w00tAdd CIDR mask use to m_connectban, detection and bannin...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-08 w00tRename to m_connectban