]> git.donarmstrong.com Git - debbugs.git/shortlog
debbugs.git
2017-12-16 Don Armstrongstrip of the envelope from don/spam-tools
2017-12-16 Don Armstrongshould be Return-path, not Return-Path
2017-12-16 Don Armstrongfix the received regex in add_return_path
2017-12-16 Don Armstrongwe only care about incoming-recv messages
2017-12-16 Don Armstrongadd in return-path and munge From for debbugs logs...
2017-12-15 Don Armstrongadd skip-missing argument to learn
2017-12-15 Don Armstrongit's spamc_learn, not spam_learn
2017-12-15 Don Armstrongadd learn subcommand to learn from spam messages
2017-12-15 Don Armstrongabstract out spamc_bug from spam_score
2017-12-15 Don Armstrongremove quick option and add quiet option
2017-12-15 Don Armstrongadd skip-missing option
2017-12-14 Don Armstrongsave log::spam after changing it don/dancer
2017-12-14 Don Armstrongfix $is_match of mark_it
2017-12-14 Don Armstrongfix foreachmsg debug messages
2017-12-14 Don Armstrongfix failure to save spam/ham records
2017-12-14 Don Armstrongpass default ham-threshold to auto-scan
2017-12-14 Don Armstrongrequire Pod2Usage in Debbugs::Command
2017-12-14 Don Armstrongadd support for --skip-seen
2017-12-14 Don Armstrongextract subject before hashref
2017-12-14 Don Armstrongclose out pipe at the right timec
2017-12-14 Don Armstrongspamc is in options now
2017-12-14 Don Armstrongfix syntax error in save; add remove_message
2017-12-14 Don Armstrongadd Debbugs::Command tool
2017-12-14 Don Armstrongadd subcommands to debbugs-spam
2017-12-12 Don Armstrongsupport listing whether messages are ham in Debbugs...
2017-12-08 Don Armstrongrename debbugs-spamscan-log to debbugs-spam
2017-12-05 Don Armstrongshould be $gMaintainerEmail not $gMaintainer in <>
2017-12-04 Don Armstrongmodify merge tests to test merging blocking bugs
2017-12-04 Don Armstronguse Data::Dumper->Dump in test_control_command
2017-12-04 Don Armstrongfix forcemerging bugs which were formerly blocks/blockedby
2017-12-04 Don Armstrongwrap forcemerge changes in eval to properly unlock...
2017-12-04 Don Armstrongcall __end_control before croaking in general
2017-12-04 Don Armstrongabstract out test_control_commands into Debbugs::Test
2017-11-18 Don ArmstrongUse foo <bar@baz.com> instead of bar@baz.com (foo)...
2017-10-30 Don Armstrongput sources/maintainer files into mirror location in...
2017-08-11 Don Armstrongremove bug_url from the codebase
2017-08-11 Don Armstrongpass uri_escape to templates in bugreport.cgi
2017-08-11 Don Armstrongremove vestiges of Safe from Debbugs::Test
2017-08-11 Don Armstrongset local variables in Bugreport.pm
2017-08-11 Don Armstrongignore supplied filenames in MIME to avoid taint issues
2017-08-11 Don Armstrongdocument pass-through urls in the example apache config...
2017-08-11 Didier RaboudUse PT|passthrough redirects also for all other rewrites
2017-08-11 Didier RaboudUse PT|passthrough redirects for ^/([0-9]+)$ for bugrep...
2017-08-11 Don Armstrongadd libnet-server-perl to build-deps for local-debbugs
2017-08-11 Don Armstrongset indent level and tabs mode
2017-08-11 Don Armstrongbecause pkgreport.cgi uses taint, use perl -I to set...
2017-08-11 Don Armstrongdocument the synopsis slightly better
2017-08-11 Don Armstrongautomatically identify if local-debbugs is being run...
2017-08-10 Don Armstrongadd bugs listed in the config file to the mirrored...
2017-08-10 Don Armstrongadd .log.spam.d support too
2017-08-10 Don Armstrongthere's no reason to use locale; in proces or service
2017-08-09 Don Armstronguse scalar IO::InnerFile::getline to work around an...
2017-08-05 Don ArmstrongInclude references from the original bug in replies
2017-08-05 Don Armstronginclude non-breaking spaces in pheader regex for old...
2017-08-05 Don Armstrongadd libtext-iconv-perl to depends
2017-08-05 Don Armstrongfix allutils typo
2017-08-05 Don Armstrongcomments in control should not have leading spaces
2017-08-05 Don Armstrongswitch travis to using trusty
2017-08-04 Don Armstrongadd Debbugs::DebArchive to read Packages, Releases...
2017-08-04 Don Armstrongadd open_compressed_file routine to Debbugs::Common
2017-07-10 Don Armstrongstrip out Mail-Followup-To
2017-07-09 Don Armstrongadd test for multipart mime headers
2017-07-08 Don Armstrongfix wrong s/// on package_pages
2017-07-08 Don Armstrongfix modification of $config{package_pages} in map
2017-07-06 Don Armstrongdocument that format flowed and other messages are...
2017-07-06 Don Armstrongadd a link to the bug when thanking new bug submissions
2017-07-06 Don ArmstrongFix merged sort order to always be numeric
2017-07-06 Don Armstrongparse the status before outputting it
2017-07-06 Don Armstrongwrite out config local files
2017-07-06 Don Armstronghandle --stop --exit or --quit
2017-07-06 Don Armstronghandle pending being unset
2017-07-06 Don Armstrongset Reply-To and Content-Type in done and forward
2017-07-06 Don Armstrongcroak in subroutines
2017-07-06 Don Armstrongskip maintainer files if they are empty *or* undef
2017-07-04 Don Armstronguse https for CVE tracker by default
2017-07-04 Don Armstrongfix usertag_package_domain to strip protocol if its...
2017-07-04 Don Armstrongfix the spam lockfile name
2017-07-03 Don Armstronghandle SIGPIPE in spamc by skipping the message
2017-07-03 Don Armstrongfix debbugs source location
2017-07-03 Don Armstrongadd missing package_tracking_domain configuration variable
2017-07-03 Don Armstrong21bugclosers does not need common.pl
2017-07-02 Don ArmstrongUse List::AllUtils instead of List::Utils and List...
2017-07-02 Don Armstrongolder versions of List::Util (<1.26) do not have sum0...
2017-07-02 Don Armstronghave the travis build script run the tests
2017-07-02 Don Armstrongfix failure to import locking funcs and don't save...
2017-07-02 Don Armstrongremove useless return in record_regex
2017-07-02 Don Armstrongadd debbugs-spamscan-log to run spamc on log files
2017-07-02 Don Armstronginclude links to anchors of html messages too
2017-07-02 Don ArmstrongDebbugs::CGI needs to load usertags
2017-07-01 Don Armstrongif there is not a msgid, it cannot be spam
2017-07-01 Don Armstrongadd missing =back to Debbugs::Log::Spam
2017-07-01 Don Armstrongforcibly wrap msgreceived
2017-07-01 Don Armstrongfix links to merged and blocked bugs
2017-07-01 Don ArmstrongAdd new Debbugs::Log::Spam module and use it to skip...
2017-07-01 Don ArmstrongDebbugs::Log now handles compressed bug logs
2017-07-01 Don Armstrongset indent variables
2017-07-01 Don Armstronghandle compressed logs in Debbugs::Log
2017-07-01 Don Armstronguse feature state in Debbugs::Log for some small speed...
2017-06-29 Don Armstronguse UTF-8 encoding for 22oldbugs output
2017-06-28 Don Armstrongtry to forcibly wrap messages which have not been prope...
next