Commits
- Commit:
8f4329e0912d83451fdc7afcb47a1f840e4d1d15
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
moved converting config strings to arrays to IRCNOW::IO::IRC::new()
Goal is to be able to pass the $conf object parsed from the config file
to IRCNOW::IO::IRC::new() directly.
- Commit:
029d7e66cc971a4f5a97ac4fd76713e8de6e5b80
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
Moved main IRC processing loop into IRCNOW::IO::IRC
- Commit:
2f6757c2add6396d61f52b7ab93e4c180c7838b6
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
bug fixes. deleted needed local vars in error
- Commit:
453d38abd6e17f6e7f79e4360663e42657016760
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
Converted botnow to use $irc object
- Commit:
fd105d18cd34566946742b9e99f4775fc832a9c0
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
Added some debug messages
- Commit:
4a5edd448d52226ffcd9d73879c2da2ba176d856
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
bug fixes
- Commit:
c47c8f57b66d9dd4baa433930e8c9d421e5f3e70
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
update install script; moved socket creation to IRCNOW::IO::IRC
added git clone of p5-IRCNOW library to install script
added call to IRCNOW::IO::IRC::new() with params to create the $irc object;
Designed the IRCNOW::IO::IRC module to be useable in object mode or
function call mode. This commit isues both to confirm it works.
- Commit:
4f551346d1e758460d53f60a414d19bc62426a87
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
fixed but with @stafflist; added debug messages
- Commit:
1796ac628e96d3b5816c3714b20e8982b460eee1
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
added $backupspath as a IRCNOW::IO package var
- Commit:
82f6656db64fd1954a7705b28dbb855405f4b663
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
set my $bots = \@IRCNOW::IO::IRC::bots;
- Commit:
0fb1b9e96dbaef8d54f098996dc48630a2c04a13
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
grouped globals needed by IRCNOW::IO::IRC and corrected references
- Commit:
25404561744b2620ad0b24b6623825b6e43e2220
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
added chomp($response) before debug()
- Commit:
9b9146dbd1409496824463560c2930c6ac1bae41
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
added some debug output and loaded $call from IRCNOW::IO::IRC::call
- Commit:
672b5ca7f0260793b40edd528432ce453acf6879
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
updated sub calls to IRCNOW::IO::IRC::putserv()
- Commit:
c641e0473fe257a9f0836f35efc478a10af6c916
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
Moved irc subs from botnow to IRCNOW::IO::IRC.pm
updated calls to new library. misc cleanup
- Commit:
7ce84f65840e798d163b2760cd72d71fda4c082e
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
updated library calls to BotNow:: namespace
- Commit:
2a82acd0d20f1fc7f958327aa94108dca12dab55
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
updated SQLite::* to BotNow::SQLite::* in botnow
- Commit:
3ae69e2798977f4020618e9bc7a749cc9c03c1a5
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
debugging, added check for loading modules; updated SQLite::* to BotNow::SQLite::*
Added debug messages
- Commit:
f661491dcbc3a27b6950fe8a3c92bf9af1b7cd06
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
updated botnow to use verbosity2const()
- Commit:
e8f566bb05d020372bfb91e134952bb3ccbb9003
- From:
- jrmu <jrmu@ircnow.org>
- Via:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
Use freeshell login class by default
- Commit:
11ccad93ebf45767d5c1606f388da33c030880b4
- From:
- jrmu <jrmu@ircnow.org>
- Via:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
Applied miniontoby's suggested patch
- Commit:
1f4e64f1b2c1d2695fa78abe8ab2a6135a25e286
- From:
- jrmu <jrmu@ircnow.org>
- Via:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
Added Miniontoby's suggested patch for VPNs
- Commit:
87877d714fc8fdec1f079812bd8bd53c80389446
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
updated BNC.pm to use IRCNOW::IO::debug()
- Commit:
8902697ccceb74b8d7a113de1b7dbbad5905e305
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
some bug fixes - still not quite working after moving libs
- Commit:
b02dca5598d9151da4f4e9eca6d7bf6fa2dce5fa
- From:
- Izzy Blacklock <izzyb@planetofnix.com>
- Date:
Modified report script to use IRCNOW::IO for debug() functions