]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/extra/m_geoip.cpp
Merge pull request #1222 from SaberUK/master+warnings
[user/henk/code/inspircd.git] / src / modules / extra / m_geoip.cpp
2016-09-16 Attila MolnarMerge pull request #1222 from SaberUK/master+warnings
2016-09-16 Attila MolnarMerge pull request #1219 from SaberUK/master+directive
2016-09-16 Peter PowellRewrite the build system directive parser.
2016-09-14 Peter PowellFix m_geoip warning about the use of C++11 features.
2016-09-02 Attila MolnarMerge insp20
2016-08-17 Attila MolnarMerge insp20
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarIntroduce Stats::Context, pass it to the OnStats hook...
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...
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-07-19 Attila MolnarAccess local user list via new UserManager::GetLocalUse...
2014-07-19 Attila MolnarMove and rename typedef LocalUserList to UserManager...
2014-04-07 Attila MolnarMerge insp20
2014-01-25 Attila MolnarOmit the server name internally when building a /STATS...
2014-01-21 Attila MolnarMerge insp20
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
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-06-05 attilamolnarMerge insp20
2013-05-18 attilamolnarm_geoip Set cc in OnSetConnectClass to the newly create...
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-02 Attila MolnarMerge pull request #459 from ChrisTX/insp20+fixgeoip
2013-04-02 ChrisTXm_geoip: Fix compilation
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2012-12-04 attilamolnarUnbreak m_geoip
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-11-29 attilamolnarAdd a typedef for LocalUserList
2012-10-12 AdamMerge pull request #320 from ChrisTX/insp20+cleanupwin
2012-10-12 ChrisTXWindows: In-depth cleanup (see details)
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-13 attilamolnarm_geoip Add support for /stats G
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-06-18 AdamFix extras compilation under Windows
2010-02-13 danieldgChange GeoIP to be a connect block matcher
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-02 danieldgModResult conversion: Change return type of all module...
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-08-25 w00tChange module versions to use a string instead of fixed...
2008-04-09 w00tFix these
2008-03-16 brainMake this work, its all good! :)
2008-03-16 brainStart of GeoIP module. This is deceptively simple.