Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 436536 | Differences between
and this patch

Collapse All | Expand All

(-)xchat/src/common/url.c (+23 lines)
Lines 166-171 url_check_word (char *word, int len) Link Here
166
		{ D(".html") },
166
		{ D(".html") },
167
		{ D(".info") },
167
		{ D(".info") },
168
		{ D(".name") },
168
		{ D(".name") },
169
                /* Some extra common suffixes.  
170
                foo.blah/baz.php etc should work now, rather than 
171
                needing  http:// at the beginning. */		
172
		{ D(".php") },  
173
		{ D(".htm") },
174
		{ D(".aero") },
175
		{ D(".asia") },
176
		{ D(".biz") },
177
		{ D(".cat") },
178
		{ D(".coop") },
179
		{ D(".int") },
180
		{ D(".jobs") },
181
		{ D(".mobi") },
182
		{ D(".museum") },
183
		{ D(".name") },
184
		{ D(".pro") },
185
		{ D(".tel") },
186
		{ D(".travel") },
187
		{ D(".xxx") },
188
		{ D(".asp") },
189
		{ D(".aspx") },
190
		{ D(".shtml") },
191
		{ D(".xml") },
169
	};
192
	};
170
#undef D
193
#undef D
171
	const char *at, *dot;
194
	const char *at, *dot;

Return to bug 436536