Projekt

Allgemein

Profil

Aktivität

von 17.03.2021 bis 15.04.2021

15.04.2021

16:29 Revision 1598155d (aqbanking): BUILD: Also build internal tool "mkdeinfo".
admin
16:19 Revision 86e849c2 (aqbanking): BUILD: gwbuild now also builds tools.
admin
15:04 Revision 642df7d4 (aqbanking): BUILD: More work on gwenbuild setup.
admin

14.04.2021

23:04 Revision b83df628 (aqbanking): BUILD: gwbuild now also compiles swift module.
admin

12.04.2021

21:50 Revision 00873831 (aqbanking): BUILD: Using xmlmerge now works across subfolders.
admin

11.04.2021

18:40 Revision f2ece186 (aqbanking): aqbankingpp: Minor changes, hasn't been updated for a while.
Currently doesn't compile, remains deactivated in 0BUILD. admin
17:43 Revision 6bc597ce (aqbanking): BUILD: Use short version of <checkProgs>.
admin
17:43 Revision 05416852 (aqbanking): BUILD: Start using xmlmerge to merge XML files also with gwbuild.
admin
01:49 Revision df5c105c (aqbanking): BUILD: Define "AQBANKING_VERSION_TAG".
admin
01:35 Revision ec759a7b (aqbanking): BUILD: Fixed toplevel 0BUILD to emulate Makefile.am behaviour.
admin
01:23 Revision 32a12176 (aqbanking): BUILD: Improved "typefiles" and "typedefs" targets.
We need to build those targets at least for tanmethod.xml. admin
01:19 Revision 732f83b3 (aqbanking): AqOfxConnect: Include version.h.
This is in fact needed (need to adapt corresponding 0BUILD file as well). admin
01:19 Revision 8e12bc02 (aqbanking): AqHBCI: Added .gitignore.
admin
01:07 Revision 2f38667d (aqbanking): Revert "AqBanking: Don't include "version.h". This is intended for outside code."
This reverts commit f6f1e965e6792f0ebe826b1b0be399ebd5984981. admin
01:07 Revision 52052d92 (aqbanking): Added chapter about gwbuild.
admin
00:47 Revision 3dd357a2 (aqbanking): BUILD: Added initial support for gwbuild.
Not yet polished, also xmlmerge doesn't work, yet. But already compiles
and links.
admin
00:45 Revision ca204f17 (aqbanking): AqBanking: Add Makefile target to clean generated files.
admin
00:45 Revision f6f1e965 (aqbanking): AqBanking: Don't include "version.h". This is intended for outside code.
The file doesn't contain anything AqBanking doesn't already know about. admin
00:44 Revision 68082ae5 (aqbanking): AqHBCI: Fixed makefile targets to use typemaker2 instead of typemaker1.
admin
00:42 Revision 2d9daa2c (aqbanking): AqBanking: Replaced "@" with " at " of email in source header.
Avoid problem with uneven number of "@" in rewritten file. admin
00:40 Revision 5ade79a3 (aqbanking): AqHBCI: Ported tanmethod from typemaker to typemaker2.
admin
00:39 Revision b7f73cc5 (aqbanking): AqHBCI: Make #include statements more specific.
Will need less "-I" cflags in the long run. admin
00:35 Revision 27323ea1 (aqbanking): AqBanking: No longer include compile time.
It was once relevant to determine whether the sources were recompiled but
nowadays it produces more problems than it ...
admin

05.04.2021

22:08 Revision 23ea0303 (aqbanking): Allow to select specific estatements by year/nr
For FinTS estatements (HKEKA, HKEKP), the classic from-date..to-date
timespan selection is not supported. Instead, if...
Tobias Deiminger

20.03.2021

15:27 Revision 646207e2 (aqbanking): AqHBCI: Added job HKQTG (acknowledge received document).
Not quite sure how to use that, though. admin
14:17 Revision d4d3c959 (aqbanking): aqbanking-cli: Corrected copyright notice.
admin
14:17 Revision 15937f2a (aqbanking): aqbanking-cli: Added command "getdoc".
admin
12:17 Revision 1f0df85d (aqbanking): AqHBCI: Fixed error code.
admin
01:28 Revision adffd44b (aqbanking): AqHBCI: Fix the way we look for an already existing file.
admin
01:23 Revision 64d85f3f (aqbanking): AqHBCI: Added missing path flag.
admin

19.03.2021

17:19 Revision 093e0054 (aqbanking): AqHBCI: Use shorter path for eStatements.
admin
16:58 Revision 52003937 (aqbanking): aqbanking-cli: Allow "listdoc" to show path of documents.
admin
16:53 Revision ad50761c (aqbanking): AqHBCI: Store received electronic statements in customer folder.
AB_DOCUMENT inside a ImExporterContext no longer contains the data itself
when added to an ImExporterContext, it now ...
admin
16:12 Revision e35ed8ac (aqbanking): AqBanking: Add member "filePath" to AB_Document.
A document object now can either directly contain its data in the "data"
member or just contain the name of file wher...
admin
16:01 Revision aa924641 (aqbanking): aqbanking-cli: Add function "listdoc" which lists the eStatement docs in a ctxfile.
Saving eStatements inside a ctxfile might not be a good idea because they
tend to become large (at least 50k each).
...
admin

18.03.2021

23:42 Revision 6892f7b5 (aqbanking): AqHBCI: Added TODO.
admin
23:42 Revision d6187118 (aqbanking): AqHBCI: Cleanup accountjob.*
- prepared removal of AH_BANK_FLAGS_KTV2
- remove unused functions
admin
22:55 Revision 3499d14c (aqbanking): AqHBCI: Cleaned up jobgettrans_camt.
admin
22:44 Revision ba2614f5 (aqbanking): AqHBCI: Started removing unneeded remarks.
Those where used in the old days to easily find the start of functions.
However, nowadays the lines are sometimes lon...
admin
21:08 Revision 3766f9aa (aqbanking): AqHBCI: Simplified job GetEStatements.
GetEStatements and GetEStatements2 share the same code, so there is no need
for extra code.
The differences are handl...
admin
20:57 Revision 462f8eaa (aqbanking): AqHBCI: Assign id and mimetype to eStatement docs.
admin
20:57 Revision a1aecdd1 (aqbanking): COPYING: Added Tobias Deiminger as Contributor (Thanks!!)
admin

17.03.2021

22:13 Revision b8b70d4a (aqbanking): AqHBCI: Just a little reformatting.
admin
22:04 Revision ca91ff5f (aqbanking): AqHBCI: Enable code to add received HKEKA eStatement to ImExporterContext.
admin
21:51 Revision 60b2069b (aqbanking): AqHBCI/AqBanking: Modified Tobias's patch to not add a job type to AqBanking.
We just use the same job type for both HBCI jobs and let the bank decide
which job to use (like it's already done wit...
admin
21:42 Revision af9cb901 (aqbanking): Add another get estatments variant (HKEKA)
For HBCI there are multiple ways for how to fetch electronic estatements.
AqBanking already implements HKEKP to downl...
Tobias Deiminger
 

Auch abrufbar als: Atom