Mercurial > kiritsu
graph
-
Fixed a problem where some feeds would have unpickleable expatreaders. default tipFri, 18 Apr 2008 17:13:02 -0700, by Atul Varma
-
Changed ImapFeed.py so that it now looks for unread and flagged (starred in gmail) messages. This also looks like it will solve the problem w/ marking an entire conversation as unread in gmail, since starring a conversation doesn't make every single msg in the conversation flagged, it only flags the latest message.Sat, 05 Apr 2008 22:49:39 -0700, by Atul Varma
-
Factored out the auth handlers from LocalAuth.py.sample and moved them to AuthHandlers.py, added comments to them.Sun, 17 Feb 2008 19:45:36 -0600, by Atul Varma
-
A subprocess pool is now used to parallelize the fetching of feeds, which makes the update process much faster.Sat, 16 Feb 2008 22:43:35 -0600, by Atul Varma
-
Made the architecture a little cleaner, but it's still pretty messy; I really need to turn some OO-like-hacks into actual OO constructions. At least the Config.py structure is simpler.Sat, 16 Feb 2008 21:56:15 -0600, by Atul Varma
-
Generated HTML now puts high-urgency items above all other items.Sat, 16 Feb 2008 20:22:21 -0600, by Atul Varma
-
Added .hgignoreSat, 16 Feb 2008 20:14:21 -0600, by Atul Varma
-
Added a readme and sample configuration files.Sat, 09 Feb 2008 14:24:37 -0600, by Atul Varma
-
Origination. Two critical files for any of this to work, Config.py and LocalAuth.py, aren't included here because they contain sensitive information, so this is effectively broken at the moment. I'll have to do a bit of refactoring and make a second commit.Fri, 08 Feb 2008 23:53:26 -0600, by Atul Varma