Subj : Added blink support to funclib.js (used by colorPicker())
To   : Nightfox
From : alterego
Date : Mon Jul 27 2020 07:37 am

 Re: Added blink support to funclib.js (used by colorPicker())
 By: Nightfox to alterego on Sun Jul 26 2020 11:12 am

Ni> Until just the past couple days, I had never seen anyone post
Ni> base64-encoded content on Dove-Net before..  Usually people would put a
Ni> file up for download somewhere and post a link.  I'm wondering if that
Ni> might be easier than saving the message, then trimming it down to the
Ni> base64 content and then decoding it.. Unless there's an easy way to save
Ni> base64-encoded files from these messages that I don't know about.

Well, if it works out too hard, I'll happily make a patch available. (If DM used git, I'd provide a pull request, which I think would be even easier.)

But capture the content should be as easy as:

echo '<base64>' | base64 -d > my.patch

eg:
echo 'SGVsbG8gdGhlcmUhCg==' | base64 -d

(Hopefully the pipe symbol wasnt eaten by this message).

Since syncterm makes it quite easy to cut/paste, I thought that would be the easiest way.

...����

... To love oneself is the beginning of a lifelong romance.

---
� Synchronet � Alterant | an SBBS in Docker on Pi!