Roxen.git
/
server
/
plugins
/
protocols
/
http.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/plugins/protocols/http.pike:1:
// This is a ChiliMoon protocol module. // Modified by Francesco Chemolli to add throttling capabilities. // Copyright © 1996 - 2001, Roxen IS.
-
constant cvs_version = "$Id: http.pike,v 1.
409
2004/06/
04
22
:
57
:
06
_cvs_stephen Exp $";
+
constant cvs_version = "$Id: http.pike,v 1.
410
2004/06/
06
11
:
04
:
02
_cvs_stephen Exp $";
//#define REQUEST_DEBUG //#define CONNECTION_DEBUG #define MAGIC_ERROR #define HTTPTIMEOUT 90 // HTTP protocol module. #include <config.h> #define TIMER_PREFIX "http:" #include <timers.h> #include <stat.h>
Roxen.git/server/plugins/protocols/http.pike:813:
(line ? "&line="+line+"#here" : "") + "\">"); } static string error_page_header (string title) { title = Roxen.html_encode_string (title); return #"<html><head><title>" + title + #"</title></head> <body bgcolor='white' text='black' link='#ce5c00' vlink='#ce5c00'> <table width='100%'><tr>
-
<td><a href='http://www.roxen.com/'><imgs border='0' src='/
*
/roxen-small' /></a></td>
+
<td><a href='http://www.roxen.com/'><imgs border='0' src='/
$
/roxen-small' /></a></td>
<td><b><font size='+1'>" + title + #"</font></b></td> <td align='right'><font size='+1'>ChiliMoon " + Roxen.html_encode_string (roxen_version()) + #"</font></td> </tr></table> "; } static string get_err_md5(array(string|array(string)|array(array)) err_info) { if (err_info) {