]> git.ipfire.org Git - thirdparty/python-fints.git/shortlog
thirdparty/python-fints.git
2018-12-03  Henryk PlötzWork on flicker code/hhduc parsing, make it work with...
2018-12-03  Henryk PlötzParse TAN request for embedded optical data (CHLGUC...
2018-12-03  Henryk PlötzIntroduce TransactionResponse object.
2018-12-03  Henryk PlötzReturn 'auth' information in FinTSPinTanClient.get_info...
2018-12-03  Henryk PlötzContinue breaking API: statement -> transactions, to...
2018-12-03  Henryk PlötzPool Exceptions in one module
2018-12-03  Henryk PlötzAdd forgotten journal segments file
2018-12-03  Henryk PlötzElide empty items at the end of a ValueList with a...
2018-12-03  Henryk PlötzFix SEPA_TRANSFER operations type
2018-12-03  Henryk PlötzFix wrong field counts
2018-12-03  Henryk PlötzFix test for changed Exception type.
2018-12-03  Henryk PlötzAdd single COR1 debit
2018-12-03  Henryk PlötzAlso give information about supported SEPA PAIN formats
2018-12-03  Henryk PlötzDeliberately break API. start_sepa_... is now sepa_...
2018-12-03  Henryk PlötzFix bugs found in communication with bank
2018-12-03  Henryk PlötzImplement get_information()
2018-12-03  Henryk PlötzRemove old code
2018-12-03  Henryk PlötzAdd DKKKU based on a cursory reverse engineering and...
2018-12-03  Henryk PlötzFix bugs found when talking to banks
2018-12-03  Henryk PlötzImplement querying the status protocol
2018-12-03  Henryk PlötzAdd querying of scheduled debits (untested, my bank...
2018-12-03  Henryk PlötzChange sorting of segment classes
2018-12-03  Henryk PlötzRemove last OLD
2018-12-03  Henryk PlötzFirst working debit (multiple, COR1)
2018-12-03  Henryk PlötzRemove most references to OLD
2018-12-03  Henryk PlötzRemove references to OLD in client.
2018-12-03  Henryk PlötzMake it possible to open an anonymous dialogue (user_id...
2018-12-03  Henryk PlötzFix a parser bug found in real data
2018-12-03  Henryk PlötzFurther shuffle send abstractions around. Transfer...
2018-12-03  Henryk PlötzImplement NeedTANResponse.get_data()/.from_data()
2018-12-03  Henryk PlötzMove all of the PIN/TAN specific handling into FinTS3Pi...
2018-12-03  Henryk PlötzFirst working transfer
2018-12-03  Henryk PlötzAdd set_product()
2018-12-03  Henryk PlötzWhip logging into shape
2018-12-03  Henryk PlötzWork towards SEPA transfers
2018-12-03  Henryk PlötzAllow pausing and resuming of dialogs
2018-12-03  Henryk PlötzImplement automatic security_function choosing, impleme...
2018-12-03  Henryk PlötzAllow FinTS3Client state (system id, BPD, optionally...
2018-12-03  Henryk PlötzImplement get_tan_descriptions()
2018-12-03  Henryk PlötzSimply _find_highest_command() API. Implement get_holdi...
2018-12-03  Henryk PlötzMake _find_highest_command reusable
2018-12-03  Henryk PlötzMake touchdown fetching reusable
2018-12-03  Henryk PlötzImprove dialog handling: Drastically reduce latancy.
2018-12-03  Henryk Plötz(Re-)implement get_statement() in new API
2018-12-03  Henryk PlötzImprove BPD and UPD: Is now SegmentSequence, allows...
2018-12-03  Henryk PlötzRun isort
2018-12-03  Henryk PlötzImplement HKSAL5/HISAL5
2018-12-03  Henryk PlötzMake TwoStep (without TAN) work again
2018-12-03  Henryk Plötz(Re-)Add one step PIN mechanism
2018-12-03  Henryk PlötzConvert get_sepa_accounts() and get_balance() to new...
2018-12-03  Henryk PlötzAdd ZeroPaddedNumericField, Fix BooleanField._parse_value
2018-12-03  Henryk PlötzImplement/doc more fields
2018-12-03  Henryk PlötzMore docs
2018-12-03  Henryk PlötzFix tests for new field names
2018-12-03  Henryk PlötzAdd a bad hack to RepresentableEnum to get docstrings...
2018-12-03  Henryk PlötzAdd date/time fields
2018-12-03  Henryk PlötzImprove documentation
2018-12-03  Henryk PlötzMove Mixins to utils to get them out of the autodoc
2018-12-03  Henryk PlötzSplit into fints.types (internal and custom types)...
2018-12-03  Henryk PlötzApply isort, remove unused imports
2018-12-03  Henryk PlötzAdd a 'robust mode': A parse error during interpretatio...
2018-12-03  Henryk PlötzCleanup autodoc, generate type information for all...
2018-12-03  Henryk PlötzAllow querying by class instead of segment type name
2018-12-03  Romain RinieEscape and unescape character @
2018-12-03  Henryk PlötzImprove documentation
2018-12-03  Henryk Plötzget_sepa_accounts() working
2018-12-03  Henryk PlötzImplement HITANS segments
2018-12-03  Henryk PlötzChange Model: make all ParameterSegment subclasses...
2018-12-03  Henryk PlötzWork towards getting FinTS3Segment used in the normal...
2018-12-03  Henryk PlötzPut test cases into files, parametrize test cases
2018-12-03  Henryk PlötzImplement finding
2018-12-03  Henryk PlötzInclude code in docs, more docs
2018-12-03  Henryk PlötzFix and document serializer
2018-12-03  Henryk PlötzUpdate documentation
2018-12-03  Henryk PlötzAdd some developer documentation
2018-12-03  Henryk Plötzaccount_information in HIUPD6 is conditional
2018-12-03  Henryk PlötzExperimental: print new parse for all incoming and...
2018-12-03  Henryk PlötzAdd missing escaping (systemid sometimes has a +)
2018-12-03  Henryk PlötzAdd a PasswordField, fix BooleanField, fix some class...
2018-12-03  Henryk PlötzRename old FinTS3Segment to FinTS3SegmentOLD for coexis...
2018-12-03  Henryk PlötzImplement more generic Field types
2018-12-03  Henryk PlötzImprove test coverage slightly
2018-12-03  Henryk Plötzflat_length_max is not used anymore
2018-12-03  Henryk PlötzValueList cannot actually contain another ValueList
2018-12-03  Henryk PlötzAdd tests for serializer
2018-12-03  Henryk PlötzFirst working serializer
2018-12-03  Henryk PlötzMore DRY, less repeating
2018-12-03  Henryk PlötzFix field inheritance over more than one level
2018-12-03  Henryk PlötzImplement HIPINS1
2018-12-03  Henryk PlötzNicer exception stack traces, again
2018-12-03  Henryk PlötzImplement HITANS3
2018-12-03  Henryk PlötzMake error exceptions more helpful
2018-12-03  Henryk PlötzIgnore end-of-sequence for open-end multiple fields
2018-12-03  Henryk PlötzAutomatically trim ValueList with non-fixed length...
2018-12-03  Henryk PlötzImplement HIUPA4 and HIUPD6
2018-12-03  Henryk PlötzFix parser for repeated and nested elements. Again.
2018-12-03  Henryk PlötzCheck that FinTS3Segments only have DE or DEG fields
2018-12-03  Henryk PlötzMore edge cases
2018-12-03  Henryk PlötzImprove nested output of ValueList fields
2018-12-03  Henryk PlötzFix logic error in counted elements parser, can now...
next