lemmyadmin

joined 1 year ago
MODERATOR OF
 

eviltoast.org has been upgraded to Lemmy and lemmy-ui 0.19.5. We skipped 0.19.4, so here are the release notes for both versions:

As always, please let me know if you run into any issues after the upgrade.

Lemmy v0.19.5 Release

2024-06-19 - Lemmy Release v0.19.5 - A Few Bugfixes

This is a smaller bugfix release, with the following changes:

Lemmy

Lemmy-UI

Full Changelog

Lemmy v0.19.4 Release

I'm only including the headings from the release notes, please see 2024-06-07 - Lemmy Release v0.19.4 - Image Proxying and Federation improvements for the full post about it.

  • Local Only Communities
  • Image Proxying
  • Post hiding
  • Moderation enhancements
  • Admin ability to view and delete uploaded images
  • Lemmy can now federate with Wordpress, Discourse and NodeBB.
  • Vote display user settings

Other Changes

Full Changelog

[–] [email protected] 1 points 1 month ago

I could be totally wrong but my take on it is that they're just wanting the community to handle it so they can work on other parts of lemmy. They at least don't seem like they're against better mod tools.

day-to-day mod and admin actions on this instance are pretty low. Bigger instances like LW probably would have more reason to complain :D

[–] [email protected] 2 points 1 month ago (2 children)

IMO I don't think it is something the lemmy devs are focused on, but there is a growing community creating helpful tools around moderation/federation/maintenance. There were some core features added like mods being able to see downvotes to detect mass downvoting, and open issues for things like an invite system.

LemmyAutomod is an example of a community effort. I saw some other similar bots posted too.

[–] [email protected] 1 points 4 months ago

It does look like the issue in the previous thread is what caused a few instances to defederate from us. The spam issue was solved, so hopefully we'll be able to get refederated again to those instances.

[–] [email protected] 1 points 4 months ago

The signup application process is now also enabled for new users.

 

New Users

eviltoast.org is still welcoming to new members. If you're looking to sign up, please feel free to create an account! If you already have an account on another instance or were referred by someone, mentioning that in the application box would be helpful.

What changed

For a few days now, the signup process for new accounts at eviltoast.org now require a small application process.

It's a simple text field, but means there is a manual step to approve new users. New users aren't expected to write an essay or anything rediculous, just prove their human and whether they have a connection with someone already here.

This is a measure to prevent spammers from launching attacks from our instance and being able to easily re-create new accounts to continue attacks from.

Future

If lemmy doesn't improve its mod and admin tools, I may end up making a sort of invite system so that existing members can invite new users instantly. And then the application process would be only for completely new users without an invite.

[–] [email protected] 1 points 5 months ago (1 children)

Thanks for the report. This user and several others were banned last night. I'm looking for others as well that may not have been quite as bad.

 

eviltoast.org is now running Lemmy and Lemmy-ui 0.19.3. It was a relatively minor upgrade, but details are at the bottom of this post.

More importantly, I wanted to share that eviltoast.org has had a sizable upgrade. Specifically the database server is much larger than before and should be able to handle the load with less stress. Overall things should feel snappier.

I have some other ideas for improving the site's responsiveness in the near future, but this should be a good start. Please let me know if you do (or don't!) notice a difference in the meantime.

Thanks!

2024-01-22 - Lemmy Release v0.19.3 - A Few Bugfixes

Major Changes

 

Hello all,

eviltoast.org has been upgraded to the latest lemmy and lemmy-ui releases (0.19.2).

We held off on the 0.19.0 and 0.19.1 releases due to some federation issues they had. These appear to be resolved with 0.19.2.

Release notes are below, but please reach out if you run into any issues!

Important note: There were changes to how auth works in lemmy. Some mobile clients (like liftoff) may no longer work. And on the browser, you may have to clear your cookies for eviltoast.org if you aren't able to log in.

Thanks!

2024-01-10 - Lemmy Release v0.19.2 - More Federation Fixes

Major Changes

  • Outgoing federation bug fixes.
  • Lemmy can now receive reports sent from Mastodon and Kbin.
  • Added the ability for admins to view votes, to prevent downvote trolling. Demo. #4088
  • Various bug fixes and minor enhancements.

2023-12-20 - Lemmy Release v0.19.1 - Outgoing Federation fix

