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

git.thebackupbox.net

urcd

git://git.thebackupbox.net/urcd

commit cf3aabbce6d70aaedfa3a4f81e1409d15899c565
Author: root <root@localhost.(none)>
Date:   Mon Jan 26 03:01:09 2015 +0000

    [urcd] hostserv update

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

index 8d05e9d1ec02150c6a4ad6a1d1c7fd0993603790..

index ..004ec5ea053bec33f9c99d69d8c4f95ef2f7bd9a 100644

--- a/src/urcd.pyx
+++ b/src/urcd.pyx
@@ -263,7 +263,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(wr,":"+dst+"!ERROR@"+serv+" NOTICE "+Nick+" :security: outgoing message blocked\n")
+  try_write(wr,":"+dst+"!ERROR@"+serv+" NOTICE "+Nick+" :Invalid command.\n")
   return

  if URCSIGNSECKEYDIR and dst and dst in urcsignseckeydb.keys(): signseckey = urcsignseckeydb[dst]
@@ -425,9 +425,9 @@ while 1:
   elif not nick: pass

   elif re_CLIENT_HOSTSERV_REQUEST(buffer):
-   try_write(wr,":HostServ!URCD@Service NOTICE "+Nick+" :Success\n")
    serv = re_SPLIT(buffer,3)[3]
    Mask[nick] = serv
+   try_write(wr,":HostServ!URCD@Service NOTICE "+Nick+" :You are now known as "+Nick+"@"+serv+".\n")

   elif re_CLIENT_PRIVMSG_NOTICE_TOPIC_PART(buffer):
    if FLOOD:

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

-- Response ended

-- Page fetched on Sun Jun 2 19:05:18 2024