Skip to content

Releases: ykaliuta/fidogate

Fidogate 5.12

12 Sep 15:17
Compare
Choose a tag to compare
Fix crashes, support PING/TRACE, switch to github actions

Signed-off-by: Yauheni Kaliuta <[email protected]>

Fidogate 5.11

20 Mar 07:26
Compare
Choose a tag to compare
  • mime: fix final NUL space allocating
  • rfc2ftn: add X-HTTP-USER-AGENT RFC header to use it as tearline.
  • tick: add tick flavour support for passthrough fileboxes
  • mime: get_mime_disposition: free allocated string but not tmps
  • acl: list_free: NULLify ngrp_pat_list

Fidogate 5.10

31 Oct 15:35
Compare
Choose a tag to compare

Bugfixing release

  • fidogate.service: [ is put back
  • fidogate.service: full paths are used for commands.
    Thanks to Eugene Subbotin.
  • rfc2ftn: fixed mime unpacking if recipients are givien in the
    command line

Fidogate 5.9

13 Oct 19:42
Compare
Choose a tag to compare

Fidogate 5.9

Features:

  • send-fidogate: added 'xct' wrapper which adds X-Comment-To headers
    to innd batches.
    Thanks to Nil Alexandrov (2:5015/46) and Eugene Subbotin (2:5075/35);
  • passwd: separate tic password.
    Thanks to Eugene Subbotin (2:5075/35);
  • rfc2ftn: implement default_rfc charset option;
  • packaging: distribute .service under debian/ and use it for rpm.

Fixes:

  • Many timezone fixes again.
    Thanks to Eugene Subbotin (2:5075/35);
  • username generation;
  • mime: handle comments ();
  • memory hanlding.

Fidogate 5.8

12 Mar 18:34
Compare
Choose a tag to compare

Mostly bugfix release, thanks to reports from
Eugene Subbotin 2:5075/35@fidonet

  • rfc2ftn timezone handling
  • on coverting long rfc multibyte names (from/to) to 8 bit ftn cut
    them on 31 characters, not original bytes
  • rfc2ftn: fix double names/subject encoding on crossposting
  • use \r end of lines for pkts instead of \r\n
  • adopt ftntickpost to current perl
  • fix areafix crash on stat producing
  • do not encode first 'From' line (mbox format)
  • rfc2ftn: fix hunging on splitting long messages
  • ftn2rfc: do not produce empty X-FTN-Flags
  • rfc2ftn: handle all multipart/ types
  • make pkt name/subject length strict check optional
  • autoindent sources

Fidogate 5.7

14 Jan 20:13
Compare
Choose a tag to compare
  • level 4 charset support;
  • removed legacy charset recoding;
  • ftn2rfc TZUTC support;
  • strict names and subject length check;
  • automatic travis-ci builds.

Fidogate 5.6

06 Jan 10:08
Compare
Choose a tag to compare
  • fix make dist
  • packaging: update rpm, remove freebsd, add debian
  • use iconv with '//TRANSLIT'
  • charset improvements, add CharsetAliasesFSC, CharsetNameMap,
    read X-FTN-Kludge: CHRS
  • add ftngenpkt utility
  • read tsc-0048 pkts
  • fix warnings
  • change realname handling: put real pkt names to X-FTN-From,
    X-FTN-To (they were filtered),
    replace 8bit email's user part with FallbackUsername
  • improve rfc2ftn to guess the mode from the rfc message
  • convert SEP_RFC2FTN_PKT to config option SinglePKTs

config: CharsetAliasesFSC, CharsetNameMap, FallbackUsername, SinglePKTs

Autotools revisit

18 Dec 20:57
Compare
Choose a tag to compare

Change autotools configuration to less recursive makefiles.
Add level 1 charset support.

Encoding/recoding revisit

01 Dec 13:01
Compare
Choose a tag to compare

Encoding/recoding logic updated to allow UTF-8 on the both sides of gate and make rfc messages standard complied.