Major Changes

0.19.0 has a critical bug where sending outgoing activities can stop working. The bug is fixed in this version. It also fixes the “hide read posts” user setting, fixes a problem with invalid comment paths, and another fix for private message reports.

2023-12-15 - Lemmy Release v0.19.0 - Instance blocking, Scaled sort, and Federation Queue

Major Changes

This release is very large with almost 400 commits since 0.18.5. As such we can only give a general overview of the major changes in this post, and without going into detail. For more information, read the full changelog and linked issues at the bottom of this post.

Improved Post Ranking

There is a new scaled sort which takes into account the number of active users in a community, and boosts posts from less-active communities to the top. Additionally there is a new controversial sort which brings posts and comments to the top that have similar amounts of upvotes and downvotes. Lemmy’s sorts are detailed here.

Instance Blocks for Users

Users can now block instances. Similar to community blocks, it means that any posts from communities which are hosted on that instance are hidden. However the block doesn’t affect users from the blocked instance, their posts and comments can still be seen normally in other communities.

Two-Factor-Auth Rework

Previously 2FA was enabled in a single step which made it easy to lock yourself out. This is now fixed by using a two-step process, where the secret is generated first, and then 2FA is enabled by entering a valid 2FA token. It also fixes the problem where 2FA can be disabled without passing any 2FA token. As part of this change, 2FA is disabled for all users. This allows users who are locked out to get into their account again.

New Federation Queue

Outgoing federation actions are processed through a new persistent queue. This means that actions don’t get lost if Lemmy is restarted. It is also much more performant, with separate senders for each target instance. This avoids problems when instances are unreachable. Additionally it supports horizontal scaling across different servers. The endpoint /api/v3/federated_instances contains details about federation state of each remote instance.

Remote Follow

Another new feature is support for remote follow. When browsing another instance where you don’t have an account, you can click the subscribe button and enter the domain of your home instance in the popup dialog. It will automatically redirect you to your home instance where it fetches the community and presents a subscribe button. Here is a video showing how it works.

Authentication via Header or Cookie

Previous Lemmy versions used to send authentication tokens as part of the parameters. This was a leftover from websocket, which doesn’t have any separate fields for this purpose. Now that we are using HTTP, authentication can finally be passed via jwt cookie or via header Authorization: Bearer <jwt>. The old authentication method is not supported anymore to simplify maintenance. A major benefit of this change is that Lemmy can now send cache-control headers depending on authentication state. API responses with login have cache-control: private, those without have cache-control: public, max-age=60. This means that responses can be cached in Nginx which reduces server load.

Moderation

Reports are now resolved automatically when the associated post/comment is marked as deleted. This reduces the amount of work for moderators. There is a new log for image uploads which stores uploader. For now it is used to delete all user uploads when an account is purged. Later the list can be used for other purposes and made available through the API.

Cursor based pagination

0.19 adds support for cursor based pagination on the /api/v3/post/list endpoint. This is more efficient for the database. Instead of a query parameter ?page=3, listing responses now include a field "next_page": "Pa46c" which needs to be passed as ?page_cursor=Pa46c. The existing pagination method is still supported for backwards compatibility, but will be removed in the next version.

User data export/import

Users can now export their data (community follows, blocklists, profile settings), and import it again on another instance. This can be used for account migrations and also as a form of backup. The export format is designed to remain unchanged for a long time. You can make regular exports, and if the instance becomes unavailable, register a new account and import the data. This way you can continue using Lemmy seamlessly.

Time zone handling

Lemmy didn’t have any support for timezones, which led to bugs when federating with other platforms. This is now fixed by using UTC timezone for all timestamps.

ARM64 Support

Thanks to help from @raskyld and @kroese, there are now offical Lemmy releases for ARM64 available.

Activity now includes voters

1
submitted 8 months ago* (last edited 8 months ago) by [email protected] to c/[email protected]
 

Related post: https://eviltoast.org/post/833202

The current plan is to entirely defederate from Meta's Threads.

Does anyone on eviltoast.org (or anyone who uses it for browsing) have any objections to defederating from Threads?

