[tor-bugs] #5250 [Onionoo]: Include country/region/city names in details documents

Tor Bug Tracker & Wiki torproject-admin at torproject.org
Mon Feb 27 15:14:36 UTC 2012


#5250: Include country/region/city names in details documents
-------------------------+--------------------------------------------------
 Reporter:  karsten      |          Owner:  karsten
     Type:  enhancement  |         Status:  new    
 Priority:  normal       |      Milestone:         
Component:  Onionoo      |        Version:         
 Keywords:               |         Parent:         
   Points:               |   Actualpoints:         
-------------------------+--------------------------------------------------
 Damian suggests to include more information from the GeoIP database in
 details documents.  We discussed the region and the city name of a relay,
 but it may also be useful to add the country name written out.  These
 information are trivial to look up: `location.countryName`,
 `regionName.regionNameByCode(location.countryCode, location.region)`, and
 `location.city`.

 I started an initial implementation of this feature, but ran into problems
 with encoding Java's Unicode strings as UTF-8.  It's just not pretty to
 write Nürnberg as N?rnberg.

 (This was issue 12 in my GitHub repository.)

-- 
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/5250>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list