summaryrefslogtreecommitdiff
path: root/activitypub.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Another tweak in notify().Gravatar default2023-06-011-3/+0
|
* Fixed notification bug.Gravatar default2023-06-011-0/+1
|
* More poll notify tweaks.Gravatar default2023-06-011-1/+6
|
* Always notify about our own closed polls.Gravatar default2023-05-311-2/+2
|
* Don't notify about closed polls that we didn't vote for.Gravatar default2023-05-311-2/+10
|
* Don't store votes in the notification area.Gravatar default2023-05-301-0/+4
|
* Add ended polls to the notification area.Gravatar default2023-05-301-117/+124
|
* Made msg_question() non-editable.Gravatar default2023-05-301-0/+3
|
* Log when a poll is closed.Gravatar default2023-05-301-3/+4
|
* Added some limits to poll options.Gravatar default2023-05-301-5/+11
|
* Create the base message of msg_question() from msg_note().Gravatar default2023-05-301-4/+4
|
* Enqueue a close_question user q_item.Gravatar default2023-05-291-2/+12
|
* Keep the original question order after updates.Gravatar default2023-05-291-16/+21
|
* update_question() also updates the count of voters.Gravatar default2023-05-291-0/+4
|
* In update_question(), send the updated question to all voters.Gravatar default2023-05-291-5/+16
|
* Disallow updating closed polls.Gravatar default2023-05-291-1/+5
|
* Close the question over due date in update_question().Gravatar default2023-05-291-0/+10
|
* New macro ISO_DATE_SPEC.Gravatar default2023-05-291-3/+3
|
* Fixed some bugs in update_question().Gravatar default2023-05-291-4/+19
|
* New function update_question().Gravatar default2023-05-291-0/+76
|
* Added the 'replies' dict to each question.Gravatar default2023-05-291-1/+3
|
* Tweaked log message.Gravatar default2023-05-241-1/+1
|
* Added some experimental 'Question' posting code.Gravatar default2023-05-241-6/+14
|
* New function msg_question() (unused).Gravatar default2023-05-241-0/+33
|
* Call timeline_touch() on successful 'Update' messages.Gravatar default2023-05-241-0/+3
|
* Questions (polls) are now stored (but not yet shown).Gravatar default2023-05-241-11/+25
|
* Convert image links in notes to attachments.Gravatar default2023-05-211-2/+2
|
* Minor refactor to msg_note().Gravatar default2023-05-211-5/+3
|
* More image tweaks.Gravatar default2023-05-201-4/+4
|
* Improved default avatars.Gravatar default2023-05-201-1/+15
|
* New config option 'drop_dm_from_unknown'.Gravatar default2023-05-171-0/+10
|
* When updating the user info, also spam the following list.Gravatar default2023-05-171-1/+11
|
* Got rid of xs_encdec.h.Gravatar default2023-05-171-1/+0
|
* Use a different approach towards incomplete mentions.Gravatar default2023-05-121-42/+46
| | | | | This time, incomplete mentions are completed using a) the host of the first mention, if there are any, or b) the current host.
* Resolve (partially) the issue with mentions without server.Gravatar default2023-05-121-18/+51
| | | | | | | | | Mastodon (mainly from the API) usually include mentions without server, which is just stupid. This patch tries to resolve these broken mentions in process_tags() by looking for a user name starting with it in the already pre-populated tag list. As of now, this only works if the message is an inReplyTo and the broken mention is the one of the original (attributedTo) poster.
* Minor refactor to msg_note(): the tag list is created here, not in ↵Gravatar default2023-05-121-8/+5
| | | | process_tags().
* Minor function prototype tweak.Gravatar default2023-05-121-4/+5
|
* Merge pull request 'master' (#1) from grunfink/snac2:master into masterGravatar poesty2023-05-071-9/+47
|\ | | | | | | Reviewed-on: https://codeberg.org/poesty/snac2/pulls/1
| * Implemented 'Ping' and 'Pong' activities.Gravatar default2023-05-051-3/+38
| | | | | | | | According to https://humungus.tedunangst.com/r/honk/v/tip/f/docs/ping.txt
| * Fixed more warnings.Gravatar default2023-05-041-1/+2
| |
| * Added -Wextra to C flags.Gravatar default2023-05-041-0/+2
| |
| * Added some const here and there.Gravatar default2023-05-041-3/+3
| |
| * Deleted real unused parameters.Gravatar default2023-05-041-2/+2
| |
* | Fixed webfinger and curl issuesGravatar poesty2023-05-071-1/+1
|/
* Strip the query string in msg_follow().Gravatar default2023-04-231-1/+3
|
* Added mastoapi follow.Gravatar default2023-04-231-2/+2
|
* Added mastoapi code for account search.Gravatar default2023-04-231-2/+2
|
* Posts can now be sent (still no images).Gravatar default2023-04-151-1/+1
|
* New function timeline_touch().Gravatar default2023-04-141-1/+4
|
* Don't show the full tree in notifications.Gravatar default2023-04-141-0/+3
|