Last 30 days
-
r362
(compiler-vm: use astyle with file instead of stdin to avoid ...) committed by pragma78@gmail.com
- compiler-vm: use astyle with file instead of stdin to avoid astyle bug; add lorem ipsum default
-input text
compiler-vm: use astyle with file instead of stdin to avoid astyle bug; add lorem ipsum default
-input text
-
r361
(compiler_vm: improved macro parsing; replace newlines outsid...) committed by pragma78@gmail.com
- compiler_vm: improved macro parsing; replace newlines outside of quoted text
compiler_vm: improved macro parsing; replace newlines outside of quoted text
-
r360
(compiler_vm: added libc fatal errors; trace program only on ...) committed by pragma78@gmail.com
- compiler_vm: added libc fatal errors; trace program only on signal
compiler_vm: added libc fatal errors; trace program only on signal
-
-
r358
(compiler_vm: watchdog debug output includes commands sent to...) committed by pragma78@gmail.com
- compiler_vm: watchdog debug output includes commands sent to gdb, fflush stdout on breakpoints
compiler_vm: watchdog debug output includes commands sent to gdb, fflush stdout on breakpoints
-
r357
(compiler_vm: watchdog wraps more gdb output with <>) committed by pragma78@gmail.com
- compiler_vm: watchdog wraps more gdb output with <>
compiler_vm: watchdog wraps more gdb output with <>
-
r356
(compiler_vm: added trace() macro to trace function calls) committed by pragma78@gmail.com
- compiler_vm: added trace() macro to trace function calls
compiler_vm: added trace() macro to trace function calls
-
r355
(compiler_vm: improved abormal signal handling) committed by pragma78@gmail.com
- compiler_vm: improved abormal signal handling
compiler_vm: improved abormal signal handling
-
r354
(compiler_vm: updates (needs refactoring, pronto)) committed by pragma78@gmail.com
- compiler_vm: updates (needs refactoring, pronto)
compiler_vm: updates (needs refactoring, pronto)
-
r353
(compiler_vm: updated gdb parsing (still needs refactoring)) committed by pragma78@gmail.com
- compiler_vm: updated gdb parsing (still needs refactoring)
compiler_vm: updated gdb parsing (still needs refactoring)
-
r352
(compiler_vm: updated to show local vars if no output, etc) committed by pragma78@gmail.com
- compiler_vm: updated to show local vars if no output, etc
compiler_vm: updated to show local vars if no output, etc
-
r351
(compiler_vm: rewrote watchdog to execute within gdb; added d...) committed by pragma78@gmail.com
- compiler_vm: rewrote watchdog to execute within gdb; added dump(), ptype(), watch() macros
compiler_vm: rewrote watchdog to execute within gdb; added dump(), ptype(), watch() macros
Earlier this year
-
r350
(Added missing encode_entities to c99/c11std generation) committed by pragma78@gmail.com
- Added missing encode_entities to c99/c11std generation
Added missing encode_entities to c99/c11std generation
-
r349
(Updated c99std and c11std to index footnotes) committed by pragma78@gmail.com
- Updated c99std and c11std to index footnotes
Updated c99std and c11std to index footnotes
-
r348
(Updated genstd.pl and n1256.txt/n1570.txt to improve parsing...) committed by pragma78@gmail.com
- Updated genstd.pl and n1256.txt/n1570.txt to improve parsing/detection of unparsed sections
Updated genstd.pl and n1256.txt/n1570.txt to improve parsing/detection of unparsed sections
-
r347
(Updated c11std and c99std to properly index appendices) committed by pragma78@gmail.com
- Updated c11std and c99std to properly index appendices
Updated c11std and c99std to properly index appendices
-
r346
(Adding n1256.html and n1570.html) committed by pragma78@gmail.com
- Adding n1256.html and n1570.html
Adding n1256.html and n1570.html
-
r345
(Added c99std and c11std commands. Now indexes FOREWORD, INT...) committed by pragma78@gmail.com
- Added c99std and c11std commands. Now indexes FOREWORD, INTRODUCTION and appedices.
Added c99std and c11std commands. Now indexes FOREWORD, INTRODUCTION and appedices.
-
r344
(google search module: decode HTML entities in result titles) committed by pragma78@gmail.com
- google search module: decode HTML entities in result titles
google search module: decode HTML entities in result titles
Older
-
r343
(compiler-vm: added -input flag for providing stdin input; ad...) committed by pragma78@gmail.com
- compiler-vm: added -input flag for providing stdin input; added %b printf specifier to print base-2;
bug-fixes
compiler-vm: added -input flag for providing stdin input; added %b printf specifier to print base-2;
bug-fixes
-
r342
(bantracker: track +q and +b separately to prevent loss of in...) committed by pragma78@gmail.com
- bantracker: track +q and +b separately to prevent loss of information
bantracker: do not ban someone if their hostmask matches their +q mask
bantracker: remove ban timeouts on -q/-b
antiflood: unbanme will not work if manual ban/quiet set in place
bantracker: track +q and +b separately to prevent loss of information
bantracker: do not ban someone if their hostmask matches their +q mask
bantracker: remove ban timeouts on -q/-b
antiflood: unbanme will not work if manual ban/quiet set in place
-
r341
(factoids: don't show nick prefix if has action_with_args; up...) committed by pragma78@gmail.com
- factoids: don't show nick prefix if has action_with_args; updated factoids
interpreter: don't expand $nick in result for all commands
factoids: don't show nick prefix if has action_with_args; updated factoids
interpreter: don't expand $nick in result for all commands
-
r340
(ban-tracker: track whether ban is +q or +b; do not ban evade...) committed by pragma78@gmail.com
- ban-tracker: track whether ban is +q or +b; do not ban evaders of generic +b bans ending with !*@*
anti-flood: improved logic of catching ban evaders
ban-tracker: track whether ban is +q or +b; do not ban evaders of generic +b bans ending with !*@*
anti-flood: improved logic of catching ban evaders
-
r339
(factoids: improved 8ball response, etc) committed by pragma78@gmail.com
- factoids: improved 8ball response, etc
factoids: improved 8ball response, etc
-
r338
(factoids: added hugs/hugs_response; aliased pokes, pets, spa...) committed by pragma78@gmail.com
- factoids: added hugs/hugs_response; aliased pokes, pets, spanks, slaps, hugs, etc
factoids: added hugs/hugs_response; aliased pokes, pets, spanks, slaps, hugs, etc
-
r337
(antiflood: do not check accounts if no account) committed by pragma78@gmail.com
- antiflood: do not check accounts if no account
antiflood: do not check accounts if no account
-
r336
(antiflood: fixed code indentation) committed by pragma78@gmail.com
- antiflood: fixed code indentation
antiflood: fixed code indentation
-
r335
(ban evasion: fixed whitelist logic) committed by pragma78@gmail.com
- ban evasion: fixed whitelist logic
ban evasion: fixed whitelist logic
-
r334
(pbot.sh: strange behavior with &> -- using 2> instead) committed by pragma78@gmail.com
- pbot.sh: strange behavior with &> -- using 2> instead
pbot.sh: strange behavior with &> -- using 2> instead
-
-
r332
(Corrected inverted ternary herp) committed by pragma78@gmail.com
- Corrected inverted ternary herp
Corrected inverted ternary herp
-
-
r330
(lagchecker: use immediate elasped duration instead of averag...) committed by pragma78@gmail.com
- lagchecker: use immediate elasped duration instead of average when no pong has been received yet
lagchecker: use immediate elasped duration instead of average when no pong has been received yet
-
r329
(anti-flood: check for ban evasion on nick changes) committed by pragma78@gmail.com
- anti-flood: check for ban evasion on nick changes
anti-flood: check for ban evasion on nick changes
-
r328
(lagchecker: updated lagcheck bot command to use pong_receive...) committed by pragma78@gmail.com
- lagchecker: updated lagcheck bot command to use pong_received
lagchecker: updated lagcheck bot command to use pong_received
-
r327
(lagchecker: include elapsed time from last ping sent in aver...) committed by pragma78@gmail.com
- lagchecker: include elapsed time from last ping sent in average if no pong yet received
lagchecker: include elapsed time from last ping sent in average if no pong yet received
-
r326
(Updated mode +q list tracking to updated freenode syntax; ad...) committed by pragma78@gmail.com
- Updated mode +q list tracking to updated freenode syntax; added ban whitelist (for evasion allowing)
Updated mode +q list tracking to updated freenode syntax; added ban whitelist (for evasion allowing)
-
r325
(Updated version, removed -I from google search script sheban...) committed by pragma78@gmail.com
- Updated version, removed -I from google search script shebang
Updated version, removed -I from google search script shebang
-
r324
(Updated and reinstated google search) committed by pragma78@gmail.com
- Updated and reinstated google search
Updated and reinstated google search
-
r323
(Quotegrabs: added more information to getq (grab owner and t...) committed by pragma78@gmail.com
- Quotegrabs: added more information to getq (grab owner and timestamp)
Interpreter: remove leading and trailing whitespace from text to improve parsing
AntiFlood: Remove some log output, improve some other log output
Quotegrabs: added more information to getq (grab owner and timestamp)
Interpreter: remove leading and trailing whitespace from text to improve parsing
AntiFlood: Remove some log output, improve some other log output
-
r322
(Fixed unban command; misc bug-fixes) committed by pragma78@gmail.com
- Fixed unban command; misc bug-fixes
Fixed unban command; misc bug-fixes
-
r321
(ban-tracker: dump more information when nickserv account mat...) committed by pragma78
- ban-tracker: dump more information when nickserv account matches existing ban
ban-tracker: dump more information when nickserv account matches existing ban
-
r321
(ban-tracker: dump more information when nickserv account mat...) committed by pragma78
- ban-tracker: dump more information when nickserv account matches existing ban
ban-tracker: dump more information when nickserv account matches existing ban
-
r320
(factoids: oops, broke global channel searching, fixed (exact...) committed by pragma78
- factoids: oops, broke global channel searching, fixed (exact_channel restored)
factoids: oops, broke global channel searching, fixed (exact_channel restored)
-
r320
(factoids: oops, broke global channel searching, fixed (exact...) committed by pragma78
- factoids: oops, broke global channel searching, fixed (exact_channel restored)
factoids: oops, broke global channel searching, fixed (exact_channel restored)
-
r319
(factoids: probably adds/remove upper/lowercase keywords) committed by pragma78
- factoids: probably adds/remove upper/lowercase keywords
factoids: probably adds/remove upper/lowercase keywords
-
r319
(factoids: probably adds/remove upper/lowercase keywords) committed by pragma78
- factoids: probably adds/remove upper/lowercase keywords
factoids: probably adds/remove upper/lowercase keywords
-
r318
(anti-flood bantracker now more properly handles detection of...) committed by pragma78
- anti-flood bantracker now more properly handles detection of proxying in multiple channels
anti-flood bantracker now more properly handles detection of proxying in multiple channels
-
r318
(anti-flood bantracker now more properly handles detection of...) committed by pragma78
- anti-flood bantracker now more properly handles detection of proxying in multiple channels
anti-flood bantracker now more properly handles detection of proxying in multiple channels
-
r317
(compiler_vm: updated README -- added version numbers to depe...) committed by pragma78
- compiler_vm: updated README -- added version numbers to dependencies
compiler_vm: updated README -- added version numbers to dependencies
|