A few of the reasons to defederate:

  • Exponentially more users compared to the current lemmyverse
  • Expected reduction in quality of content, but dramatic increase in quantity
  • Federation Traffic from Threads may overwhelm smaller instances, including ours
  • Lemmy still has a lack of good mod tools
  • Future possibility of "Embrace, extend, and extinguish" whether intentional or not
  • Many people view lemmy and other federated platforms as a way to get away from giant coorporations

IMO the biggest reason to defederate is the amount of users and content that will be added to the network, I don't think Lemmy/Mastodon/etc as a whole is prepared for that yet.

Edit 2023-12-22: threads.net is now on the blocked list. Please do leave a comment if you disagree with this decision!

 

Hello!

Apologies for the lack of updates. I just wanted to put up a quick message about this instance. Over the past month or so, there have been times where the site appeared either slow or altogether unresponsive.

Lemmy itself was always running but external monitoring tools would report brief outages and clients would be unable to connect. Usually only for a few seconds at a time.

This ended up being caused by stale DNS records. The infrastructure eviltoast.org is hosted on has multiple public-facing servers which act as load balancers for eviltoast and several other services. Occasionally the load balancers are moved to other servers and the DNS that points to them should get updated automatically.

At some point in the last month or so, the script that updates the DNS added the new records but never deleted the old ones. So depending on which server was used, the instance could appear unresponsive.

This script is fixed now and I tested a couple updates to make sure the same issue doesn't happen again. I'll work on improving the external monitoring and maybe setting up a public status page as well.

For reference, all of these red lines are brief "outages" and you can see when the issue was fixed.

Due to personal reasons (getting married and going on vacation), I didn't really have time to dig into this until recently, so sorry for the delay in getting it fixed and hopefully it didn't cause too much frustration for anyone.

 

There's been a lot of talk related to lemmy.world banning certain communities recently. It made me realize there's nothing explicitly saying "don't do anything illegal" here, and spurred a couple updates:

  • Guidelines: Added two new items, one basically saying not to do anything illegal and the other a reminder that content is federated and public. Specifically these two new points:
    • Don't spread the illegal jams - Ensure content adheres to the law and doesn't endanger the community.
    • Public Toasting Grounds - Remember, everything you post is as public as a toast popping up! Content is shared with other instances, so once it's out, consider it part of the digital breakfast table forever.
  • Disclaimer: We've made some tweaks to the wording on our legal page for clarity around content responsibility and liability. The core message remains the same.

To reiterate, this update doesn't indicate any impending actions to block or defederate with anyone. It's more about being proactive and ensuring we have a framework in place to protect our community.

Rest assured, barring emergencies, evident malicious intent, or harm to our users, we don't intend to defederate from instances without proper notification and dialogue.

Please feel free to message me directly or comment here if you have any questions, concerns, or suggestions.

 

eviltoast.org has been upgraded to lemmy and lemmy-ui 0.18.4.

Release notes copied below.

Lemmy Release v0.18.4

Changes

