Romain Bignon
f4f294502a
display signature if any
2011-08-03 09:42:15 +02:00
Romain Bignon
e17c14dbe6
fix parsing changes when author doesn't have an account
2011-07-19 13:37:07 +02:00
Romain Bignon
4a29a246a2
support changes of issue content
2011-07-19 13:24:33 +02:00
Romain Bignon
f951f51b3d
add command 'logtime'
2011-07-19 13:11:27 +02:00
Romain Bignon
9dc1e559a7
add parameters --departure-time and --arrival-time
2011-07-13 15:12:41 +02:00
Romain Bignon
610342e716
fix crash when there isn't any winner
2011-07-12 13:30:31 +02:00
Romain Bignon
c911955a92
new application boobtracker (refs #684 )
2011-07-11 22:29:15 +02:00
Romain Bignon
e731f42cb9
new method ConsoleApplication.acquire_input() to read stdin friendly
2011-07-11 22:18:25 +02:00
Romain Bignon
c74216ccf8
FILENAME argument is optional for command 'getfile' ( closes #683 )
2011-07-05 16:27:06 +02:00
Romain Bignon
142bc04f56
support roadmaps in transilien ( #681 )
2011-06-28 17:10:54 +02:00
Romain Bignon
a54fe01e6b
id of pages can't be shared between backends
2011-06-26 14:16:15 +02:00
Romain Bignon
654af3ecc4
command 'download' supports mms streams
2011-06-25 13:50:13 +02:00
Laurent Bachelier
0a73b9e963
pastoob: Don't crash if sys.stdout.encoding is None
2011-05-31 15:59:12 +02:00
Romain Bignon
5cd8d92274
support all wiki pages names
2011-05-29 23:29:46 +02:00
Romain Bignon
c55ccd4ee4
restore the account_list formatter to the 'list' command
2011-05-11 16:22:22 +02:00
Romain Bignon
53e22d9f4b
bump to 0.9
2011-05-08 18:31:44 +02:00
Romain Bignon
2c4856384b
Weboob 0.8 released
2011-05-08 18:18:47 +02:00
Romain Bignon
1dafee2b47
move repl code from ConsoleApplication to ReplApplication
2011-05-08 18:13:05 +02:00
Romain Bignon
84f74f9f9f
reintroduce the 'list' command on boobank
2011-05-08 17:25:43 +02:00
Romain Bignon
8a59880ea9
use a function run in each backend thread
2011-05-08 16:42:49 +02:00
Michael Scherer
98e3da921b
add enable and disable command to weboob-config
...
Signed-off-by: Michael Scherer <misc@zarb.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2011-05-08 16:40:04 +02:00
Romain Bignon
c587ce65b0
weboob-config can't be run in interactive mode anymore
2011-05-08 14:38:54 +02:00
Romain Bignon
9f3b493a71
do not crash if the thread is not found
2011-05-08 14:20:38 +02:00
Romain Bignon
508cb556b7
add a Ctrl+Q shortcut to quit ( closes #479 )
2011-05-08 13:58:43 +02:00
Romain Bignon
8d9e1ce51c
oops fix the fix
2011-05-08 12:13:19 +02:00
Romain Bignon
eec9a016f0
check config ( closes #484 )
2011-05-08 12:10:34 +02:00
Romain Bignon
6243a60f68
check if there are files before display them
2011-05-08 11:38:15 +02:00
Romain Bignon
6772b4a987
ability to list recipients of a transfer
2011-05-07 14:24:00 +02:00
Laurent Bachelier
2977c879e7
Oops, this should never have been committed
2011-05-05 00:35:24 +02:00
Laurent Bachelier
0d2148bd84
CapPaste: check the contents in can_post
...
For pastealacon, it is used to check for encoding compatibility.
2011-05-04 23:50:58 +02:00
Laurent Bachelier
8075d538f0
Better messages and return codes in applications
...
Use stderr and return codes >0 when it makes sense.
Loose return code conventions:
* 1 for generic errors
* 2 for user input errors
* 3 for remote errors (not found, etc.)
* 4 for not implemented
2011-05-04 00:44:43 +02:00
Romain Bignon
642f2b7328
fix error message when file is not found
2011-05-03 15:57:23 +02:00
Laurent Bachelier
fbae8c1e53
pastoob: Fix input/output encoding issues
2011-05-03 14:30:40 +02:00
Romain Bignon
9ca4a2530c
filename is not a required argument
2011-05-03 12:08:10 +02:00
Laurent Bachelier
904c9ff5f9
Fix typos and trailing spaces
2011-05-03 11:56:47 +02:00
Noe Rubinstein
5eba831497
Fix and improve Galleroob
2011-05-03 02:52:54 +02:00
Noe Rubinstein
ecb076d9b5
Change "Video" to "Radio" in radioob
2011-05-03 02:22:49 +02:00
Noe Rubinstein
92c5ce8b66
Write Gallery to title-based dir
2011-05-03 02:22:49 +02:00
Noé Rubinstein
ee7ae31abf
fix and improve galleroob
2011-05-03 02:22:49 +02:00
Laurent Bachelier
aa939ca2bd
Support testing with multiple backend instances
...
This is useful for testing backends with different configurations
(different sites, being anonymous or not, etc.)
The previous behavior was to chose a random backend instance.
2011-05-02 02:05:14 +02:00
Laurent Bachelier
f63180c187
CapPaste: Support expiration for posting, as a max_age parameter
2011-04-30 00:26:23 +02:00
Laurent Bachelier
fbd4511ffa
CapPaste: add method to find if a paste is suitable for the backend
...
Basic support in pastoob added (there is no way yet to change the
default options).
Backends support the "public/private" requirement.
2011-04-27 00:41:50 +02:00
Laurent Bachelier
4b2b9e511f
pastoob: add a newline for get
...
Unless we are writing in a file or in a pipe
2011-04-26 18:55:42 +02:00
Laurent Bachelier
61c1aef493
pastoob: Fix displayed help for post
2011-04-26 18:55:42 +02:00
Romain Bignon
48d6f1daf1
fix license
2011-04-26 09:12:22 +02:00
Laurent Bachelier
30f2f8e374
Python 2.5 compatibility for pastoob and paste backends
2011-04-24 00:18:05 +02:00
Laurent Bachelier
8af2674994
Better API for ICapPaste.new_paste
2011-04-23 00:30:27 +02:00
Laurent Bachelier
6c2d164883
Add basic support for pasting with pastoob
...
And fix the capability.
2011-04-23 00:17:40 +02:00
Laurent Bachelier
5c7eaa3151
Pastoob fixes
...
Do not use print (as it add a newline), fix the wanted fields, use "get"
instead of "show".
2011-04-22 22:06:14 +02:00
Laurent Bachelier
d3f6c270f8
Introduce the pastoop application
...
For now it can only get the contents of a paste.
2011-04-21 23:11:00 +02:00