forked from aqbanking/aqbanking
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
78 lines (53 loc) · 1.73 KB
/
TODO
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
Next:
=====
- AqBanking
- remove AB_Gui_CheckCert()
- remove AB_Banking_MakeGermanIban()
- remove AB_ERROR
- mark following functions as deprecated:
- AB_Banking_LoadSharedConfig()
- AB_Banking_SaveSharedConfig()
- AB_Banking_LockSharedConfig()
- AB_Banking_UnlockSharedConfig()
- AB_Banking_GetAppName()
- AB_Banking_GetEscapedAppName()
- AB_Banking_GetUserDataDir()
- AB_Banking_GetSharedDataDir()
- HBCI:
- show name and number of segment a result segment refers to in log messages
- check BPD "StoreDays" for segment HKKAZ
- AqBanking
- let AB_ImExporterAccountInfo_List_Find() check account type etc as well
- HBCI:
- always look for HIUPA/HIUPD in bank responses, especially 1822 sends account lists
even when there is an error
- XML-Exporter:
- GWEN_XMLNode_SetCharValueByPath(): Add flag to specify whether to escape to XML (e.g. "&"->"&")
- AQHBCI:
- simplify functions:
- AH_JobQueue_DispatchMessage()
- AH_JobQueue_ToMessage()
- AH_JobQueue_AddJob()
- AH_Msg_DecodeMsg()
- AH_Msg_LogMessage()
- TAN entry: Maybe move that completely to AqBanking? GWEN_Gui_GetPasswords
has become a monster...
- AB_BANKING:
- find out why AB_Value_toString doesn't work when importing cma_052
- fix apidoc for provider.h
- create APIDOC for banking jobs
- remove class aqhbci (move to ah_provider)
- sort "#include" directives in backends, make them more specific
- AqHBCI:
- HKEKA
Mid-term
========
- release AqBanking under LGPL
Long-term
=========
- remove message engine stuff, use parser from AqFints instead
Old
===
- loganalyzer: read messages from FASTBUFFER instead from IO
- send a local branch under the same name to server:
"git push -u origin HEAD"