| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added a timeout flag to search_by_content(). | 2024-05-08 | 1 | -5/+8 | ||
| | | ||||||
| * | New function search_by_content(). | 2024-05-08 | 1 | -0/+58 | ||
| | | ||||||
| * | New op #3 to list_maint() (get list name). | 2024-05-07 | 1 | -0/+13 | ||
| | | ||||||
| * | List timelines can now be (manually) navigated from the web UI. | 2024-05-07 | 1 | -5/+19 | ||
| | | | | | URLs are {srv_baseurl}/{user}/list/{list_id} (you must know the list id). | |||||
| * | Enqueue an object request for closed polls. | 2024-05-05 | 1 | -1/+1 | ||
| | | | | | It seems that Pleroma does not send poll updates on close (or never). | |||||
| * | New function enqueue_object_request(). | 2024-05-05 | 1 | -0/+15 | ||
| | | ||||||
| * | Also add announces to lists. | 2024-04-30 | 1 | -6/+9 | ||
| | | ||||||
| * | Added more internal integrity checks. | 2024-04-30 | 1 | -1/+12 | ||
| | | | | | index_add_md5() barfs if the md5 is not valid. | |||||
| * | Also purge lists. | 2024-04-30 | 1 | -0/+13 | ||
| | | ||||||
| * | More work in lists. | 2024-04-29 | 1 | -1/+12 | ||
| | | ||||||
| * | New function list_distribute(). | 2024-04-29 | 1 | -0/+28 | ||
| | | ||||||
| * | More work in lists. | 2024-04-29 | 1 | -2/+36 | ||
| | | ||||||
| * | More work in lists. | 2024-04-29 | 1 | -14/+48 | ||
| | | ||||||
| * | Start of list support. | 2024-04-29 | 1 | -0/+62 | ||
| | | ||||||
| * | URLs like {srv_baseurl}/{user}/admin/p/{md5} are valid. | 2024-04-22 | 1 | -5/+9 | ||
| | | | | | But only if {md5} is in the user's timeline. | |||||
| * | Some tweaks to previous patch. | 2024-04-18 | 1 | -2/+4 | ||
| | | ||||||
| * | Merge pull request 'Ability to federate with hidden networks #93 (update for ↵ | 2024-04-18 | 1 | -2/+3 | ||
| |\ | | | | | | | | | | | v2.49)' (#149) from iwojima/snac2:master into master Reviewed-on: https://codeberg.org/grunfink/snac2/pulls/149 | |||||
| | * | Ability to federate with hidden networks #93 (update for v2.49) | 2024-03-09 | 1 | -2/+3 | ||
| | | | ||||||
| * | | Commented out received unboosts (see code for an explanation). | 2024-04-12 | 1 | -1/+1 | ||
| | | | ||||||
| * | | In object_unadmire(), don't call index_gc() if index_del() did nothing. | 2024-04-11 | 1 | -1/+3 | ||
| | | | ||||||
| * | | Also purge like and announce index backups. | 2024-04-11 | 1 | -0/+10 | ||
| | | | ||||||
| * | | Undo for Likes and Announces are no longer dropped. | 2024-04-11 | 1 | -0/+1 | ||
| | | | ||||||
| * | | On OpenBSD, don't enable sendmail if email notifications are disabled. | 2024-04-02 | 1 | -2/+11 | ||
| | | | ||||||
| * | | Emojis are now read from ~/emojis.json. | 2024-03-25 | 1 | -0/+3 | ||
| | | | ||||||
| * | | Call actor_get_refresh() from actor_request(). | 2024-03-13 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Fixed log message. | 2024-03-12 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Queue actor request renamed to actor_refresh. | 2024-03-12 | 1 | -5/+5 | ||
| | | | ||||||
| * | | More actor refreshing tweaks. | 2024-03-12 | 1 | -1/+1 | ||
| | | | ||||||
| * | | Don't call enqueue_actor_request() with a NULL user. | 2024-03-12 | 1 | -1/+11 | ||
| | | | ||||||
| * | | Added actor refreshing via the user queue. | 2024-03-12 | 1 | -6/+41 | ||
| | | | ||||||
| * | | Also call content_check() from timeline_request(). | 2024-03-11 | 1 | -1/+3 | ||
| | | | ||||||
| * | | New function content_check(). | 2024-03-11 | 1 | -0/+40 | ||
| |/ | ||||||
| * | Add defines for time to enable macos builds. | 2024-03-06 | 1 | -0/+7 | ||
| | | ||||||
| * | More logging tweaks. | 2024-03-04 | 1 | -2/+2 | ||
| | | ||||||
| * | Logging tweaks. | 2024-03-04 | 1 | -2/+2 | ||
| | | ||||||
| * | Log (and not notify) repeated likes and announces. | 2024-02-21 | 1 | -2/+4 | ||
| | | ||||||
| * | Call verify_links() instead of enqueue_verify_links() from purge_user(). | 2024-02-20 | 1 | -1/+1 | ||
| | | ||||||
| * | Increased logging level for enqueue_verify_links(). | 2024-02-20 | 1 | -1/+1 | ||
| | | ||||||
| * | Enqueue a link verification from the user purge. | 2024-02-20 | 1 | -0/+3 | ||
| | | ||||||
| * | New verify_links q_item. | 2024-02-20 | 1 | -0/+13 | ||
| | | ||||||
| * | Moved verified links to its own json file. | 2024-02-15 | 1 | -0/+9 | ||
| | | ||||||
| * | Deactivated stale actors behind a compiler directive. | 2024-02-07 | 1 | -0/+2 | ||
| | | ||||||
| * | Added paging to notify_list(), and use it in the notifications page. | 2024-02-05 | 1 | -3/+3 | ||
| | | ||||||
| * | Added a notification index. | 2024-02-05 | 1 | -23/+66 | ||
| | | ||||||
| * | notify_list() no longer has a new_only argument. | 2024-02-05 | 1 | -10/+25 | ||
| | | ||||||
| * | New function get_atto(), to get the attributedTo field. | 2024-01-18 | 1 | -1/+2 | ||
| | | ||||||
| * | Ensure to now overwrite the Accept + Follow object on repeated follows. | 2024-01-14 | 1 | -0/+13 | ||
| | | ||||||
| * | Fixed crashes in command-line options. | 2024-01-14 | 1 | -1/+8 | ||
| | | ||||||
| * | Added support for ntfy notifications. You can configure either a self-hosted ↵ | 2024-01-12 | 1 | -0/+15 | ||
| | | | | | server or use the official ntfy.sh, and you have the option to use a private token to protect access and topics. | |||||
| * | Added an unveil() call for "/tmp". | 2024-01-11 | 1 | -0/+1 | ||
| | | | | | | | | It seems that it's needed for shm_open() to succeed, whatever the first argument points to. No idea why. | |||||