Fb2RSS

git clone git://xatko.vsos.ethz.ch/Fb2RSS.git
Log | Files | Refs | Submodules | README

DateCommit messageAuthorFiles+-
2020-09-13 14:11Mention the submodules in the readmeDominik Schmidt1+1-7
2020-09-13 14:11Remove the captcha-codeDominik Schmidt1+0-93
2020-09-13 13:59Adapt to upstream changesDominik Schmidt4+90-45
2020-09-13 09:49Update DRSSDominik Schmidt0+0-0
2018-12-12 14:51Correct makefile.Dominik Schmidt1+5-5
2018-12-12 14:45Add some spaces to the makefileDominik Schmidt1+9-6
2018-12-12 14:44Update DRSSDominik Schmidt0+0-0
2018-12-12 14:44Move the drss-repositoryDominik Schmidt1+1-1
2018-12-12 14:44Use the proper d-style array notationDominik Schmidt2+2-2
2018-07-30 21:23Merge branch 'master' of gitko:Fb2RSSDominik Schmidt1+1-1
2018-07-30 21:22Account for articles without a title.Dominik Schmidt1+5-1
2018-07-21 10:50Do explicite string concatenationDominik Schmidt1+1-1
2018-04-24 12:59Normalize the classnames with regexp before parsing the treeDominik Schmidt1+10-2
2017-10-27 18:58Adapt to upstream changes.Dominik Schmidt1+1-1
2017-09-30 21:26Adapt to upstream changesDominik Schmidt1+1-1
2017-09-23 14:50Adapt to upstream changes.Dominik Schmidt1+1-1
2017-08-08 18:19Adapt to upstream changes (again)Dominik Schmidt1+1-1
2017-08-08 08:19Revert some prior changes to match upstream again.Dominik Schmidt1+1-1
2017-05-13 09:10Adapt to upstream-changes, where the class now is called differently.Dominik Schmidt1+1-1
2017-05-13 09:09Correct the faulty XML delivered by Facebook prior to parsingDominik Schmidt2+15-1
2016-05-29 16:11Selective import of std.datetime.Dominik Schmidt1+1-1
2016-03-10 20:34Always check for captcha.Dominik Schmidt1+4-11
2016-03-06 09:25Reverse-iterate over found post-nodes.Dominik Schmidt1+1-1
2016-02-28 16:35Adapt to new upstream-changes.Dominik Schmidt2+17-20
2016-01-23 16:41Readme: Remove the DMD variable since it defauls to dmd now.Dominik Schmidt1+1-1
2016-01-23 16:40Makefile: Forward the DMD variable.Dominik Schmidt1+1-1
2016-01-23 16:39Makefile: Split clean into clean and distclean, add changes.Dominik Schmidt1+3-1
2016-01-23 16:39Makefile: Include an "all" target.Dominik Schmidt1+2-0
2016-01-23 16:38Makefile: Default dmd to dmdDominik Schmidt1+1-1
2016-01-23 13:02Update the Readme to omit the ./captcha parameter.Dominik Schmidt1+7-2
2016-01-23 12:59Use a static captcha-probe-url.Dominik Schmidt1+4-2
2016-01-23 12:57Use a more intelligent way to detect the captcha.Dominik Schmidt1+1-1
2016-01-22 23:47Update README with captcha-sorcery.Dominik Schmidt1+2-0
2016-01-22 23:32Write the rss to the right output stream.Dominik Schmidt1+2-2
2016-01-22 23:02Add captcha solving support.Dominik Schmidt5+141-3
2016-01-22 22:51Make some global strings static.Dominik Schmidt1+2-2
2016-01-06 19:41Detect some cornercases.Dominik Schmidt1+7-2
2016-01-06 19:40Update Useragent.Dominik Schmidt1+1-1
2016-01-06 19:40Bump DRSSDominik Schmidt0+0-0
2015-09-10 10:19Adapt to upstream-changes.Dominik Schmidt1+3-4
2015-09-10 09:38Makefile: Wrong automatic variable corrected.Dominik Schmidt1+1-1
2015-09-09 17:20Correct FbStream.o -> fbstream.oDominik Schmidt1+1-1
2015-09-09 17:19Correct clean: target of makefileDominik Schmidt1+2-1
2015-09-09 17:12Updated build instructions.Dominik Schmidt1+1-6
2015-09-09 17:11Primitive makefile added.Dominik Schmidt1+13-0
2015-09-09 17:10Lowercase FbStream.d to match the module.Dominik Schmidt1+0-0
2015-09-09 16:42Move FbStream to a different file.Dominik Schmidt2+257-256
2015-09-09 16:35Use DDoc rather than doxygen.Dominik Schmidt2+47-35
2015-08-15 15:27Override DRSS fetch() to allow file-reading.Dominik Schmidt1+14-1
2015-08-04 20:37Implement using DRSS.Dominik Schmidt4+37-199
2015-07-24 15:57Add a fetch timeout.Dominik Schmidt1+4-0
2015-07-24 14:47Use char[] as document-holder.Dominik Schmidt1+3-3
2015-07-01 21:56Fix UTF-8 fuckup in titleshortening.Dominik Schmidt1+7-2
2015-07-01 19:45Remove the <updated>-field from the entries.Dominik Schmidt1+0-1
2015-07-01 19:44Actually add the link to the header.Dominik Schmidt1+1-0
2015-07-01 18:57Add a generateRSS, which can be given a random range as a parameter.Dominik Schmidt1+12-0
2015-07-01 18:45Split generateRSS into two functions.Dominik Schmidt1+13-4
2015-07-01 18:36struct Post now generates the XML-Entry for itself.Dominik Schmidt1+16-8
2015-07-01 17:42Move XML header to separate Variable.Dominik Schmidt1+5-1
2015-07-01 13:03GPLv3-ify.Dominik Schmidt1+17-2
2015-07-01 13:02Document the clone-function too.Dominik Schmidt1+7-0
2015-07-01 12:55Doxyfile added.Dominik Schmidt1+6-0
2015-06-30 22:19Documentation - Lots of it.Dominik Schmidt1+110-5
2015-06-30 21:34Removed some unnecessary imports.Dominik Schmidt1+0-2
2015-06-30 20:46Finally remove commented lines.Dominik Schmidt1+0-2
2015-06-30 20:40Increase the cutoff length to 80.Dominik Schmidt1+1-1
2015-06-30 20:40Split generateRSS into two functions.Dominik Schmidt1+7-2
2015-06-30 20:25Improve const-correctness.Dominik Schmidt1+3-3
2015-06-30 20:24Made the struct Post comparable.Dominik Schmidt1+14-0
2015-06-30 20:22Better title-generation added.Dominik Schmidt1+7-1
2015-06-30 20:21Move some functionality into struct Post.Dominik Schmidt1+29-8
2015-06-30 19:50Properly include the CData in the <content type="html"></content> field.Dominik Schmidt1+3-1
2015-06-30 19:50Remove the silly translatelink.Dominik Schmidt1+4-0
2015-06-30 19:50Correct returntype of forward-Range functions.Dominik Schmidt1+2-2
2015-06-30 19:48Directly read data from curl.Dominik Schmidt1+3-1
2015-06-30 19:47Add switch for local file.Dominik Schmidt1+9-3
2015-06-30 11:38Readme: Add example for LDC2Dominik Schmidt1+5-0
2015-06-30 11:37Readme: Link against curl.Dominik Schmidt1+1-0
2015-06-30 11:36Readme: Corrected how to inlude the xml.dDominik Schmidt1+1-1
2015-06-30 11:17Added a minimal readme.Dominik Schmidt1+19-0
2015-06-30 10:55First implementation of Facebook2RSSDominik Schmidt1+169-0
2015-06-30 10:55Initial Commit.Dominik Schmidt2+4-0