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
/
activitypub.c
Age
Commit message (
Expand
)
Author
2023-05-30
Create the base message of msg_question() from msg_note().
default
2023-05-29
Enqueue a close_question user q_item.
default
2023-05-29
Keep the original question order after updates.
default
2023-05-29
update_question() also updates the count of voters.
default
2023-05-29
In update_question(), send the updated question to all voters.
default
2023-05-29
Disallow updating closed polls.
default
2023-05-29
Close the question over due date in update_question().
default
2023-05-29
New macro ISO_DATE_SPEC.
default
2023-05-29
Fixed some bugs in update_question().
default
2023-05-29
New function update_question().
default
2023-05-29
Added the 'replies' dict to each question.
default
2023-05-24
Tweaked log message.
default
2023-05-24
Added some experimental 'Question' posting code.
default
2023-05-24
New function msg_question() (unused).
default
2023-05-24
Call timeline_touch() on successful 'Update' messages.
default
2023-05-24
Questions (polls) are now stored (but not yet shown).
default
2023-05-21
Convert image links in notes to attachments.
default
2023-05-21
Minor refactor to msg_note().
default
2023-05-20
More image tweaks.
default
2023-05-20
Improved default avatars.
default
2023-05-17
New config option 'drop_dm_from_unknown'.
default
2023-05-17
When updating the user info, also spam the following list.
default
2023-05-17
Got rid of xs_encdec.h.
default
2023-05-12
Use a different approach towards incomplete mentions.
default
2023-05-12
Resolve (partially) the issue with mentions without server.
default
2023-05-12
Minor refactor to msg_note(): the tag list is created here, not in process_ta...
default
2023-05-12
Minor function prototype tweak.
default
2023-05-07
Merge pull request 'master' (#1) from grunfink/snac2:master into master
poesty
2023-05-07
Fixed webfinger and curl issues
poesty
2023-05-05
Implemented 'Ping' and 'Pong' activities.
default
2023-05-04
Fixed more warnings.
default
2023-05-04
Added -Wextra to C flags.
default
2023-05-04
Added some const here and there.
default
2023-05-04
Deleted real unused parameters.
default
2023-04-23
Strip the query string in msg_follow().
default
2023-04-23
Added mastoapi follow.
default
2023-04-23
Added mastoapi code for account search.
default
2023-04-15
Posts can now be sent (still no images).
default
2023-04-14
New function timeline_touch().
default
2023-04-14
Don't show the full tree in notifications.
default
2023-04-13
New function notify_add().
default
2023-04-13
Started working on a notification list.
default
2023-04-11
New function mastodon_status().
default
2023-04-05
Fixed overzealous rejection of Announces.
default
2023-04-02
Some log tweaks.
default
2023-03-31
In is_msg_public(), also look at 'Announce' messages.
default
2023-03-08
Inbox collection can be disabled from the config file.
default
2023-03-07
Enable back inbox recollection.
default
2023-03-07
Disabled inbox recollection temporarily (for global re push).
default
2023-03-07
Reject messages not for me.
default
[next]