Changeset 695 for trollforge/lastmeasure
- Timestamp:
- 05/17/12 10:22:43 (13 months ago)
- Location:
- trollforge/lastmeasure/server
- Files:
-
- 4 edited
-
TODO (modified) (1 diff)
-
lmkeywords.h (modified) (3 diffs)
-
lmresource.h (modified) (1 diff)
-
lmutil.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trollforge/lastmeasure/server/TODO
r684 r695 15 15 [ ] Add multiple hit counting. 16 16 [ ] Geolocation abuse. 17 [ ] By which I mean "abuse in any way possible and also incorporate into StatsMeasure .17 [ ] By which I mean "abuse in any way possible and also incorporate into StatsMeasure". 18 18 [X] We can probably replace md5.{c,h} with something else. Something much, much smaller (and not tied to any licensing). 19 19 [ ] Instead of popping up an inundation, limit to a configurable amount of random images in a config file. -
trollforge/lastmeasure/server/lmkeywords.h
r688 r695 296 296 /* {{{ Search Queries */ 297 297 /* {{{ Not Related to Nude Celebs */ 298 "castrated men no sperm", "club penguin", "cock dick sex .gif",298 "castrated men no sperm", "club penguin", "entartage de fr hollande", 299 299 "ice warriors", "ice warriors club", "ice warriors of cp", "sieg heil", 300 300 "nokenny", "caribbean islands", "caribbean airlines", "weretiger", 301 301 "not4chan", "no kenny", "jillian and ed till together", "wingerdinger", 302 "skater contre wesh belge", "entartage de fr hollande", 302 "skater contre wesh belge", "fagget wiki", "maeasueuplive", 303 "324 chaseville st pensacola fl us", "martina hingis en string", 304 "zoy org virus", 303 305 /* }}} */ 304 306 /* {{{ Nude Celebs */ … … 308 310 "amy winehouse sex tape", "melissa theuriau nue", "ludivine sagnier", 309 311 "femme a lunette nue", "anne kristel nue", "anne kristel nue playboy", 310 "photo de sex tape de chanteuse", 312 "photo de sex tape de chanteuse", "laure manaudou nue", 313 "claire chazal nus", 311 314 /* }}} */ 312 315 /* }}} */ … … 327 330 /* {{{ My Little Pony */ 328 331 "equestria daily", "fimfiction", "fluttershy", "my little pony", 332 /* }}} */ 333 /* {{{ Magnificent */ 334 "cock dick sex .gif", /* This gets its own row because it is the best. -- Leon */ 329 335 /* }}} */ 330 336 /* {{{ Other */ -
trollforge/lastmeasure/server/lmresource.h
r688 r695 581 581 ".class", "application/java-vm", 582 582 ".ico", "image/x-icon", 583 ".txt", "text/plain", /* Redundant? */ 583 #if 0 584 ".txt", "text/plain", /* Redundant due to the default return value. */ 585 #endif 584 586 ".bmp", "image/bmp", 585 587 }; -
trollforge/lastmeasure/server/lmutil.h
r677 r695 28 28 static std::string ServerName() 29 29 { 30 /* {{{ server signature array */ 30 31 static char const *server[] = 31 32 { … … 59 60 "squid/3.1.10", 60 61 }; 61 62 /* }}} */ 62 63 return server[rand() % (sizeof(server) / sizeof(*server))]; 63 64 }
Note: See TracChangeset
for help on using the changeset viewer.
