Commit graph

55 commits

Author SHA1 Message Date
Romain Bignon
c1204057dc handle 'oops' error message 2010-06-22 10:49:50 +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
Laurent Bachelier
87f386a384 simplejson is bundled as json in python >2.5 2010-06-14 01:02:06 +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
Romain Bignon
478ce235ed handle BrowserUnavailable exceptions in the enqueue_profiles task 2010-05-28 13:45:27 +02:00
Romain Bignon
64f0b50d13 correctly set when a message is new 2010-05-27 14:34:47 +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
Romain Bignon
9995c34f5b fix call of AdopteUnMec.post_mail 2010-05-20 14:58:49 +02:00
Romain Bignon
baa2a7de51 store last message datetime for each slut 2010-05-20 14:30:55 +02:00
Romain Bignon
83ec57629b new method ContactItem.get_lastmsg_date() 2010-05-20 11:40:25 +02:00
Romain Bignon
c1279aa496 new API in BaseBackend to create browser 2010-05-20 10:39:49 +02:00
Christophe Benz
b6f3b39744 fix pyflakes errors 2010-05-19 11:16:06 +02:00
Christophe Benz
a4a74eda4f implement chatoob messages command 2010-05-16 17:42:27 +02:00
Christophe Benz
44221c4c9e [wip] work on chatoob frontend 2010-05-16 02:18:19 +02:00
Christophe Benz
8344824970 start working on chat capability 2010-05-15 21:10:33 +02:00
Christophe Benz
f3c8689d70 add more log messages to profile_walker 2010-05-14 17:33:57 +02:00
Romain Bignon
bb6e15e6fd correctly set the reply_id 2010-05-14 11:30:31 +02:00
Romain Bignon
f776214507 send messages returned by ICapMessagesReply.post_reply() 2010-05-03 19:32:18 +02:00
Romain Bignon
5fb975a3e1 enqueue new message when sending one 2010-05-03 19:16:14 +02:00
Romain Bignon
ad240e7aed use lock on Browser 2010-04-27 01:37:19 +02:00
Romain Bignon
c04ec72086 fix viewed profiles storing 2010-04-26 20:11:22 +02:00
Christophe Benz
8638024756 rename parser/parsers module, add get_parsers() with preference_order 2010-04-16 18:11:52 +02:00
Christophe Benz
42de7aa5a3 rename BasePage.loaded() to on_loaded() 2010-04-16 18:11:52 +02:00
Christophe Benz
3b312923ea rename backends.aum.adopte to backends.aum.browser 2010-04-16 18:11:52 +02:00
Christophe Benz
2ca57c15a8 rename Browser to BaseBrowser 2010-04-16 18:11:52 +02:00
Christophe Benz
a09658d6cf rename Backend to BaseBackend 2010-04-16 18:11:52 +02:00
Christophe Benz
a39b7904b1 use html5lib parser 2010-04-13 16:47:27 +02:00
Romain Bignon
5db21d01a6 fix detection of new messages 2010-04-12 13:36:15 +02:00
Romain Bignon
b3a6596d25 [aum] new 'profiles walker' optimization feature 2010-04-11 18:07:10 +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
dc706132ab set description 2010-04-06 22:52:52 +02:00
Romain Bignon
655bc10e3e aibility to backends to define a specific pages charset 2010-04-04 16:51:05 +02:00
Romain Bignon
9d6da1e7bb missing iter_new_message() implementation 2010-04-04 14:38:17 +02:00
Romain Bignon
a045024e80 [backends.aum] little fixes 2010-04-03 17:34:09 +02:00
Romain Bignon
51433d6549 use cElementTree and elementtidy as default encoders, and added wrappers to ElementParser and HTMLParser if they are missing 2010-04-03 17:14:59 +02:00
Romain Bignon
e119a70cec new system to load backends
Now there is a single file ~/.weboob/backends, where every backends are
instancied. There are two ways to create backends for frontends:
- Use Weboob.load_backends(), to load every backends in the config file
- Use Weboob.load_modules(), to instanciate every module one time
2010-04-01 20:05:09 +02:00
Romain Bignon
7d274c74b7 fix backends initialization 2010-03-30 23:30:58 +02:00
Romain Bignon
d15365fe26 added a LICENSE attribute 2010-03-30 17:39:28 +02:00
Romain Bignon
163fe6913e various fixes 2010-03-29 15:30:34 +02:00
Christophe Benz
1c035761a8 follow new interface 2010-03-29 13:25:40 +02:00
Romain Bignon
bcd63ee3e7 backported some aum stuff 2010-03-11 17:40:26 +01:00
Christophe Benz
bfdc3e014f return null iterator instead of pass 2010-03-11 15:29:00 +01:00
Christophe Benz
d699e307dd use lower_case_with_underscores instead of mixedCase for methods (PEP 8) 2010-03-11 15:13:17 +01:00
Christophe Benz
e4846ff2a4 no API break 2010-03-11 11:49:27 +01:00
Christophe Benz
9cb692a888 use iterators 2010-03-11 11:37:54 +01:00
Romain Bignon
0ac4885ad8 backported AuM last modifications 2010-03-08 18:53:41 +01:00