summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/iplookup.rb
AgeCommit message (Collapse)Author
2008-08-22iplookup plugin: fix brokage from IPv6 supportGiuseppe Bilotta
Commit ff949fe1c9dd0c179ecdce9340c04c05242d3a48 "iplookup plugin: support IPv6 too" broke the main iplookup method by forgetting to initialize reply correctly. Fix it, and replace String#+= usage with String#<< which is more efficient speed- and memory-wise.
2008-08-03iplookup plugin: userip is not implemented yet, say itGiuseppe Bilotta
2008-08-03iplookup plugin: support IPv6 tooGiuseppe Bilotta
This is achieved by moving the check for IP vs hostname in the iplookup() method itself, and using the existing regexps to check if a string is an IP or not.
2008-08-03iplookup plugin: don't blockGiuseppe Bilotta
2007-02-18Plugin header boilerplating.Giuseppe Bilotta
New plugin.header file provided, to be used as model for the header of new plugins. Many existing plugins have been adjusted to provide the same info the same way. I might have misplaced some information, so please let me know if this is the case. Also augmented a couple of copyright notices to include the 'rbot development team' alongside Tom Gilbert.
2006-03-25A few more cosmetic tweaks for IPLookup.Chris Gahan
2006-03-25And the bugfix 3 minutes later. :)Chris Gahan
2006-03-25New plugin that finds out where an IP or domain is located (by looking up ↵Chris Gahan
the IP address' owner in the ARIN whois database)