Aktivität
von 16.09.2019 bis 15.10.2019
15.10.2019
- 00:25 Revision 31b10b24 (aqbanking): AqFINTS: Added some tests.
- 00:25 Revision 24892730 (aqbanking): AqHBCI: Set needBPD to "0" for JobGetTransactionsCreditCard.
- There is no BPD job for now, at least no bank we know of seems to
transmat such a segment.
14.10.2019
- 22:46 Revision 7ba425ce (aqbanking): Fix printf format specifiers by using the suitable ones from <inttypes.h>
- See the recent commits in gwenhywfar for pointers for more documentation.
Fortunately there are indeed some standariz...
10.10.2019
- 00:25 Revision a39b2ede (aqbanking): AqHBCI: Increased verbosity.
- 00:24 Revision ea807de5 (aqbanking): AqHBCI: Read and write selectedTanMechanism.
08.10.2019
- 02:46 Revision 0e7eed10 (aqbanking): Prepared release 5.99.40beta.
- 00:33 Revision aefc05c6 (aqbanking): Test3.
- 00:18 Revision 18c012ac (aqbanking): Test2.
- 00:16 Revision 4d5db4a2 (aqbanking): Test.
- 00:06 Revision 944d4347 (aqbanking): AqHBCI: Fixed tan_image.c
- Fallback to TextInput when there is no challenge data.
05.10.2019
- 16:20 Revision 1b20d04b (aqbanking): AqHBCI: Increased verbosity.
- 14:24 Revision a3252b78 (aqbanking): SWIFT: Fixed problem with missing currencies.
04.10.2019
03.10.2019
- 23:37 Revision 51ef4553 (aqbanking): AqHBCI: Fixed an invalid free/missing init (pointed out by thilo via bug #125).
- 19:55 Revision fdb242ba (aqbanking): Makefile upgrade: Fix warning to replace $INCLUDES by $AM_CPPFLAGS
- 14:41 Revision d4e6feb9 (aqbanking): AqHBCI: Fixed two typos (note to self: Always compile before upload!.
- 14:28 Revision 73f154e1 (aqbanking): aqbanking-cli: Added "$(purposeInOneLine)".
- 14:28 Revision 5fc2af62 (aqbanking): AqHBCI: Improved error messages.
- 14:28 Revision c428dd0d (aqbanking): Prepared release 5.99.38beta.
01.10.2019
30.09.2019
- 23:51 Revision 5d160c75 (aqbanking): AqHBCI: Fixed a bug (missing assignment).
- 18:10 Revision 8d303908 (aqbanking): Result of "make format".
- 00:24 Revision 8aaee23a (aqbanking): Prepared release 5.99.37beta.
29.09.2019
- 18:25 Revision 4622bf67 (aqbanking): tools: Added script to run with valgrind.
- 18:25 Revision c4d63ddd (aqbanking): Fixed memory leaks.
- 16:28 Revision 5cc6775e (aqbanking): aqbanking-cli: Use GWEN_Text_ReplaceVars() instead of GWEN_DB_ReplaceVars().
- This is a more generic function because it allows the use of a callback
to get the variable data. We can then define ...
28.09.2019
- 01:48 Revision ec16bcbd (aqbanking): Prepared release 5.99.36beta.
- 00:49 Revision 76e82eaf (aqbanking): AqHBCI-tool4: Improved help string output
- Make AqHBCI backend also show help string.
- 00:48 Revision 665a4ad1 (aqbanking): AqBanking-CLI: Improved output of "listaccounts"
- Also show account type.
- 00:48 Revision 8afc85d5 (aqbanking): AqHBCI: Improved output of "aqhbci-tool4 listaccounts -v"
- Also show account type.
27.09.2019
- 22:07 Revision c7ecba17 (aqbanking): Incremented version number.
- 22:02 Revision e04661e4 (aqbanking): AqBanking/AqHBCI: Really fixed duplicate account problem.
- 21:16 Revision ab700c85 (aqbanking): AqBanking: Replace account type "unknown" with "unspecified" when load accounts/specs
- "unknown" is used as joker when searching for accounts, so we should not
that in stored accounts. - 21:12 Revision d1b770d6 (aqbanking): AqBanking: Introduce account type AB_AccountType_Unspecified
- - this is used in case there is no account type given (some banks just report
"0" as account type which is not spec...
25.09.2019
- 22:18 Revision 3211fe10 (aqbanking): Prepared release 5.99.35beta.
- 21:15 Revision cf29107e (aqbanking): AqHBCI: Decreased verbosity.
- 20:57 Revision e2cea796 (aqbanking): Improved AH_Job__Commit_Accounts_FindStored().
- 20:57 Revision 6466bcd4 (aqbanking): AqBanking: Move AB_Provider_FindMatchingAccountSpec to provider_accspec.c
- 20:14 Revision f96f5f27 (aqbanking): AqHBCI: Fixed AH_Job__Commit_Accounts_FindStored().
- 17:03 Revision 812993c2 (aqbanking): AqHBCI: Allow overriding TAN input mechanism.
- Added "photoTAN" method for autodetection.
- 14:47 Revision caa74024 (aqbanking): BUILD: Applied a patch by rhabacker via #74.
- Cmake support on Windows in master branch is currently broken and will
be fixed with the appended patch. - 14:30 Revision b83043b5 (aqbanking): Decreased verbosity.
- 14:29 Revision e8afd698 (aqbanking): SWIFT: Use GWEN_Text_strndup() instead of strndup()
- strndup() is not available on windows, so we use the newly introduced
function GWEN_Text_strndup() instead. - 14:28 Revision f76ad770 (aqbanking): SWIFT: Fixed a remark.
- 14:28 Revision 1c228641 (aqbanking): Incremented version number. Raise required minimum gwen version to "4.99.17.1".
- 13:02 Revision 7aa216ad (aqbanking): SWIFT: Fixed introduced newly character set problem (fixes #75).
- 00:13 Revision 7de1a78b (aqbanking): Prepared release 5.99.34beta.
24.09.2019
- 22:09 Revision 12a9bcc1 (aqbanking): AqPaypal: Fixed compile errors/warnings (changes by Holger Magnussen).
- 21:59 Revision 1359fe86 (aqbanking): SWIFT: Disable use of ABWA+ and ABWE+.
- Who is the recipient and who the initiator depends on the type of
transaction.
Currently we have no safe way to deter... - 21:02 Revision 892bb6c9 (aqbanking): CSV: Adapted profiles to new field names.
- 21:02 Revision ff11e669 (aqbanking): CSV: Removed non-ascii char.
- 20:28 Revision 69442320 (aqbanking): SWIFT: Use default date from tag :60x: if none given in :61:
- 20:01 Revision 8681a37c (aqbanking): BUILD: Applied another patch by rhabacker (fix windows build, fixes #69).
- 19:57 Revision 50a642c5 (aqbanking): BUILD: Applied a patch by rhabacker via #74.
- Cmake support on Windows in master branch is currently broken and will
be fixed with the appended patch. - 19:47 Revision 550457bf (aqbanking): aqbanking tools: Need to define LDFLAGS before appending something...
- 19:46 Revision ccbe4a83 (aqbanking): SEPA: Fixed remaining usage of GWEN_XMLNode_SetCharValue().
- Should now fix #56 completely.
- 19:45 Revision daa149ab (aqbanking): Re-enabled keyname.c (partly revert Holgers commit).
- Disabling this breaks aqfints...
- 19:18 Revision 09f50f3e (aqbanking): aqbanking tools: Add -mconsole on Windows (fixes #71, thanks to John Ralls from GnuCash)
- 19:02 Revision ec417c7a (aqbanking): BUILD: Fixed version numbers.
- 01:46 Revision 3069a550 (aqbanking): Fixed Provider AQPAYPAL for aqbanking6
- Provider AQPAYPAL, which has not survived the migration to aqbanking6, has been fixed. It is now again possible to cr...
- 00:20 Revision 1190de01 (aqbanking): AqEBICS: Dont show user id (just unique id, dont expose userId in logs).
- 00:20 Revision 3e215275 (aqbanking): COPYING: Added Thomas Bethge as contributor under the "modified BSD License".
22.09.2019
- 23:57 Revision 2c4ed6f9 (aqbanking): SWIFT: Set date in transaction if missing (use valuta date). Fixes #55.
- 18:25 Revision 6c393ea7 (aqbanking): AqHBCI: Patch by thbe (aqb-iniletter-getkeyhash.patch).
- 18:24 Revision 1931af89 (aqbanking): AqHBCI: Patch by thbe (aqb-iniletter.patch)
- 18:23 Revision 7117cb08 (aqbanking): AqHBCI: Patch by thbe (aqb-iniletter.patch)
- 18:22 Revision 6a9292e1 (aqbanking): AqHBCI: Patch by thbe (aqb-iniletter.patch)
- 18:20 Revision c90fe370 (aqbanking): AqHBCI: Patch by thbe (aqb-iniletter.patch)
- 18:15 Revision 6ef817a2 (aqbanking): AqEBICS: Fixed a typo.
- 18:15 Revision 3134a51b (aqbanking): AqHBCI: Fixed a typo.
- 17:18 Revision 70260d0a (aqbanking): * in preparation of the signature head, use the correct sign key version
- instead of the hardcoded '1'
* replaced last magic numbers by the approbriate enums in the RAH config
tables
21.09.2019
- 18:32 Revision 12efe1ea (aqbanking): SWIFT: Decreased verbosity.
- 18:32 Revision f30ed999 (aqbanking): BUILD: Incremented version.
- 18:09 Revision e985c58b (aqbanking): BUILD: Prepared release 5.99.33beta.
- 16:16 Revision f1787c2f (aqbanking): AqHBCI: Minor beautification.
- 16:16 Revision 693bc5d2 (aqbanking): AqHBCI: Fixed a problem with Netbank/Augsburger Aktienbank.
- This server sometimes sends messages with ascending but non-consecutive
segment numbers which triggered an error.
Th... - 15:10 Revision 1c582647 (aqbanking): SWIFT: Improved SEPA tag handling, improved source code readability. Fixes #33.
- 01:26 Revision 034e05b9 (aqbanking): SEPA: Escape XML-invalid characters (e.g. "&" -> "&"). Should fix #56.
- 00:34 Revision e7796bf3 (aqbanking): Incremented version number.
- 00:03 Revision 8881ccd9 (aqbanking): AqHBCI: Fixed a bug in AH_Job_HasResultWithCode().
- - also look in MsgResult (hopefully fixes #61)
20.09.2019
- 23:31 Revision 53a90e83 (aqbanking): BUILD: Incremented version number.
- 23:31 Revision f4b74bd0 (aqbanking): AqHBCI: Fixed a compiler warning.
- 23:30 Revision 28db60b0 (aqbanking): SWIFT: Really fixed a bug with ABWA+/ABWE+.
- 21:48 Revision 56efc2c1 (aqbanking): BUILD: Prepared release 5.99.31beta.
- 20:24 Revision 24db25f5 (aqbanking): Updated TODO
- 19:52 Revision 0b369a38 (aqbanking): SWIFT: Fixed a bug in latest changes.
19.09.2019
- 23:40 Revision 859e40ef (aqbanking): AqHBCI: More warning in case of problematic registration key or version.
- 23:29 Revision a99457ca (aqbanking): AqHBCI: Add a warning when no FinTS registration key is set.
- 23:16 Revision eb4c42fc (aqbanking): SWIFT: Read all lines of the remote name and concatenate them.
- TODO: Should we use a blank to separate those mulitple lines, if any?
In most case the remote name is just broken mid...
17.09.2019
- 18:23 Revision 995b2d7e (aqbanking): aqhbci: More work on tan mode selection dialog.
- 18:10 Revision 4e276ae1 (aqbanking): aqofxconnect: Allow for increased verbosity.
- 18:09 Revision 16102bf6 (aqbanking): aqhbci: Simplified dialog creation (uses latest changes in gwen).
- 13:51 Revision 980dd987 (aqbanking): AqHBCI: Adapted PIN-TAN setup dialog to PSD2-related changes in AqBanking
- Basically now repeats the steps outlined in
https://www.aquamaniac.de/rdm/projects/aqbanking/wiki/SetupPinTan
Auch abrufbar als: Atom