Commit graph

168 commits

Author SHA1 Message Date
Romain Bignon
ec7aa7a4e7 change copyrights and translate to english 2010-04-12 10:11:05 +02:00
Romain Bignon
07033e1033 Merge branch 'maemoui' of ssh+git://git.symlink.me/var/git/pub/juke/weboob 2010-04-12 10:02:28 +02:00
Juke
ed84bf0e37 display stations and departures [IN DEV] 2010-04-12 09:33:48 +02:00
Romain Bignon
9125622328 fix parsing of default values in backend config 2010-04-11 20:11:33 +02:00
Romain Bignon
3c4ea6f451 add a wrapper of html2text 2010-04-11 19:45:12 +02:00
Romain Bignon
14518d060f can post replies (pipe email with 'monboob post') 2010-04-11 19:35:56 +02:00
Romain Bignon
db32ee67f9 check commands arguments without catching TypeError exception 2010-04-11 19:26:32 +02:00
Juke
350deaafbc Merge branch 'master' into maemoui 2010-04-11 18:36:18 +02:00
Juke
dced2bcc6c add file for script and frontend 2010-04-11 18:16:27 +02:00
Romain Bignon
b3a6596d25 [aum] new 'profiles walker' optimization feature 2010-04-11 18:07:10 +02:00
Romain Bignon
36eb6ac11b new frontend 'havesex' 2010-04-11 18:06:57 +02:00
Romain Bignon
00d00da858 avoid unlimited loop in scheduler 2010-04-11 18:06:20 +02:00
Romain Bignon
98352c71ee ICapDating capability 2010-04-11 18:06:05 +02:00
Romain Bignon
33922ca89e BackendStorage class to encapsulate storage for a specific backend 2010-04-11 18:05:37 +02:00
Romain Bignon
cad438214e add weboob.tools.application.prompt.PromptApplication 2010-04-11 18:04:57 +02:00
Romain Bignon
da8c6433d4 split weboob.tools.application to .base and .console 2010-04-11 18:04:30 +02:00
Romain Bignon
637875c49a [aum] aibility to post answers 2010-04-11 12:03:59 +02:00
Romain Bignon
f3a017cb01 [aum] ICapMessages.iter_[new_]messages() implemented 2010-04-11 11:48:59 +02:00
Romain Bignon
76c4622dc3 [dlfp] ICapMessagesReply.post_reply() implemented 2010-04-10 17:14:59 +02:00
Romain Bignon
c819276f4f correctly implement iter_messages() to return every messages 2010-04-10 10:24:14 +02:00
Laurent Bachelier
52488b4527 Removes unneeded shebangs 2010-04-09 18:50:10 +02:00
Christophe Benz
5446e41eee new frontend monfric 2010-04-09 18:42:19 +02:00
Christophe Benz
97f3d22b8a do not set default APPNAME since it breaks default config file generation 2010-04-09 18:42:03 +02:00
Romain Bignon
d61a9ad4d5 create ~/.weboob/backends with right permssions if it does not exist. 2010-04-09 17:31:47 +02:00
Juke
3d5d85e36b os.mkdir ne prend pas de nom d'argument (mode) 2010-04-09 16:25:18 +02:00
Romain Bignon
0ef8819821 install scripts 2010-04-09 15:21:32 +02:00
Romain Bignon
b69cf69101 split http into weboob.frontends.http 2010-04-09 15:20:22 +02:00
Romain Bignon
3fcb0eb8f2 move scripts into topdir scripts/ directory 2010-04-09 15:18:13 +02:00
Christophe Benz
1540932542 ignore setuptools build and dist dirs 2010-04-09 11:22:44 +02:00
Christophe Benz
7030680566 add INSTALL file 2010-04-09 11:17:50 +02:00
Romain Bignon
bdf34a2176 better organisation in storage 2010-04-09 00:15:25 +02:00
Romain Bignon
92eed9465f monboob provides a storage object to backends 2010-04-08 22:35:15 +02:00
Romain Bignon
6e3e93e08b use storage to store dlfp messages state 2010-04-08 22:34:57 +02:00
Romain Bignon
e883c355e5 create ~/.weboob with mode 0700 2010-04-08 22:02:45 +02:00
Romain Bignon
1f712ec513 method 'create_storage' to... create a IStorage object 2010-04-08 22:00:57 +02:00
Romain Bignon
7630dac4e6 new backends storage system 2010-04-08 22:00:37 +02:00
Romain Bignon
24f80df0fd fix weboobcfg to new ModulesLoader API 2010-04-08 20:40:23 +02:00
Christophe Benz
f0e8747a9b load modules on demand for load_backends 2010-04-08 18:32:34 +02:00
Christophe Benz
734ed400fb add bank to dummy frontend 2010-04-08 18:32:08 +02:00
Christophe Benz
2bc005cc48 load only enabled backends 2010-04-08 18:31:56 +02:00
Christophe Benz
b15bd31557 disallow empty passwords 2010-04-08 18:27:28 +02:00
Christophe Benz
4ef9fd43d3 enhance log messages format 2010-04-08 18:27:22 +02:00
Christophe Benz
b29a3f223f enhance user console messages, and always use double quotes 2010-04-08 18:27:08 +02:00
Christophe Benz
504462c82c use config file for http frontend 2010-04-08 16:07:42 +02:00
Christophe Benz
239c4ddeb3 save default frontend config 2010-04-08 16:07:31 +02:00
Christophe Benz
690d547243 add default configuration for logging module 2010-04-08 16:07:21 +02:00
Romain Bignon
9329df5b43 add a comment to say why elementtidy support is disabled 2010-04-08 14:56:37 +02:00
Christophe Benz
6159a789b5 check for config file permissions since it contains passwords 2010-04-08 14:51:14 +02:00
Christophe Benz
288ea1f142 while elementtidy segfaults, force using internal HTMLTreeBuilder 2010-04-08 14:50:09 +02:00
Christophe Benz
5b7ef04d0d display simpler message if no coming operations, instead of empty table 2010-04-08 12:17:50 +02:00