Recent activity

Re: [PATCH] msgstore_fs: Escape filenames with url.PathEscape a month ago

From catcream to ~emersion/soju-dev

Probably better to make a separate EscapeFilename function for
channels, and then unescape the channel name for CHATHISTORY like I
currently do.

This will escape the whole path which won't work with for ex.
"/var/lib/#/soju/fs_store".

Will send an update later today.

[PATCH] msgstore_fs: Escape filenames with url.PathEscape a month ago

From Alfred Persson Forsberg to ~emersion/soju-dev

Previously, channels with characters like '/' would just get replaced
with '-'. This caused soju+gamja to act very weirdly, like showing
two channels instead of one.

Note: This is my first time contributing to a Go project, please
review this carefully. Seems to work fine for me while testing with
chathistorysync and senpai.

Closes: https://todo.sr.ht/~emersion/soju/208
Signed-off-by: Alfred Persson Forsberg <cat@catcream.org>
---
 msgstore/fs.go | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)
[message trimmed]

[PATCH v2] I have demonstrated that I can use git send-email a month ago

From Alfred Persson Forsberg to ~sircmpwn/email-test-drive

---
 catcream | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 catcream

diff --git a/catcream b/catcream
new file mode 100644
index 0000000..66cb3d4
--- /dev/null
+++ b/catcream
@@ -0,0 +1 @@
I have successfully used git send-email!
-- 
2.40.0
[message trimmed]

[PATCH] Demonstrate that I can use git send-email a month ago

From Alfred Persson Forsberg to ~sircmpwn/email-test-drive

---
 catcream | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 catcream

diff --git a/catcream b/catcream
new file mode 100644
index 0000000..6d0ecfd
--- /dev/null
+++ b/catcream
@@ -0,0 +1 @@
I'm about to try git send-email
-- 
2.40.0
[message trimmed]