openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
relay-bot
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 13 hours
ago. based on code collected
about 17 hours
ago.
Jun 29, 2025 — Jun 29, 2026
Showing page 1 of 3
Search / Filter on:
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...
freiheit
More...
over 18 years ago
Updating to release 1.1
freiheit
More...
over 20 years ago
Fixed small issue in example config file
freiheit
More...
over 20 years ago
Prepping for update to a new release
freiheit
More...
over 20 years ago
Slight simplification of the 376/422 code issue.
freiheit
More...
over 21 years ago
Added support for "no motd" in addition to current "end of motd".
freiheit
More...
over 21 years ago
Second try at allowing more characters in nicks.
freiheit
More...
about 22 years ago
- Changed to allow relaying privmsgs to users with unusual (but legal) characters in their nicks.
freiheit
More...
about 22 years ago
Made sleep time configurable.
freiheit
More...
about 23 years ago
Added a few comments to the config.
freiheit
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.
wepprop
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.
wepprop
More...
over 23 years ago
Added separate config items for echo-announcing topic changes and/or actually setting topic in echo channels.
wepprop
More...
over 23 years ago
Relay group functionality added to the remaining handlers.
wepprop
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.
wepprop
More...
over 23 years ago
$nick has been assimilated.
wepprop
More...
over 23 years ago
Full relay group functionality has been implemented for topic changes *only*.
wepprop
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.
freiheit
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.
wepprop
More...
over 23 years ago
Formal logfile specification, for those who prefer that over redirection. Default behavior is to write to standard out.
wepprop
More...
over 23 years ago
Added auto-ops list, fixed typo on '$nick' specification.
wepprop
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.
freiheit
More...
over 23 years ago
Rewrote a bit to be more "perlish" and a tad easier to read, but compiles identically.
freiheit
More...
over 23 years ago
Collapsed individual config options into monolithic hashes.
wepprop
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.
freiheit
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.
freiheit
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...)
freiheit
More...
over 23 years ago
Better examples of what can be done...
freiheit
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.
freiheit
More...
almost 24 years ago
Cross-channel relaying expanded to include more than simple public_msg.
freiheit
More...
almost 24 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree