Commit graph

533 commits

Author SHA1 Message Date
Romain Bignon
7158d9c97b port to the new format API (blame cbenz who has broken three frontends once) 2010-06-21 11:06:34 +02:00
Romain Bignon
1aad7e430f use To header field to know the backend to use (instead of In-Reply-To) 2010-06-20 21:25:17 +02:00
Romain Bignon
b616a9aa5f support new sexo fields 2010-06-19 15:52:28 +02:00
Romain Bignon
10c9aa088f fix profile parsing 2010-06-19 15:06:56 +02:00
Christophe Benz
e2544a157f remove dead code 2010-06-17 17:04:19 +02:00
Christophe Benz
9a8ffd971d constrain backend search 2010-06-17 17:04:13 +02:00
Christophe Benz
a0f8137fc5 id decoration belongs to formatter 2010-06-17 15:47:05 +02:00
Christophe Benz
cc610a5e12 add join_id 2010-06-17 01:06:32 +02:00
Christophe Benz
d857f05a3b handle ids and providers frontend-side using helper 2010-06-16 22:13:16 +02:00
Christophe Benz
df9341b64c add more explicit message on debug 2010-06-16 21:48:49 +02:00
Christophe Benz
947d50da4e better handle utf-8 2010-06-16 21:48:48 +02:00
Christophe Benz
657e8fe407 bcall adds suffix to object, not the backend itself 2010-06-16 21:47:26 +02:00
Christophe Benz
72270f3596 print encoded string 2010-06-16 21:47:26 +02:00
Antoine
feebe42b81 QVideoBoob works again 2010-06-15 06:58:00 +02:00
Laurent Bachelier
87f386a384 simplejson is bundled as json in python >2.5 2010-06-14 01:02:06 +02:00
Romain Bignon
76e0cbe2ba new frontend: weboobtests 2010-06-13 14:24:56 +02:00
Romain Bignon
d8824c99d6 Revert "new option 'backends' to set a restricted list of backends to load"
This reverts commit 110a975735.
2010-06-09 13:09:05 +02:00
Romain Bignon
70c10e69a9 import with_statement 2010-06-09 12:09:18 +02:00
Romain Bignon
a89141632f more portable way to display applications list (but the module name isn't necessarily the same than script) 2010-06-09 00:17:14 +02:00
Romain Bignon
959de0b1bf do not print result if it is None 2010-06-08 23:53:26 +02:00
Romain Bignon
1f7e590864 create qt/ dir instead of qt.py 2010-06-08 23:53:02 +02:00
Romain Bignon
02cbf9a202 correctly ask configuration to user 2010-06-08 23:49:52 +02:00
Romain Bignon
d05b828bd4 remove the useless 'app_name' parameter from the Weboob class 2010-06-08 22:44:12 +02:00
Romain Bignon
110a975735 new option 'backends' to set a restricted list of backends to load 2010-06-08 22:25:44 +02:00
Romain Bignon
5be1d36beb new backend 'fourchan' (implements ICapMessages) 2010-06-08 22:18:56 +02:00
Romain Bignon
495f47d7f7 Revert "encole replies in utf-8"
This reverts commit e304bbcd5b.
2010-06-08 16:47:01 +02:00
Romain Bignon
e304bbcd5b encole replies in utf-8 2010-06-08 16:39:37 +02:00
Christophe Benz
fe61b5ea3a oops 2010-06-02 16:48:47 +02:00
Christophe Benz
3e6ac8c53f handle import error for prettytable 2010-06-02 16:48:44 +02:00
Christophe Benz
676a95047d enhance formatters, add table formatter 2010-06-02 02:01:33 +02:00
Romain Bignon
8a86468677 renamed application.py to videoob.py 2010-05-30 18:16:57 +02:00
Romain Bignon
34cd8f50fb unused imports 2010-05-30 18:10:36 +02:00
Christophe Benz
076a4f44b9 s/ICapVideoProvider/ICapVideo 2010-05-28 17:04:47 +02:00
Romain Bignon
0780c5ac17 in debug mode, print backtrace in the error mail 2010-05-28 15:10:04 +02:00
Romain Bignon
1c118c8e52 fix posting messages on fucking old python versions 2010-05-28 15:09:06 +02:00
Romain Bignon
7a51e53faa fix CallErrors constructor (refs #290) 2010-05-28 13:51:07 +02:00
Romain Bignon
478ce235ed handle BrowserUnavailable exceptions in the enqueue_profiles task 2010-05-28 13:45:27 +02:00
Romain Bignon
ceea7e45ea set application name (refs #289) 2010-05-28 13:45:11 +02:00
Romain Bignon
ca89c3ce5f ooops 2010-05-27 14:43:46 +02:00
Romain Bignon
64f0b50d13 correctly set when a message is new 2010-05-27 14:34:47 +02:00
Romain Bignon
dcfae72688 store values in integer instead of booleans 2010-05-26 12:10:09 +02:00
Romain Bignon
c23edbc41e remove import to deleted module monfric 2010-05-26 11:23:09 +02:00
Christophe Benz
e6d842dfc4 add -s "*" option allowing to display all fields without keys 2010-05-21 19:21:06 +02:00
Christophe Benz
2ddc249b2b enhance formatters 2010-05-21 19:19:28 +02:00
Christophe Benz
fad7d2d56c add ability to add application specific options 2010-05-21 19:18:46 +02:00
Romain Bignon
6f1cec035d the first repeated task is run in a thread too 2010-05-20 19:50:15 +02:00
Romain Bignon
72e70e2ec6 ability to SIGINT/SIGTERM process (and be sure that any tasks are finished) 2010-05-20 19:41:09 +02:00
Romain Bignon
c5fef77bc8 renamed application.py files to frontends name 2010-05-20 19:27:20 +02:00
Romain Bignon
f7827c1e86 fix the profile link in mails signature 2010-05-20 16:54:47 +02:00
Romain Bignon
ccf81d54bc send mail for new baskets 2010-05-20 16:45:09 +02:00