Commit graph

1,037 commits

Author SHA1 Message Date
Laurent Bachelier
da55da0d9d Optional global argument to save responses
By adding -S or --save-responses to an application's arguments, every
response will be saved in /tmp/weboob. This is best used with the
-d/--debug option.
It might be interesting to add the headers to the saved response.
2010-09-30 23:28:33 +02:00
Romain Bignon
2378c6ffc0 port qhavesex to new ICapMessages API 2010-09-30 20:13:06 +02:00
Romain Bignon
776f5d3ac8 fix getting accused status for messages 2010-09-30 20:13:06 +02:00
Romain Bignon
41827c4160 show a messagebox on bcall errors instead of console print 2010-09-30 20:13:06 +02:00
Romain Bignon
217b029a6f pyflakes fixes 2010-09-30 12:40:09 +02:00
Romain Bignon
a8b6594af0 add help for logging command, and set it as a weboob command 2010-09-30 12:28:46 +02:00
Romain Bignon
37266a7945 add 'logging' command 2010-09-30 12:23:38 +02:00
Romain Bignon
c76e5f9e6a new command 'backends edit' 2010-09-30 12:07:53 +02:00
Romain Bignon
6dfbda042c correctly handle BrowserUnavailable and BrowserIncorrectPassword exceptions in repl applications (closes #302)
It asks user to reconfigure backend when BrowserIncorrectPassword is
raised.
2010-09-30 11:59:12 +02:00
Nicolas Duhamel
ccc663be70 modified: weboob/backends/bp/browser.py Update LOCAL_HASH due to website update
Signed-off-by: Nicolas Duhamel <nicolas@jombi.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-09-29 23:30:22 +02:00
Romain Bignon
5c7cf838da handjob 2010-09-29 21:52:49 +02:00
Nicolas Duhamel
935531c5ae Return transfer id Prevent when the two accounts aren't on the same backend
Signed-off-by: Nicolas Duhamel <nicolas@jombi.fr>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-09-28 22:27:40 +02:00
Romain Bignon
17f6df1e30 pyflakes fix 2010-09-28 11:58:23 +02:00
Romain Bignon
0ce8b12c32 stop scheduler when an application exits 2010-09-28 11:29:32 +02:00
Romain Bignon
6973611e2a leto's bug: display a warning when it happens, and backend ignores malformated threads 2010-09-28 11:00:03 +02:00
Romain Bignon
5d70abf8f9 try to fix the leto's bug which assign id -1 to a thread 2010-09-28 10:55:03 +02:00
Christophe Benz
9da22142be fix spawnlp usage 2010-09-28 02:26:05 +02:00
Christophe Benz
7004c1d669 move video player tool to external file 2010-09-28 02:16:18 +02:00
Christophe Benz
3939cf1039 fix bug when keyup:keydown in history 2010-09-28 01:27:44 +02:00
Christophe Benz
7f755c660d del ConsoleApplication 2010-09-28 01:27:22 +02:00
Christophe Benz
9cb470ec4d oops forget to change variable 2010-09-28 01:03:11 +02:00
Christophe Benz
1e0e96afbf delete videoob-repl script too 2010-09-28 01:03:01 +02:00
Christophe Benz
bd31eeadbd use english descriptions 2010-09-27 18:54:36 +02:00
Christophe Benz
29ca1a7a11 fix split bug, forget flush 2010-09-27 18:54:30 +02:00
Christophe Benz
3c8adf391c fix indentation 2010-09-27 18:54:16 +02:00
Christophe Benz
8ab772c3d7 delete videoobrepl 2010-09-27 18:53:59 +02:00
Christophe Benz
f46eab4b67 set nsfw true by default 2010-09-27 18:53:44 +02:00
Christophe Benz
1fd34fe715 avoid python side effect 2010-09-27 14:57:26 +02:00
Christophe Benz
c2af558743 handle case if no backend name is specified 2010-09-27 14:57:26 +02:00
Christophe Benz
b896f5f75c use jquery chaining 2010-09-27 14:57:26 +02:00
Christophe Benz
57f1bd3cdf Cmd commands must have one argument 2010-09-27 14:57:26 +02:00
Christophe Benz
d384a10810 reset queue before return 2010-09-27 14:57:26 +02:00
Romain Bignon
706c59a9a2 youtube backend doesn't load anymore if python-gdata is missing 2010-09-27 13:19:09 +02:00
Romain Bignon
4f73e8535e catch every CallErrors errors in repl applications 2010-09-27 13:17:08 +02:00
Romain Bignon
95c445223c change output of 'backends list' command 2010-09-27 00:18:04 +02:00
Romain Bignon
7efc743694 store listed accounts and completion on 'coming', 'history' and 'transfer' commands 2010-09-27 00:05:33 +02:00
Romain Bignon
5c53bb52b5 completion on IDs for 'info' and 'play' (closes #396) 2010-09-27 00:04:23 +02:00
Romain Bignon
cca5e98888 set the FIELDS attribute to Thread and Message classes 2010-09-26 23:37:03 +02:00
Romain Bignon
c8bb18ea4b FIELDS isn't a field 2010-09-26 23:36:52 +02:00
Romain Bignon
56cc59cf5e fix fetching information of a video 2010-09-26 21:35:11 +02:00
Laurent Bachelier
79ab361d54 Fix startup error 2010-09-26 20:19:30 +02:00
Romain Bignon
f4f9ef25f4 fixes when no backends are loaded 2010-09-25 02:16:07 -04:00
Romain Bignon
11e7d2e3c1 get profile only for new messages 2010-09-25 08:06:00 +02:00
Romain Bignon
9d1b50ebe7 add profile information in mail signatures (fix regression) 2010-09-25 01:55:29 -04:00
Romain Bignon
71f18ce7f6 bump version of every applications to 0.2 2010-09-25 07:39:40 +02:00
Romain Bignon
ec45f3c2f0 fix monboob do_ methods 2010-09-25 07:30:46 +02:00
Romain Bignon
4d5a5003a7 load backends before calling main() 2010-09-25 01:28:34 -04:00
Romain Bignon
1e6de0f12e add commands 'backends add' and 'backends remove' 2010-09-25 01:17:06 -04:00
Romain Bignon
04037e7893 repl: interactive add of backends when no one is loaded at startup 2010-09-25 00:57:54 -04:00
Romain Bignon
aee0e49cc8 -b is handled by BaseApplication 2010-09-24 21:56:49 -04:00