• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

RSS
Rev. Time Author
5e97575 2007-04-08 19:29:24 henoheno

BugTrack2/225: POST => post (patched by g@kko)

98e91d9 2007-04-08 19:22:18 henoheno

BugTrack2/225: <br> => <br /> (patched by g@kko)

46e9a32 2007-04-08 14:48:33 henoheno

Added

0fedd27 2007-04-01 23:44:49 henoheno

Added (Ymlpha's choice)

44cf0c3 2007-04-01 20:55:43 henoheno

page_list(): Roughly cleanup (There's more than one thing to do it)

c949e08 2007-04-01 19:59:05 henoheno

BugTrack2/226 unused $matches (pointed out by anonymous)

6918061 2007-04-01 19:52:59 henoheno

Added

35e81b7 2007-03-30 00:05:52 henoheno

BugTrack2/225: Forgotten </p> (patched by g@kko)

5cb0ddf 2007-03-29 23:19:49 henoheno

Added

c0110ff 2007-03-26 01:38:32 henoheno

$Id: spam.php,v 1.129 2007/03/25 16:37:26 henoheno Exp $
Correct badhost without uri_pickup_normalize()

5939beb 2007-03-25 22:49:09 henoheno

$Id: spam.php,v 1.127 2007/03/25 13:46:43 henoheno Exp $
Overhaul some functions:

* uri_pickup(): Cleanup. Unset normalize-related feature into uri_pickup_normalize(). Remove unused removing cuhnks.
* uri_pickup_normalize(): Simplify. Renamed from uri_array_normalize(). Collect all normalize-related feature.
* uri_pickup_implode(): Renamed from uri_array_implode().
* scheme_normalize(): Simplify
* port_normalize(): More strict about port conversion
* path_normalize(): Cleanup, soften to read. string-divider safe
* file_normalize(): Treat Apache 2 language/charset/encoding suffixes ('index.en.ja.html.gz' => '')
* Added subroutines: get_blocklist_add(), and is_badhost_avail()

e14e977 2007-03-25 12:01:19 henoheno

Added

e69900d 2007-03-25 00:07:08 henoheno

Added

e95be1b 2007-03-24 21:37:48 henoheno

Added

6dacec0 2007-03-24 12:09:41 henoheno

Added

f4f1236 2007-03-21 12:45:23 henoheno

Added

ed58aa4 2007-03-17 23:04:06 henoheno

Added

698f946 2007-03-17 15:28:32 henoheno

Added

5dfeced 2007-03-16 00:45:18 henoheno

Added

d08e19d 2007-03-13 23:34:12 henoheno

Added

2119e9f 2007-03-11 15:14:29 henoheno

Added

240c0a9 2007-03-11 13:10:24 henoheno

Added.

Reference:
ttp://gemma.mmobbs.com/test/read.cgi/ragnarok/1170419695/1-701
ttp://smith.xrea.jp/?Security

e5dec1a 2007-03-11 00:43:32 henoheno

Added

ce4b48d 2007-03-10 10:50:44 henoheno

$Id: spam.php,v 1.125 2007/03/10 01:30:14 henoheno Exp $
uri_pickup(): Correct regex for IPv4.
generate_glob_regex(): Simplfy removing unused recursing feature.
Added functions: host_normalize(), is_ip(), and generate_host_regex().
Added $progress['error'] (not used yet).

NOTE for badhost:
'key' = array('a.example.org', 'b.example.org') is treated as a group 'key'.
'example.org' prohibits both 'example.org' AND 'www.example.org'.
'*.example.org' prohibits all subdomains and hosts EXCEPT 'www'.
'.example.org' prohibits ALL FQDN related 'example.org'.

8b24e66 2007-03-06 21:09:10 henoheno

Added (Let's take a break)

e4267f4 2007-03-04 23:11:44 henoheno

$Id: spam.php,v 1.124 2007/03/04 12:19:08 henoheno Exp $
* generate_glob_regex(): Added comments
* get_blocklist(): Use include(), not to stop everything
* get_blocklist(), is_badhost(): Grouping for badhost

f926e3b 2007-03-04 01:26:09 henoheno

Added

c05f639 2007-03-01 01:12:10 henoheno

Just simplify. (re-)Rename the function from generate_matcher_regex() to generate_trie_regex().

9833b10 2007-03-01 00:56:50 henoheno

Correct a little

7eddb3a 2007-03-01 00:55:58 henoheno

$spam