Julio Biason
e45aac9130
speed up, but the grid moves the cursor out of visibility
15 years ago
Julio Biason
3661926e5a
changed the regexp to include everything except punctuation. I think it may go all around (greedy), though.
15 years ago
Julio Biason
535b8f477c
better regexp
15 years ago
Julio Biason
e72faecf9c
support for user, groups and hashtags regexps
15 years ago
Julio Biason
c2fb976a54
Set proper default values for fields, so ConfigOpt doesn't get confused
...
and save "None"s in the config file.
15 years ago
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
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
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
22407454ce
netowkr_name now is part of the message.
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
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
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
60e76b5549
Seems urlencode is UTF8 safe now
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
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
19c85d57a2
More doc fixes
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
7ea865db1c
Typo
15 years ago