1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434
|
------------------------------------------------------------------
2025-12-19 20:14:59 +0100 Martin Preuss
camt052.001.08: fixed ultimate creditor/debtor
------------------------------------------------------------------
2025-12-17 21:55:01 +0100 Martin Preuss
Applied a patch provided by pkzw via bug #336, fixing unneeded tan request.
------------------------------------------------------------------
2025-12-16 17:46:33 +0100 Martin Preuss
Applied patch provided by Robert Bartel importing BIC in CAMT052.001.*
------------------------------------------------------------------
2025-12-15 00:16:30 +0100 Martin Preuss
aqpaypal: only enable env variable controlled logging if AQPAYPAL_ENABLE_LOGTOFILE is defined.
This should only be used when heavily debugging paypal code which is mostly
done by developers.
If AQPAYPAL_ENABLE_LOGTOFILE is defined setting environment variable
"AQPAYPAL_LOG_COMM" makes AqPaypal log sent and received messages to files
"paypal.log" and "paypal-XX.db" in the current working folder.
------------------------------------------------------------------
2025-12-15 00:08:47 +0100 Martin Preuss
aqpaypal: minor code cleanup.
------------------------------------------------------------------
2025-12-14 18:30:58 +0100 Martin Preuss
Released 6.8.3.
------------------------------------------------------------------
2025-12-14 18:30:39 +0100 Martin Preuss
Prepared release 6.8.3.
------------------------------------------------------------------
2025-12-13 00:35:46 +0100 Martin Preuss
fixed my previous commit.
- one missing GWEN_Buffer_Reset()
- remove newline from pattern strings
------------------------------------------------------------------
2025-12-13 00:29:29 +0100 Martin Preuss
Merge branch 'rh-202512-versions-in-info-dialog'
------------------------------------------------------------------
2025-12-13 00:28:10 +0100 Martin Preuss
use GWEN_Buffer_AppendArgs (takes care of buffer sizes etc).
------------------------------------------------------------------
2025-12-12 23:51:38 +0100 Martin Preuss
aqhbci: fixed multi-prepare of standing order jobs
calling job's prepare function modifies it which must be avoided for VOP.
------------------------------------------------------------------
2025-12-11 07:35:34 +0100 Ralf Habacker
Add versions to info page of setup dialog
------------------------------------------------------------------
2025-12-06 09:56:41 +0100 Ralf Habacker
0BUILD: Fix invalid header
------------------------------------------------------------------
2025-12-04 23:12:33 +0100 Ralf Habacker
Add 'Info' tab to gui dialog
The 'Info' tab displays the configuration path used,
which can help users investigate issues with
user/account lockouts.
In the future, additional entries may be added to
this page, such as the number of accounts, users,
locked accounts, etc.
------------------------------------------------------------------
2025-12-08 23:03:23 +0100 Martin Preuss
aqhbci: cleanup next dialog.
------------------------------------------------------------------
2025-12-08 22:31:46 +0100 Martin Preuss
aqhbci: cleanup dialog.
------------------------------------------------------------------
2025-12-08 21:47:13 +0100 Martin Preuss
aqhbci: reduce string literals.
------------------------------------------------------------------
2025-12-08 21:40:41 +0100 Martin Preuss
aqhbci: cleanup dialog "ah_setup_pintan_special".
------------------------------------------------------------------
2025-12-08 21:40:19 +0100 Martin Preuss
aqhbci: some formatting
------------------------------------------------------------------
2025-12-08 21:12:56 +0100 Martin Preuss
aqhbci: reduce string literals in dialog.
------------------------------------------------------------------
2025-12-08 13:57:31 +0100 Martin Preuss
aqhbci: activate vsplitter in vop dialog
vsplitter is implemented in fox16 and gtk3 frontends and there is a
workaround for the qt5 frontend in place.
------------------------------------------------------------------
2025-12-08 13:05:08 +0100 Martin Preuss
Add commands to delete paypal user/account (fixes #200).
------------------------------------------------------------------
2025-12-08 13:04:34 +0100 Martin Preuss
Cleanup files (improved readability of cmd line arg defs).
------------------------------------------------------------------
2025-12-08 12:00:20 +0100 Martin Preuss
Added contrib folder and tool provided by Hinrich Ruprecht (#237)
------------------------------------------------------------------
2025-12-08 01:15:05 +0100 Martin Preuss
Prepared release 6.8.2
------------------------------------------------------------------
2025-12-07 21:36:17 +0100 Martin Preuss
Prepared 6.8.1beta.
------------------------------------------------------------------
2025-12-07 21:29:22 +0100 Martin Preuss
aqhbci: sample all responses in jobQueue for later dispatch in other jobs
There is a problem when multiple messages are exchanged for a single job.
In such a case it is not easy to dispatch responses to the original job
(because in later messages the original job is not always included, like
in decoupled tan mode).
The FinTS specs only specify reference segment numbers on segment level but
no reference message number on segment level. There is a reference message
number on the message level, but in decoupled mode (or tan mode in general)
messages contain response segments to multiple messages... what a mess.
------------------------------------------------------------------
2025-12-07 18:53:27 +0100 Martin Preuss
Add includes for new cli lib.
------------------------------------------------------------------
2025-12-07 15:00:43 +0100 Martin Preuss
Released 6.8.0
------------------------------------------------------------------
2025-12-07 14:29:28 +0100 Martin Preuss
Prepared release 6.8.0.
------------------------------------------------------------------
2025-12-07 14:23:58 +0100 Martin Preuss
added some ideas to TODO.
------------------------------------------------------------------
2025-12-04 21:51:33 +0100 Martin Preuss
decreased verbosity.
------------------------------------------------------------------
2025-12-04 16:46:25 +0100 Martin Preuss
added missing change to 0BUILD for latest patch.
------------------------------------------------------------------
2025-11-13 22:54:15 +0100 Ralf Habacker
aqbanking-cli: Add command 'listconfdir' to show the path to the configuration
------------------------------------------------------------------
2025-12-04 15:10:07 +0100 Ralf Habacker
Fix building with mingw
------------------------------------------------------------------
2025-12-03 23:59:30 +0100 Martin Preuss
Prepared release 6.7.16beta
------------------------------------------------------------------
2025-12-03 23:14:33 +0100 Martin Preuss
dlg_vop: use VSplitter widget (currently disabled since only implemented in FOX16 frontend)
------------------------------------------------------------------
2025-12-03 23:13:41 +0100 Martin Preuss
More translations.
------------------------------------------------------------------
2025-12-03 18:13:31 +0100 Martin Preuss
"make merge" again.
------------------------------------------------------------------
2025-12-03 18:09:42 +0100 Martin Preuss
more translations.
------------------------------------------------------------------
2025-12-03 17:55:26 +0100 Martin Preuss
"make merge" again to update catalog de.po.
------------------------------------------------------------------
2025-12-03 17:54:30 +0100 Martin Preuss
added translations.
------------------------------------------------------------------
2025-12-03 17:54:14 +0100 Martin Preuss
i18n: add prefix to VopResult.
------------------------------------------------------------------
2025-12-03 17:43:06 +0100 Martin Preuss
result of "make merge" (updated language catalog de.po).
------------------------------------------------------------------
2025-12-03 17:41:10 +0100 Martin Preuss
dlg_vop: shortened intro text.
------------------------------------------------------------------
2025-12-03 16:56:17 +0100 Martin Preuss
dlg_vop: define more widget names.
------------------------------------------------------------------
2025-12-02 23:44:47 +0100 Martin Preuss
vop: only send tan challenge request in stage2 if requested by bank
------------------------------------------------------------------
2025-12-02 23:22:25 +0100 Martin Preuss
Prepared release 6.7.15beta.
------------------------------------------------------------------
2025-12-02 23:22:09 +0100 Martin Preuss
remove built files of libofxhome.
------------------------------------------------------------------
2025-12-02 22:05:16 +0100 Martin Preuss
added abcli as targets to command line tools.
------------------------------------------------------------------
2025-12-02 22:05:01 +0100 Martin Preuss
added missing includes.
------------------------------------------------------------------
2025-12-02 22:04:44 +0100 Martin Preuss
move abcli to backends folder.
------------------------------------------------------------------
2025-12-02 22:03:25 +0100 Martin Preuss
cli/helper: minor reformatting.
------------------------------------------------------------------
2025-12-02 22:03:00 +0100 Martin Preuss
0BUILD: fixed creation of version.h and system.h
(note to self: need to make gwenbuild write all files before starting to compile)
------------------------------------------------------------------
2025-12-02 22:02:05 +0100 Martin Preuss
aqbanking-cli: added missing ";"
------------------------------------------------------------------
2025-11-30 21:03:53 +0100 Ralf Habacker
In command line tools use functions from libaqcli to reduce duplicated code
------------------------------------------------------------------
2025-12-02 21:39:07 +0100 Martin Preuss
added abcli to gwbuild project.
------------------------------------------------------------------
2025-11-14 07:13:55 +0100 Ralf Habacker
Add convenience library for command line tools named libaqcli
------------------------------------------------------------------
2025-12-02 18:14:37 +0100 Martin Preuss
aqofxdc: removed support for ofxhome.
------------------------------------------------------------------
2025-12-02 17:15:27 +0100 Martin Preuss
dlg_vop: fixed signedness of characters.
------------------------------------------------------------------
2025-12-02 08:53:24 +0100 Thomas Baumgart
Keep linefeed as is during conversion from ISO-8859 to UTF-8
------------------------------------------------------------------
2025-12-01 10:49:40 +0100 Martin Preuss
Prepared release 6.7.14beta
------------------------------------------------------------------
2025-12-01 00:43:40 +0100 Martin Preuss
Revert "aqhbci: make AH_BANK_FLAGS_PREFER_CAMT_DOWNLOAD default for new HBCI accounts."
This reverts commit 35ac7a52b4e43ec0de1acd9658640167b90fd686.
------------------------------------------------------------------
2025-12-01 00:10:46 +0100 Martin Preuss
aqhbci: log when account flags are changed.
------------------------------------------------------------------
2025-11-30 19:35:55 +0100 Martin Preuss
aqhbci: prepared silently accepting all-match results.
as soon as we live beta phase this code will be armed.
------------------------------------------------------------------
2025-11-30 19:35:12 +0100 Martin Preuss
aqhbci: added AH_VopResult_List_HasOnlyMatches()
------------------------------------------------------------------
2025-11-30 17:06:36 +0100 Martin Preuss
dlg_vop: also translate remoteName and alternative remote name to UTF-8.
------------------------------------------------------------------
2025-11-30 16:56:56 +0100 Martin Preuss
updated translation files.
------------------------------------------------------------------
2025-11-30 16:56:07 +0100 Martin Preuss
dlg_vob: fixed a typo (html elements in wrong section).
------------------------------------------------------------------
2025-11-30 16:53:56 +0100 Martin Preuss
aqhbci: use jobName instead of jobCode.
------------------------------------------------------------------
2025-11-30 16:50:36 +0100 Martin Preuss
dlg_vop: German banks still use iso8859-1, convert to utf-8.
------------------------------------------------------------------
2025-11-30 16:24:48 +0100 Martin Preuss
dlg_vop: added utf-8 handling in word parser.
------------------------------------------------------------------
2025-11-30 16:21:14 +0100 Martin Preuss
aqhbci: make VOP result more readable.
------------------------------------------------------------------
2025-11-30 13:45:58 +0100 Martin Preuss
added entries to de.po
------------------------------------------------------------------
2025-11-30 13:45:46 +0100 Martin Preuss
update "merge" dialog.
------------------------------------------------------------------
2025-11-30 13:33:13 +0100 Martin Preuss
Prepared release 6.7.13beta
------------------------------------------------------------------
2025-11-30 00:58:43 +0100 Martin Preuss
aqhbci: in rdh only show dialog if either bank msg or result list available.
------------------------------------------------------------------
2025-11-29 21:30:06 +0100 Martin Preuss
aqhbci: show dialog if either bank msg or result list available.
------------------------------------------------------------------
2025-11-29 21:21:09 +0100 Martin Preuss
aqhbci: small formatting fix.
------------------------------------------------------------------
2025-11-29 19:24:18 +0100 Martin Preuss
prepared release 6.7.12beta
------------------------------------------------------------------
2025-11-29 19:23:31 +0100 Martin Preuss
aqhbci: fixed a compiler warning.
------------------------------------------------------------------
2025-11-29 19:22:32 +0100 Martin Preuss
aqhbci: added missing file.
------------------------------------------------------------------
2025-11-29 19:13:56 +0100 Martin Preuss
aqhbci: added _logAccount (used for debugging). fixed a bug.
------------------------------------------------------------------
2025-11-29 19:12:46 +0100 Martin Preuss
aqhbci: improved readability of logfile
added markers to make it easier to navigate through full logs.
------------------------------------------------------------------
2025-11-29 19:12:03 +0100 Martin Preuss
aqhbci: increased verbosity.
------------------------------------------------------------------
2025-11-29 17:49:40 +0100 Martin Preuss
aqhbci: use VOP dialog.
------------------------------------------------------------------
2025-11-29 17:49:21 +0100 Martin Preuss
aqhbci: adaptd to latest changes in vop dialog.
------------------------------------------------------------------
2025-11-29 17:48:57 +0100 Martin Preuss
aqhbci: more work on vop dialog.
------------------------------------------------------------------
2025-11-29 16:32:36 +0100 Martin Preuss
aqhbci: added 2nd test (shows a VOP dialog).
------------------------------------------------------------------
2025-11-29 16:31:50 +0100 Martin Preuss
aqhbci: simplified init of setup dialog.
------------------------------------------------------------------
2025-11-29 16:31:23 +0100 Martin Preuss
aqhbci: started working on sophisticated VOP dialog.
------------------------------------------------------------------
2025-11-28 23:10:20 +0100 Martin Preuss
aqhnci: remove SEPA button from EditAccount dialog (now in EditUser).
------------------------------------------------------------------
2025-11-28 22:13:17 +0100 Martin Preuss
aqhbci: fixed reading of SEPA account infos.
------------------------------------------------------------------
2025-11-28 22:12:35 +0100 Martin Preuss
aqhbci: removed duplicate entries for GetAccountSepaInfo segment.
------------------------------------------------------------------
2025-11-28 22:11:32 +0100 Martin Preuss
aqhbci: fixed a problem with GetAccountSepaInfo
ktv group reads bankcode and country from args. Setting fixes this (because
"unused/accountid" and others aren't set).
------------------------------------------------------------------
2025-11-28 20:16:23 +0100 Martin Preuss
aqhbci: added GetAccSepa buttons to editoUser dialogs.
------------------------------------------------------------------
2025-11-28 20:16:03 +0100 Martin Preuss
aqhbci: finished AH_EditUserDdvDialog
------------------------------------------------------------------
2025-11-28 19:50:02 +0100 Martin Preuss
aqhbci: finished getaccsepa.c
------------------------------------------------------------------
2025-11-28 19:42:35 +0100 Martin Preuss
aqhbci: started adding GetAccSepa job to AH_EditUserDdvDialog
However, this dialog will completely be removed because DDV is no longer
used by German banks.
------------------------------------------------------------------
2025-11-28 19:41:32 +0100 Martin Preuss
aqhbci: remove GetSepaInfo button from dlg_editaccount (is now a user job).
|