All Versions
6
Latest Version
Avg Release Cycle
208 days
Latest Release
1610 days ago

Changelog History

  • v0.5.0

    December 04, 2019
  • v0.4.0

    March 04, 2018
  • v0.3.0

    November 16, 2017
  • v0.1.2

    September 18, 2017
  • v0.1.1

    August 23, 2017
  • v0.1.0 Changes

    • ๐ŸŽ‰ Initialize the project
    • IRC API
      • Objects
      • User (represent a nick, id, whois)
      • Chan (a chan with users, name)
      • Client (a socket associated to an user)
      • Nick (availability, ...)
      • Actions
      • Handles one <-> one messages)
      • Handles one <-> many messages
      • Handles the connection and IO (connect, send, recv)
      • Masks (rights, ...)
      • Use Commands (Talk, Chan, User)
        • JOIN, PRIVSG, NOTICE, MODE, ...
        • OP, DEOP, BAN, ...
    • Bot Framework
      • Set hooks and rules to trigger actions
      • Manage connected Users and Channels
    • ๐Ÿ“š Robust testing and documentation
      • Specs on the complete API and protocol
      • Specs on the Framwork with basic and advanced use-cases
      • Real bot samples