summaryrefslogtreecommitdiff
path: root/src/modules/extra/m_geoip.cpp
AgeCommit message (Expand)Author
2018-04-07Fix disabling the GeoIP extban in m_geoip.Peter Powell
2018-04-06Implement support for banning users from channels by country code.Peter Powell
2017-10-21Add PackageInfo directives for Debian.Peter Powell
2016-09-16Add CentOS PackageInfoAdam
2016-09-16Merge pull request #1222 from SaberUK/master+warningsAttila Molnar
2016-09-16Rewrite the build system directive parser.Peter Powell
2016-09-15Fix m_geoip warning about the use of C++11 features.Peter Powell
2016-02-25Introduce Stats::Context, pass it to the OnStats hook and switch all code to itAttila Molnar
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2014-07-19Access local user list via new UserManager::GetLocalUsers() and make local_us...Attila Molnar
2014-07-19Move and rename typedef LocalUserList to UserManager::LocalListAttila Molnar
2014-01-25Omit the server name internally when building a /STATS reply and prepend it l...Attila Molnar
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-04Automatically attach modules to eventsattilamolnar
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-06-06Merge insp20attilamolnar
2013-05-18m_geoip Set cc in OnSetConnectClass to the newly created string if it was NULLattilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-02m_geoip: Fix compilationChrisTX
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2012-12-04Unbreak m_geoipattilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-11-29Add a typedef for LocalUserListattilamolnar
2012-10-12Windows: In-depth cleanup (see details)ChrisTX
2012-06-12m_geoip Add support for /stats Gattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2011-06-18Fix extras compilation under WindowsAdam
2010-02-13Change GeoIP to be a connect block matcherdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-21Change module API to use LocalUser* where correctdanieldg
2009-10-17Remove dummy API_VERSION from Version constructordanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-22Describe module purpose in /MODULES outputdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-05-24OnRehash changes: split to multiple hooks to clarify use and prevent explosio...danieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-04-09Fix thesew00t
2008-03-16Make this work, its all good! :)brain
2008-03-16Start of GeoIP module. This is deceptively simple.brain