Increase version to 1.6.4
[pyi2ncommon] / src /
2020-02-13 Christian HerdtweckSmall fix and comment for imap mailbox
2020-02-13 Christian HerdtweckMinor fix: else --> elif
2020-02-13 Christian HerdtweckFix typo in Group CnfVar builder
2020-02-13 Christian HerdtweckMinor improvement of comments for SimpleCnf
2020-02-13 Plamen DimitrovReplace all mentions of autotest with pyi2n-generic...
2020-02-13 Thomas JaroschAdd support for new NIC_COMMENT field
2019-11-19 Christian HerdtweckCreate ImapMailbox.fetch_{mail,message}
2019-11-19 Christian HerdtweckAllow sending mail to external recipients.
2019-11-19 Plamen DimitrovAdd validation for running arnied process for the unset...
2019-11-19 Plamen DimitrovRefactor the entire waiting for GENERATE to allow for...
2019-11-18 Plamen DimitrovIncrease the available arguments for all current mk_con...
2019-11-05 Thomas JaroschRemove ISDN dialin related cnfvars
2019-10-16 Christian HerdtweckMerge branch 'drop-cnfvar-translation'
2019-10-16 Plamen DimitrovDrop legacy cnfvar-autotest parameter translation
2019-10-04 Plamen DimitrovExtend the port forwarding mk_config function to proper...
2019-10-04 Plamen DimitrovUse a better default value for the nic type of newly...
2019-08-08 Christian HerdtweckAdd option to parse newer EmailMessage type from mails
2019-08-08 Christian HerdtweckParse email from bytes instead of text
2019-08-08 Christian HerdtweckMinor fixes for mail_utils
2019-08-08 Christian HerdtweckMove MailValidator into own module
2019-08-08 Christian HerdtweckCreate ImapMailbox, a wrapper around python's IMAP4
2019-08-08 Christian HerdtweckCreate mail_util parse_mail_date
2019-08-08 Christian HerdtweckCreate function get_user_mail_files
2019-04-16 Christian HerdtweckFix a bug in mail_utils.send_email_with_files
2019-04-09 Christian HerdtweckTake into account that certs are not issued to "localhost"
2019-04-09 Christian HerdtweckMake certificate checks optional, enable per default
2019-04-09 Christian HerdtweckFix error type returned from failed POST
2019-04-09 Plamen DimitrovAllow HTTPS connections with self-signed certificates
2019-04-09 Christian HerdtweckFix bad end of iterator and unused variable
2019-04-09 Plamen DimitrovRemove obsoleted comment in the arnied wrapper docstring
2019-04-09 Plamen DimitrovDrop emulation of py3.5+ subprocess module for python 3.3
2019-04-09 Plamen DimitrovDefine new capture output flag for python 3.7 which...
2019-02-12 Christian HerdtweckImprove output of wait_for_email_transfer
2019-02-11 Christian HerdtweckAdd and fix and few CNF_VAR-related doc strings
2019-02-11 Christian HerdtweckAuto-detect str/bytes when dumping cnf vars
2019-02-07 Plamen DimitrovBe more precise about the binary in sysmisc cheat reboo...
2019-02-07 Plamen DimitrovPass byte stream to the cnfvar from the dynamic cnf...
2019-02-07 Plamen DimitrovDeprecate irrelevant autotest comments in the cnfvar
2019-02-07 Plamen DimitrovFix cnfvar case of writing bytes from the io module
2019-02-07 Juliana RodrigueiroUse a more robust condition in wait_for_email_transfer
2019-02-07 Christian HerdtweckCreate new mail_utils option: get headers+attachments
2019-02-07 Samir AguiarFix remote scheduling of programs
2019-02-07 Christian Herdtweckpylint/pydocstyle compliance for mail_utils
2019-02-07 Samir AguiarOverwrite run_cmd timeout in wait_for_run
2019-02-07 Christian HerdtweckCreate new mail util function to get body text(s)
2019-02-07 Samir AguiarAdd timeout support to run_cmd
2019-02-07 Christian HerdtweckAdd function to decode non-ascii attachment names from...
2019-02-07 Christian Herdtweckcall_helpers: Make default behaviour of subprocess_run...
2019-02-07 Philipp Gesangaccept both bytes and str for cnfvar readers
2019-02-07 Philipp Gesanghandle data escaping properly in cnf vars
2019-02-07 Philipp Gesangnormalize cnfvars for JSON output too
2019-02-07 Christian HerdtweckFix debug output line in dial.py
2019-02-07 Christian HerdtweckConvert cnfvar names to lowercase on json import
2019-02-07 Christian HerdtweckRemove unnecessary creation of reference
2019-02-07 Christian HerdtweckCorrect doc in simple_cnf
2019-01-22 Christian HerdtweckDisable debug output in log_read
2018-11-14 Christian HerdtweckReplace deprecated logging function with equivalent
2018-11-14 Christian HerdtweckEnsure all opened files/sockets are closed in mail_utils
2018-11-05 Christian HerdtweckFix doc strings for text_helpers (except color stuff)
2018-11-05 Christian HerdtweckFix doc string for sysmisc.cd()
2018-11-05 Christian HerdtweckBring back size_str text helper
2018-11-05 Christian HerdtweckBring back cd context manager
2018-11-05 Philipp Gesangfix misleading error message in simple_cnf
2018-11-05 Philipp Gesangnormalize varname as cnfvar.py expects it
2018-11-05 Philipp Gesangsupport comparison of SimpleCnf() with non-SimpleCnf...
2018-11-05 Philipp Gesangvalidate SimpleCnf inputs
2018-11-05 Philipp Gesangrestore simple_cnf/add_single API
2018-11-05 Philipp Gesangfix cnfvar crash on end inside child vars
2018-11-05 Philipp Gesanglowercase all incoming varnames
2018-11-05 Philipp Gesangwhen emitting CNF lines, force capitalization of variab...
2018-11-05 Philipp Gesangadd cnfvar helper for counting CNF trees
2018-11-05 Philipp Gesangallow parent-less renumbering of CNF_VARs
2018-11-05 Philipp Gesangloosen criteria on CNF object roots
2018-11-05 Philipp Gesangfix renumbering in cnfvar.py
2018-11-05 Philipp Gesangavoid formatting binary strings
2018-11-05 Plamen DimitrovUse HTTP firewall ruleset option starting from I2N...
2018-11-05 Plamen DimitrovRemove arnied utility stub now that the actual wrapper...
2018-11-05 Plamen DimitrovBackport some subprocess py3.5+ functionality for older...
2018-11-05 Plamen DimitrovRestrict the logging to pyi2ncommon namespace
2018-11-05 Plamen DimitrovAdapt all internal imports in relative fashion
2018-11-05 Plamen DimitrovAdd GPLv2 licensing headers to all migrated utilities
2018-11-05 Plamen DimitrovMigrate utilities from the autotest-intra2net repo
2018-10-23 Plamen DimitrovUnify the cnf reading API to bytes argument and returne...
2018-10-09 Christian HerdtweckFix iter_helper import and test
2018-10-08 Christian HerdtweckBring back call helpers
2018-10-08 Christian HerdtweckFix error wrapping stdout when redirecting
2018-10-08 Christian HerdtweckSimplify imports in zip_stream and add comments
2018-10-08 Christian HerdtweckCreate new arparse_helpers with NonExitingParser and...
2018-10-08 Christian HerdtweckCreate iter_helper interesting_repetition
2018-10-08 Christian HerdtweckFinally break ties with python2
2018-10-08 Christian HerdtweckRemove unused test_helpers
2018-10-08 Christian HerdtweckRemove unused call_helpers
2018-10-08 Christian HerdtweckRemove deprecated log reader utility
2018-10-08 Christian HerdtweckRemove old unused file helpers
2018-08-03 Christian HerdtweckUnify license, copyright and author information
2018-06-18 Christian HerdtweckFixed one error and some whitespace found by pycharm
2018-06-15 Christian HerdtweckMake a note in file_helpers to use psutils instead...
2018-05-22 Christian HerdtweckReplace non-ascii char in cnfvar, import print from...
2018-05-22 Christian HerdtweckMake all internal imports relative
2018-05-22 Christian HerdtweckRemove test code from zip_stream module, add comments
next