1
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 17 hours ago.
Jun 29, 2025 — Jun 29, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Starting work on cleaning up comments and formatting and strange ways of writing code that have crept in... More... over 18 years ago
Updating to release 1.1 More... over 20 years ago
Fixed small issue in example config file More... over 20 years ago
Prepping for update to a new release More... over 20 years ago
Slight simplification of the 376/422 code issue. More... over 21 years ago
Added support for "no motd" in addition to current "end of motd". More... over 21 years ago
Second try at allowing more characters in nicks. More... about 22 years ago
- Changed to allow relaying privmsgs to users with unusual (but legal) characters in their nicks. More... about 22 years ago
Made sleep time configurable. More... about 23 years ago
Added a few comments to the config. More... over 23 years ago
Reworked logging. Logging now works when daemon mode invoked. Added option to disable output buffering for logfile. Added interrupt signal handler to close the log file. STDERR is now redirected to the log file. More... over 23 years ago
Reworked the 'join' and 'part' commands to be compatible with relay groups. Specification of channel AND network to join or part remains the same. However, if you pass only a single argument 'join' or 'part' it is assumed to be a relay group and, if valid, all of the channels in the group will be join'ed or part'ed. More... over 23 years ago
Added separate config items for echo-announcing topic changes and/or actually setting topic in echo channels. More... over 23 years ago
Relay group functionality added to the remaining handlers. More... over 23 years ago
1) Fixed oops that broke reverse compatibility for config files containing $nick. 2) Fixed bug in on_disconnect resulting from misinterpretation of an obscure block of code that I eventually figured out was there to provide reverse compatibility with much earlier versions of the config file. I attempted to restore that functionality, but did not test it to any degree. It should be noted that attempting to provide reverse compatibility with every previous versions is what made Windows what it is today. More... over 23 years ago
$nick has been assimilated. More... over 23 years ago
Full relay group functionality has been implemented for topic changes *only*. More... over 23 years ago
Changed %config handling so that it can intelligently deal with an individual config item not being set, instead of with the %config hash existing or not existing. More... over 23 years ago
Beginning the implementation of relay groups. No change in functionality in these changes, only the addition of the %Relays structure to the config file, and the associated changes to the execution script. If %hosts is defined instead, data from it and $relay_channels are used to create a %Relays structure. In the new %Relays structure, the functionality associated with the group, xmit, and rcv elements is not yet implemented. More... over 23 years ago
Formal logfile specification, for those who prefer that over redirection. Default behavior is to write to standard out. More... over 23 years ago
Added auto-ops list, fixed typo on '$nick' specification. More... over 23 years ago
Moved the checks for the "echo_" config items (except the on_join which also handles ops) down to the spot where the subroutines are bound to Net::IRC; more efficient to simply not call the subroutine at all if you don't want to use it, than to check at the beginning of the subroutine if it should run. More... over 23 years ago
Rewrote a bit to be more "perlish" and a tad easier to read, but compiles identically. More... over 23 years ago
Collapsed individual config options into monolithic hashes. More... over 23 years ago
Patch from wepprop to add daemon (run in background) capability. It uses the Proc::Daemon module, but "require"'s it rather than "use"'s it, so that people who don't intend to use daemon mode aren't required to install the package. More... over 23 years ago
Example little shell script I had laying around; command-line options from wepprop are probably better for much of this. More... over 23 years ago
per-function config and command-line options from wepprop (disable or enable acting on channel joins, parts, topic changes, etc...) More... over 23 years ago
Better examples of what can be done... More... over 23 years ago
Check if array is even in the hash before trying to use hash; avoids death on topic change and other problems. More... almost 24 years ago
Cross-channel relaying expanded to include more than simple public_msg. More... almost 24 years ago