summaryrefslogtreecommitdiff
path: root/data.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New function was_question_voted().Gravatar default2023-05-311-0/+24
|
* Enqueue a close_question user q_item.Gravatar default2023-05-291-0/+15
|
* New macro ISO_DATE_SPEC.Gravatar default2023-05-291-1/+1
|
* More prototype tunnings.Gravatar default2023-05-241-5/+5
|
* Also find local users in /api/v1/search.Gravatar default2023-05-151-1/+1
|
* Add /v1/account/search support.Gravatar default2023-05-151-3/+4
|
* Added a source (web, mastoapi, etc) to lastlog_write().Gravatar default2023-05-081-2/+2
|
* Added some const here and there.Gravatar default2023-05-041-1/+1
|
* Deleted real unused parameters.Gravatar default2023-05-041-1/+1
|
* Ensure no actor data is left in actor_get().Gravatar default2023-05-031-2/+4
|
* Partial support for mastoapi unfavourite / unreblog.Gravatar default2023-05-011-1/+1
|
* New functions index_del_md5(), index_del() and object_unadmire().Gravatar default2023-05-011-0/+62
|
* Purge / gc the instance timeline index.Gravatar default2023-05-011-1/+5
|
* Return immediately from actor_get() if it's a local user.Gravatar default2023-04-301-0/+1
|
* actor_get() returns an actor message for local users.Gravatar default2023-04-301-5/+21
|
* Some instance timeline work.Gravatar default2023-04-301-2/+11
|
* Public posts are also added to an instance public timeline index.Gravatar default2023-04-291-1/+6
|
* New function mastoapi_purge() (still dummy).Gravatar default2023-04-281-0/+4
|
* Fixed warning.Gravatar default2023-04-231-1/+1
|
* Added mastoapi unfollow.Gravatar default2023-04-231-1/+1
|
* Added mastoapi follow.Gravatar default2023-04-231-2/+2
|
* Attend mastoapi relationships.Gravatar default2023-04-231-6/+6
| | | | Now, the follow/unfollow buttons appear on each account's page.
* History functions fail on ids with /.Gravatar default2023-04-221-11/+20
|
* Fail on static data ids with / in them.Gravatar default2023-04-221-15/+25
|
* Use static_get_meta() when preparing the attachment.Gravatar default2023-04-221-2/+2
|
* New functions to get and set metadata into static files.Gravatar default2023-04-221-0/+33
|
* Replaced strcpy() with strncpy().Gravatar default2023-04-161-2/+2
| | | | To shut up some compiler whining.
* New function user_open_by_md5().Gravatar default2023-04-161-0/+20
|
* New mastoapi to clear all notifications.Gravatar default2023-04-141-0/+13
|
* New function timeline_touch().Gravatar default2023-04-141-0/+9
|
* notify_list() returns the notifications in reverse order.Gravatar default2023-04-141-1/+1
|
* Fixed crash in notification list.Gravatar default2023-04-141-4/+2
|
* Fixed crash in notify_get().Gravatar default2023-04-131-1/+1
|
* Implemented mastoapi notifications.Gravatar default2023-04-131-1/+3
|
* New functions notify_get() and notify_list().Gravatar default2023-04-131-0/+49
|
* New function notify_check_time().Gravatar default2023-04-131-0/+28
|
* New function notify_add().Gravatar default2023-04-131-0/+35
|
* f_ctime() returns the oldest of ctime and mtime.Gravatar default2023-04-131-2/+7
|
* Don't generate invalid JSON if an attachment has no description.Gravatar default2023-04-121-3/+7
|
* New functions object_ctime() and object_ctime_by_md5().Gravatar default2023-04-121-0/+14
|
* New function f_ctime().Gravatar default2023-04-121-0/+13
|
* Updated RELEASE_NOTES.Gravatar default2023-04-061-1/+1
|
* New function lastlog_write().Gravatar default2023-04-051-0/+13
|
* Collected addresses are also purged.Gravatar default2023-03-071-6/+20
|
* Renamed _purge_subdir() to _purge_user_subdir().Gravatar default2023-03-071-4/+4
|
* Added the url to srv_archive().Gravatar default2023-03-021-1/+9
|
* Connection jobs are treated as urgent.Gravatar default2023-03-021-1/+1
|
* Simplified is_msg_public().Gravatar default2023-03-021-5/+26
|
* Renamed inboxes/ to inbox/.Gravatar default2023-03-021-2/+13
|
* New inbox collection functions.Gravatar default2023-03-021-0/+34
|