Aktivität von admin
von 09.01.2019 bis 07.02.2019
05.02.2019
- 22:49 AqBanking Revision 5d0da7ee (aqbanking): Fixed a typo spotted by Thomas Bettler (thanks as usual ;-)
- 22:47 AqBanking Revision 44637a13 (aqbanking): SWIFT: Added a debug message for ignored well-known tags.
- 22:43 AqBanking Revision 39786d4a (aqbanking): SWIFT: Ignore some well known values.
- Thise values occur in files but the examples I've seen so far don't seem
to be valid values according to the HBCI specs. - 22:34 AqBanking Revision 1f9775f3 (aqbanking): SWIFT: Improved message when encountering unexpected tags.
- 21:46 AqBanking Revision 147b280d (aqbanking): Result of "make format".
- Also fixed a bug introduced with #63c8f41fa078d4ca61dedbe75b3c9e232ea1fb19
(seems to have been a git upload conflict ... - 21:29 Libchipcard Revision a9a6ed3f (libchipcard): Result of "make format".
03.02.2019
- 23:29 AqFinance Revision 22b99ee0 (aqfinance): BUILD: Completed previous commit.
- 23:20 AqFinance Revision 46662f72 (aqfinance): BUILD: No longer autobuild source files from XML files.
- If typemaker2 files are changed call "make sources".
- 18:04 AqFinance Revision 6dba03f3 (aqfinance): Result of "make format".
- 18:02 AqFinance Revision 65a0d99b (aqfinance): Add database check to main menu.
- 18:02 AqFinance Revision 387c1394 (aqfinance): Use AE_Book_GetTableIdList() when opening database.
- 18:01 AqFinance Revision 1659bdf9 (aqfinance): Removed unneeded includes.
- 17:35 Libchipcard Revision 5ce6d186 (libchipcard): Fixed some warnings.
- 17:32 Libchipcard Revision 13debe4e (libchipcard): Result of "make format"
- 17:31 Libchipcard Revision 35ef3f9e (libchipcard): Prepared release 5.1.3beta.
- 17:31 Libchipcard Revision 44150641 (libchipcard): BUILD: Added Makefile target "format".
- 17:21 AqBanking Revision 8532cde5 (aqbanking): Result of "make format".
- 17:19 AqBanking Revision 115f7bce (aqbanking): BUILD: Added Makefile target "format".
- Just call "make format" to unify the file format through the whole project.
- 17:19 AqBanking Revision ecda72cc (aqbanking): Prepared release 5.99.17beta.
- 17:19 AqBanking Revision d96a2bd0 (aqbanking): BUILD: Added target "format".
- 17:19 AqBanking Revision 08b51228 (aqbanking): Some formatting.
- 17:05 Gwenhywfar Revision 45cb6e82 (gwenhywfar): Prepared release 4.99.9beta.
- 17:05 Gwenhywfar Revision 1f12db66 (gwenhywfar): Result of "make format".
- 17:03 Gwenhywfar Revision 6218d86a (gwenhywfar): BUILD: Added Makefile target "format".
- Just call "make format" to unify the file format through the whole project.
- 17:02 AqFinance Revision 38163c9b (aqfinance): BUILD: Added Makefile target "format".
- Just call "make format" to unify the file format through the whole project.
02.02.2019
01.02.2019
- 22:36 AqBanking Revision beb00549 (aqbanking): aqhbci-control: Added "listitanmodes" to help string.
- 22:36 AqBanking Revision ffa2abc9 (aqbanking): Minor format changes.
- 22:36 AqBanking Revision 5843187e (aqbanking): No longer complain about missing BICs.
- BICs are no longer required in SEPA transactions. The BIC is also used
if present but a missing BIC should no longer ... - 18:40 AqBanking Revision d0c95f84 (aqbanking): AqHBCI: Moved JobGetSysId into separate files.
- 17:28 AqBanking Revision 6d1f919d (aqbanking): Revert "Removed unneeded segment definitions."
- This reverts commit b387c2520401adaa375aadbaff3f4afcfa83e886.
31.01.2019
- 23:46 Gwenhywfar Revision d12f706e (gwenhywfar): Formatted autocreated files (make format_build_files).
- 17:19 AqBanking Revision fe573e17 (aqbanking): AqHBCI: Moved JobTan and JobGetAccountSepaInfo to extra files.
- 16:26 AqBanking Revision 9b031943 (aqbanking): AqHBCI: Moved job SendKeys to its own file.
- 16:03 AqBanking Revision 52e484a3 (aqbanking): Removed forgotten remark.
- 16:02 AqBanking Revision b387c252 (aqbanking): Removed unneeded segment definitions.
- Segment format only depends on segment version not on the HBCI version.
- 15:49 AqBanking Revision 6400f057 (aqbanking): Started splitting adminjobs from one whole file into multiple files.
- Like with accounts jobs this makes it easier to change specific jobs.
- 14:57 Gwenhywfar Revision 77caeb2f (gwenhywfar): Unified file format.
- 14:46 Gwenhywfar Revision ae6f6116 (gwenhywfar): Added indentions.
27.01.2019
- 15:20 AqDatabase Revision c0e9e4c9 (aqdatabase): aqdbtool: Sort list of table names before output.
- 15:20 AqDatabase Revision 6cb66f1e (aqdatabase): aqdbtool: Added command "showtables".
- This command can be used to view some information about tables (i.e. types)
stored within a AQDB database.
It can al... - 15:18 AqDatabase Revision 38f046a8 (aqdatabase): DbFile: Implemented AQDB_DB_GetTableNameList().
26.01.2019
- 17:58 AqDatabase Revision ef77a078 (aqdatabase): aqdbtool: Started working on this new tool
- This tool can later be used to check for consistency of the database and
to list content/show information about a giv... - 17:56 AqDatabase Revision 07355d60 (aqdatabase): DbFile: Implemented AQDB_DB_Check().
- Uses AQFS checks to check for lowlevel consistency of the underlying AQFS file.
- 17:55 AqDatabase Revision f04a8a5f (aqdatabase): AqFS: Finished tool aqfscheck.
- This tool can be used to check the lowlevel consistency of a AQFS file.
- 17:52 AqDatabase Revision c3d8f735 (aqdatabase): DbDir: Implemented GetTableNameList().
- 17:52 AqDatabase Revision 871683b8 (aqdatabase): Added virtual functions to simplify database management.
- - AQDB_Db_Check(): check database for lowlevel consistency
- AQDB_Db_GetTableNameList(): list names of tables in a da...
23.01.2019
- 23:02 AqDatabase Revision 1b8a395c (aqdatabase): Only generate ChangeLog if there is a .git folder.
- 23:01 AqDatabase Revision 20647e8d (aqdatabase): Added tool to validate a AQFS file.
- This tool checks whether a file contains valid objects.
- 17:15 Gwenhywfar Revision f7016374 (gwenhywfar): GWEN_DATE: Major speedup of GWEN_Date_dup (about factor 16).
- This function is called very often from AqFinance, so optimizing this
function has quite an impact. - 01:54 Libchipcard Revision 8e349a87 (libchipcard): Prepared 5.1.2beta.
- 01:53 Libchipcard Revision f5723cb3 (libchipcard): Only create ChangeLog if the folder ".git" exists.
- 01:52 Gwenhywfar Revision bff6feeb (gwenhywfar): Prepared relase 4.99.8beta.
- 01:51 AqBanking Revision 2225923d (aqbanking): Partially reverted disabling of AH_Provider_GetCert() in getSysId().
- - only for PIN/TAN mode we call getCert() to check the SSL certificate
before asking the user for a pin (even thoug... - 01:50 AqBanking Revision 294a778e (aqbanking): Prepared 5.99.16beta.
22.01.2019
- 23:06 AqFinance Revision 6644bb04 (aqfinance): Increased version number.
- 23:06 AqFinance Revision 3aeaa414 (aqfinance): Added entries to .gitignore.
- 23:06 AqFinance Revision 104e1a37 (aqfinance): Improved rule editor.
- 23:05 AqFinance Revision 1ebde05f (aqfinance): Increased verbosity, speedup transaction reconciling.
- 23:05 AqFinance Revision 7cb7e007 (aqfinance): Increased verbosity.
- 23:04 AqFinance Revision 14ae154f (aqfinance): Improved handling of transaction ids, fixed an important bug.
- - get a jib id from AqBanking when adding a job to the internal queue
- use UniqueId instead of idForProvider in outbox - 23:03 AqFinance Revision d61b2626 (aqfinance): Added column "ID" to transfer tree widget.
- Also:
- increased verbosity
- removed dead code - 23:01 AqFinance Revision 36f79c9a (aqfinance): Adapted to latest changes in AqBanking.
- AB_IMEXPORTER is no longer exported by AqBanking.
- 22:59 AqFinance Revision 859e0bed (aqfinance): BUILD: Only rebuild ChangeLog if .git folder exists.
- 22:55 AqBanking Revision a006555a (aqbanking): AqBanking/AqHBCI: Fixed a few important bugs.
- - aqhbci-tool getaccsepa should now store iban and bic also in account specs
- set date in transfers (if not set) bef... - 16:33 AqBanking Revision 77bb8d06 (aqbanking): AqHBCI: Also write AccountSpec when getting SEPA account info.
- Also increased verbosity.
- 16:16 Libchipcard Revision f6197375 (libchipcard): Reformat.
- Adjusted to predominant format.
- 12:13 Libchipcard Revision dee5bffe (libchipcard): Increased version number.
20.01.2019
- 19:27 Gwenhywfar Revision 69f96b70 (gwenhywfar): Started working on a test crypt token.
- This will be used for AqBanking to test encryption and signature stuff.
- 19:27 Gwenhywfar Revision 67fdbc50 (gwenhywfar): Reformat.
13.01.2019
- 17:29 AqBanking Revision 3b81e069 (aqbanking): Merge remote-tracking branch 'origin/b_rdh9_dev'
- # Conflicts:
# src/libs/plugins/backends/aqhbci/joblayer/job_commit.c
12.01.2019
- 14:18 AqBanking Revision ce96894f (aqbanking): Banking: Only check cycle/execution day limits if set.
- 11:13 AqBanking Revision a51f24ba (aqbanking): AqHBCI: Only completely setup limits for SEPA jobs != DeleteStandingOrder.
10.01.2019
- 19:58 AqBanking Revision 83dda900 (aqbanking): AqHBCI: Sorted AH_Job__CommitSystemData().
- Create BPD/UPD stuff before committing accounts, should fix the bug
where "aqhbci-tool4 getaccounts" needed to be cal... - 19:44 AqBanking Revision 7740ad38 (aqbanking): Increased verbosity.
- 00:04 AqBanking Revision 0c7ec620 (aqbanking): Adapted to latest changes in Gwen (needs current GWEN-GIT!)
- 00:04 Gwenhywfar Revision cf17777b (gwenhywfar): Prepared extension of the XML2Db parser code.
- Later this code will also be able to create XML output.
Auch abrufbar als: Atom