Ignore JetBrains IDE dir
[pyi2ncommon] / src /
2021-11-10 Christian HerdtweckFix comments and spacing
2021-11-10 Christian HerdtweckAdd methods to more easily add handlers
2021-11-10 Christian HerdtweckCreate unittest for log_helper from test functions
2021-11-10 Christian HerdtweckFix a small bug in log helper
2021-11-10 Christian HerdtweckAdd a NullHandler if no handler is supplied to i2n...
2021-11-10 Christian HerdtweckAdd option to add specified handlers to logger
2021-11-08 Christian Herdtwecklog_read: correct error message
2021-11-08 Christian Herdtwecklog_read: return/yield all of input args from iteration
2021-11-08 Christian Herdtwecklog_read: Make names of class variables clearer
2021-11-08 Christian Herdtwecklog_read: Fix import order and return from prepare_result
2021-11-08 Christian Herdtwecklog_read: create/Fix docstrings
2021-11-08 Christian Herdtwecklog_read: Deal with rare case of wrong fstat at test...
2021-11-08 Christian Herdtwecklog_read: Just warn when file shrinks, try reading...
2021-11-08 Christian HerdtweckFix get_cnf if working on local machine
2021-11-08 Christian HerdtweckAdd argparse-checker for file allowing empty
2021-11-08 Christian HerdtweckFix some whitespace and line breaks
2021-09-15 Christian HerdtweckReduce assumptions on stdout
2021-09-10 Samir AguiarUse the already defined function to wait for generate
2021-09-10 Samir AguiarImprove documentation of arnied wrapper and tests
2021-09-10 Samir AguiarAdd a new function to wait for arnied to be ready
2021-03-25 Juliana RodrigueiroFix decoding on "get_cnf --json"
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
next