-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: urcd
action: commit
revision:
path_from:
revision_from: b162e2fdf41a7ef3f45fd5d3426146cccdd6b752:
path_to:
revision_to:

git.thebackupbox.net

urcd

git://git.thebackupbox.net/urcd

commit b162e2fdf41a7ef3f45fd5d3426146cccdd6b752
Author: root <root@d3v11.ano>
Date:   Sat Dec 29 02:22:39 2012 +0000

    chatzilla sucks again, for some reason the developers thought it
    was a good idea to prepend more additional data for MODE

diff --git a/src/urcd.pyx b/src/urcd.pyx

index 9ee7cd4d4da5e80afeaa482952f2a9618e462dae..

index ..5e0fed2d643cab1a027075c3aaf2d639092aea7c 100644

--- a/src/urcd.pyx
+++ b/src/urcd.pyx
@@ -183,7 +183,8 @@ while 1:
       continue

     # /MODE nick <arg>
-    if re.search('^MODE \w+ [-+][a-zA-Z]$',buffer.upper()):
+    # chatzilla sucks again (:?)
+    if re.search('^MODE \w+ :?[-+][a-zA-Z]$',buffer.upper()):

       dst = buffer.split(' ')[1]

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 16:51:45 2024