summaryrefslogtreecommitdiff
path: root/snac.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Version 2.38 RELEASED.2.38Gravatar default2023-07-171-1/+1
|
* Fixed prototypes.Gravatar default2023-07-141-2/+2
|
* Bumped version.Gravatar default2023-07-131-1/+1
|
* New function post_message(), to send a message bypassing the output queue.Gravatar default2023-07-131-2/+2
| | | | | | | This is used when accepting Follow requests; this way, follows are confirmed as fast as possible. If the message cannot be immediately sent, it's queued as always.
* Minor prototype tweak.Gravatar default2023-07-131-2/+3
|
* Version 2.37 RELEASED.2.37Gravatar default2023-07-131-1/+1
|
* Fixed some memory leaks.Gravatar default2023-07-111-0/+1
|
* Revert "New server config array "webfinger_domains"."Gravatar default2023-07-101-1/+1
| | | | This reverts commit f2e0b7747813445138d5b65363fd3a74c7a2454a.
* Fixed failed mkdir() in restricted environments.Gravatar default2023-07-091-1/+2
|
* Bumper version.Gravatar default2023-07-081-1/+1
|
* New server config array "webfinger_domains".Gravatar default2023-07-081-1/+1
|
* Version 2.36 RELEASED.2.36Gravatar default2023-07-071-1/+1
|
* Also call process_tags() when in the public timeline's bio.Gravatar default2023-07-041-0/+2
|
* Added HTTP caching to static data.Gravatar default2023-07-021-2/+2
|
* Added instance blocking to data storage.Gravatar default2023-06-291-0/+4
|
* Added some error control to pinning.Gravatar default2023-06-281-1/+1
|
* New pinning in data storage.Gravatar default2023-06-281-0/+5
|
* Bumped version.Gravatar default2023-06-161-1/+1
|
* Version 2.35 RELEASED.2.35Gravatar default2023-06-151-1/+1
|
* New function webfinger_request_signed().Gravatar default2023-06-131-0/+1
|
* Don't enqueue a request_replies message if it's already there.Gravatar default2023-06-071-0/+1
|
* New function enqueue_request_replies().Gravatar default2023-06-071-0/+2
| | | | | | This way, the (potentially expensive and slow) call to timeline_request_replies() is detached from actions like replying a message from the web ui.
* Some prototype update.Gravatar default2023-06-071-7/+7
|
* Some prototype tweaks.Gravatar default2023-06-051-7/+7
|
* Moved srv_running variable to httpd.c.Gravatar default2023-06-051-1/+0
|
* If a user config field 'bot' is set to true, identies as such.Gravatar default2023-06-041-1/+1
|
* Updated some data types.Gravatar default2023-06-041-4/+4
|
* Version 2.34 RELEASED.2.34Gravatar default2023-06-031-1/+1
|
* New function was_question_voted().Gravatar default2023-05-311-0/+1
|
* Create the base message of msg_question() from msg_note().Gravatar default2023-05-301-1/+2
|
* Enqueue a close_question user q_item.Gravatar default2023-05-291-0/+1
|
* New macro ISO_DATE_SPEC.Gravatar default2023-05-291-0/+2
|
* New function update_question().Gravatar default2023-05-291-1/+1
|
* Version 2.33 RELEASED.2.33Gravatar default2023-05-271-1/+1
|
* More prototype tunnings.Gravatar default2023-05-241-5/+5
|
* Added some experimental 'Question' posting code.Gravatar default2023-05-241-1/+1
|
* New function msg_question() (unused).Gravatar default2023-05-241-0/+1
|
* Bumped version.Gravatar default2023-05-211-1/+1
|
* Convert image links in notes to attachments.Gravatar default2023-05-211-1/+1
|
* Minor prototype change.Gravatar default2023-05-211-2/+2
|
* Version 2.32 RELEASED.2.32Gravatar default2023-05-181-1/+1
|
* Also find local users in /api/v1/search.Gravatar default2023-05-151-1/+1
|
* Bumped version.Gravatar default2023-05-151-1/+1
|
* Add /v1/account/search support.Gravatar default2023-05-151-1/+1
|
* Version 2.31 RELEASED.2.31Gravatar default2023-05-131-1/+1
|
* Added a source (web, mastoapi, etc) to lastlog_write().Gravatar default2023-05-081-1/+1
|
* Bumped version.Gravatar default2023-05-071-1/+1
|
* Version 2.30 RELEASED.2.30Gravatar default2023-05-071-1/+1
|
* Implemented 'Ping' and 'Pong' activities.Gravatar default2023-05-051-0/+2
| | | | According to https://humungus.tedunangst.com/r/honk/v/tip/f/docs/ping.txt
* Added some const here and there.Gravatar default2023-05-041-6/+8
|