54 Commits (5ab5ee7e7b389a406b6986de94b3162061a1db4a)

Author SHA1 Message Date
Julio Biason 5ab5ee7e7b workaround for twitter sending two elements in the rate limit 14 years ago
Julio Biason 8e366de68f test for duplicate error 14 years ago
Julio Biason e45aac9130 speed up, but the grid moves the cursor out of visibility 14 years ago
Julio Biason 3661926e5a changed the regexp to include everything except punctuation. I think it may go all around (greedy), though. 14 years ago
Julio Biason 535b8f477c better regexp 14 years ago
Julio Biason e72faecf9c support for user, groups and hashtags regexps 14 years ago
Julio Biason b927b0cff4 Defined the __str__ method for all exceptions/warnings. Next step is to 14 years ago
Julio Biason 35be91a92e Timeout doesn't exist in Python 2.5, so we wrap it around a try/catch 14 years ago
Julio Biason 3ed7bd1414 PEP8'd and Pyflake'd 14 years ago
Julio Biason ea65108ea2 changed where the prefix is generated to get the proper one when you reply to reposts 14 years ago
Julio Biason 746887b616 This should fix the problem with displaying replies, as it wasn't 14 years ago
Julio Biason 7533abc005 Oopsies. 14 years ago
Julio Biason 76c22f851d American spelling from now on (don't ask me why) 14 years ago
Julio Biason b97b3c85de Some code reorganization; realized we can use the embedded "user" 14 years ago
Julio Biason c6f6cedab3 reply_prefix(), link(), can_repost(), can_reply(), can_delete() and 14 years ago
Julio Biason f53cb56a37 Logged user information. 14 years ago
Julio Biason 511babf5f2 is_setup (and the new user) are now property, which makes more sense, 14 years ago
Julio Biason b7f5cfd696 Created a NetworkUser object, to be used by NetworkData and to 14 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" 15 years ago