Commit Graph

697 Commits

Author SHA1 Message Date
Lionel Dricot c1f6119e80 accepting_bad_ssl_certificates requires python-requests 2022-11-17 10:30:12 +01:00
Lionel Dricot 2e566f7220 accept localhost as a valid url 2022-11-16 21:45:51 +01:00
Lionel Dricot ff04177d53 set accept_bad_ssl_certificates 2022-11-16 14:44:47 +01:00
Lionel Dricot 06b2a56ed3 certdir variable was not initialised without HAS_CRYPTOGRAPHY (see bug #2) 2022-11-16 10:06:35 +01:00
Lionel Dricot 7baccbb15f v 1.7.1 2022-11-15 17:01:13 +01:00
Lionel Dricot af361bd4ad typo in changelog 2022-11-15 14:13:37 +01:00
Lionel Dricot 041146e3f1 offpunk 1.7 2022-11-15 13:55:39 +01:00
Sotiris Papatheodorou - sotiris at papatheodorou.xyz fb550a19bc fix typo in package name 2022-11-15 13:36:07 +01:00
Lionel Dricot 539b287901 new search and wikipedia commands 2022-11-14 21:33:40 +01:00
Lionel Dricot 39ad7ee7b7 comment for debugging stuck requests 2022-11-14 19:17:20 +01:00
Lionel Dricot f9b8ccaf9b hidden links in gopher/gemini 2022-11-10 23:50:16 +01:00
Lionel Dricot dd02476ae2 fixing list creation with fetch-later 2022-11-09 23:30:54 +01:00
Lionel Dricot 01b1bd56c4 automatically create system lists when needed 2022-11-05 23:14:41 +01:00
Lionel Dricot a60cbd9297 solving crash when adding wrong url to tour 2022-11-03 12:59:15 +01:00
Lionel Dricot c1538f2f9b autocompletion now working as expected 2022-11-02 15:47:57 +01:00
Lionel Dricot 8bd68ca02b introducing autocompletion for list/add/move 2022-11-02 00:58:41 +01:00
Lionel Dricot fbdff91f01 trying to not use shell=True (Wip) 2022-11-01 17:34:04 +01:00
Lionel Dricot f3bb6cd7f0 avoid a crash related to bug #9 2022-11-01 17:04:30 +01:00
Lionel Dricot bee6fd9e40 computing size of http body out of the if condition seems to help being stuck in some strange cases 2022-10-25 01:15:57 +02:00
Lionel Dricot c6d52b3c19 investigating sync perf 2022-10-20 22:53:33 +02:00
Lionel Dricot 68b278fe13 solve a crash when loading html pages with empty links 2022-10-15 18:25:15 +02:00
Lionel Dricot b3b9bff849 fix screenshot link for sourcehut 2022-10-12 13:17:29 +02:00
Lionel Dricot f388be39d6 releasing offpunk 1.6 2022-10-12 11:29:37 +02:00
Lionel Dricot 1ff77e796d consider .xml as feeds to avoid false detection as SVG by file 2022-10-10 11:00:58 +02:00
Lionel Dricot addab31f49 yet another try at fixing timg bugs 2022-10-08 23:20:30 +02:00
Lionel Dricot 8d242ef06e workaround old timg bug 2022-10-08 00:42:46 +02:00
Lionel Dricot 15d76dd05d redirect reddit to teddit (fix #12) 2022-10-08 00:16:28 +02:00
Lionel Dricot 230c359aff handling the case where gi is none 2022-10-07 16:07:03 +02:00
Lionel Dricot 0b06c360da base64 support seems to work. More testing needed 2022-10-07 15:51:26 +02:00
Lionel Dricot f7f78564a2 refactoring: replacing the self.lookup table with calls to gi.get_links for consistency 2022-10-07 14:45:44 +02:00
Lionel Dricot 93c666458a refactoring base64 support 2022-10-07 13:56:55 +02:00
Lionel Dricot 9ae464f154 initial support for base64 images in html. Still a bug with link counting. 2022-10-07 11:19:23 +02:00
Lionel Dricot 0a3024f765 automatically download the rss feed of a webpage during sync (fix #14) 2022-10-06 22:30:09 +02:00
Lionel Dricot 268d864cdb Close #15, redirects are now working also in --sync mode (thanks kelbot) 2022-10-06 18:22:34 +02:00
Lionel Dricot d93db54f55 only use timg > 1.3.2 (thanks Valvin for the bug report) 2022-10-06 11:59:03 +02:00
Lionel Dricot 54dcec340a removing libreddit redirection 2022-10-03 20:35:19 +02:00
Lionel Dricot 45fd77603e small typo in README 2022-09-29 14:49:46 +02:00
Lionel Dricot e7ebff8d34 touring a list in one command 2022-09-25 23:33:36 +02:00
ploum 2eb5c63716 Merge branch 'doc-alpine-pkg' of miyopan/offpunk into master 2022-08-13 12:14:06 +00:00
mio d1793b6da0 add Alpine package in README 2022-08-12 16:36:41 +00:00
Lionel Dricot 2e5b4bff5c add link to mailing list 2022-08-08 22:29:36 +02:00
Lionel Dricot d646c9dccb date in changelog 2022-08-04 12:13:57 +02:00
Lionel Dricot 1663c1bc01 offpunk 1.5 2022-08-04 12:07:41 +02:00
Lionel Dricot e51d04ece8 changelog 2022-07-24 10:40:08 +02:00
Lionel Dricot cc7f92222d solving a bug with base64 images and blocking facebook by default 2022-07-24 10:17:33 +02:00
Lionel Dricot d7c1492150 refactor redirections and add blocking 2022-07-21 17:02:36 +02:00
Lionel Dricot 052d9fdb83 typo fixed thanks to shawn nock 2022-07-18 14:53:49 +02:00
ploum c240abe7ee Merge branch 'add-nixpkgs-to-readme' of DamienCassou/offpunk into master 2022-07-11 17:09:54 +00:00
Damien Cassou b0621842d9
adding Nix package in README 2022-07-10 11:36:17 +02:00
Lionel Dricot 329a1ad58a introducing --features for #3 2022-07-03 15:38:29 +02:00