summaryrefslogtreecommitdiff
path: root/Echolot/Pinger.pm
Commit message (Collapse)AuthorAge
* Update FSF address in all filesPeter Palfrader2005-10-09
|
* Add GPL and copyright boilerplate to all filesPeter Palfrader2004-04-28
| | | | | update copyright notices to include 2004 enable keyword expansion for Id on all files that have them
* Remove get_remailers since get_addresses does almost the same.Peter Palfrader2004-04-24
| | | | | Make sure we do not create empty key hashes in metadata.
* Fix Top/Bottom msg detectionPeter Palfrader2003-02-20
|
* Store bottom/top footerPeter Palfrader2003-02-20
|
* Collect From: header linesPeter Palfrader2003-02-17
|
* Append random garbage to pings so they have different lengthsPeter Palfrader2003-02-16
|
* Make changes really work - minor syntax stuffPeter Palfrader2003-02-14
|
* Moved pgp2compat into hop information with cpunk pingsPeter Palfrader2003-02-14
| | | | | minor cleanups and code beautification
* First go at sane loggingPeter Palfrader2003-01-14
|
* Add sendpings commandPeter Palfrader2002-09-11
|
* Write total number of unique remailers to echolot.htmlPeter Palfrader2002-09-04
| | | | | Work around broken remailers that insert newlines.
* Make ping/request time more random.Peter Palfrader2002-09-03
| | | | | Encrypt pings (symmetrically), so that dup detection of some remailers (austria) fails and pings get processed.
* Not the current time but the scheduled start time is used when deciding ↵Peter Palfrader2002-07-22
| | | | which remailers to ping
* getkeyconf command takes optional addressesPeter Palfrader2002-07-17
| | | | | | | getkeyconf config option was replaced by getkeyconf_interval and getkeyconf_every_nth_time Not all requests are sent at the same time Scheduler takes argument to pass to functions
* moved makeHash to ToolsPeter Palfrader2002-07-17
|
* The cheap hashing function that was used for determining when to ping was ↵Peter Palfrader2002-07-17
| | | | replaced by md5. The local secret also is an input to the function so not all echolot pingers ping the same remailer at the same time.
* Fix typoPeter Palfrader2002-07-17
|
* Do not send all pings for the same remailer at the same timePeter Palfrader2002-07-17
|
* no "use warnings"; anymore so it runs with older perlsPeter Palfrader2002-07-16
|
* configure pinging options (i.e. cpunkt-{rsa,dsa,none}, mix)Peter Palfrader2002-07-02
|
* ping cpunk without pgponly in clear tooPeter Palfrader2002-07-02
|
* Only ping when pingit is setPeter Palfrader2002-07-02
|
* Put back in some debugging output for --verbosePeter Palfrader2002-07-02
|
* improve hash functionPeter Palfrader2002-06-20
|
* Added cpunk pingingPeter Palfrader2002-06-18
|
* Removed debug printsPeter Palfrader2002-06-13
|
* Removed debug some outputPeter Palfrader2002-06-11
|
* fix typoPeter Palfrader2002-06-11
|
* Moved ping* values to config filePeter Palfrader2002-06-11
|
* Initial ImportPeter Palfrader2002-06-11