From e5371ff83e8481cb29f3b9dc1afcfbfa9178c06a Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 8 Apr 2005 13:43:47 +0000 Subject: "Bye-Bye Flying Horse" patch - a robust and clean TELNET protocol implementation - fixed hz lib (autoconvert) utf8 buffer overflow exploit - enabled term resizing in runtime, and even AYT! - eliminated the flying-horse delay in connecting stage git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2691 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- sample/pttbbs.conf | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sample') diff --git a/sample/pttbbs.conf b/sample/pttbbs.conf index 410c13d8..3410610c 100644 --- a/sample/pttbbs.conf +++ b/sample/pttbbs.conf @@ -114,11 +114,6 @@ /* 若定義, 則在文章列表的時候不同日期會標上不同顏色 */ //#define COLORDATE -/* 若定義, 則會在 read socket的時候, 則會跳過讀入時第一個 byte 是 -1 - (即 telnet 的 control packet), 可避免循環錯誤. - 但是就沒有辦法處理 term resize的情況. 不確定這個現在還會不會用到 */ -//#define SKIP_TELNET_CONTROL_SIGNAL - /* 若定義, 在使用者註冊之前, 會先顯示出該檔案, 經使用者確認後才能註冊 */ //#define HAVE_USERAGREEMENT "etc/UserAgreement" -- cgit v1.2.3