Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/majn/telegram-purple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-04-04Bump version to 1.4.7Ben Wiederhake
2020-12-28Bump version, write changelogv1.4.6Ben Wiederhake
2020-12-22Bump version, write changelogv1.4.5Ben Wiederhake
2020-12-10Merge branch 'master' into dev-1.4.5Ben Wiederhake
2020-11-09Add support for clickable HTTP(S) download linksdef
Add a compile-time macro -DDOWNLOAD_URI_BASE (and autotools configure option `--with-download-base=URI`) to specify a download URI base path. For example, use "http://foo.bar/telegram/" base instead of the default "file:///tmp/downloads/" to create clickable HTTP links for downloads when running bitlbee with telegram-purple & HTTP server at foo.bar host.
2020-09-27m4_ax_check_zlib.m4: fix compilation with clangConrad Kostecki
If -L/usr/lib is being included, this will break compiling on 64-bit with clang. Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
2020-09-26Increment version numberv1.4.4Ben Wiederhake
2020-03-25Bump version, write changelogv1.4.3Ben Wiederhake
2019-08-31Increment versionBen Wiederhake
2019-03-02Increment versionBen Wiederhake
2018-04-15configure: add --runstatedirBen Wiederhake
It's been nearly four years, and I'm tired of reversing this all the time. Easter egg: don't accept webp-6 anymore, that's a typo from during the windows-installer development.
2018-04-15configure: prevent -DNDEBUG, nicer errorsBen Wiederhake
2018-04-06Cross-compile libwebpBen Wiederhake
2017-08-11Regenerate ./configure scriptBen Wiederhake
2017-06-16Fix "rpl_malloc not found" when cross-compiling, re-run autoreconfBen Wiederhake
AC_FUNC_MALLOC & AC_FUNC_REALLOC cause link errors when cross-compiling. It seems the preferred solution is to just remove them, and optionally adding them to the AC_CHECK_FUNCS section. Examples: - https://github.com/LLNL/ior/issues/4 - https://github.com/stakizawa/kmrnext/commit/47331724c1b1010b4adcad936f6aa14bde1ddebb - https://github.com/eribertomota/axel/commit/6667e4cb91ef3f5ac25cea02e3cd5ea49d48b3e3 (used as template for this commit message; thanks!) - https://rickfoosusa.blogspot.de/2011/11/howto-fix-undefined-reference-to.html - https://github.com/majn/tgl/commit/c58d62b509c8c7ef1a4739d3d4aba714c23429d2
2017-04-09Increase version to 1.3.1mjentsch
2016-02-19Fix the system one more timeBen Wiederhake
Closes #242. Hopefully.
2016-01-24Change version back to 1.3.0mjentsch
2016-01-24Merge branch 'master' into dev-1.3.0mjentsch
2016-01-24Increase version to 1.2.5mjentsch
2016-01-07Add target noicon_installBen Wiederhake
This moves the feature #100 from the ./configure option to a make target, which reduces the combinatory explosion of the ./configure options.
2016-01-05Bump version in configurev1.2.4mjentsch
2015-12-31Fix compilation with opensslv1.2.3matj
2015-12-31Fix compilationmjentsch
Do the libgcrypt check to assure that all necessary flags are included, and clean up configure.ac a bit.
2015-12-31fixup! Introduce --disable-gcrypt flagBen Wiederhake
2015-12-31Revert "Revert "Introduce --disable-gcrypt flag""mjentsch
This reverts commit 893bb3369c10ee6d22dc4b2b3836c13ad65f87b2.
2015-12-31Revert "Introduce --disable-gcrypt flag"mjentsch
This reverts commit 89c27afac1c82d95a64dd4367af1641a569b7c1d.
2015-12-30Introduce --disable-gcrypt flagBen Wiederhake
2015-12-29Assure that the tgl makefile is always updated after configuremjentsch
2015-12-29Make gettext dependency optionalmjentsch
2015-12-29Bump version to 1.2.3mjentsch
2015-10-20Merge remote-tracking branch 'wiederhake/beta4' into beta4Matthias Jentsch
2015-10-18Fix libgcrypt checkmjentsch
Use a libgcrypt check that will only succeed with a version >= 1.6.0.
2015-10-17Merge branch 'beta4-human-reable-user-names' into beta4mjentsch
2015-10-14Add option --disable-icons.Ben Wiederhake
Closes #100.
2015-10-07Remove superfluous -lm flag.Ben Wiederhake
2015-10-07Bump version to 1.2.2mjentsch
2015-10-07Fix configure scriptmjentsch
Remove intltool checks failing because of missing po/Makefile.in and just check for msgfmt instead.
2015-10-06Add translation-related stuff to configure.acmjentsch
2015-10-04Build telegram-purple and libtgl without OpenSSL (skip when bisecting).Ben Wiederhake
This version still tries to load a PEM file, although libtgl --disable-openssl does not support it. Since there are several ways to resolve it, this switch away from OpenSSL and its solution should be different commits.
2015-09-13Bump version and update READMEmjentsch
2015-08-25Bump versionmjentsch
2015-05-31Update versionmjentsch
2015-05-24Add support for displaying stickers in chatsmjentsch
2015-03-21Update versionmjentsch
2015-03-05Fix configuration scriptmjentsch
2015-03-05Update version to 0.7.0 and make changelog a Mardownmjentsch
2015-01-26Update to 0.6.1 to and handle version in autoconfmjentsch
2014-11-24Fixed -lrt checkVysheng
2014-11-12Updated to use subdirectory. Fixed buffer overflow in date formatVysheng