summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated RELEASE_NOTES.Gravatar default2024-01-261-1/+1
|
* mastoapi: avoid crashing on empty payloads.Gravatar default2024-01-261-6/+15
|
* Updated RELEASE_NOTES.Gravatar default2024-01-261-0/+2
|
* Some tweaks to retry timeouts.Gravatar default2024-01-261-1/+1
|
* Updated README.Gravatar default2024-01-241-0/+2
|
* Use get_attachments() in mastoapi_status().Gravatar default2024-01-241-57/+23
|
* Use get_attachments() in html_entry().Gravatar default2024-01-243-122/+21
|
* New function get_attachments() (still unused).Gravatar default2024-01-241-0/+121
|
* Don't send anything to the collected inboxes if collection is disabled.Gravatar default2024-01-241-7/+9
|
* Updated RELEASE_NOTES.Gravatar default2024-01-241-1/+3
|
* Added a fix to also show the mutual emoji in the people page.Gravatar default2024-01-241-4/+6
|
* Moved the mutual and bot emojis after the link, where they belong.Gravatar default2024-01-241-11/+11
|
* Show a handshake emoji for mutual relations (following + follower).Gravatar default2024-01-241-9/+21
|
* Fixed typo.Gravatar default2024-01-231-1/+1
|
* Bumped version.Gravatar default2024-01-231-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2024-01-231-1/+1
|
* mastoapi: added /v1/statuses put support (note edit).Gravatar default2024-01-231-2/+46
|
* mastoapi: added support for status/.../source.Gravatar default2024-01-231-0/+10
|
* Updated documentation.Gravatar default2024-01-211-2/+4
|
* Updated TODO.Gravatar default2024-01-211-1/+1
|
* Updated RELEASE_NOTES.Gravatar default2024-01-211-0/+6
|
* Delay creating the shared memory struct after the socket is successfully ↵Gravatar default2024-01-211-7/+7
| | | | created.
* Mastoapi: fixed an error the edited_at field.Gravatar default2024-01-191-1/+1
|
* Also process Video in timeline_request().Gravatar default2024-01-181-1/+1
|
* Do a very basic conversion of content if it's markdown.Gravatar default2024-01-181-0/+8
| | | | Peertube videos have this.
* New function get_atto(), to get the attributedTo field.Gravatar default2024-01-185-43/+49
|
* Deleted breakpoint.Gravatar default2024-01-181-2/+0
|
* Fixed bad actor value in the button bar for Peertube videos.Gravatar default2024-01-181-3/+2
|
* Added some support for Peertube videos.Gravatar default2024-01-182-10/+99
|
* Version 2.45 RELEASED.2.45Gravatar default2024-01-181-1/+1
|
* Updated TODO.Gravatar default2024-01-181-0/+2
|
* Updated TODO.Gravatar default2024-01-171-0/+2
|
* Updated RELEASE_NOTES.Gravatar default2024-01-171-1/+3
|
* Updated RELEASE_NOTES.Gravatar default2024-01-171-1/+1
|
* Updated TODO.Gravatar default2024-01-161-0/+2
|
* Started support for Peertube's Video object.Gravatar default2024-01-141-6/+12
|
* Ensure to now overwrite the Accept + Follow object on repeated follows.Gravatar default2024-01-141-0/+13
|
* In posts, fixed bad link urls if written between parentheses.Gravatar default2024-01-141-1/+1
|
* Fixed crashes in command-line options.Gravatar default2024-01-143-1/+12
|
* Merge pull request 'Fixed a bug introduced yesterday that caused double ↵Gravatar grunfink2024-01-131-2/+0
|\ | | | | | | | | | | notifications' (#103) from draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/103
| * Fixed a bug introduced yesterday that cause double notificationsGravatar Stefano Marinelli2024-01-131-2/+0
|/
* Rewritten a sentence to be clearer in README.md.Gravatar default2024-01-132-2/+2
|
* Merge pull request 'Added support for ntfy notifications with enhanced ↵Gravatar grunfink2024-01-126-1/+90
|\ | | | | | | | | | | privacy when utilizing a self-hosted server, eliminating the need for external services.' (#102) from draga79/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/102
| * ntfy code cleanupGravatar Stefano Marinelli2024-01-121-2/+1
| |
| * Updated RELEASE_NOTES.md to add ntfy.sh supportGravatar Stefano Marinelli2024-01-121-0/+2
| |
| * Added support for ntfy notifications. You can configure either a self-hosted ↵Gravatar Stefano Marinelli2024-01-125-1/+89
| | | | | | | | server or use the official ntfy.sh, and you have the option to use a private token to protect access and topics.
* | In README.md, document how to add -lrt to make (for older distributions).Gravatar default2024-01-121-0/+7
| |
* | Don't hardcode the -lrt, as OpenBSD does not have it.Gravatar default2024-01-121-1/+1
| |
* | Added -lrt to the linkage line, as it's needed at least in Ubuntu 20.04.6 LTS.Gravatar default2024-01-121-1/+1
| |
* | Minor tweak for better corruption detection.Gravatar default2024-01-121-6/+6
| |