Julio Biason
ee4d2e30fe
Add the network name in the replies too
15 years ago
Julio Biason
50a9d27018
Deleted the wrong character when changing to american spelling.
15 years ago
Julio Biason
6b5701f10a
Add grid and iterator in the selected message, so it's easier to track
...
those messages back; delete action uses the grid and iterator to remove
the message from the grid when the operation completes successfully;
the network layer will take care of the favorite status, which will be
returned after the call (in case of error, an exception should be
raised.)
15 years ago
Julio Biason
76c22f851d
American spelling from now on (don't ask me why)
15 years ago
Julio Biason
be022dac79
Makes the network name available straight out of the bat.
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
177f6fd718
pep8 fixes
15 years ago
Julio Biason
bcfc045912
Added proxy support. fixes #97
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
59ff8fad22
Ok, kill me now
15 years ago
Julio Biason
2eeacf4030
forgot to save
15 years ago
Julio Biason
46dc141280
Count the operations and save the config file if needed. fixes #198
15 years ago
Julio Biason
cc3beb1b34
network layer now have asserts
15 years ago
Julio Biason
697fcb4756
removed references to python2.5; now it's 'env python'
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
7ea865db1c
Typo
15 years ago
Julio Biason
220bf52bdd
Spaces
15 years ago
Julio Biason
b526df2c11
More TODOs
15 years ago
Julio Biason
5d4f84d5bc
Removed tailing spaces
15 years ago
Julio Biason
acb740b0f0
Missing repost() in top level Networks
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
35ed830de6
Interface manager seems to be working; need some interface working now
16 years ago
Julio Biason
453f19dcf0
Generic module importer
16 years ago
Julio Biason
5bdf769fea
Initial import from SVN
16 years ago