| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Added more const. | 2024-05-23 | 1 | -27/+31 | ||
| | | ||||||
| * | Fixed warning. | 2024-05-22 | 1 | -1/+1 | ||
| | | ||||||
| * | Added const everywhere. | 2024-05-21 | 1 | -81/+49 | ||
| | | ||||||
| * | Skip hidden posts in content_search(). | 2024-05-15 | 1 | -0/+5 | ||
| | | ||||||
| * | Renamed content_check() to content_match(). | 2024-05-15 | 1 | -3/+3 | ||
| | | ||||||
| * | Moved functions around. | 2024-05-15 | 1 | -111/+109 | ||
| | | ||||||
| * | Use xs_regex_match() where applicable. | 2024-05-15 | 1 | -10/+4 | ||
| | | ||||||
| * | Convert the regex to lowercase in content_search(). | 2024-05-15 | 1 | -1/+3 | ||
| | | | | | Is this a good idea? | |||||
| * | content_search() also searches the instance timeline. | 2024-05-14 | 1 | -46/+33 | ||
| | | ||||||
| * | Fixed git conflict. | 2024-05-11 | 1 | -1/+1 | ||
| |\ | ||||||
| | * | Unified post-like object type match. | 2024-05-11 | 1 | -1/+1 | ||
| | | | ||||||
| * | | In timeline_request(), call enqueue_actor_request on actor errors. | 2024-05-11 | 1 | -5/+6 | ||
| |/ | ||||||
| * | More search tweaks MUAHAHAHA. | 2024-05-10 | 1 | -12/+13 | ||
| | | ||||||
| * | More web ui search tweaks baaaaah I'm boring. | 2024-05-10 | 1 | -5/+12 | ||
| | | ||||||
| * | More content_search() tweaks. | 2024-05-10 | 1 | -4/+3 | ||
| | | ||||||
| * | Added a skip argument to content_search(). | 2024-05-10 | 1 | -4/+9 | ||
| | | ||||||
| * | Added a maximum results argument to content_search(). | 2024-05-09 | 1 | -3/+8 | ||
| | | ||||||
| * | mastoapi: some search by content tweaks. | 2024-05-09 | 1 | -2/+2 | ||
| | | ||||||
| * | Rewritten content_search() to read from both timelines. | 2024-05-08 | 1 | -14/+63 | ||
| | | ||||||
| * | Minor tweaks to content_search(). | 2024-05-08 | 1 | -8/+5 | ||
| | | ||||||
| * | Renamed to content_search(). | 2024-05-08 | 1 | -1/+1 | ||
| | | ||||||
| * | 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 | ||
| | | | ||||||