Commit graph

1,317 commits

Author SHA1 Message Date
Romain Bignon
b4fb1a43fa new optimization QUERIES_QUEUE to enqueue queries in case no charms are available 2010-11-15 13:22:42 +01:00
Romain Bignon
430ef6cb25 new method 'send_query' in ICapContact 2010-11-15 13:21:58 +01:00
Romain Bignon
9aada8824f fix ina when there is no result 2010-11-15 12:24:26 +01:00
Christophe Benz
5825b9f304 do not specify white color (37 value) for bold 2010-11-15 11:59:34 +01:00
Christophe Benz
557cae23e4 english fix :) 2010-11-15 11:45:22 +01:00
Romain Bignon
5a8203c2b6 fix unicode error when a message can't be posted 2010-11-15 11:20:29 +01:00
Romain Bignon
0746942e02 accept backends name with only letters and digits 2010-11-14 22:18:56 +01:00
Romain Bignon
f4e2588842 use backend instance name for logger 2010-11-14 22:12:30 +01:00
Romain Bignon
d42ac3ea0d store 'ROOT' special section in a constant 2010-11-14 21:47:43 +01:00
Romain Bignon
c644aacd29 fix: use ResultsCondition in BackendsCall instead of hack in Weboob (refs #372) 2010-11-14 21:46:48 +01:00
Christophe Benz
5fc8c14b2d fix #372 conditions should not be treated by formatters 2010-11-14 15:04:20 +01:00
Christophe Benz
041e80e85d remove unused class 2010-11-14 15:04:20 +01:00
Christophe Benz
cfb4bf4ab5 fix webkit formatter 2010-11-14 14:26:32 +01:00
Romain Bignon
01a01191dd fix default interval 2010-11-14 14:14:06 +01:00
Romain Bignon
a23c2d159a fix print of Account objects 2010-11-14 14:12:23 +01:00
Romain Bignon
9a5b726013 use OrderedDict and fix parsing of path-like in INI files 2010-11-14 14:11:38 +01:00
Romain Bignon
916fc3d98e add a path completer for weboorrents command 'getfile' 2010-11-14 14:11:10 +01:00
Romain Bignon
f5bf9a4d13 oops 2010-11-14 11:09:40 +01:00
Christophe Benz
5d6b3d6abc add inspect command 2010-11-14 11:09:04 +01:00
Christophe Benz
6f63ddd731 ignore *~ 2010-11-14 11:08:59 +01:00
Romain Bignon
83b62564c4 update antispam 2010-11-14 11:06:45 +01:00
Romain Bignon
801ca95e05 fix getting my own id when I'm waiting to enter 2010-11-14 00:21:22 +01:00
Romain Bignon
724b008c4f fix display of function name in cancel message 2010-11-13 02:04:40 +01:00
Romain Bignon
2d4587c147 handle common exceptions even during application loading 2010-11-13 01:48:20 +01:00
Romain Bignon
e1196bc30a scheduler: fix error when ended task has been already removed 2010-11-13 01:44:09 +01:00
Xavier G
be990c150f Fixed the CrAgr backend, allowing a second retrieving of the accounts list.
Signed-off-by: Xavier G <xavier@tuxfamily.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-11-13 01:05:55 +01:00
Romain Bignon
a1937e0c82 fix posting on DLFP 2010-11-12 23:53:40 +01:00
Romain Bignon
a07b64e35d Xavier is now the CrAgr maintainer 2010-11-12 22:47:50 +01:00
Romain Bignon
1c66261bf5 do not override iter_operations() to let ICapBank raise NotImplementedError 2010-11-12 22:47:22 +01:00
Xavier G
f338439bd7 Implemented history operation for CrAgr backend
Signed-off-by: Xavier G <xavier@tuxfamily.org>
Signed-off-by: Romain Bignon <romain@peerfuse.org>
2010-11-12 22:43:26 +01:00
Romain Bignon
2a2ad84d8d display the 'Missing godchilds' message even if there are not 2010-11-12 20:37:12 +01:00
Laurent Bachelier
e5d4047016 Use basestring instead of str and unicode 2010-11-12 18:52:50 +01:00
Laurent Bachelier
024f217c8b Use strings instead of integers internally for account IDs 2010-11-12 18:40:23 +01:00
Laurent Bachelier
7d0105c167 Fallback to Python json if there is no simplejson
The json module is in Python 2.6 and up.
json does not raise JSONDecodeError, but ValueError. Since
JSONDecodeError is a subclass of ValueError, the except ValueError
will work for both.
2010-11-12 16:34:12 +01:00
Romain Bignon
fda971a7f1 oops typo in call of CallErrors handler 2010-11-12 14:24:43 +01:00
Romain Bignon
1fce063052 several minor fixes 2010-11-11 21:04:34 +01:00
Romain Bignon
d2f9bbb94c when a page isn't recognized, print 'Response saved to' as a warning 2010-11-11 17:24:22 +01:00
Romain Bignon
6330ab2515 if we're on waiting, go on /invits.php to get my own id 2010-11-11 16:01:40 +01:00
Romain Bignon
4144380dd9 handle LoggedPage 2010-11-11 15:51:16 +01:00
Romain Bignon
7708c497ab fix when interval is a string instead of an integer 2010-11-11 15:03:28 +01:00
Romain Bignon
8e6e18907c oops missing imports 2010-11-11 14:59:47 +01:00
Romain Bignon
f3f2b249a2 simulate an activity from fakes (they also rate 0 craps found, and 5 you) 2010-11-11 14:58:52 +01:00
Romain Bignon
ecff9ebb64 ignore when a backend is not found in list 2010-11-11 14:58:10 +01:00
Romain Bignon
26e7604cd4 use exception AdopteBanned instead of BrowserUnavailable 2010-11-11 14:30:40 +01:00
Romain Bignon
fd3ccda664 add the PRIORITY_CONNECTION optimization (closes #319) 2010-11-11 14:13:11 +01:00
Romain Bignon
bc978b7112 raise BrowserUnavailable when going on the ban page 2010-11-11 14:09:26 +01:00
Romain Bignon
8c7da03c60 fix: when there are no args, return [] instead of [''] 2010-11-11 13:57:25 +01:00
Romain Bignon
9a8fe8b55e support stopping of optimizations 2010-11-11 13:57:14 +01:00
Romain Bignon
a889cba908 use create_browser() to use the proxy parameter 2010-11-11 13:45:09 +01:00
Romain Bignon
c5803837fa rewrite of the repeat scheduler and implement cancel() 2010-11-11 13:23:52 +01:00