| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Another tweak in notify(). | 2023-06-01 | 1 | -3/+0 | ||
| | | ||||||
| * | Fixed notification bug. | 2023-06-01 | 1 | -0/+1 | ||
| | | ||||||
| * | More poll notify tweaks. | 2023-06-01 | 1 | -1/+6 | ||
| | | ||||||
| * | Always notify about our own closed polls. | 2023-05-31 | 1 | -2/+2 | ||
| | | ||||||
| * | Don't notify about closed polls that we didn't vote for. | 2023-05-31 | 1 | -2/+10 | ||
| | | ||||||
| * | Don't store votes in the notification area. | 2023-05-30 | 1 | -0/+4 | ||
| | | ||||||
| * | Add ended polls to the notification area. | 2023-05-30 | 1 | -117/+124 | ||
| | | ||||||
| * | Made msg_question() non-editable. | 2023-05-30 | 1 | -0/+3 | ||
| | | ||||||
| * | Log when a poll is closed. | 2023-05-30 | 1 | -3/+4 | ||
| | | ||||||
| * | Added some limits to poll options. | 2023-05-30 | 1 | -5/+11 | ||
| | | ||||||
| * | Create the base message of msg_question() from msg_note(). | 2023-05-30 | 1 | -4/+4 | ||
| | | ||||||
| * | Enqueue a close_question user q_item. | 2023-05-29 | 1 | -2/+12 | ||
| | | ||||||
| * | Keep the original question order after updates. | 2023-05-29 | 1 | -16/+21 | ||
| | | ||||||
| * | update_question() also updates the count of voters. | 2023-05-29 | 1 | -0/+4 | ||
| | | ||||||
| * | In update_question(), send the updated question to all voters. | 2023-05-29 | 1 | -5/+16 | ||
| | | ||||||
| * | Disallow updating closed polls. | 2023-05-29 | 1 | -1/+5 | ||
| | | ||||||
| * | Close the question over due date in update_question(). | 2023-05-29 | 1 | -0/+10 | ||
| | | ||||||
| * | New macro ISO_DATE_SPEC. | 2023-05-29 | 1 | -3/+3 | ||
| | | ||||||
| * | Fixed some bugs in update_question(). | 2023-05-29 | 1 | -4/+19 | ||
| | | ||||||
| * | New function update_question(). | 2023-05-29 | 1 | -0/+76 | ||
| | | ||||||
| * | Added the 'replies' dict to each question. | 2023-05-29 | 1 | -1/+3 | ||
| | | ||||||
| * | Tweaked log message. | 2023-05-24 | 1 | -1/+1 | ||
| | | ||||||
| * | Added some experimental 'Question' posting code. | 2023-05-24 | 1 | -6/+14 | ||
| | | ||||||
| * | New function msg_question() (unused). | 2023-05-24 | 1 | -0/+33 | ||
| | | ||||||
| * | Call timeline_touch() on successful 'Update' messages. | 2023-05-24 | 1 | -0/+3 | ||
| | | ||||||
| * | Questions (polls) are now stored (but not yet shown). | 2023-05-24 | 1 | -11/+25 | ||
| | | ||||||
| * | Convert image links in notes to attachments. | 2023-05-21 | 1 | -2/+2 | ||
| | | ||||||
| * | Minor refactor to msg_note(). | 2023-05-21 | 1 | -5/+3 | ||
| | | ||||||
| * | More image tweaks. | 2023-05-20 | 1 | -4/+4 | ||
| | | ||||||
| * | Improved default avatars. | 2023-05-20 | 1 | -1/+15 | ||
| | | ||||||
| * | New config option 'drop_dm_from_unknown'. | 2023-05-17 | 1 | -0/+10 | ||
| | | ||||||
| * | When updating the user info, also spam the following list. | 2023-05-17 | 1 | -1/+11 | ||
| | | ||||||
| * | Got rid of xs_encdec.h. | 2023-05-17 | 1 | -1/+0 | ||
| | | ||||||
| * | Use a different approach towards incomplete mentions. | 2023-05-12 | 1 | -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. | 2023-05-12 | 1 | -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 ↵ | 2023-05-12 | 1 | -8/+5 | ||
| | | | | | process_tags(). | |||||
| * | Minor function prototype tweak. | 2023-05-12 | 1 | -4/+5 | ||
| | | ||||||
| * | Merge pull request 'master' (#1) from grunfink/snac2:master into master | 2023-05-07 | 1 | -9/+47 | ||
| |\ | | | | | | | Reviewed-on: https://codeberg.org/poesty/snac2/pulls/1 | |||||
| | * | Implemented 'Ping' and 'Pong' activities. | 2023-05-05 | 1 | -3/+38 | ||
| | | | | | | | | | According to https://humungus.tedunangst.com/r/honk/v/tip/f/docs/ping.txt | |||||
| | * | Fixed more warnings. | 2023-05-04 | 1 | -1/+2 | ||
| | | | ||||||
| | * | Added -Wextra to C flags. | 2023-05-04 | 1 | -0/+2 | ||
| | | | ||||||
| | * | Added some const here and there. | 2023-05-04 | 1 | -3/+3 | ||
| | | | ||||||
| | * | Deleted real unused parameters. | 2023-05-04 | 1 | -2/+2 | ||
| | | | ||||||
| * | | Fixed webfinger and curl issues | 2023-05-07 | 1 | -1/+1 | ||
| |/ | ||||||
| * | Strip the query string in msg_follow(). | 2023-04-23 | 1 | -1/+3 | ||
| | | ||||||
| * | Added mastoapi follow. | 2023-04-23 | 1 | -2/+2 | ||
| | | ||||||
| * | Added mastoapi code for account search. | 2023-04-23 | 1 | -2/+2 | ||
| | | ||||||
| * | Posts can now be sent (still no images). | 2023-04-15 | 1 | -1/+1 | ||
| | | ||||||
| * | New function timeline_touch(). | 2023-04-14 | 1 | -1/+4 | ||
| | | ||||||
| * | Don't show the full tree in notifications. | 2023-04-14 | 1 | -0/+3 | ||
| | | ||||||