7
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 30, 2023 — May 30, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
instead of using a coderef, provide an object that for all these intents looks like a connection but isn't, it just proxies the request to the bot, so we don't need if all the places ifit is a code ref or not, and instead let method dispatch do the right thing More... almost 18 years ago
use exml More... almost 18 years ago
remove spurios comment, use exml More... almost 18 years ago
give out all the info that admin port has over jabber if your username is in the approved list, I really love perl in cases like this, not how it completely abuses another class More... almost 18 years ago
inital bot support, just support for getting messages, test subclass with an eliza interface More... almost 18 years ago
allow a jid to be a coderf, if this is the case local delivery willinvoke the coderef with the stanza More... almost 18 years ago
back out mart's resource regexp restriction. More... almost 18 years ago
asyncify w/ gearman More... almost 18 years ago
rearranging for hackability More... almost 18 years ago
async roster fetching More... almost 18 years ago
async-ify the LJ auth plugin, using gearman and the new Gearman::Client::Async module. More... almost 18 years ago
notes More... almost 18 years ago
make all dummies appear online More... almost 18 years ago
Make dummy more useful, you can now configure what users should get the dummy and how many they should get More... almost 18 years ago
USR2 will give you a perl level stack trace More... almost 18 years ago
crashed LJ Talk. More... almost 18 years ago
Licence info for MySQL authen module.
Martin Atkins
as Mart Atkins
More... almost 18 years ago
another quirk for trillian More... almost 18 years ago
MySQL Authen plugin.
Martin Atkins
as Mart Atkins
More... almost 18 years ago
Allow indented comments in config.
Martin Atkins
as Mart Atkins
More... almost 18 years ago
A revised regex for JID parsing, based on JEP-0029. Doesn't support non-ASCII characters, though.
Martin Atkins
as Mart Atkins
More... almost 18 years ago
prettiers More... almost 18 years ago
+ # remove invalid low unicode code points which aren't allowed in XML, + # but both iChat and gaim have been observed to send in the wild, often + # when copy/pasting from bizarre sources. this probably isn't compliant, + # and there's a speed hit, so only regexp them out in quirks mode: More... almost 18 years ago
list the stats too and inject them with the right unit More... almost 18 years ago
change stats to counters and add a stats mode that gives you the non counter stats More... almost 18 years ago
take options More... almost 18 years ago
whitespace fix More... almost 18 years ago
say per sec instead of sec to deconfuse brad More... almost 18 years ago
takes admin output and dumps into ganglia More... almost 18 years ago
let messages go to server. it might be a bot. More... almost 18 years ago