summaryrefslogtreecommitdiff
path: root/Echolot
Commit message (Collapse)AuthorAge
* Remove $Id$ tags from all filesPeter Palfrader2014-10-22
|
* Work with newer GnuPG::Interface versions againPeter Palfrader2014-10-22
| | | | | | | | Newer GnuPG::Interface versions are more picky when it comes to command and command_args. Previously, they would accept things in any order and would not care which of the two arrays had which. Now, command_args is really limited to have arguments for the command listed in command. Any options go with, and in front of, the command.
* Fix "defined(@array) is deprecated" in Echolot/Tools.pmPeter Palfrader2014-10-22
|
* Update copyright statementPeter Palfrader2014-10-22
|
* Update FSF address in all filesPeter Palfrader2005-10-09
|
* Handle empty PATH tooPeter Palfrader2004-11-14
|
* handle empty environment better - we would whine when HOME is not set ↵Peter Palfrader2004-11-14
| | | | previously.
* Catch a possible use of undefined values in a log trace() call.Peter Palfrader2004-06-27
|
* Increase the number of remailers that need to list an address before it is ↵Peter Palfrader2004-06-17
| | | | added to 6. It was 3 previously.
* Do not call syswrite if we have nothing to writePeter Palfrader2004-06-15
|
* Also do not continue if the syswrite failed.Peter Palfrader2004-06-15
|
* Fix that check for syswrite's return valuePeter Palfrader2004-06-14
|
* Tell Mixmaster to create no dummies. It has no remailer keys and ↵Peter Palfrader2004-06-14
| | | | reliability information anyway.
* Check if syswrite's return value is definedPeter Palfrader2004-06-14
|
* Fix use of an illegal filedescriptor when we know of a remailer, but do not ↵Peter Palfrader2004-06-11
| | | | have keys for it yet/anymore.
* Wait until we have written everything in our select read/write for gpg loopPeter Palfrader2004-06-01
|
* Log receiving replies to remailer-* requestsPeter Palfrader2004-05-18
|
* Handle situations better in which a ping receives when the key already is ↵Peter Palfrader2004-05-18
| | | | expired.
* 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
* There's a TRACE loglevel now, which is even more noisy than DEBUG. and ↵Peter Palfrader2004-04-26
| | | | update TODO
* Use HiRes timestamp in log - commented out for now however. Requires ↵Peter Palfrader2004-04-26
| | | | libtime-hires-perl or perl 5.8.
* perl 5.6 does not do open3("-"), so we need to fork() and do lots of pipe() ↵Peter Palfrader2004-04-26
| | | | ourselves
* We need to use IPC::Open3Peter Palfrader2004-04-26
|
* Filter out mixmaster outputs to stderr that are no problemPeter Palfrader2004-04-26
|
* Better debug logging. I should really introduce a TRACE levelPeter Palfrader2004-04-25
|
* prefix readwrite_gpg with Echolot::Tools:: to qualify themPeter Palfrader2004-04-25
|
* Fix readwrite_gpg and add a few debug logsPeter Palfrader2004-04-25
|
* Import IO::Select in ToolsPeter Palfrader2004-04-25
|
* Steal cabot's readwritegpgPeter Palfrader2004-04-24
|
* use English if we use INPUT_RECORD_SEPARATORPeter Palfrader2004-04-24
|
* Switch to a common readwrite_gpg()Peter Palfrader2004-04-24
|
* Move duplicated IO::Handle preperations for GnuPG::Interface to ↵Peter Palfrader2004-04-24
| | | | Echolot::Tools::make_gpg_fds.
* And fix a few syntax errorsPeter Palfrader2004-04-24
|
* 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.
* Print summary on notice level, not info, if it was requested manuallyPeter Palfrader2004-04-24
|
* Do not accept expired or future mixmaster keysPeter Palfrader2004-04-24
|
* Use 'Apr' instead of 'Arp' for April. closes: DebianBug#243504.Peter Palfrader2004-04-20
|
* also ignore testing remailers in fromlinesPeter Palfrader2003-11-04
|
* also ignore testing remailers in the thesaurusPeter Palfrader2003-11-04
|
* Fix bug introduced by ignore-testing.Peter Palfrader2003-10-17
|
* Publish operator's address on index pagePeter Palfrader2003-10-17
|
* Do not list nodes with the testing capability in public statsPeter Palfrader2003-09-02
|
* Fix chain pinging type Type IPeter Palfrader2003-07-08
|
* Implement weights for pings based on their age.Peter Palfrader2003-06-23
|
* Bug fixesPeter Palfrader2003-06-09
|
* Optimized CPU usage of chainpingingPeter Palfrader2003-06-09
|
* s/n/$cnt/Peter Palfrader2003-06-06
|
* We no longer assume a normal distribution of latencies but instead usePeter Palfrader2003-06-06
| | | | | | | | percentiles when calculating a life probability of an outstanding ping. Also we do not show the mean of latency but the median as this seems to be 'more correct'. This also means we no longer need the normal distribution libraries from lib/
* Send pings out every 2 hours by defaultPeter Palfrader2003-06-06
|
* Regularily clean up temp dirPeter Palfrader2003-06-06
|