| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Fill the mastoapi instance contact_account field, if possible. | 2023-05-08 | 2 | -1/+18 | ||
| | | | ||||||
| * | | Print the total running time at httpd stop. | 2023-05-08 | 2 | -2/+6 | ||
| | | | ||||||
| * | | Backport from xs. | 2023-05-08 | 2 | -1/+14 | ||
| |/ | ||||||
| * | Moved sem_close() further to the end. | 2023-05-08 | 1 | -4/+2 | ||
| | | ||||||
| * | Added a source (web, mastoapi, etc) to lastlog_write(). | 2023-05-08 | 5 | -5/+7 | ||
| | | ||||||
| * | Updated RELEASE_NOTES. | 2023-05-07 | 1 | -0/+8 | ||
| | | ||||||
| * | Added some includes needed for last sem_open() / uintptr_t changes. | 2023-05-07 | 1 | -0/+2 | ||
| | | ||||||
| * | Merge branch 'master' of grunfink-codeberg:grunfink/snac2 | 2023-05-07 | 1 | -5/+9 | ||
| |\ | ||||||
| | * | Merge pull request 'Use named semaphores' (#32) from saagarjha/snac2:master ↵ | 2023-05-07 | 1 | -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 cast | 2023-05-07 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | | Resolves "warning: performing pointer subtraction with a null pointer has undefined behavior [-Wnull-pointer-subtraction]" | |||||
| | | * | Use named semaphores | 2023-05-07 | 1 | -4/+8 | ||
| | |/ | | | | | | | Unnamed semaphores are not supported on macOS. | |||||
| * / | Bumped version. | 2023-05-07 | 1 | -1/+1 | ||
| |/ | ||||||
| * | Merge pull request 'Fixed webfinger and curl issues' (#31) from ↵ | 2023-05-07 | 3 | -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 master | 2023-05-07 | 16 | -147/+610 | ||
| | |\ | |/ |/| | | | Reviewed-on: https://codeberg.org/poesty/snac2/pulls/1 | |||||
| * | | Version 2.30 RELEASED.2.30 | 2023-05-07 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2023-05-06 | 1 | -1/+3 | ||
| | | | ||||||
| * | | Fixed a bug in Tusky's image send. | 2023-05-06 | 1 | -19/+0 | ||
| | | | ||||||
| * | | Updated examples/docket-entrypoint.sh. | 2023-05-05 | 1 | -1/+1 | ||
| | | | | | | | | | snac init now prompts for an optional admin email address. | |||||
| * | | The 'ping' command-line requests the actor for better error info. | 2023-05-05 | 1 | -5/+13 | ||
| | | | ||||||
| * | | Fixed bug in ping cmdline debug output. | 2023-05-05 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2023-05-05 | 1 | -0/+2 | ||
| | | | ||||||
| * | | Implemented 'Ping' and 'Pong' activities. | 2023-05-05 | 3 | -3/+54 | ||
| | | | | | | | | | According to https://humungus.tedunangst.com/r/honk/v/tip/f/docs/ping.txt | |||||
| * | | Updated documentation. | 2023-05-04 | 1 | -2/+6 | ||
| | | | ||||||
| * | | Fixed mastoapi debug levels. | 2023-05-04 | 1 | -8/+8 | ||
| | | | ||||||
| * | | New url /oauth/x-snac-get-token. | 2023-05-04 | 1 | -0/+52 | ||
| | | | ||||||
| * | | Made the post action configurable in login_page. | 2023-05-04 | 1 | -5/+6 | ||
| | | | ||||||
| * | | Fixed more warnings. | 2023-05-04 | 3 | -2/+3 | ||
| | | | ||||||
| * | | Added -Wextra to C flags. | 2023-05-04 | 6 | -1/+27 | ||
| | | | ||||||
| * | | Added some const here and there. | 2023-05-04 | 5 | -13/+17 | ||
| | | | ||||||
| * | | Deleted real unused parameters. | 2023-05-04 | 4 | -12/+11 | ||
| | | | ||||||
| * | | Updated dependencies. | 2023-05-04 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Updated documentation. | 2023-05-04 | 1 | -1/+2 | ||
| | | | ||||||
| * | | Updated documentation. | 2023-05-04 | 1 | -0/+11 | ||
| | | | ||||||
| * | | Avoid crash in optional mastoapi argument. | 2023-05-04 | 1 | -0/+3 | ||
| | | | ||||||
| * | | Updated documentation. | 2023-05-04 | 1 | -0/+14 | ||
| | | | ||||||
| * | | Ensure no actor data is left in actor_get(). | 2023-05-03 | 1 | -2/+4 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2023-05-03 | 1 | -0/+2 | ||
| | | | ||||||
| * | | Fixed missing notifications in certain circunstancies. | 2023-05-03 | 2 | -2/+2 | ||
| | | | ||||||
| * | | Use xs_replace_n() where it suits. | 2023-05-02 | 3 | -11/+11 | ||
| | | | ||||||
| * | | Backport from xs. | 2023-05-02 | 3 | -15/+220 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2023-05-01 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Partial support for mastoapi unfavourite / unreblog. | 2023-05-01 | 3 | -3/+9 | ||
| | | | ||||||
| * | | New functions index_del_md5(), index_del() and object_unadmire(). | 2023-05-01 | 1 | -0/+62 | ||
| | | | ||||||
| * | | Purge / gc the instance timeline index. | 2023-05-01 | 1 | -1/+5 | ||
| | | | ||||||
| * | | In /api/v1/statuses, get the object from the storage instead of from the ↵ | 2023-05-01 | 1 | -1/+1 | ||
| | | | | | | | | | | | | | | | timeline. This was affecting clicking on posts from the instance timeline, that were not in the logged-in user timeline. | |||||
| * | | Return immediately from actor_get() if it's a local user. | 2023-04-30 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Updated RELEASE_NOTES. | 2023-04-30 | 1 | -0/+4 | ||
| | | | ||||||
| * | | The instance timeline now works. | 2023-04-30 | 2 | -20/+13 | ||
| | | | ||||||
| * | | actor_get() returns an actor message for local users. | 2023-04-30 | 1 | -5/+21 | ||
| | | | ||||||
| * | | Some instance timeline work. | 2023-04-30 | 3 | -35/+38 | ||
| | | | ||||||