Files
perl-Bot-BasicBot/perl-Bot-BasicBot.changes
Stephan Kulow f89c901e33 - updated to 0.86
- Add noticed(), which is like said() but for notices
    - Depend on POE::Component::IRC 6.56 for a notice-related fix
  
    - Document the 'no_run' attribute and add a getter/setter for it
    - Added a pocoirc() method which returns the underlying pocoirc object
    - Switched the backend from POE::Component::IRC to P::C::I::State
    - Print a warning and shut down if our session gets an exception
    - Document the channel_data() method
    - Depend on POE::Component::IRC 6.55 for a NAMES-related bugfix
  
    - Ignore empty strings returned by said()
    - Adjust the method documentation a bit to avoid confusion
    - Added the notice() method to send IRC notices.
      Useful when implementing bots.
  
    - Applied patch from Mario Domgörgen to use log() for warnings (RT #51804)
    - Only ignore said() when it returns undef/empty list, not false
    - got_names was never getting called. Fixed that.
    - Skip connect.t for now. I should rewrite it to use poco-server-irc...
  
    - Maintainership moved from cpan:TOMI to cpan:HINRIK
    - Use POE::Component::IRC's Connector plugin to handle reconnects. This
      fixes the endless reconnect loop when trying to shut down the bot
    - Kill subprocesses (e.g. those created by forkit()) on shutdown
    - Migrate distribution to Dist::Zilla
    - Eliminate bogus "NAMES HASH(0x1234567)" queries the bot was making after
      joining a channel

OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Bot-BasicBot?expand=0&rev=2
2011-04-04 17:18:44 +00:00

38 lines
1.7 KiB
Plaintext

-------------------------------------------------------------------
Mon Apr 4 17:17:03 UTC 2011 - coolo@novell.com
- updated to 0.86
- Add noticed(), which is like said() but for notices
- Depend on POE::Component::IRC 6.56 for a notice-related fix
- Document the 'no_run' attribute and add a getter/setter for it
- Added a pocoirc() method which returns the underlying pocoirc object
- Switched the backend from POE::Component::IRC to P::C::I::State
- Print a warning and shut down if our session gets an exception
- Document the channel_data() method
- Depend on POE::Component::IRC 6.55 for a NAMES-related bugfix
- Ignore empty strings returned by said()
- Adjust the method documentation a bit to avoid confusion
- Added the notice() method to send IRC notices.
Useful when implementing bots.
- Applied patch from Mario Domgörgen to use log() for warnings (RT #51804)
- Only ignore said() when it returns undef/empty list, not false
- got_names was never getting called. Fixed that.
- Skip connect.t for now. I should rewrite it to use poco-server-irc...
- Maintainership moved from cpan:TOMI to cpan:HINRIK
- Use POE::Component::IRC's Connector plugin to handle reconnects. This
fixes the endless reconnect loop when trying to shut down the bot
- Kill subprocesses (e.g. those created by forkit()) on shutdown
- Migrate distribution to Dist::Zilla
- Eliminate bogus "NAMES HASH(0x1234567)" queries the bot was making after
joining a channel
-------------------------------------------------------------------
Fri Nov 6 23:24:11 CET 2009 - dmueller@suse.de
- Initial package (0.81)