summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-24The WWW-Authenticate real also includes the user.default
2023-06-24Fixed missing end quote in the WWW-Authenticate header.default
2023-06-24Deleted the link to snac on OpenBSD.default
2023-06-23Updated TODO.default
2023-06-21Updated README.default
2023-06-19Defend from kbin.social messages not having a content-type header.default
2023-06-18Fixed crash in _object_fn_by_md5().default
2023-06-18Delete unnecessary function information in _object_fn().default
2023-06-18Improved checks to _object_fn_by_md5().default
2023-06-18Added some more checks to _object_fn_by_md5().default
2023-06-18Added the caller function name to _object_fn_by_md5() and _object_fn().default
2023-06-18Renamed the HTTP Basic auth realm to something more informative.default
2023-06-18Avoid checking for deleted entries (starting with '-') in index_gc().default
2023-06-16Merge branch 'master' of grunfink-codeberg:grunfink/snac2default
2023-06-16Merge pull request 'added titles to images and emojis' (#54) from ↵grunfink
Haijo7/snac2:titles into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/54
2023-06-16added titles to images and emojisHaijo7
2023-06-16Increased debug level for NOT collecting inboxes.default
2023-06-16Added some logging on corrupted md5 ids.default
2023-06-16Bumped version.default
2023-06-16Quick fix to "Script self-injection in edit box".default
In the 'Edit...' box, the sourceContent (which was written by a user) has its < replaced with &lt; . This issue does not propagate to the public timeline nor to the recipients of the post. Reference: https://codeberg.org/grunfink/snac2/issues/53
2023-06-15Version 2.35 RELEASED.default
2023-06-15Fixed look of users without creationg date in the people page.default
2023-06-15Use xs_stock_* values wherever possible.default
2023-06-15Backport from xs.default
2023-06-15Updated RELEASE_NOTES.default
2023-06-15Fixed voting / replying confusion.default
2023-06-15Increased log level for enqueue_request_replies().default
2023-06-15If a ~/log/ folder exists, also write the log there.default
2023-06-15Updated RELEASE_NOTES.default
2023-06-15Avoid returning 'ghost' no-longer-followers in followers_list().default
2023-06-15Updated TODO.default
2023-06-15Use the _a.json extension for actor object links into following/.default
2023-06-15following_list() creates links to the actors if they don't exist.default
2023-06-15Maintain a link to the author object in the following/ subdirectory.default
2023-06-14Use utimes() to 'touch' the actor file in actor_get().default
2023-06-13Updated RELEASE_NOTES.default
2023-06-13Fixed crash in check_signature().default
2023-06-13Stop lying about code style being ANSI C.default
2023-06-13New function webfinger_request_signed().default
2023-06-13Updated RELEASE_NOTES.default
2023-06-13In sanitize(), delete unsupported HTML tags instead of showing them.default
2023-06-13Also accept HTML tag <ol>.default
2023-06-12Updated RELEASE_NOTES.default
2023-06-12Avoid writing a NULL header in mastoapi_account().default
2023-06-12Merge pull request 'add mastodon profile header to mastodon api' (#46) from ↵grunfink
Haijo7/snac2:mastodon-profile-header into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/46
2023-06-12Updated RELEASE_NOTES.default
2023-06-12Updated TODO.default
2023-06-12removed additinal empty stringHaijo7
2023-06-12Fix links with # in it.default
2023-06-12Updated TODO.default