42wim / matterircd

Connect to your mattermost or slack using your IRC-client of choice.
MIT License
294 stars 60 forks source link

Remove support for mattermost 5 #498

Closed 42wim closed 1 year ago

42wim commented 1 year ago

Security updates for mattermost 5 ended on 2022-04-15, we're not going to support those old versions anymore.

hloeung commented 1 year ago

I wonder if using git rm bridge/mattermost/mattermost.go followed by git mv bridge/mattermost6/mattermost.go bridge/mattermost/mattermost.go would result in a smaller diffset and also preserve change history?

Maybe even need to git commit each as you go.

hloeung commented 1 year ago

Also can I get https://github.com/42wim/matterircd/pull/444 landed before this? Saves me having to rebase/resubmit my changes :)