default
c55a2e4d13
Don't notify about closed polls that we didn't vote for.
2023-05-31 22:10:45 +02:00
default
6c2ca0d40a
Don't store votes in the notification area.
2023-05-30 18:51:53 +02:00
default
dc9d6520ee
Add ended polls to the notification area.
2023-05-30 14:52:18 +02:00
default
0444b77da5
Made msg_question() non-editable.
2023-05-30 10:38:17 +02:00
default
32f31e490b
Log when a poll is closed.
2023-05-30 06:12:10 +02:00
default
29eb3146f0
Added some limits to poll options.
2023-05-30 06:00:11 +02:00
default
be39b52064
Create the base message of msg_question() from msg_note().
2023-05-30 05:54:45 +02:00
default
7659362448
Enqueue a close_question user q_item.
2023-05-29 11:07:38 +02:00
default
05ac2a062d
Keep the original question order after updates.
2023-05-29 10:20:45 +02:00
default
d7b74574ad
update_question() also updates the count of voters.
2023-05-29 10:11:14 +02:00
default
aea0ea4416
In update_question(), send the updated question to all voters.
2023-05-29 09:37:54 +02:00
default
60ea9b3a09
Disallow updating closed polls.
2023-05-29 09:20:37 +02:00
default
32ce1fb28e
Close the question over due date in update_question().
2023-05-29 09:12:19 +02:00
default
654e171b93
New macro ISO_DATE_SPEC.
2023-05-29 09:07:27 +02:00
default
e913d03f02
Fixed some bugs in update_question().
2023-05-29 09:03:00 +02:00
default
8551c691fb
New function update_question().
2023-05-29 08:27:16 +02:00
default
bf96512296
Added the 'replies' dict to each question.
2023-05-29 08:00:43 +02:00
default
e75b76da7c
Tweaked log message.
2023-05-24 13:49:34 +02:00
default
0d8a040d90
Added some experimental 'Question' posting code.
2023-05-24 11:49:16 +02:00
default
9bc4825507
New function msg_question() (unused).
2023-05-24 11:07:47 +02:00
default
50fe76edd2
Call timeline_touch() on successful 'Update' messages.
2023-05-24 10:46:54 +02:00
default
a73636f671
Questions (polls) are now stored (but not yet shown).
2023-05-24 09:43:11 +02:00
default
49362f5404
Convert image links in notes to attachments.
2023-05-21 20:32:23 +02:00
default
f136426a25
Minor refactor to msg_note().
2023-05-21 20:12:59 +02:00
default
d055b63a0d
More image tweaks.
2023-05-20 19:33:57 +02:00
default
a597eb7352
Improved default avatars.
2023-05-20 19:25:52 +02:00
default
93d1649ba6
New config option 'drop_dm_from_unknown'.
2023-05-17 11:24:47 +02:00
default
b5eaabe77e
When updating the user info, also spam the following list.
2023-05-17 10:49:46 +02:00
default
970ad7a540
Got rid of xs_encdec.h.
2023-05-17 10:08:57 +02:00
default
24f802be7e
Use a different approach towards incomplete mentions.
...
This time, incomplete mentions are completed using a) the host of
the first mention, if there are any, or b) the current host.
2023-05-12 19:01:53 +02:00
default
d35c949a13
Resolve (partially) the issue with mentions without server.
...
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.
2023-05-12 11:56:17 +02:00
default
2e27a805fc
Minor refactor to msg_note(): the tag list is created here, not in process_tags().
2023-05-12 10:33:59 +02:00
default
3d4bf235f0
Minor function prototype tweak.
2023-05-12 10:15:44 +02:00
poesty
e65760a349
Merge pull request 'master' ( #1 ) from grunfink/snac2:master into master
...
Reviewed-on: https://codeberg.org/poesty/snac2/pulls/1
2023-05-07 07:27:24 +00:00
poesty
7d3a909598
Fixed webfinger and curl issues
2023-05-07 13:42:47 +08:00
default
d3a36218a6
Implemented 'Ping' and 'Pong' activities.
...
According to https://humungus.tedunangst.com/r/honk/v/tip/f/docs/ping.txt
2023-05-05 09:54:41 +02:00
default
980a8d524f
Fixed more warnings.
2023-05-04 09:34:33 +02:00
default
185aac2387
Added -Wextra to C flags.
2023-05-04 09:28:36 +02:00
default
753eadfd17
Added some const here and there.
2023-05-04 09:25:09 +02:00
default
511f5062b7
Deleted real unused parameters.
2023-05-04 09:19:26 +02:00
default
21fa6c7904
Strip the query string in msg_follow().
2023-04-23 14:33:53 +02:00
default
291f251ced
Added mastoapi follow.
2023-04-23 08:44:26 +02:00
default
5b93e9069e
Added mastoapi code for account search.
2023-04-23 05:33:54 +02:00
default
81100cb825
Posts can now be sent (still no images).
2023-04-15 19:05:26 +02:00
default
bd21d144de
New function timeline_touch().
2023-04-14 19:17:16 +02:00
default
a050be9107
Don't show the full tree in notifications.
2023-04-14 13:05:36 +02:00
default
bcde97c2d5
New function notify_add().
2023-04-13 16:59:17 +02:00
default
2d5d63554c
Started working on a notification list.
2023-04-13 15:32:13 +02:00
default
79224ca2b5
New function mastodon_status().
2023-04-11 09:50:12 +02:00
default
5d26f31a8a
Fixed overzealous rejection of Announces.
2023-04-05 23:23:19 +02:00