summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Updated RELEASE_NOTES.Gravatar default2023-05-121-1/+1
| |
| * Updated RELEASE_NOTES.Gravatar default2023-05-121-1/+1
| |
* | Added more comment marks.Gravatar default2023-05-121-15/+15
|/
* Added some code comments.Gravatar default2023-05-121-44/+36
|
* Resolve (partially) the issue with mentions without server.Gravatar default2023-05-121-18/+51
| | | | | | | | | Mastodon (mainly from the API) usually include mentions without server, which is just stupid. This patch tries to resolve these broken mentions in process_tags() by looking for a user name starting with it in the already pre-populated tag list. As of now, this only works if the message is an inReplyTo and the broken mention is the one of the original (attributedTo) poster.
* Minor refactor to msg_note(): the tag list is created here, not in ↵Gravatar default2023-05-121-8/+5
| | | | process_tags().
* Minor function prototype tweak.Gravatar default2023-05-121-4/+5
|
* Updated RELEASE_NOTES.Gravatar default2023-05-111-0/+2
|
* Added support from exclude notification types.Gravatar default2023-05-111-0/+5
|
* Backport from xs.Gravatar default2023-05-113-8/+91
|
* In /relationship, the id[] can be a list.Gravatar default2023-05-111-0/+3
|
* Updated RELEASE_NOTES.Gravatar default2023-05-101-2/+4
|
* Fixed conflict.Gravatar default2023-05-091-1/+4
|\
| * Merge pull request 'Fixed the issue of semaphore name conflicts.' (#33) from ↵Gravatar grunfink2023-05-091-1/+4
| |\ | | | | | | | | | | | | | | | poesty/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/33
| | * Fixed the issue of semaphore name conflicts.Gravatar poesty2023-05-091-1/+4
| |/
* | Backport from xs.Gravatar default2023-05-092-164/+1
| |
* | Backport from xs.Gravatar default2023-05-094-35/+49
| |
* | Updated documentation.Gravatar default2023-05-081-0/+5
| |
* | Fill the mastoapi instance contact_account field, if possible.Gravatar default2023-05-082-1/+18
| |
* | Print the total running time at httpd stop.Gravatar default2023-05-082-2/+6
| |
* | Backport from xs.Gravatar default2023-05-082-1/+14
|/
* Moved sem_close() further to the end.Gravatar default2023-05-081-4/+2
|
* Added a source (web, mastoapi, etc) to lastlog_write().Gravatar default2023-05-085-5/+7
|
* Updated RELEASE_NOTES.Gravatar default2023-05-071-0/+8
|
* Added some includes needed for last sem_open() / uintptr_t changes.Gravatar default2023-05-071-0/+2
|
* Merge branch 'master' of grunfink-codeberg:grunfink/snac2Gravatar default2023-05-071-5/+9
|\
| * Merge pull request 'Use named semaphores' (#32) from saagarjha/snac2:master ↵Gravatar grunfink2023-05-071-5/+9
| |\ | | | | | | | | | | | | | | | | | | | | | into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/32 This fixes httpd on macOS. It's fine if you don't want to merge this into snac itself; I can ask MacPorts to carry the patch themselves.
| | * Fix pointer-to-int castGravatar Saagar Jha2023-05-071-1/+1
| | | | | | | | | | | | | | | Resolves "warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]"
| | * Use named semaphoresGravatar Saagar Jha2023-05-071-4/+8
| |/ | | | | | | Unnamed semaphores are not supported on macOS.
* / Bumped version.Gravatar default2023-05-071-1/+1
|/
* Merge pull request 'Fixed webfinger and curl issues' (#31) from ↵Gravatar grunfink2023-05-073-4/+6
|\ | | | | | | | | | | poesty/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/31
| * Merge pull request 'master' (#1) from grunfink/snac2:master into masterGravatar poesty2023-05-0716-147/+610
| |\ | |/ |/| | | Reviewed-on: https://codeberg.org/poesty/snac2/pulls/1
* | Version 2.30 RELEASED.2.30Gravatar default2023-05-071-1/+1
| |
* | Updated RELEASE_NOTES.Gravatar default2023-05-061-1/+3
| |
* | Fixed a bug in Tusky's image send.Gravatar default2023-05-061-19/+0
| |
* | Updated examples/docket-entrypoint.sh.Gravatar default2023-05-051-1/+1
| | | | | | | | snac init now prompts for an optional admin email address.
* | The 'ping' command-line requests the actor for better error info.Gravatar default2023-05-051-5/+13
| |
* | Fixed bug in ping cmdline debug output.Gravatar default2023-05-051-1/+1
| |
* | Updated RELEASE_NOTES.Gravatar default2023-05-051-0/+2
| |
* | Implemented 'Ping' and 'Pong' activities.Gravatar default2023-05-053-3/+54
| | | | | | | | According to https://humungus.tedunangst.com/r/honk/v/tip/f/docs/ping.txt
* | Updated documentation.Gravatar default2023-05-041-2/+6
| |
* | Fixed mastoapi debug levels.Gravatar default2023-05-041-8/+8
| |
* | New url /oauth/x-snac-get-token.Gravatar default2023-05-041-0/+52
| |
* | Made the post action configurable in login_page.Gravatar default2023-05-041-5/+6
| |
* | Fixed more warnings.Gravatar default2023-05-043-2/+3
| |
* | Added -Wextra to C flags.Gravatar default2023-05-046-1/+27
| |
* | Added some const here and there.Gravatar default2023-05-045-13/+17
| |
* | Deleted real unused parameters.Gravatar default2023-05-044-12/+11
| |
* | Updated dependencies.Gravatar default2023-05-041-1/+1
| |
* | Updated documentation.Gravatar default2023-05-041-1/+2
| |