matterhorn-chat / matterhorn

A feature-rich Unix terminal client for the Mattermost chat system
BSD 3-Clause "New" or "Revised" License
1.04k stars 76 forks source link

Move away from connection #818

Closed sternenseemann closed 8 months ago

sternenseemann commented 8 months ago

connection is unmaintained now and can't be built with tls >= 1.7 which is going to make building matterhorn tricky going forward.

jtdaugherty commented 8 months ago

Thanks for reporting this!

jtdaugherty commented 8 months ago

Do you happen to know of any recommended alternative?

jtdaugherty commented 8 months ago

It turns out that crypton-connection is a drop-in replacement. This is now fixed. Thank you!

sternenseemann commented 8 months ago

mattermost-api needs this as well, of course, otherwise the switch is kind of pointless.

jtdaugherty commented 8 months ago

Yes, indeed; I made that change in https://github.com/matterhorn-chat/mattermost-api/commit/8df809df4d96930cf8b39d0d8f54cdb6d8f42b59.

sternenseemann commented 8 months ago

Thanks!