Commit Briefs

5169add85d noodle

matabot.8: document the RSS feature and add more info (master)


16d0d03f98 noodle

add RSS feature pointing to analognowhere.com


3af4a1f76a noodle

fix msgmax calculation and add an initial msgmax heuristic to fallback on

fixed incorrect msgmax calculation in response to WHO reply code 352, which didn't account for the":nick!user@" part before hostname nor the space before $priv. additionally, an upcoming RSS feature would sometimes need to send news before reading any messages back from server (and WHO reply code 352 might never return or might not return on time), so a conservative fallback msgmax heurestic calculation was added before the evasdrop loop. it uses a maximum hostname length of 63 from RFC 2812 and accounts for the the non-ident tilde (~) that might get prepended to username until we know what the actual hostname and username are.









333e51c310 noodle

The Grand Refactor:tm: (Sorry!!)

kill useless code, abbreviate, redo logging, tighten security, and make matabot a bit smarter.


7317d784aa noodle

use braces around 2 vars inside strings





4236ee7a4f noodle

ball: fix typo



8bd45e7d56 noodle

add a bible command and extra sanitization before sending anything out (origin/master)





3ff36cb661 noodle

fix IO::Socket::SSL errors not working


3c901ffa8c noodle

TODO: add more tasks


0cca054666 noodle

TODO: add more items


699af57593 noodle

refactor and change -l and -v description