Actually encrypt passwords before storing them
[claws.git] / src / plugins / rssyl /
2016-01-27 Andrej KacianFix superfluous semicolons from 543c7d3.
2016-01-27 Andrej KacianRSSyl: Handle XHTML content correctly for Atom feeds.
2016-01-19 Andrej KacianFix typo in handling feed name ending with a period...
2015-12-18 Andrej KacianRSSyl: do not add extra dir separator in item_get_path().
2015-12-09 Ricardo MonesFix bug #3570 “Feed preferences window appearance”
2015-12-04 Andrej KacianRemoved a useless debug line.
2015-11-16 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2015-11-15 Paulmore sanitizing of translatable strings
2015-11-13 Colin LeroyMore null pointer dereference fixes
2015-10-21 Andrej KacianUse folderview_get_selected_item() more.
2015-10-19 Andrej KacianAdd a forgotten RSSyl: prefix to log_print message...
2015-10-19 Andrej KacianRSSyl: Accept feeds with no title. Closes bug #3480.
2015-10-14 Paulfix format warnings and some OpenBSD specific fixes
2015-10-01 Ricardo MonesRemove line breaks from g_warning()
2015-09-21 Andrej KacianFix several memory leaks in RSSyl.
2015-08-04 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2015-08-04 Andrej KacianDo not build libfeed if RSSyl plugin is disabled.
2015-07-07 Andrej KacianRSSyl: add a missing symbol to claws.def for Windows...
2015-07-07 Andrej KacianUse accessor for common preferences in all plugins.
2015-07-01 Andrej KacianDisallow folder names to begin or end with a dot on...
2015-06-30 Andrej KacianRSSyl: Variable typo fix in Windows-specific code.
2015-06-30 Andrej KacianUpdated plugins' claws.def files as needed for Windows...
2015-06-29 Andrej KacianUse g_dir_open() and friends instead of opendir() and...
2015-06-18 Andrej KacianRSSyl: Use our CA certificate bundle on Windows.
2015-06-18 Andrej KacianRSSyl: If given, set CURLOPT_CAINFO regardless of libcu...
2015-06-17 Andrej KacianRSSyl: Allow giving custom CA cert file to libfeed
2015-06-16 Andrej KacianRSSyl: Free GError from memory where necessary.
2015-06-16 Andrej KacianRSSyl: Use g_mkstemp() instead of mkstemp()
2015-06-16 Andrej KacianRSSyl: Got rid of opendir/readdir/closedir in favour...
2015-06-05 Andrej KacianUse 'GStatBuf' instead of 'struct stat' type where...
2015-06-04 Andrej KacianRSSyl: Reworked item comparing logic, partly based...
2015-05-30 Andrej KacianUse pkg-config to detect Expat library.
2015-05-30 Andrej KacianRSSyl: Use procheader_date_parse() for RFC3339 date...
2015-05-30 Andrej KacianRSSyl: Updated list of symbols needed from claws-mail...
2015-05-30 Andrej KacianRSSyl: struct dirent doesn't have d_type member on...
2015-05-30 Andrej KacianRSSyl: Remove unnecessary use of link() in rssyl_add_ms...
2015-05-27 Andrej KacianRSSyl: Fix compilation on OS X.
2015-05-21 Andrej KacianRSSyl: Leave unread flag on new items regardless of...
2015-05-17 Andrej KacianRSSyl: Strip leading and trailing whitespace from XML...
2015-05-06 Andrej KacianRSSyl: use procheader_date_parse() instead of parseRFC8...
2015-04-29 Ricardo MonesFix bug #2981 and other two implicit...
2015-01-29 Ricardo MonesFix bug #3363 “preferences page composition seems weird”
2015-01-19 Ricardo MonesRemove GTK+ checks lower than required version
2015-01-13 Ricardo MonesFix bug# 3098: add auth to context and handle error
2015-01-13 Ricardo MonesRSSyl: preferences for HTTP auth basic
2015-01-13 Ricardo MonesRSSyl: support HTTP basic auth in libfeed
2015-01-08 Andrej KacianRSSyl: Day-of-week name in RFC822 timestamps is optional.
2015-01-01 Andrej KacianRSSyl: Fix handling of feeds with encodings unknown...
2014-11-27 Andrej KacianRSSyl: Fix argument order for strstr() in Atom parser.
2014-11-27 Andrej KacianRSSyl: Ignore rel="..." feed link in Atom parser.
2014-11-27 Andrej KacianRSSyl: Do not run html entity replacement on URL and...
2014-11-27 Andrej KacianRSSyl: Fix allocated buffer size in previous commit...
2014-11-27 Andrej KacianRSSyl: Wrote more robust replacing of HTML character...
2014-11-24 Andrej KacianRSSyl: fix crash introduced by previous commit
2014-11-23 Andrej KacianRSSyl: Convert relative URLs in Atom entries to absolut...
2014-11-02 Andrej KacianRevert "RSSyl: Lose the .deleted file on folder move...
2014-10-27 PaulMerge branch 'master' of ssh+git://git.claws-mail.org...
2014-10-24 Andrej KacianRSSyl: Allow use of .netrc by libcurl. Bug/enhancement...
2014-10-23 Andrej KacianRSSyl: Fix memory leak caused by last commit.
2014-10-23 Andrej KacianRSSyl: start using folder cache
2014-10-23 Ricardo MonesFree newly created strings from g_markup_printf_escaped
2014-10-21 Andrej KacianRSSyl: fix markup escaping in one more alertpanel_error...
2014-10-21 Paulfix bug 3306, 'HTML tag </b> is not always rendered...
2014-10-21 Pauluse standard hyphen-less "Claws Mail" in user-facing...
2014-10-20 Andrej KacianRSSyl: when user chooses a different folder name for...
2014-10-19 Andrej KacianRSSyl: Lose the .deleted file on folder move for now
2014-10-18 Andrej KacianRSSyl: Copy RFolderItem private data properly.
2014-10-18 Andrej KacianRevert "RSSyl: Just copy all of the custom folderlist...
2014-10-12 Andrej KacianRSSyl: Just copy all of the custom folderlist xml tags...
2014-09-14 Andrej KacianRSSyl: Do not use g_strsplit_set() to get the ID from...
2014-08-13 Andrej KacianRSSyl: fix OPML import creating incorrect folder hierarchy
2014-07-26 Andrej KacianRSSyl: Convenience checkbox allowing user to open feed...
2014-07-25 Andrej KacianRSSyl: Fix Atom parser getting lost within feed/author.
2014-07-02 Andrej KacianRSSyl: Fix errno declaration in rssyl_add_item() breaki...
2014-07-01 Andrej KacianRSSyl: more fixes for Coverity issues
2014-06-30 Andrej KacianRSSyl: Fix some more issues reported by Coverity.
2014-06-30 Andrej KacianRSSyl: remove surplus semicolons from FILL macro use.
2014-06-29 Andrej KacianRSSyl: make sure we do not operate with NULL text in...
2014-06-29 Andrej KacianRSSyl: make the libfeed parsers' FILL macro brace-safe...
2014-06-29 Andrej KacianRSSyl: fix memory leak in rssyl_deleted
2014-06-27 Ricardo MonesAdd license and copyright to 9b3fd2b5
2014-06-26 wwpUse the slist_free_strings_full wrapper func.
2014-06-25 Andrej KacianRSSyl: handle expiring comments after their parent...
2014-06-25 Andrej KacianRSSyl: during format update, copy also folder properties
2014-06-24 Andrej KacianRSSyl: do not use feed item's URL to populate an empty...
2014-06-19 Andrej KacianGet rid of unneeded GTK_CFLAGS in Makefile template...
2014-06-19 Andrej KacianGet rid of non-existent CLAWS_MAIL_CFLAGS in Makefile...
2014-06-19 Paulfix building RSSyl
2014-06-19 Paulfix build warning
2014-06-19 Colin LeroyAdd missing include; patch by Christian Hesse
2014-06-18 Pauladd configure option --enable-appdata and put all appda...
2014-06-17 Ricardo MonesUse gtk_combo_box_new_text only if supported
2014-06-17 Andrej KacianGet rid of deprecated use of GtkComboBox text functions...
2014-06-17 Colin LeroyDon't forget the ssl_verify_peer pref when migrating
2014-06-17 Colin LeroyMigrate the old feeds' caches if possible.
2014-06-17 Andrej KacianNew RSSyl replacing old one.
2014-06-16 Colin LeroyDistribute .in files too
2014-06-13 Paulfix this wonderful screw-up that broke `make dist`
2014-06-13 Paulinternationalise plugin appdata files
2014-06-13 Colin LeroyMerge branch 'i18n' of https://github.com/ignatenkobrai...
next