repo: fmrl-client
action: shortlog
revision: 
path_from: 
revision_from: refs/heads/trunk/:
path_to: 
revision_to: 
git.thebackupbox.net
fmrl-client
git clone git://git.thebackupbox.net/fmrl-client

as feed:

ass
rss
atom
gemfeed
twtxt
2023-12-24 added script to update your avatar in the proper way using a PUT
2023-12-24 screen lock and unlock examples
2023-12-24 Makefile was missing some things in the install target
2023-12-24 fmrl-parse-status will also now download a single status if the host cache file is missing.
2023-12-24 fmrl-parse-status got a lot of stuff changed. fiik.
2023-12-24 fmrl-get-contact-list updated to only try to get the last-changed time from the cache file if it actually exists
2023-12-24 fmrl-status-plaintext will show HTTP code and skip if not forced to redownload
2023-10-16 copyright information added
2022-04-03 made -h, --help, and no args print a usage message
2022-03-17 fmrl-contacts-to-URIs was sorting in the wrong spot
2022-02-15 redirected stderr to stderr instead of stdin to stderr.
2022-02-15 had a wrong variable name and added uri output to plaintext status output
2022-02-15 ... "epoch" instead of ${user}... *shs*
2022-02-15 stupid quoted ~ in path. I need to stop doing that.
2022-02-15 forgot to add fmrl-get-contact-list to install target
2022-02-15 no longer pulling a single user at a time from fmrl-status-plaintext, since that cache file is not used anyway
2022-02-15 forgot to add fmrl-parse-status to install target
2022-02-15 was missing .fmrl-parse-status in fmrl-status-plaintext
2022-02-15 output debug stuff to stderr instead of stdout
2022-02-15 lots of things. I don't want to look at the changes and describe them atm.
2022-02-15 fmrl-update-with-put does not exist anymore. removed from install target in Makefile
2022-01-25 removed the script for updating status with PUT since spec says to use PATCH
2022-01-25 switched the status viewers to use $u_code instead of $code because of fmrl-get-status update to use proper endpoint
2022-01-25 fmrl-get-status now uses the batch path and the variable I made but didn't use for some reason for the cache file name
2022-01-25 https to http fallback now instead of .well-known to root fallback
2022-01-24 added me at my onion as a test contact
2022-01-24 errors out earlier if it can not make json file. == != = typo.
2022-01-24 same as last, but for notify-send version.
2022-01-24 compressed the multiple escape codes into single lines. now accepts multiple accounts as argument... still handles them one at a time though.
2022-01-24 quoted ~ in paths do NOT get turned into home-relative links. shs.
2022-01-20 fallback to older-style URL, use a cache file in a better spot. send a UA and Referer.
2022-01-20 plaintext client (ignores avatar)
2022-01-20 better error handing of self-identifier config and first argument
2022-01-17 now sending X-Face on PATCH updates
2022-01-16 added PATCH variation of status updater. PUT is no longer in spec for setting the status.
2022-01-15 fmrl-status-notify-send will not show anything unless the status was updated. has -f to override.
2022-01-15 got rid of the cache-check for user data because the 304 and If-Modified-Since stuff works
2022-01-15 made an updater that uses PUT and should be compatible with other servers (except for the AUTH stuff)
2022-01-09 had a file duplicated but never made it match its new name
2022-01-06 first