Ignore:
Timestamp:
05/17/12 10:22:43 (13 months ago)
Author:
literalka
Message:

first commit in ages, just because cock dick sex . gif is still awesome

Location:
trollforge/lastmeasure/server
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trollforge/lastmeasure/server/TODO

    r684 r695  
    1515    [ ] Add multiple hit counting. 
    1616    [ ] 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". 
    1818    [X] We can probably replace md5.{c,h} with something else. Something much, much smaller (and not tied to any licensing). 
    1919[ ] 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  
    296296/* {{{ Search Queries */ 
    297297/* {{{ 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", 
    299299    "ice warriors", "ice warriors club", "ice warriors of cp", "sieg heil", 
    300300    "nokenny", "caribbean islands", "caribbean airlines", "weretiger", 
    301301    "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", 
    303305/* }}} */ 
    304306/* {{{ Nude Celebs */ 
     
    308310    "amy winehouse sex tape", "melissa theuriau nue", "ludivine sagnier", 
    309311    "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", 
    311314/* }}} */ 
    312315/* }}} */ 
     
    327330/* {{{ My Little Pony */ 
    328331    "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 */ 
    329335/* }}} */ 
    330336/* {{{ Other */ 
  • trollforge/lastmeasure/server/lmresource.h

    r688 r695  
    581581            ".class", "application/java-vm", 
    582582            ".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 
    584586            ".bmp", "image/bmp", 
    585587        }; 
  • trollforge/lastmeasure/server/lmutil.h

    r677 r695  
    2828    static std::string ServerName() 
    2929    { 
     30/* {{{ server signature array */ 
    3031        static char const *server[] = 
    3132        { 
     
    5960            "squid/3.1.10", 
    6061        }; 
    61  
     62/* }}} */ 
    6263        return server[rand() % (sizeof(server) / sizeof(*server))]; 
    6364    } 
Note: See TracChangeset for help on using the changeset viewer.