index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
extra
/
m_geoip.cpp
Age
Commit message (
Expand
)
Author
2017-10-21
Add PackageInfo directives for Debian.
Peter Powell
2016-09-16
Add CentOS PackageInfo
Adam
2016-09-16
Merge pull request #1222 from SaberUK/master+warnings
Attila Molnar
2016-09-16
Rewrite the build system directive parser.
Peter Powell
2016-09-15
Fix m_geoip warning about the use of C++11 features.
Peter Powell
2016-02-25
Introduce Stats::Context, pass it to the OnStats hook and switch all code to it
Attila Molnar
2015-01-18
Specify which Extensible subclass an ExtensionItem is valid for
Attila Molnar
2014-07-19
Access local user list via new UserManager::GetLocalUsers() and make local_us...
Attila Molnar
2014-07-19
Move and rename typedef LocalUserList to UserManager::LocalList
Attila Molnar
2014-01-25
Omit the server name internally when building a /STATS reply and prepend it l...
Attila Molnar
2013-09-08
Automatically register ServiceProviders created by modules
attilamolnar
2013-08-04
Automatically attach modules to events
attilamolnar
2013-07-04
Remove $Core and $Mod* comments apart from $ModDep.
Peter Powell
2013-06-06
Merge insp20
attilamolnar
2013-05-18
m_geoip Set cc in OnSetConnectClass to the newly created string if it was NULL
attilamolnar
2013-05-15
Tidy up keywords on module methods.
Peter Powell
2013-04-02
m_geoip: Fix compilation
ChrisTX
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2012-12-04
Unbreak m_geoip
attilamolnar
2012-12-02
Dynamically determine the size of the eventlist[] passed to Attach()
attilamolnar
2012-11-29
Add a typedef for LocalUserList
attilamolnar
2012-10-12
Windows: In-depth cleanup (see details)
ChrisTX
2012-06-12
m_geoip Add support for /stats G
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2011-06-18
Fix extras compilation under Windows
Adam
2010-02-13
Change GeoIP to be a connect block matcher
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-21
Change module API to use LocalUser* where correct
danieldg
2009-10-17
Remove dummy API_VERSION from Version constructor
danieldg
2009-09-26
Remove InspIRCd* parameters and fields
danieldg
2009-09-22
Describe module purpose in /MODULES output
danieldg
2009-09-02
ModResult conversion: Change return type of all module functions
danieldg
2009-05-24
OnRehash changes: split to multiple hooks to clarify use and prevent explosio...
danieldg
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-01-02
Update copyrights for 2009.
w00t
2008-08-25
Change module versions to use a string instead of fixed digits, and use props...
w00t
2008-04-09
Fix these
w00t
2008-03-16
Make this work, its all good! :)
brain
2008-03-16
Start of GeoIP module. This is deceptively simple.
brain