1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

things that happened in 2008

This commit is contained in:
psyc://psyced.org/~lynX 2009-01-26 21:12:53 +01:00
parent 8f98522570
commit 94530cc322
136 changed files with 3222 additions and 2873 deletions

View file

@ -1,6 +1,7 @@
// vim:foldmethod=marker:syntax=lpc:noexpandtab
// $Id: udp.c,v 1.32 2008/03/29 20:36:44 lynx Exp $
// $Id: udp.c,v 1.36 2008/08/05 12:21:34 lynx Exp $
//
#include "common.h"
#include <net.h>
#include <person.h>
#include <services.h>
@ -69,13 +70,11 @@ parseUDP2(host, ip, port, msg) {
}
// else: we presume a UDP 4404 also listens on TCP
#ifdef PRO_PATH
P1(("./psyc/udp.c: restart. why?\n"))
#ifndef GAMMA
P1(("./psyc/udp.c: paranoid extra restart\n"))
restart(); // leading . does that anyway
#endif
#if 1 //def NOT_EXPERIMENTAL
pvars["_INTERNAL_source"] = "psyc://"+peeraddr+"/";
#endif
// m = regexplode(msg, "\r?\n"); ?
m = explode(msg, "\n");