-- 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: 6c8228f59720a7ba8a6b071ad5a248dceb763605:
path_to:
revision_to:

git.thebackupbox.net

urcd

git://git.thebackupbox.net/urcd

commit 6c8228f59720a7ba8a6b071ad5a248dceb763605
Author: root <root@localhost.(none)>
Date:   Mon Dec 22 05:20:35 2014 +0000

    [urcd] update

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

index 4fe077f32b8494695477f841fec8234dd3052bab..

index ..526901d9beb0e57e5508c10a7d57bbdba7a18d89 100644

--- a/src/urcd.pyx
+++ b/src/urcd.pyx
@@ -685,7 +685,7 @@ while 1:
    if len(src)>NICKLEN: continue
    active_clients[src] = now
    Src[src] = buffer[1:].split('!',1)[0]
-   Mask[src] = buffer[1:].split('@',1)[1].split(' ',1)[0]
+   Mask[src] = buffer.split('@',1)[1].split(' ',1)[0]
    cmd, dst = re_SPLIT(buffer.lower(),3)[1:3]
    if dst in urcsecretboxdb.keys() and AUTH != dst: continue
    if dst[0] in ['#','&','!','+']:
@@ -729,7 +729,7 @@ while 1:
    if len(src)>NICKLEN: continue
    active_clients[src] = now
    Src[src] = buffer[1:].split('!',1)[0]
-   Mask[src] = buffer[1:].split('@',1)[1].split(' ',1)[0]
+   Mask[src] = buffer.split('@',1)[1].split(' ',1)[0]
    dst = buffer.split(' :',1)[1].split('\n',1)[0].lower()
    if len(dst)>CHANNELLEN: continue
    if dst in urcsecretboxdb.keys() and AUTH != dst: continue
@@ -776,7 +776,7 @@ while 1:
    if len(cmd)>NICKLEN or len(src)>NICKLEN or len(dst)>CHANNELLEN: continue
    active_clients[cmd] = now
    Src[src] = buffer[1:].split('!',1)[0]
-   Mask[src] = buffer[1:].split('@',1)[1].split(' ',1)[0]
+   Mask[src] = buffer.split('@',1)[1].split(' ',1)[0]
    if dst in urcsecretboxdb.keys() and AUTH != dst: continue
    if not dst in channel_struct.keys():
     if len(channel_struct.keys())>=CHANLIMIT:

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

-- Response ended

-- Page fetched on Sun Jun 2 19:06:20 2024