Blame


1 61a735ff 2023-07-04 jrmu version=pmwiki-2.3.20 ordered=1 urlencoded=1
2 61a735ff 2023-07-04 jrmu agent=Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Safari/537.36
3 61a735ff 2023-07-04 jrmu author=izzyb
4 61a735ff 2023-07-04 jrmu charset=UTF-8
5 61a735ff 2023-07-04 jrmu csum=
6 61a735ff 2023-07-04 jrmu ctime=1688332082
7 61a735ff 2023-07-04 jrmu host=75.158.138.249
8 61a735ff 2023-07-04 jrmu name=Ircnow.Perl
9 61a735ff 2023-07-04 jrmu rev=2
10 61a735ff 2023-07-04 jrmu targets=Category.Perl,!Perl
11 61a735ff 2023-07-04 jrmu text=! IRCNOW perl 5 Library.%0a[[(!Perl)]]%0aThere is a perl library containing useful functions for using IRCNOW accounts, databases, logs, and other data sources useful for server administration. It is designed to be installed on servers in the IRCNOW federated network. It is intended for use in irc bots, cli tools, web interfaces, or whatever you may wish to develop.%0a%0a!! Download%0a%0aThe code is available on the got.ircnow.org server.%0a%0a[[https://got.ircnow.org/cgi-bin/gotweb/gotweb?path=izzyb-IRCNOW-libs.git&action=summary]]%0a%0a! Library Specifics%0a%0a!! IRCNOW::Database%0a%0aA library for managing IRCNOW database connections and tables. It provides some useful generic functions for accessing and doing common tasks with database tables. %0a%0a!! IRCNOW::ParseLog%0a%0aIRCNOW::ParseLog%0a%0aA library and base class for log parsers. It is aware of and provides access methods for the database but I intend for it to also be useful just as a parsing engine of the raw log files. Its currently dependent on IRCNOW::Database but plan to make it optional at some point.%0a%0a!! IRCNOW::IO%0a%0aA library to provide some basic IO functions. It contains file read/write functions from botnow and the debug() log output functions and constants from botnow. Each can be selectively loaded into your program via the following export tags:%0a%0a!!! use IRCNOW::IO qw(:DEBUG);%0a%0aSubs: debug() %0aConstants: NONE INFO ERRORS WARNINGS ALL %0aVariable: $verbosity%0a%0a%0a!!! use IRCNOW::IO qw(:FILEIO);%0a%0aSubs: readarray(), readstr(), writefile(), appendfile()%0a%0a
12 61a735ff 2023-07-04 jrmu time=1688332114
13 61a735ff 2023-07-04 jrmu author:1688332114=izzyb
14 61a735ff 2023-07-04 jrmu diff:1688332114:1688332082:=2c2%0a%3c [[(!Perl)]]%0a---%0a> %0a
15 61a735ff 2023-07-04 jrmu host:1688332114=75.158.138.249
16 61a735ff 2023-07-04 jrmu author:1688332082=izzyb
17 61a735ff 2023-07-04 jrmu csum:1688332082=Initial document on IRCNOW perl 5 library
18 61a735ff 2023-07-04 jrmu diff:1688332082:1688332082:=1,37d0%0a%3c ! IRCNOW perl 5 Library.%0a%3c %0a%3c There is a perl library containing useful functions for using IRCNOW accounts, databases, logs, and other data sources useful for server administration. It is designed to be installed on servers in the IRCNOW federated network. It is intended for use in irc bots, cli tools, web interfaces, or whatever you may wish to develop.%0a%3c %0a%3c !! Download%0a%3c %0a%3c The code is available on the got.ircnow.org server.%0a%3c %0a%3c [[https://got.ircnow.org/cgi-bin/gotweb/gotweb?path=izzyb-IRCNOW-libs.git&action=summary]]%0a%3c %0a%3c ! Library Specifics%0a%3c %0a%3c !! IRCNOW::Database%0a%3c %0a%3c A library for managing IRCNOW database connections and tables. It provides some useful generic functions for accessing and doing common tasks with database tables. %0a%3c %0a%3c !! IRCNOW::ParseLog%0a%3c %0a%3c IRCNOW::ParseLog%0a%3c %0a%3c A library and base class for log parsers. It is aware of and provides access methods for the database but I intend for it to also be useful just as a parsing engine of the raw log files. Its currently dependent on IRCNOW::Database but plan to make it optional at some point.%0a%3c %0a%3c !! IRCNOW::IO%0a%3c %0a%3c A library to provide some basic IO functions. It contains file read/write functions from botnow and the debug() log output functions and constants from botnow. Each can be selectively loaded into your program via the following export tags:%0a%3c %0a%3c !!! use IRCNOW::IO qw(:DEBUG);%0a%3c %0a%3c Subs: debug() %0a%3c Constants: NONE INFO ERRORS WARNINGS ALL %0a%3c Variable: $verbosity%0a%3c %0a%3c %0a%3c !!! use IRCNOW::IO qw(:FILEIO);%0a%3c %0a%3c Subs: readarray(), readstr(), writefile(), appendfile()%0a%3c %0a
19 61a735ff 2023-07-04 jrmu host:1688332082=75.158.138.249