-- 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: 90abd5af8c97c6b4d19a88ef72cd706d703eefc6:
path_to:
revision_to:

git.thebackupbox.net

urcd

git://git.thebackupbox.net/urcd

commit 90abd5af8c97c6b4d19a88ef72cd706d703eefc6
Author: root <root@localhost.(none)>
Date:   Thu Dec 25 11:21:26 2014 +0000

    [urcd] channel creation time fix, reflect initial commit date :-)

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

index c3d1455804e52f43b2a2ea6bcec48ec98823dfa1..

index ..60f4dee6279b4a540ca184770e7cc21ad09a94b8 100644

--- a/src/urcd.pyx
+++ b/src/urcd.pyx
@@ -480,7 +480,7 @@ while 1:
    if dst.lower() in urcsecretboxdb:
     try_write(wr,':'+serv+' 324 '+Nick+' '+dst+' +kns\n')
    else: try_write(wr,':'+serv+' 324 '+Nick+' '+dst+' +n\n')
-   try_write(wr,':'+serv+' 329 '+Nick+' '+dst+' 1354841938\n') ### Fri Dec 28 18:58:58 2012 +0000
+   try_write(wr,':'+serv+' 329 '+Nick+' '+dst+' 1356742698\n') ### Fri Dec 28 18:58:58 2012 +0000

   elif re_CLIENT_MODE_NICK(buffer):
    if PRESENCE: try_write(wr,':'+serv+' 221 '+re_SPLIT(buffer,2)[1]+' :+\n')

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

-- Response ended

-- Page fetched on Sun Jun 2 19:04:58 2024