]> git.99rst.org Git - irssi-scripts.irssi.org.git/commitdiff
Version Update
authortka <redacted>
Sat, 6 Dec 2014 10:57:45 +0000 (11:57 +0100)
committertka <redacted>
Sat, 6 Dec 2014 10:57:45 +0000 (11:57 +0100)
- Changed Version to last change date
- Added API documentation URL for utrace.de

_data/scripts.yaml
scripts/localize.pl

index c25007e2193b4504d48f32e3f2f383ef18704734..8a7a991ca70cda739d175f752089a73f26b93ed9 100644 (file)
   contact: "stefan@pico.ruhr.de"
   description: "Localizes users using traceroute, the localizer database or IP-Atlas"
   filename: "localize.pl"
-  modified: "2008-05-17 17:39:09"
+  modified: "2014-11-25 14:20:00"
   license: "GPLv2"
   modules: "LWP::UserAgent HTML::Entities Data::Dumper Socket"
   name: "localize"
   url: ""
-  version: "2003112301"
+  version: "2014112501"
 
 - authors: "Peder Stray"
   contact: "peder@ninja.no"
index 3dac62936dcbc35cec298bbdcc710176bc5b25de..7aabe9f44659594ab7213472ca1cf499ac950dbc 100644 (file)
 #
 # 03.07.2002
 # *switched to Data::Dumper
+#
+# 25.11.2014
+# Added utrace.de as a localizer
+# http://www.utrace.de/
 
 use strict;
 use vars qw($VERSION %IRSSI);
 
-$VERSION = "2003112301";
+$VERSION = "2014112501";
 %IRSSI = (
     authors     => "Stefan 'tommie' Tomanek",
     contact     => "stefan\@pico.ruhr.de",
@@ -186,6 +190,7 @@ $procs = 0;
 );
     
 %ipdb = (
+    # For utrace.de API documentation, see http://en.utrace.de/api.php
     d1utrace=>{ name=>'utrace',
                   active=>1,
                   url=>'http://xml.utrace.de/?query=',
git clone https://git.99rst.org/PROJECT