-- 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: ea33d53ae6242da2f9e26e6391ca48e37daa6fd7:
path_to:
revision_to:

git.thebackupbox.net

urcd

git://git.thebackupbox.net/urcd

commit ea33d53ae6242da2f9e26e6391ca48e37daa6fd7
Author: root <root@localhost.(none)>
Date:   Sat Dec 20 02:01:34 2014 +0000

    [urcd] bugfix

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

index e798328e18a737bffb423f306bdfd0cea62dbf23..

index ..0283b62d52acbbe06fa2691025beee1e4ca58d44 100644

--- a/src/urcd.pyx
+++ b/src/urcd.pyx
@@ -254,7 +254,7 @@ def sock_write(*argv): ### (buffer, dst, ...) ###
  dst = argv[1].lower() if len(argv) > 1 else str()

  if dst[-4:] == 'serv' and not dst[0] in ['#','&','!','+']:
-  try_write(2,":"+dst+"!ERROR@"+serv+" NOTICE "+Nick+" :security: outgoing message blocked")
+  try_write(wr,":"+dst+"!ERROR@"+serv+" NOTICE "+Nick+" :security: outgoing message blocked\n")
   return

  if URCSIGNSECKEYDIR and dst and dst in urcsignseckeydb.keys(): signseckey = urcsignseckeydb[dst]

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

-- Response ended

-- Page fetched on Sun Jun 2 15:59:56 2024