Julio Biason
|
b927b0cff4
|
Defined the __str__ method for all exceptions/warnings. Next step is to
show it when we get those.
|
15 years ago |
Julio Biason
|
35be91a92e
|
Timeout doesn't exist in Python 2.5, so we wrap it around a try/catch
and, in case of exception, we call it without the parameter.
|
15 years ago |
Julio Biason
|
3ed7bd1414
|
PEP8'd and Pyflake'd
|
15 years ago |
Julio Biason
|
ea65108ea2
|
changed where the prefix is generated to get the proper one when you reply to reposts
|
15 years ago |
Julio Biason
|
746887b616
|
This should fix the problem with displaying replies, as it wasn't
showing as "in reply to".
|
15 years ago |
Julio Biason
|
7533abc005
|
Oopsies.
|
15 years ago |
Julio Biason
|
76c22f851d
|
American spelling from now on (don't ask me why)
|
15 years ago |
Julio Biason
|
b97b3c85de
|
Some code reorganization; realized we can use the embedded "user"
property to get the current user username (which will also make our
lifes easier when we switch to oauth and the username won't be in the
_options.)
|
15 years ago |
Julio Biason
|
c6f6cedab3
|
reply_prefix(), link(), can_repost(), can_reply(), can_delete() and
can_favourite() were removed in favour of a properties in the
NetworkData object (since those values wouldn't change for a message.)
|
15 years ago |
Julio Biason
|
f53cb56a37
|
Logged user information.
|
15 years ago |
Julio Biason
|
511babf5f2
|
is_setup (and the new user) are now property, which makes more sense,
actually.
(Also, it seems I'm in a @property mood lately.)
|
15 years ago |
Julio Biason
|
b7f5cfd696
|
Created a NetworkUser object, to be used by NetworkData and to
NetworkBase, so every protocol can have an attached information about
the user.
|
15 years ago |
Julio Biason
|
3958a9831c
|
This log is completely unnecessary
|
15 years ago |
Julio Biason
|
3f49b6149d
|
Protected status. fixes #199
|
15 years ago |
Julio Biason
|
177f6fd718
|
pep8 fixes
|
15 years ago |
Julio Biason
|
16ca71fe14
|
Documented all options now
|
15 years ago |
Julio Biason
|
960a4df215
|
renamed Network_Manager to simply NetworkManager, since we expect all the networks to use it, so it will be easier to type
|
15 years ago |
Julio Biason
|
25fb5b9a02
|
Documented most of the stuff, but still need to make the Twitter (and others) appear in the index
|
15 years ago |
Julio Biason
|
86c3c9eae5
|
Timeout in requests. fixes #89
|
15 years ago |
Julio Biason
|
60e76b5549
|
Seems urlencode is UTF8 safe now
|
15 years ago |
Julio Biason
|
a260285493
|
updated strings
|
15 years ago |
Julio Biason
|
cc3beb1b34
|
network layer now have asserts
|
15 years ago |
Julio Biason
|
ad05de90ac
|
Removed the count; the pages are always in blocks of 20
|
15 years ago |
Julio Biason
|
1e5026773f
|
Store and display the owner of the parent message in a reply. Closes #174
|
15 years ago |
Julio Biason
|
1c6174f8fd
|
also switch the id on retweets; fixes #177
|
15 years ago |
Julio Biason
|
697fcb4756
|
removed references to python2.5; now it's 'env python'
|
15 years ago |
Julio Biason
|
a30f990d45
|
better explanation about the large block of dead code
|
15 years ago |
Julio Biason
|
d86724036d
|
UTF8 testing, not workng. I really cant figure out what is wrong with Twitter
|
15 years ago |
Julio Biason
|
59267b0944
|
Found a bug
|
15 years ago |
Julio Biason
|
5b3fefdb53
|
added a threshold to reduce the number of requests.
|
15 years ago |
Julio Biason
|
751f55b60d
|
direct link to messages
|
15 years ago |
Julio Biason
|
6fe8b283e4
|
Replies prefix
|
15 years ago |
Julio Biason
|
38e3447f7a
|
Favourite functions
|
15 years ago |
Julio Biason
|
32f26f20d0
|
PEP8 fixed
|
15 years ago |
Julio Biason
|
7d1b474086
|
Repost works
|
15 years ago |
Julio Biason
|
26e261bb12
|
Repost
|
15 years ago |
Julio Biason
|
5d4f84d5bc
|
Removed tailing spaces
|
15 years ago |
Julio Biason
|
8751958d4a
|
Also use the original message
|
15 years ago |
Julio Biason
|
f1aa5f50ba
|
Retweets/Reposts are now being retrieved from Twitter and the status are being set properly
|
15 years ago |
Julio Biason
|
482410e4f1
|
It's a bool return, dicts makes no sense (although they are handled as True)
|
15 years ago |
Julio Biason
|
2da5f56be0
|
Options now can be checked in a per network basis, so the username doesn't need to be exposed and compared.
|
15 years ago |
Julio Biason
|
32378533bc
|
We now can detect if a message belongs to the logged user
|
15 years ago |
Julio Biason
|
0ea1134d70
|
Missing import
|
15 years ago |
Julio Biason
|
a4a159d49e
|
Revert "Missing import breaks everything"
This reverts commit 55abb56bc4 .
|
16 years ago |
Julio Biason
|
55abb56bc4
|
Missing import breaks everything
|
16 years ago |
Julio Biason
|
285695ac96
|
sorting fixes; proper escaping of HTML (finally)
|
16 years ago |
Julio Biason
|
37d29948a2
|
Some PyFlakes/PEP8 fixes (in the wrong place); threading in PyGTK
|
16 years ago |
Julio Biason
|
5bdf769fea
|
Initial import from SVN
|
16 years ago |