Lemmy

  • Fix fetch instance software version from nodeinfo (#3772)
  • Correct logic to meet join-lemmy requirement, don’t have closed signups. Allows Open and Applications. (#3761)
  • Fix ordering when doing a comment_parent type list_comments (#3823)

Lemmy-UI

  • Mark post as read when clicking “Expand here” on the preview image on the post listing page (#1600) (#1978)
  • Update translation submodule (#2023)
  • Fix comment insertion from context views. Fixes #2030 (#2031)
  • Fix password autocomplete (#2033)
  • Fix suggested title " " spaces (#2037)
  • Expanded the RegEx to check if the title contains new line caracters. Should fix issue #1962 (#1965)
  • ES-Lint tweak (#2001)
  • Upgrading deps, running prettier. (#1987)
  • Fix document title of admin settings being overwritten by tagline and emoji forms (#2003)
  • Use proper modifier key in markdown text input on macOS (#1995)
 

This is also a test. Plz ignore.

 

eviltoast.org has been upgraded to lemmy and lemmy-ui 0.18.3. For 0.18.1 and 0.18.2 we were using a custom patched build to fix some security issues, but now we are back on the officially released builds.

This release has a few performance improvements too.

Release notes copied below.

lemmy/RELEASES.md at main · LemmyNet/lemmy

Changes

Lemmy

  • Restore markdown quotes after sanitize (#3708) (#3749)
  • remove performance-problematic and buggy duplicate site aggregates (#3732)
  • remove n^2 part of person triggers, improve community aggregate trigger (#3739)
  • Revert "Add controversial ranking (#3205)"
  • Omit local instance from federated instances list (#3712)
  • add trigram index to search (#3719)
  • Federation tests replication round1 - demonstrate absent replication of comment deletes (#3657)
  • Make resolve_object not require auth #3685 (#3716)
  • Sanitize html (#3708)
  • Add controversial ranking (#3205)
  • Skip fragile API tests (#3723)
  • Enable gzip for reqwest (#3696)
  • Dont authenticate user after successful password reset #3714 (#3715)
  • Bump version of dependency "webmention" (#3711)
  • prevent ordering by comment path without post filter (#3717)
  • Update Dockerfile to run process as non-privileged user. (#3709)
  • Dont show removed comments to unauthenticated users (release branch) (#3689)
  • Add dev profile to strip symbols and disable debug info (ref #3610) (#3611)
  • Dont publish releases to crates.io (fixes #3272) (#3664)
  • Change logic for determining comment default language (fixes #3451) (#3672)
  • Post remove delete federation outbound fix0 (#3613)
  • disable rustfmt feature on rosetta-build (#3679)
  • Make sure comments are sorted by hot_rank, then score. (#3667)
  • Ignore errors when fetching community mods (fixes #3460) (#3674)
  • Upgrade activitypub library to 0.4.6 (fixes #3222) (#3675)
  • Denormalize community_id into post_aggregates for a 1000x speed-up when loading posts (#3653)
  • Fixing hot_ranks and scores to append a published sort. (#3618)
  • Use local_site.default_post_listing_type as the initial default listing type for new users (#3666)
  • Don't panic when scheduled tasks can't connect to database (#3634)
  • Add http cache for webfingers (#3317)
  • Optimize hot rank updates (#3617)
  • Split activity table into sent and received parts (fixes #3103) (#3583)
  • work around race condition on community fetch (#3414)
  • Make lemmy_api_common wasm-compatible (#3587)
  • Check for dead federated instances (fixes #2221) (#3427)
  • Fix wrong SMTP port when TLS is being used (fixes #3574) (#3607)
  • Add infinite scroll user option (#3572)
  • Shrink capacity in RateLimitStorage::remove_older_than (#3536)
  • Fix #3501 - Fix aggregation counts for elements removed and deleted (#3543)

Lemmy-UI

  • Fixing comment report showing dot. (#1989)
  • Make sure comment score color matches your vote. (#1988)
  • Allow limited set of markdown in title rendering (#1977)
  • Allow selecting from all languages in person settings (fixes #1971) (#1985)
  • Separate final comment row + add classes (#1982)
  • Fix CSP in dev mode (#1918)
  • Fix base.output (see #1911) (#1943)
  • Add show/hide button to password fields (#1861)
  • Fix start_url and scope (#1931)
  • Remove lodash.merge dependency (#1911)
  • Set person_id to myId in handleLeaveModTeam (#1929)
  • Remove invalid default option from language list (#1919)
  • Comment border tweak (#1820)
  • Add Toast Messages for Bad Logins (#1874)
 

eviltoast.org is now discovering new communities automatically as long as they meet these criteria:

  • At least 15 subscribers
  • At least ~~50~~ 20 comments
  • At least ~~50~~ 20 posts

This means any remote community that matches the above criteria should show up when searching for communities.

I'm hoping this will help with discovering useful communities without needing 3rd party tools.

Due to the way lemmy works, the above communities are only "discovered" and we will not start getting federated posts/comments/updates for them until at least one account subscribes to the community.

In addition to the above criteria, any remote communities with over ~~500~~ 100 active subscribers in the last month will also automatically be followed by a bot account.

These changes are already in place. After a few days, the above numbers might get changed to start pulling in more communities.

https://lemmyverse.net is the source being used for filtering remote communities.

Update 2023-08-06: Reduced the requirements to 20 comments, 20 posts, and 100 active users.

Update 2024-05-15: Started using https://lemmy-federate.com/ as either a potential replacement or at least to supplement this process.

 

eviltoast.org has been upgraded to lemmy and lemmy-ui 0.18.1. Release notes copied below.

Release v0.18.1 Release · LemmyNet/lemmy · GitHub

What's Changed

view more: next ›