aboutsummaryrefslogtreecommitdiff
path: root/net-im
Commit message (Collapse)AuthorAgeFilesLines
* net-im/tut: Mark DEPRECATEDMuhammad Moinur Rahman2024-03-241-1/+4
| | | | | | | - Requires deprecated lang/go119 - Set EXPIRATION_DATE 2024-04-24 Approved by: portmgr (blanket)
* lang/go: Change DEFAULT to 1.21Muhammad Moinur Rahman2024-03-2413-13/+13
| | | | | PR: 277776 Approved by: portmgr (exp-run)
* net-im/jabberd: fix expiration dateRene Ladan2024-03-241-1/+1
|
* net-im/telegram-desktop: remove broken for openssl3Dirk Meyer2024-03-231-2/+2
| | | | PR: 276589
* lang/rust: Bump revisions after 1.77.0Mikael Urankar2024-03-238-8/+8
| | | | PR: 277786
* net-im/signal-desktop: chase electron28 updateHiroki Tagato2024-03-221-1/+1
|
* net-im/gotosocial: forgotten distinfo update in last commitLarry Rosenman2024-03-221-5/+5
| | | | PR: 277595
* Revert "Forgotten in previous commit"Larry Rosenman2024-03-221-5/+5
| | | | This reverts commit bc47e2e1761ace04832e97b962a70ab613c8813a.
* Forgotten in previous commitLarry Rosenman2024-03-221-5/+5
|
* net-im/gotosocial: upsate to 0.14.1Larry Rosenman2024-03-222-8/+21
| | | | | | | | | | | | | | | | | | | | ChangeLog: 0.14.1 specifics: There was a bug in 0.14.0 which was causing SQLite-backed instances to sometimes become unresponsive, with lots of errors in the logs containing interrupted(9). 0.14.0 release highlights: * Account aliasing. You can now set the alsoKnownAs field on your account via the settings panel, to indicate other accounts you own. This doesn't do much now, but it's the first step towards the Move implementation for account migration coming in v0.15.0. * Much better thread sorting. Conversation threads on both the web view and client API use a new sorting mechanism which makes them way more readable. No longer will replies in a thread be scattered all over the place. * Better HTTP signature support. We fixed a longstanding issue with including vs not including query parameters in signed GET requests. We now try (and accept) both methods of constructing signatures. Which leads to... * Improved thread fetching. You'll see far fewer "orphaned" statuses in your timeline now, and you'll see more replies on statuses from other instances. * Syntax highlighting for code blocks on the web UI. When you include a code block in your markdown now, and correctly indicate the language the code is written in, it will be syntax highlighted when rendered on your profile in the web UI. This requires javascript, but it's a progressive enhancement feature. Visitors to your profile with javascript turned off will just see the code block without syntax highlighting. * Improved "about this instance" page, with a link to the page in the nav bar. Previously the "about this instance" page was more or less hidden. We've now surfaced it better, so you can write all your terms and conditions and instance description stuff there. Relatedly.... * Parse instance descriptions and terms and conditions as markdown. Previously it was very difficult to properly edit these fields, because you had to read + write HTML to do so. Now they're parsed as markdown. This means you can more easily include things like blockquotes, lists, etc. * Big refactor of HTML templates + CSS. We did a serious rework of HTML templates to fix indentation. Previously if you did "view source" on a GoToSocial profile page, you'd see a mess of sloppily-indented HTML. With this refactor, the HTML is now nicely indented and much more readable. We also did an accessibility pass and tested our HTML with various screen readers to try to make the web view a bit less annoying to navigate. * First pass at a basic spam filtering system. In light of spam waves happening on the fediverse recently we took a crack at implementing a filter to drop messages identified as spam. This is still in the experimental stage, but it's included in this release so you can try it out already.
* net-im/dissent: update to 0.0.22Jan Beich2024-03-202-4/+4
| | | | | Changes: https://github.com/diamondburned/dissent/releases/tag/v0.0.22 Reported by: GitHub (watch releases)
* net-im/jabberd: Deprecate and set expiration date to 2023-04-30Daniel Engberg2024-03-191-0/+3
| | | | | | | | Last release in 2018 and upstream repo archived Feb 12, 2019. Redirect users to net-im/ejabberd PR: 277444 Approved by: portmgr (maintainer timeout, 2+ weeks)
* net-im/telegram-purple: Remove expired portMuhammad Moinur Rahman2024-03-1710-176/+0
| | | | net-im/telegram-purple
* net-im/purple-plugin-pack: Mark DEPRECATEDMuhammad Moinur Rahman2024-03-171-0/+3
| | | | | - Uses dprecated gtk2 libraries - Set EXPIRATION_DATE 2024-12-31
* net-im/profanity: Move man pages to share/manNuno Teixeira2024-03-172-116/+117
| | | | Approved by: portmgr (blanket)
* net-im/jabberd: Move man pages to share/manNuno Teixeira2024-03-172-6/+7
| | | | Approved by: portmgr (blanket)
* net-im/freetalk: Move man pages to share/manNuno Teixeira2024-03-172-2/+3
| | | | Approved by: portmgr (blanket)
* net-im/ejabberd: Move man pages to share/manNuno Teixeira2024-03-172-1/+3
| | | | Approved by: portmgr (blanket)
* net-im/fractal: update openssl crates + enable LibreSSL 3.9.0Charlie Li2024-03-173-7/+41
|
* net-im/telegram-desktop: update to 4.15.2Sergey A. Osokin2024-03-152-4/+4
|
* net-im/cawbird: expire before 2024Q2Jan Beich2024-03-151-0/+3
| | | | https://github.com/IBBoard/cawbird/commit/55a19e86b0e0
* net-im/cawbird: unbreak build with Meson 1.4.0Jan Beich2024-03-153-1/+29
| | | | | | | | | | | | | libcawbird.a.p/src/list/TweetListEntry.c:1215:6: error: implicit declaration of function 'cb_tweet_has_quoted_inline_media' is invalid in C99 [-Werror,-Wimplicit-function-declaration] if (cb_tweet_has_quoted_inline_media (tweet)) { ^ libcawbird.a.p/src/TweetInfoPage.c:3374:20: error: implicit declaration of function 'cb_tweet_model_index_of_retweet' is invalid in C99 [-Werror,-Wimplicit-function-declaration] replied_to_idx = cb_tweet_model_index_of_retweet (_tmp3_, reply_id); ^ PR: 277354 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/5f659af87001
* net-im/signal-desktop: chase electron28 updateHiroki Tagato2024-03-151-1/+1
|
* net-im/climm: Move man pages to share/manChristian Weisgerber2024-03-142-7/+10
| | | | Approved by: portmgr (blanket)
* */*: properly depend on Maven packageMichael Osipov2024-03-113-3/+3
| | | | | | | | | devel/maven and devel/maven39 do not provide mvn(1) from LOCALBASE that one comes from devel/maven-wrapper instead. Therefore, one should depend on the package rather than a non-existing executable/script. Approved by: jrm (mentor), otis (mentor), vvd Differential Revision: https://reviews.freebsd.org/D44229
* net-im/dissent: update to 0.0.21Jan Beich2024-03-092-11/+6
| | | | | Changes: https://github.com/diamondburned/dissent/releases/tag/v0.0.21 Reported by: GitHub (watch releases)
* net-im/py-matrix-synapse: Allow build with py-poetry-core 1.9.0 and ↵Po-Chuan Hsieh2024-03-093-5/+14
| | | | py-setuptools-rust 1.9.0
* net-im/jabberd: Fix a5c2ca9eefbc427074af49dd4b2630b0b58f6d80Po-Chuan Hsieh2024-03-091-1/+1
| | | | | | | | /!\ jabberd-2.7.0_5: Makefile errors /!\ you cannot include bsd.port[.pre].mk twice Approved by: portmgr (blanket)
* net-im/p5-Net-Stomp: Update to 0.62Po-Chuan Hsieh2024-03-092-4/+4
| | | | Changes: https://metacpan.org/dist/Net-Stomp/changes
* net-im/nextcloud-talk: Update to 18.0.5Bernard Spil2024-03-092-4/+4
|
* net-im/telegram-desktop: update to 4.15.1 release (+)Sergey A. Osokin2024-03-0910-8/+68
| | | | Regenerate necessary patches.
* */*: Return Lexi Winter's ports to poolDaniel Engberg2024-03-081-1/+1
| | | | | | Requested by maintainer PR: 277426
* net-im/signal-desktop: chase electron28 updateHiroki Tagato2024-03-081-1/+1
|
* all: Bump after lang/go121 updateAshish SHUKLA2024-03-062-0/+2
| | | | MFH: 2024Q1
* net-im/nextcloud-talk: Update to 18.0.4Bernard Spil2024-03-052-4/+4
|
* devel/ruby-gems: Update to 3.5.6Yasuhiro Kimura2024-03-053-28/+28
| | | | | | | | | | While here, mark textproc/rubygem-nokogumbo as BROKEN because build fails with clean latest ports tree and all supported ruby versions. ChangeLog: https://github.com/rubygems/rubygems/blob/v3.5.6/CHANGELOG.md PR: 276884 Approved by: sunpoet (ruby@, maintainer) Exp-run by: antoine
* net-im/dissent: update to 0.0.20Jan Beich2024-03-045-33/+45
| | | | | Changes: https://github.com/diamondburned/dissent/releases/tag/v0.0.20 Reported by: GitHub (watch releases)
* net-im/gotosocial: Mark TESTING_UNSAFEGleb Popov2024-03-021-0/+2
| | | | PR: 277179
* net-im/gotosocial: Update to 0.13.3Mina Galić2024-03-022-7/+6
| | | | PR: 277179
* net-im/signal-desktop: drop maintainershipMikael Urankar2024-03-012-2/+2
| | | | PR: 277407
* net-im/signal-desktop: fix fetchMikael Urankar2024-03-011-0/+1
| | | | | | DISTVERSIONPREFIX was mistankenly removed in previous commit PR: 277407
* net-im/signal-desktop: chase electron28 updateHiroki Tagato2024-02-291-0/+1
|
* net-im/py-slack-sdk: Update version 3.27.0=>3.27.1Muhammad Moinur Rahman2024-02-282-4/+4
| | | | Changelog: https://github.com/slackapi/python-slack-sdk/releases/tag/v3.27.1
* net-im/toot: Mark as BROKEN since devel/py-urwid is brokenLexi Winter2024-02-261-0/+2
| | | | | | PR: 276347 Reviewed by: kevans Approved by: tcberner (mentor, implicit)
* net-im/telepathy-salut: Moved man to share/manMuhammad Moinur Rahman2024-02-242-2/+3
| | | | Approved by: portmgr (blanket)
* net-im/telepathy-mission-control: Moved man to share/manMuhammad Moinur Rahman2024-02-242-4/+5
| | | | Approved by: portmgr (blanket)
* net-im/telepathy-idle: Moved man to share/manMuhammad Moinur Rahman2024-02-242-1/+3
| | | | Approved by: portmgr (blanket)
* net-im/telepathy-gabble: Moved man to share/manMuhammad Moinur Rahman2024-02-242-2/+3
| | | | Approved by: portmgr (blanket)
* net-im/sshout: Moved man to share/manMuhammad Moinur Rahman2024-02-242-3/+3
| | | | Approved by: portmgr (blanket)
* net-im/prosody: Moved man to share/manMuhammad Moinur Rahman2024-02-243-11/+2
| | | | Approved by: portmgr (blanket)