Skip to content
Snippets Groups Projects
  1. Mar 21, 2017
  2. Jan 17, 2017
  3. Jan 04, 2017
  4. Dec 17, 2016
  5. Dec 11, 2016
  6. Oct 15, 2016
  7. Jul 22, 2016
  8. Jul 08, 2016
  9. Jun 29, 2016
  10. Apr 02, 2016
  11. Mar 01, 2016
  12. Feb 20, 2016
  13. Feb 18, 2016
  14. Feb 15, 2016
  15. Feb 14, 2016
  16. Feb 10, 2016
  17. Feb 07, 2016
  18. Jan 31, 2016
  19. Nov 28, 2015
  20. Nov 16, 2015
  21. Oct 10, 2015
  22. Oct 06, 2015
  23. Oct 03, 2015
  24. Sep 30, 2015
  25. Sep 26, 2015
  26. Sep 23, 2015
  27. Sep 18, 2015
  28. Sep 16, 2015
  29. Sep 09, 2015
    • nickolas360's avatar
      Add documentation, update to v1.6; see commit body · 4c067fc9
      nickolas360 authored
      * Rename IrcBot to IRCBot.
      * Replace target parameter with channel in on_message() and on_notice().
      * Remove is_self parameter from events.
      * Add message parameter to on_kick().
      * Remove is_alive().
      * Change send_raw() parameters to an IRC command and a list of arguments to the
        command.
      * Rename on_other() to on_raw().
      * on_raw() is now called for every IRC message, not just ones without a
        specific event.
      * Remove async_events parameter from listen() and listen_async().
      
      * Add IStr, a case-insensitive string class.
      * Add IDefaultDict, a case-insensitive dictionary class.
      * Make all nickname, channel, and target parameters in events case-insensitive.
        See IStr for more information.
      * Add IRCBot.nicklist, a case-insensitive dictionary which stores lists of
        users in channels.
      * Make IRCBot.channels case-insensitive.
      * Make IRCBot.nickname case-insensitive.
      * Add a timeout parameter to wait().
      * Add a realname parameter to register().
      * When given a list of CA certificates, make connect() verify the server's
        hostname as well as its certificate.
      
      * Rename some private methods.
      * Rename some private buffers.
      * Make methods call send_raw() instead of writeline().
      * Handle socket errors more gracefully.
      * Make parse() a static method.
      * Add format(), which formats IRC messages.
      * Make register() wait for RPL_WELCOME instead of MODE.
      4c067fc9
  30. Jul 25, 2015
  31. Jul 22, 2015
  32. Jul 20, 2015
  33. Jul 18, 2015
Loading