Christian Grothoff
2dfcc080a1
-autoupdate
2022-06-28 16:35:27 +02:00
Thien-Thi Nguyen
7d2a009e1b
Bump required version of libmicrohttpd to 0.9.71
2022-03-23 02:23:25 -04:00
Thien-Thi Nguyen
b4f7231d17
[build int] Use ‘MHD_VERSION_AT_LEAST’
...
* configure.ac (microhttpd): Delete shell var.
(MHD_start_daemon): Delete AC_CHECK_LIB.
(MHD_DAEMON_INFO_CURRENT_CONNECTIONS): Delete AC_CHECK_DECL.
(MHD_VERSION_AT_LEAST): New macro call.
2022-03-19 07:52:53 -04:00
Thien-Thi Nguyen
6e0e5c9a9d
Bump required PostgreSQL to 13.0 (per README)
...
* configure.ac (AX_LIB_POSTGRESQL): ...here.
2022-02-19 20:53:11 -05:00
8684a9bfea
[age_restriction] progress 13/n
...
- major refactoring of extensions
- extensions live now in a separate library, libtalerextensions
- refactored all components using age_restriction accordingly
- plumbing for plugin support for extensions roughly layed down
2022-01-23 01:36:21 +01:00
Christian Grothoff
af98428356
-version bump
2021-09-27 10:56:53 +02:00
Christian Grothoff
7b954c1e26
-bump version in configure.ac
2021-08-24 15:43:32 +02:00
Christian Grothoff
732602042a
-final preparations for v0.8.3 release
2021-08-13 22:44:12 +02:00
Christian Grothoff
6b537bc38d
tagging v0.8.2
2021-08-08 20:13:03 +02:00
Christian Grothoff
3ef39e51f3
more work on hopefully fixing #6862
2021-05-14 18:08:45 +02:00
Christian Grothoff
a1705fe421
add gettext support
2021-04-05 20:11:45 +02:00
8c55968452
autoconf obsoletions, gitignore
2021-01-05 12:14:25 +01:00
792d1f5f20
Revert "always and only build docs"
...
This reverts commit cdda3d34a3
.
2021-01-05 11:16:38 +01:00
2bd118007e
fix quoting bug that breaks build on autotools 2.70+
2021-01-04 17:45:23 +01:00
cdda3d34a3
always and only build docs
2021-01-04 17:05:47 +01:00
Christian Grothoff
8d0e141143
add test for python3-jinja2
2021-01-01 16:01:51 +01:00
Christian Grothoff
f82488c060
add missing linker options, bonus fun
2020-12-31 22:22:19 +01:00
Christian Grothoff
8050ac1677
do not generate static libs
2020-12-29 14:28:32 +01:00
Christian Grothoff
b1c863047a
use build-aux to support Debian packaging
2020-12-29 14:03:55 +01:00
Christian Grothoff
e1e9250ff7
add check for sufficiently recent version of libgnunetutil, remove now unnecessary crypto blinding logic
2020-12-25 08:44:57 +01:00
Christian Grothoff
023604e7a2
bump version
2020-11-10 13:20:07 +01:00
Christian Grothoff
4129b724a0
doxygen fixes, update ChangeLog, bump version
2020-10-03 16:08:01 +02:00
Jonathan Buchanan
ef0e79927c
created taler_sq_lib
2020-07-05 16:50:13 +02:00
Jonathan Buchanan
63f05b9ff6
removed the GnuTLS check for cURL
2020-05-18 16:14:59 -04:00
Christian Grothoff
e59e9220d2
fix check for twister
2020-04-10 16:49:30 +02:00
Christian Grothoff
a483cad559
bump version in configure.ac
2020-03-31 14:42:06 +02:00
Christian Grothoff
2b894b826a
v7
2020-03-29 20:57:01 +02:00
Christian Grothoff
17eafb869c
address FIXME
2020-03-28 22:12:47 +01:00
Christian Grothoff
f1cbc109f7
add proper i18n for pp
2020-02-07 00:54:47 +01:00
Christian Grothoff
eae85d62c1
proper i18n support for TOS
2020-02-07 00:44:35 +01:00
Florian Dold
72a629a8be
move testing logic and integration tests into separate directory
2020-01-19 15:23:33 +01:00
Christian Grothoff
ff35a1d229
deduplicate doxyfiles, integrate with build
2020-01-18 23:19:48 +01:00
Christian Grothoff
8dbc19758b
fix compiler warnings
2020-01-18 19:16:44 +01:00
Florian Dold
7fad7cb716
make lib(c|gn)url mandatory, cleaner makefiles
2020-01-16 14:12:47 +01:00
Florian Dold
a358360fb3
remove wallet-specific code
2020-01-16 13:48:35 +01:00
Christian Grothoff
4d6ef1da29
eliminate libtalerwire
2020-01-13 18:16:01 +01:00
Christian Grothoff
9443c10d7f
major refactoring, eliminating wire-plugins and moving towards new bank API. main code compiles, testcases known to fail, code sure not to fully work yet
2020-01-11 15:20:17 +01:00
Christian Grothoff
8af89ff197
misc release preparations: mostly fixing 'make dist' target
2019-12-20 20:10:46 +01:00
Christian Grothoff
97810cc46f
add privacy policies
2019-12-11 21:45:25 +01:00
Christian Grothoff
711027f651
add TOS
2019-12-04 00:22:23 +01:00
Christian Grothoff
a2a5f42915
start with libtalermhd
2019-11-23 10:48:05 +01:00
Christian Grothoff
94f0d80cc1
turn teah_common.c into libtalercurl, fixes many ugly issues in build system
2019-10-26 20:05:19 +02:00
Christian Grothoff
4cc86b52d2
add --enable-sanitizer
2019-09-14 17:42:16 +02:00
Florian Dold
bb432724fc
order of CFLAGS
2019-06-26 22:10:55 +02:00
Florian Dold
57f0194b59
disable useless GCC warning about pointer alignment
2019-06-26 21:42:32 +02:00
Christian Grothoff
4b36b6c964
replace if with AS_IF ( fixes #5709 for exchange)
2019-05-12 21:48:16 +02:00
Christian Grothoff
652659a8d4
replace if with AS_IF ( #5709 , wip)
2019-05-12 21:48:16 +02:00
Christian Grothoff
bc29ca4080
replace if with AS_IF ( #5709 , wip)
2019-05-12 21:48:16 +02:00
Christian Grothoff
5740f5b639
replace if with AS_IF ( #5709 , wip)
2019-05-12 21:48:16 +02:00
Christian Grothoff
335f82d081
replace if with AS_IF ( #5709 , wip)
2019-05-12 21:48:16 +02:00