index
:
snac2.git
master
Unnamed repository; edit this file 'description' to name the repository.
hyang
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
data.c
Age
Commit message (
Expand
)
Author
2024-08-24
Fixed typo.
default
2024-08-23
Searches are now case-insensitive for all alphabets.
default
2024-08-11
Minor search improvement.
default
2024-08-11
content_search() also search into alt-text from attachments.
default
2024-08-09
mastoapi: also use mastoapi_timeline() with lists.
default
2024-08-09
Added some functions that return index filenames.
default
2024-08-05
Tweaked unveil() / pledge() to deal with UNIX sockets.
default
2024-07-31
Notify objects include the original message.
default
2024-07-23
Use MD5_HEX_SIZE in more places.
default
2024-07-23
New constant MD5_HEX_SIZE.
default
2024-07-23
Reimplemented index_list_desc() by way of index_desc_first() and index_desc_n...
default
2024-07-23
New functions index_desc_first() and index_desc_next() (unused).
default
2024-06-08
mastoapi: Added missing field in list creation.
default
2024-06-07
mastoapi: fix create list response & duplicate actor adding
Louis Brauer
2024-05-31
Avoid unnecessary calls to verify links.
default
2024-05-31
Don't propagate the user change after dismissing the announcement.
default
2024-05-31
Implement instance announcements
Louis Brauer
2024-05-27
Implement Mastodon PATCH endpoint for account profile updates
Louis Brauer
2024-05-26
Use enum instead of numeric status codes for HTTP statuses
Louis Brauer
2024-05-24
Added links to the lists in html_timeline().
default
2024-05-24
Also delete the list .idx.bak.
default
2024-05-23
Added more const.
default
2024-05-22
Fixed warning.
default
2024-05-21
Added const everywhere.
default
2024-05-15
Skip hidden posts in content_search().
default
2024-05-15
Renamed content_check() to content_match().
default
2024-05-15
Moved functions around.
default
2024-05-15
Use xs_regex_match() where applicable.
default
2024-05-15
Convert the regex to lowercase in content_search().
default
2024-05-14
content_search() also searches the instance timeline.
default
2024-05-11
Fixed git conflict.
default
2024-05-11
In timeline_request(), call enqueue_actor_request on actor errors.
default
2024-05-11
Unified post-like object type match.
default
2024-05-10
More search tweaks MUAHAHAHA.
default
2024-05-10
More web ui search tweaks baaaaah I'm boring.
default
2024-05-10
More content_search() tweaks.
default
2024-05-10
Added a skip argument to content_search().
default
2024-05-09
Added a maximum results argument to content_search().
default
2024-05-09
mastoapi: some search by content tweaks.
default
2024-05-08
Rewritten content_search() to read from both timelines.
default
2024-05-08
Minor tweaks to content_search().
default
2024-05-08
Renamed to content_search().
default
2024-05-08
Added a timeout flag to search_by_content().
default
2024-05-08
New function search_by_content().
default
2024-05-07
New op #3 to list_maint() (get list name).
default
2024-05-07
List timelines can now be (manually) navigated from the web UI.
default
2024-05-05
Enqueue an object request for closed polls.
default
2024-05-05
New function enqueue_object_request().
default
2024-04-30
Also add announces to lists.
default
2024-04-30
Added more internal integrity checks.
default
[next]