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 (
Collapse
)
Author
2023-04-23
Fixed warning.
default
2023-04-23
Added mastoapi unfollow.
default
2023-04-23
Added mastoapi follow.
default
2023-04-23
Attend mastoapi relationships.
default
Now, the follow/unfollow buttons appear on each account's page.
2023-04-22
History functions fail on ids with /.
default
2023-04-22
Fail on static data ids with / in them.
default
2023-04-22
Use static_get_meta() when preparing the attachment.
default
2023-04-22
New functions to get and set metadata into static files.
default
2023-04-16
Replaced strcpy() with strncpy().
default
To shut up some compiler whining.
2023-04-16
New function user_open_by_md5().
default
2023-04-14
New mastoapi to clear all notifications.
default
2023-04-14
New function timeline_touch().
default
2023-04-14
notify_list() returns the notifications in reverse order.
default
2023-04-14
Fixed crash in notification list.
default
2023-04-13
Fixed crash in notify_get().
default
2023-04-13
Implemented mastoapi notifications.
default
2023-04-13
New functions notify_get() and notify_list().
default
2023-04-13
New function notify_check_time().
default
2023-04-13
New function notify_add().
default
2023-04-13
f_ctime() returns the oldest of ctime and mtime.
default
2023-04-12
Don't generate invalid JSON if an attachment has no description.
default
2023-04-12
New functions object_ctime() and object_ctime_by_md5().
default
2023-04-12
New function f_ctime().
default
2023-04-06
Updated RELEASE_NOTES.
default
2023-04-05
New function lastlog_write().
default
2023-03-07
Collected addresses are also purged.
default
2023-03-07
Renamed _purge_subdir() to _purge_user_subdir().
default
2023-03-02
Added the url to srv_archive().
default
2023-03-02
Connection jobs are treated as urgent.
default
2023-03-02
Simplified is_msg_public().
default
2023-03-02
Renamed inboxes/ to inbox/.
default
2023-03-02
New inbox collection functions.
default
2023-03-01
New function srv_archive_error().
default
2023-03-01
Moved srv_archive() to data.c.
default
2023-02-25
Changed debug level for purge log messages.
default
2023-02-24
Also purge stray index files.
default
2023-02-23
Deleted index_del_md5() and index_del().
default
2023-02-23
Call index_gc() on the user indexes.
default
2023-02-23
New function index_gc().
default
2023-02-23
Serialize some data writes.
default
2023-02-22
Deleted the index_lock() nonsense.
default
2023-02-22
New function index_unlock().
default
2023-02-22
Added index locks a bit stronger.
default
2023-02-22
Added a warning.
default
2023-02-12
Added a user config override for 'purge_days'.
default
2023-02-12
New file ~user/user_o.json, for the admin to override user settings.
default
2023-02-11
Added 'fattr' to the pledge() list.
default
2023-02-11
Don't fail silently if the job fifo is not ready.
default
2023-02-10
Show the fd rlimit at httpd startup.
default
2023-02-08
Print errno in user file opening errors.
default
[next]