Bug 270123 - net-im/matterircd: Update to 0.27.0
Summary: net-im/matterircd: Update to 0.27.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL: https://github.com/42wim/matterircd/r...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-11 20:28 UTC by Corey Halpin
Modified: 2023-03-14 16:49 UTC (History)
1 user (show)

See Also:


Attachments
Proposed patch (935 bytes, patch)
2023-03-11 20:28 UTC, Corey Halpin
chalpin: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Corey Halpin 2023-03-11 20:28:02 UTC
Created attachment 240755 [details]
Proposed patch
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-03-14 16:29:40 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=057a71685813a24ff7bfdf6a5f4275b0e43f09cb

commit 057a71685813a24ff7bfdf6a5f4275b0e43f09cb
Author:     Corey Halpin <chalpin@cs.wisc.edu>
AuthorDate: 2023-03-13 17:48:46 +0000
Commit:     Fernando Apesteguía <fernape@FreeBSD.org>
CommitDate: 2023-03-14 16:24:26 +0000

    net-im/matterircd: Update to 0.27.0

    ChangeLog: https://github.com/42wim/matterircd/releases/tag/v0.27.0

    New features

     * mastodon: Add mastodon support

    Enhancement

     * general: Add support for syntax highlighted code blocks
     * mastodon: Add support for posting on timeline
     * mattermost: Remove backwards compatibility support of last saved at state
     * mattermost: Add support for tilde fenced code blocks
     * mattermost: Reduce extra call to Mattermost server for files link

    Bugfix

     * irc: Fix splitting of lines for ACTIONs
     * irc: Ignore when our user status is "offline"
     * irc: Ignore special channels (&users and &messages)
     * irc: Remove unnecessary topic setting on channel join
     * irc: Remove extra new lines showing in debug logging
     * irc: Only remove from channel for channels we're in on channel_deleted
     * irc: Set correct IRC PRIVMSG nick for file events too
     * irc: Ensure colon present for empty messages per IRC protocol/spec
     * irc: Only flip between away and online when actually away or not
     * irc: Add basic support for syntax highlighting in code blocks
     * mattermost: Remove support for mattermost 5
     * mattermost: Handle replies to posts part of threadst
     * mattermost: Reduce calls to Mattermost server by caching replies

    PR:             270123
    Reported by:    chalpin@cs.wisc.edu (maintainer)

 net-im/matterircd/Makefile | 3 +--
 net-im/matterircd/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2023-03-14 16:49:53 UTC
Committed,

Thanks!