Commit Graph

  • 49cd979449 Apparently poll.register can fail with TimeoutError. Handle those Juhani Krekelä 2018-02-09 23:06:59 +0200
  • 64a31a61e8 Add irc.part and irc.get_channels Juhani Krekelä 2018-01-20 17:01:02 +0200
  • 03f0011e62 Add botcmd.on_quit hook for bot cleanup Juhani Krekelä 2018-01-20 16:54:13 +0200
  • a74173fee2 Replace irc.bot_response and irc.bot_response_bytes with an interface that autoconverts if needed Juhani Krekelä 2018-01-20 16:49:37 +0200
  • 6a2a7503cb Add bot_response_bytes Juhani Krekelä 2018-01-03 21:32:00 +0200
  • 002f1eecf8 Read config from a configuration file Juhani Krekelä 2018-01-03 18:08:24 +0200
  • 029083b661 Remove an out-of-date TODO Juhani Krekelä 2018-01-03 01:11:21 +0200
  • df82f06fa9 Ping timeout faster, and don't crash if network is unreachable Juhani Krekelä 2018-01-02 20:46:50 +0200
  • bb71e5ae9c Have bot reconnect by default on connection failures Juhani Krekelä 2018-01-02 20:33:17 +0200
  • e292dc2b4c Add API.cron, for easier bot access to the cron functionality Juhani Krekelä 2018-01-02 18:33:04 +0200
  • 1081a6d092 Add botcmd.on_connect hook, to allow better control over bot bringup Juhani Krekelä 2018-01-02 18:31:23 +0200
  • c910f08b1e Add flood protection Juhani Krekelä 2018-01-01 00:26:54 +0200
  • 4f523ef534 Update comments to match reality Juhani Krekelä 2017-12-31 22:08:33 +0200
  • 11d770010f Remove a TODO for timeouting, as it has been implemented Juhani Krekelä 2017-12-31 22:03:01 +0200
  • d3a214ec86 Add ping timeouting Juhani Krekelä 2017-12-10 17:43:39 +0200
  • 72056025fb Fix API.error() Juhani Krekelä 2017-12-10 15:46:53 +0200
  • 7ce9b45166 Fix typo in API docstrings Juhani Krekelä 2017-12-10 14:42:12 +0200
  • 6689131bc7 Add bot_response() to API Juhani Krekelä 2017-09-13 23:17:30 +0300
  • 845fb1bab2 Fix typo faile → failed in README.md Juhani Krekelä 2017-09-06 20:50:58 +0300
  • df7758ae0f Fix capitalization of HynneFlip Juhani Krekelä 2017-09-06 20:49:53 +0300
  • a0b4f51fef Add a stub botcmd.py Juhani Krekelä 2017-09-06 20:47:32 +0300
  • 984af5b68e Modify the built-in config in ircbot.py Juhani Krekelä 2017-09-06 20:47:16 +0300
  • bf2bc2d215 Add a new README.md for the o3-base project Juhani Krekelä 2017-09-06 20:45:31 +0300
  • 401f65735e Bot is mature enough, point it at ##hymnnos Juhani Haverinen 2017-09-05 19:18:17 +0300
  • ce25127299 Implement the hymmnos dictionary search feature Juhani Haverinen 2017-09-05 15:09:57 +0300
  • 4bc3f12d42 Add get_nick() to API and add docstrings to API commands Juhani Haverinen 2017-09-05 14:15:01 +0300
  • 164cede500 Have logger as its own thread Juhani Haverinen 2017-09-05 14:11:15 +0300
  • abb579bc88 Move API class to ircbot.py Juhani Haverinen 2017-09-05 13:47:32 +0300
  • f4077cdd3e Make bot autojoin channel and move nick and username to server config Juhani Haverinen 2017-09-05 13:45:28 +0300
  • 3a2fb42538 Have thread be spawned for non-trivial messages Juhani Haverinen 2017-09-05 13:11:08 +0300
  • 36ab28cd71 Add start of line handling, don't log PONGs Juhani Haverinen 2017-09-05 12:47:47 +0300
  • 4c7fe56950 Implement PING/PONG Juhani Haverinen 2017-09-05 11:40:44 +0300
  • 2e1bc6a6b1 Use enums for message types in channels Juhani Haverinen 2017-09-05 11:24:58 +0300
  • 044fc0d4bd Make the debug interface nicer to use Juhani Haverinen 2017-09-05 11:03:41 +0300
  • fcc1978743 Handle the case of having several full messages in input buffer Juhani Haverinen 2017-09-05 10:58:58 +0300
  • 0657f423f3 Use channels for internal communication Juhani Haverinen 2017-09-05 10:55:33 +0300
  • 4e1efa5b61 Use a lock in send_line_raw and don't thread sending of data through the mainloop Juhani Haverinen 2017-09-05 10:05:02 +0300
  • 8cfec71fb1 Skeleton of the IRC bot Juhani Haverinen 2017-09-05 00:10:10 +0300
  • ee530a4acf Start work on the base of the IRC bot Juhani Haverinen 2017-09-04 22:49:01 +0300
  • acc7e5a828 First commit Juhani Haverinen 2017-09-04 22:00:01 +0300