bring Csocket up to date, includes new needed function GetSockByFD()

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@332 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
imaginos
2005-05-18 03:22:52 +00:00
parent f8dc1a112a
commit 2d1602ec4c
8 changed files with 1415 additions and 1210 deletions

View File

@@ -11,11 +11,16 @@
#include <pwd.h>
#include <sstream>
using std::pair;
/*
* Secure chat system
* Author: imaginos <imaginos@imaginos.net>
*
* $Log$
* Revision 1.14 2005/05/18 03:22:52 imaginos
* bring Csocket up to date, includes new needed function GetSockByFD()
*
* Revision 1.13 2005/05/15 08:27:27 prozacx
* Changed return value from bool to EModRet on most hooks
*