6
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 14 hours ago.
Jun 01, 2023 — Jun 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Removed RPL_NOTOPIC handler as it does more harm than good More... about 18 years ago
Rolled back S_topic change in ::State More... about 18 years ago
Minor change to ::State S_topic handler to clear the stored topic when someone unsets the topic More... about 18 years ago
Documentation tweaks to ::State More... about 18 years ago
Added irc_chan_mode event to ::State so that everyone can enjoy State's internal mode parsing More... about 18 years ago
Added channel topic support to ::State More... about 18 years ago
Updated Changes file More... about 18 years ago
Added missiong is_channel_owner and is_channel_admin documentation More... about 18 years ago
Minor documentation change to ::State More... about 18 years ago
Changed the simpleclient.pl script to accept a filename as a second argument to /dump_state command. More... about 18 years ago
Using 'use' for dns checks was fubar. Switched back to 'require' and check VERSION for required .. erm .. version More... about 18 years ago
Fix to the channel_*_list subs, they weren't returning undef if the given channel didn't exist. More... about 18 years ago
Various changes to ::State, see Changes log and the pod More... about 18 years ago
DNS checks for >= 0.99 as suggested by integral More... about 18 years ago
Minor tweak to Connector plugin, initialising the lag counter at zero More... about 18 years ago
Amended Connector plugin so the lag is collected independent of what the ircd sends us back. More... about 18 years ago
shutdown() wasn't sending the quit message properly. Fixed. More... about 18 years ago
Amendments to shutdown so that it sends a quit message to the ircd if we are connected. More... about 18 years ago
Switched the poco-client-dns checks to 'use', so as to ensure that we only load >= 0.98 More... about 18 years ago
'irc_dcc_failed' event was undocumented. Fixed. More... about 18 years ago
Tweak to ::State to deal with ircds that don't report @+ status in WHO replies ( like unreal ). Thanks to Kinks for reporting that. More... about 18 years ago
Missed the Filter::Stackable in plugins Console and Proxy. More... about 18 years ago
Committing version update More... about 18 years ago
A bug in POE-0.35's Filter::Stackable causing problems with ::Test::Harness. Enabled a runaround *sigh* More... about 18 years ago
Committing prior to release More... about 18 years ago
Major hackery to remove dependency on PoCo-Client-(DNS|Ident) More... about 18 years ago
Added LUSERS command. More... about 18 years ago
new() deprecation warning specifies the module name. Saves confusion for people who are using Bot::* modules. More... about 18 years ago
Added parse_user() function to ::Common. Updated 6_common.t to add applicable tests More... about 18 years ago
Added matches_mask() function to ::Common. Updated 6_common.t to add applicable tests. More... about 18 years ago