Aktivität
von 09.07.2023 bis 07.08.2023
07.08.2023
- 17:02 AqBanking Feature #298 (New): SEPA-Lastschrift in der Schweiz oder andere nicht EU-Länder
- Möchte man eine SEPA-Lastschrift in der Schweiz oder anderen nicht EU-Ländern durchführen (Island, Liechtenstein, Nor...
- 13:25 AqBanking Revision 4411de5d (aqbanking): aqhbci: moved encrypt function for pintan into separate source file.
05.08.2023
- 14:03 AqBanking Revision b3e68bb8 (aqbanking): aqhbci: move pintan_sign function into its own source file.
- 12:54 AqBanking Revision c146bd11 (aqbanking): aqhbci: unified signature verification (pintan, rxh)
- The cleanup of the msgcrypt code lead to more code sharing which in the long
run will very much improve maintainability. - 12:26 AqBanking Revision c739b1e4 (aqbanking): aqhbci: Simplify AH_Msg_VerifyPinTan() to reuse code
- Re-use code we already use in AH_Msg_VerifyRxh()
- 12:17 AqBanking Revision 1ef35696 (aqbanking): aqhbci: Moved AH_Msg_VerifyPinTan() into separate source file.
- 01:47 AqBanking Revision be6e73ac (aqbanking): aqebics: fixed a compiler warning.
- 01:43 AqBanking Revision 42e1e877 (aqbanking): Fixed compiler warnings in dialogs.
- 01:42 AqBanking Revision 1efba0bd (aqbanking): aqhbci: Started cleanup of AH_Msg_VerifyRxh.
- This has become quite a huge function :-/
04.08.2023
- 22:41 AqBanking Revision 0f631877 (aqbanking): aqhbci: compile msgcrypt_pintan on its own.
- 21:58 AqBanking Revision 1628e8a6 (aqbanking): Increased crypto-related verbosity
- If AQHBCI_LOGLEVEL is INFO or higher the message key is dumped to
GWEN's log handler:
- raw key
- padded key
- padded... - 21:54 AqBanking Revision 65cc2c90 (aqbanking): Increased build version.
- 21:43 AqBanking Revision 5c383374 (aqbanking): Incremented build version.
- 21:42 AqBanking Revision c8a89f21 (aqbanking): aqhbci: adapted automake files to latest changes.
- 21:39 AqBanking Revision a757970e (aqbanking): aqhbci: more cleanup of spaghetti code
- - moved RxH encrypt functions into its own source file
- compile msgcrypt_rxh_common.c, msgcrypt_rxh_encrypt.c and
...
28.07.2023
- 14:22 AqBanking Bug #297 (Resolved): 1822direkt: Keine Abrufe mehr per HBCI, Fehlermeldung "HTTP: Moved permanently to /error_path/400.html?al_req_id=XXXXXXXXXXXX"
- Fehler tritt mit gwenhywfar 5.10.2.0 und aqbanking 6.5.4 nicht mehr auf (Aktuellste Ausgabe, von gestern - Pakete für...
27.07.2023
- Contains some SSL-related bugfixes
- 23:50 Gwenhywfar Revision ff8af26b (gwenhywfar): Prepared release 5.10.2.
- 23:48 Gwenhywfar Revision d1448ac4 (gwenhywfar): Fixed a typo which caused APOBANK to reject a HTTP request (thanks to Anselm!!!)
- 23:48 Gwenhywfar Revision 2245bd66 (gwenhywfar): Remove duplicate hostname check
- The hostname in the certificate is checked already a few lines above by calling
gnutls_x509_crt_check_hostname(). No ... - 23:47 Gwenhywfar Revision 0b5d1910 (gwenhywfar): Detect and report certificate signature failures
- 23:43 Gwenhywfar Revision 8540e1f2 (gwenhywfar): inherit: added macro GWEN_INHERIT_REF
19.07.2023
- 12:30 Gwenhywfar Revision af89e6fa (gwenhywfar): msgio: log more info on error.
- 12:29 Gwenhywfar Revision 4c959543 (gwenhywfar): os: add support for thread conditional variables
- - implemented for POSIX and Windows systems (latter not tested, yet)
- add system-dependent header files to allow for... - 12:23 AqBanking Bug #297: 1822direkt: Keine Abrufe mehr per HBCI, Fehlermeldung "HTTP: Moved permanently to /error_path/400.html?al_req_id=XXXXXXXXXXXX"
- Auch ein Downgrade der Version auf 6.5.3.0 (unter Arch Linux) hat keine Besserung gebracht.
18.07.2023
- 20:17 AqDatabase Revision f452d14d (aqdatabase): increased version.
- 20:16 AqDatabase Revision f67c0a43 (aqdatabase): iologged: moved conditional code into conditional block.
- 20:16 AqDatabase Revision 6859998e (aqdatabase): 0BUILD: fixed build files to include missing files and removed non-existing one.
- 10:33 Gwenhywfar Revision 29e5eb60 (gwenhywfar): msgio: added dbParsedInfo to GWEN_MSG
- The endpoint code for a protocol needs to parse the data anyway (e.g.
the MQTT or the HTTP endpoint), so this parsed ... - 10:31 Gwenhywfar Revision 2833b873 (gwenhywfar): msgio: increased verbosity.
- 10:31 Gwenhywfar Revision 7227abcc (gwenhywfar): msgio: fixed a memory leak.
14.07.2023
- 13:52 AqBanking Bug #297 (Closed): 1822direkt: Keine Abrufe mehr per HBCI, Fehlermeldung "HTTP: Moved permanently to /error_path/400.html?al_req_id=XXXXXXXXXXXX"
- Seit einiger Zeit (Ende Juni, Anfang Juli 2023) können keine Abrufe mehr vorgenommen werden. Andere HBCI-Programme fu...
13.07.2023
- 22:48 Gwenhywfar Revision 5ef4f49e (gwenhywfar): increased BUILD part of version.
- 22:47 Gwenhywfar Revision 7467ea12 (gwenhywfar): msgio: added started apidoc, removed RUN virtual function.
12.07.2023
- 19:22 Gwenhywfar Revision 010fb59d (gwenhywfar): Merge branch 'mp-202302-ipc3' containing msgio API.
- 18:48 Gwenhywfar Revision cc454146 (gwenhywfar): msgio: renamed files, types and functions to no longer include "2".
- Version 1 of the MSGIO api was soon replaced by version 2 which works much
better. However, this is still in my perso... - 16:08 Gwenhywfar Revision 378d4096 (gwenhywfar): Revert "msgio: added timeOfLastIo."
- This reverts commit 1f62477db820c44718c7be9b8f6f6cc1f18a42f2.
- 16:08 Gwenhywfar Revision 1f62477d (gwenhywfar): msgio: added timeOfLastIo.
- 16:07 Gwenhywfar Revision 319805ab (gwenhywfar): msgio: removed first version of msgio api.
- 13:17 Gwenhywfar Revision 25aacac7 (gwenhywfar): msgio: decreased verbosity.
- 13:11 Gwenhywfar Revision 7a54ea2f (gwenhywfar): msgio: fixed a bug.
- Need to rewind pos pointer in added messages otherwise the handling code
things the message was completely handled al... - 01:43 Gwenhywfar Revision 8e8a3de5 (gwenhywfar): msgio: Increased verbosity.
10.07.2023
- 21:36 Gwenhywfar Revision 87fc6a7a (gwenhywfar): msgio: added GWEN_Msg_GetMaxSize().
- 21:36 Gwenhywfar Revision 49aa2bb7 (gwenhywfar): msgio: introduced callbacks around writing packets
- The AqHome project's wire protocol uses a BUSY line to mark/detect whether
the bus is currently in use.
Before sendi...
Auch abrufbar als: Atom