Fix wrong use of pointer-to-array as an array, CID #1434191.
[claws.git] / src / plugins / libravatar /
2018-03-19 wwpFixed hook_id declarations to be gulong instead of...
2018-03-17 wwpSave us 35 warnings about hooks_register_hook() return...
2018-02-09 Michael RasmussenMerge branch 'master' of ssh+git://git.claws-mail.org...
2018-02-09 Andrej KacianDo not put enchant's CFLAGS into main CFLAGS make variable.
2018-02-09 Andrej KacianRework of alertpanel default button focus handling.
2017-12-09 Andrej KacianCopyright year update in plugins' version.rc files.
2017-07-07 Andrej KacianCorrect the use of pthread_create() in several places.
2017-01-21 wwpNo need to test what g_malloc returns, as if it fails...
2016-10-17 Ricardo MonesFix resource leak and missing return
2016-10-17 Ricardo MonesLibravatar: refactor image retrieval
2016-07-28 Ricardo MonesFix some debug messages and update headers
2015-11-25 Ricardo MonesUse same label for seconds in timeouts
2015-11-16 Colin LeroyMerge branch 'master' of ssh+git://git.claws-mail.org...
2015-11-14 Paulremove most of the markup from translatable strings
2015-11-13 Colin LeroyWow. Such data, so leak, very unfreed
2015-10-01 Ricardo MonesRemove line breaks from g_warning()
2015-09-22 Ricardo MonesLibravatar: remove hooks on failed init
2015-08-18 Ricardo MonesLibravatar: fix typo in label
2015-06-30 Andrej KacianUpdated plugins' claws.def files as needed for Windows...
2015-06-29 Andrej KacianGet rid of last remaining "struct stat" variables.
2015-06-29 Andrej KacianUse g_dir_open() and friends instead of opendir() and...
2015-06-28 Ricardo MonesLibravatar: clean cache button
2015-06-28 Ricardo MonesLibravatar: cache usage info label
2015-06-24 Christian HesseLibravatar: this is rootdir, not subdir
2015-06-23 Ricardo MonesLibravatar: fix g_warning strings
2015-06-23 Ricardo MonesLibravatar: fix copyright headers
2015-06-23 Ricardo MonesLibravatar: refactor and fix leak on corner case
2015-06-09 Ricardo MonesAdd missing page weights on some plugins
2015-06-09 Ricardo MonesLibravatar: use accessor for common preferences
2015-06-06 Ricardo MonesFix low probability resource leak
2015-06-05 Andrej KacianUse 'GStatBuf' instead of 'struct stat' type where...
2015-01-26 Ricardo MonesLibravatar: more compact prefs, add hint to entry
2014-10-05 Ricardo MonesLibravatar: allow reduced timeout for network requests
2014-07-16 Paulfix some typos. patch by Andreas Rönnquist
2014-06-27 Ricardo MonesAdd license and copyright to 9b3fd2b5
2014-06-24 Ricardo MonesFix memory leak in libravatar
2014-06-18 Pauladd configure option --enable-appdata and put all appda...
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...
2014-06-13 Pauluse our own address as <updatecontact>
2014-06-12 Igor Gnatenkometainfo: add libravatar plugin
2014-05-25 Ricardo MonesUpdate licensing for Makefile.am files
2014-05-19 Ricardo MonesFix typo, thanks wwp!
2014-05-04 Ricardo MonesRemove include to complete 5a17be4e
2014-05-03 Colin LeroyMake federated_url_for_address() return the same thing...
2014-05-02 Colin LeroyWarning fixes
2014-05-02 Colin LeroyFix libravatar depending on auto_configure_service...
2014-04-30 Colin LeroyDon't save libravatarr avatars to addressbook
2014-04-28 wwpMerge branch 'master' of ssh+git://git.claws-mail.org...
2014-04-28 Ricardo MonesImplement support for federated avatars
2014-04-28 Ricardo MonesAllow disabling federated domains
2014-04-28 Ricardo MonesRetrieve avatar service URL from address
2014-04-27 Colin LeroyMerge branch 'master' of ssh://git.claws-mail.org/home...
2014-04-25 Colin LeroyOups. Fix previous commit.
2014-04-25 Colin LeroyAdd timeout and nosignal curlopts
2014-04-25 Colin LeroyReplace deprecated INCLUDES with AM_CPPFLAGS; where...
2014-04-25 Colin LeroyFix unitialized variable. Maybe cause of crash under...
2014-04-24 Colin LeroyFix claws exports for windows
2014-03-27 Christian HesseFix bug #3126 “libravatar: do not collect empty files”
2014-03-21 Ricardo MonesFix default custom URL: needs 3 redirects
2014-03-18 Christian Hessereplace non ASCII-characters
2014-03-15 Ricardo MonesA better README for libravatar plugin
2014-03-15 Ricardo MonesEven more crazy idea added
2014-03-15 Ricardo MonesImprove plugin description a bit
2014-03-14 Christian HesseFix bug #3109 “libravatar: make mail address lower...
2014-03-13 Christian HesseFix bug #3108 “link libravatar plugin against libcurl”.
2014-03-11 Ricardo MonesFix a couple of bugs
2014-03-10 Ricardo MonesNew libravatar plugin