- Description:
- IRCNOW-p5-libs is a set of perl libraries that make accessing ircnow data sets easy specifically, it understands the botnow database and provides a library for parsing log files. It was first announced and described on codeforge in this email: https://archive.ircnow.org/codeforce/2023-05/0000011.html
- Owner:
- Last Change:
- Clone URL:
git://got.ircnow.org/izzyb-IRCNOW-libs.git
Commit Briefs
New parser for znc tables in chat (master)
Started breaking up the irc response parser up into smaller chunks. can now parse table responses from znc *status channel. More debug messages then necessary. no useful output at this point. Parses the field header and field data into an array of arrays. Need to capture from *controlpanel and *blockuser still
Imported account related DNS subs from BotNow::DNS.pm
Added use of carp instaed of die and better debug messages in places created bin/dnsTest.pl as a test/example script of using the functions in IRCNOW::Acct::DNS. Currently confirmed nextdns() works. Still need to work on pod documents and confirm the rest of the subs work. cliNow.pl was used as a base for dnsTest.pl and a copy of it made into ircTest.pl for the tests related to the IRC module.
copied BotNow::DNS.pm to IRCNOW::Acct::DNS.pm
Initial import - no changes to imported file