summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updated RELEASE_NOTES.HEADmasterGravatar grunfink29 hours1-1/+1
|
* Updated RELEASE_NOTES.Gravatar grunfink30 hours1-0/+2
|
* Minor tweak to CONTRIBUTING.md.Gravatar grunfink31 hours1-1/+1
|
* Updated RELEASE_NOTES.Gravatar grunfink31 hours1-1/+1
|
* CONTRIBUTING.md new file.Gravatar grunfink31 hours2-2/+16
|
* Updated RELEASE_NOTES.Gravatar grunfink46 hours1-0/+2
|
* Mention that no IA has been used in the README.Gravatar grunfink46 hours1-0/+2
|
* Merge pull request 'update openbsd rc.d script' (#573) from ↵Gravatar grunfink4 days1-2/+2
|\ | | | | | | | | | | nathanael/snac2:openbsd-script into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/573
| * update openbsd rc.d scriptGravatar nathanael4 days1-2/+2
|/ | | | | use daemon_flags instead of daemon_args see: https://man.openbsd.org/rc.d#ENVIRONMENT
* Bumped version.Gravatar grunfink4 days1-1/+1
|
* Merge pull request 'Update po/cs.po [typo]' (#568) from pmjv/snac2:master ↵Gravatar grunfink5 days1-1/+1
|\ | | | | | | | | | | into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/568
| * Update po/cs.poGravatar pmjv8 days1-1/+1
| |
* | Updated RELEASE_NOTES.Gravatar grunfink6 days1-0/+2
| |
* | Fixed bug in Mastodon-style share button.Gravatar grunfink6 days1-2/+2
|/
* Clicking on the account link always lead to the single people page.Gravatar grunfink9 days1-1/+1
| | | | Even from the full people page.
* Updated formatting.md.Gravatar grunfink10 days1-2/+6
|
* formatting.txt renamed to formatting.md.Gravatar grunfink10 days1-0/+0
|
* Updated formatting.txt.Gravatar grunfink10 days1-3/+25
|
* Merge pull request 'Update po/cs.po' (#562) from pmjv/snac2:master into masterGravatar grunfink10 days1-12/+12
|\ | | | | | | Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/562
| * Update po/cs.poGravatar pmjv2026-02-231-12/+12
| |
* | Inserted a space between month name and number.Gravatar grunfink10 days1-1/+1
| |
* | Merge pull request 'example file does not need to be executable (chmod -x)' ↵Gravatar grunfink10 days1-0/+0
|\ \ | | | | | | | | | | | | | | | (#566) from nathanael/snac2:fix-permission into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/566
| * | file does not need to be executable (chmod -x)Gravatar nathanael11 days1-0/+0
|/ /
* | Updated RELEASE_NOTES.Gravatar grunfink13 days1-0/+2
| |
* | Deleted useless debugging code in examples/docker-entrypoint.sh.Gravatar grunfink13 days1-1/+1
| |
* | Updated RELEASE_NOTES.Gravatar grunfink14 days1-0/+2
| |
* | Fixed another new error in the JSON parser.Gravatar grunfink14 days1-2/+1
| |
* | Updated README.Gravatar grunfink2026-02-241-1/+1
| |
* | Updated README.Gravatar grunfink2026-02-241-0/+2
| |
* | Call enqueue_actor_refresh() from html_people_one().Gravatar grunfink2026-02-241-0/+2
| |
* | Also use the 'url' field in the » link to the post.Gravatar grunfink2026-02-241-2/+7
| |
* | Updated RELEASE_NOTES.Gravatar grunfink2026-02-241-0/+2
| |
* | Fixed local message not being shown.Gravatar grunfink2026-02-241-1/+1
| |
* | Increase the level argument in quoted posts.Gravatar grunfink2026-02-231-1/+1
| |
* | Fixed latest breakage in xs_multipart_form_data().Gravatar grunfink2026-02-231-8/+7
| |
* | More JSON parser tweaks.Gravatar grunfink2026-02-231-2/+7
| |
* | Updated RELEASE_NOTES.Gravatar grunfink2026-02-231-0/+2
| |
* | Fixed possible crash in xs_regex_split_n().Gravatar grunfink2026-02-231-1/+1
| |
* | More JSON parser tweaks.Gravatar grunfink2026-02-231-0/+1
| |
* | Fixed parsing error in xs_multipart_form_data().Gravatar grunfink2026-02-231-0/+3
| |
* | More JSON parser fixes.Gravatar grunfink2026-02-231-0/+1
| |
* | More JSON parser fixes.Gravatar grunfink2026-02-231-0/+1
| |
* | Fixed crash in JSON parser.Gravatar grunfink2026-02-231-0/+4
|/
* Updated RELEASE_NOTES.Gravatar grunfink2026-02-231-0/+2
|
* Fixed timezones.Gravatar grunfink2026-02-231-26/+26
|
* Updated RELEASE_NOTES.Gravatar grunfink2026-02-231-0/+4
|
* Merge pull request 'Log xs_socket_accept failure reason and document OpenBSD ↵Gravatar grunfink2026-02-233-2/+45
|\ | | | | | | | | | | login class w/ extended openfiles' (#559) from oxzi/snac2:openbsd-openfiles-nfiles into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/559
| * OpenBSD: Document login class w/ extended openfilesGravatar Alvar Penning2026-02-172-0/+42
| | | | | | | | | | | | | | | | | | | | | | A file heavy applications makes heavy use of files. Shocking news. OpenBSD's daemon login class limits the amount of openfiles quite strict. This restriction is an annoyance for lots of applications, and, unless I am mistaken, seems to be an issue for snac as well. Thus, after hopefully fixing this on my instance, I tried to briefly document this in snac(8) and provide a minimal login.conf(5) example.
| * httpd: Log xs_socket_accept failure reasonGravatar Alvar Penning2026-02-171-2/+3
|/ | | | | | | | | | | | | | | So far, it was expected that xs_socket_accept should work and while its failure results in a termination, it was not properly logged. With this change, an error message including the strerror message is being logged. After experiencing some unexpected snac httpd shutdowns, I added a bit of additional logging, including when xs_socket_accept fails. This proved useful, as it unveiled a deeper error on my machine: > xs_socket_accept failed: Too many open files Since entering this code path results in termination, I thought upstreaming this logging might be useful for others.
* Version 2.90 RELEASED.2.90Gravatar grunfink2026-02-171-1/+1
|