notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: emulators/fceux/files/patch-src_cheat.cpp

Number of commits found: 2

Sunday, 26 Feb 2017
13:51 vanilla search for other commits by this committer
Update to 2.2.3.
Original commitRevision:434869 
Wednesday, 1 Feb 2017
05:27 jbeich search for other commits by this committer
emulators/fceux: unbreak with clang 4.0

fceux-server/server.cpp:117:29: error: ordered comparison between pointer and
zero
      ('char *' and 'int')
  while(fgets(buf, 256, fp) > 0)
        ~~~~~~~~~~~~~~~~~~~ ^ ~
src/cheat.cpp:219:30: error: ordered comparison between pointer and zero ('char
*' and 'int')
        while(fgets(linebuf,2048,fp)>0)
              ~~~~~~~~~~~~~~~~~~~~~~^~

Reported by:	antoine (via exp-run)
Original commitRevision:432978 

Number of commits found: 2