Commit Graph

28 Commits

Author SHA1 Message Date
Ben Harris 5cfa7a1248 fix channel loading 2022-06-14 17:09:18 -04:00
Ben Harris 8aa6eadb39 Merge pull request 'Fixes for use off of tilde.chat/tildeverse' (#2) from kindrobot/tooter:smol-fixes into master
Reviewed-on: #2
2022-06-14 20:59:43 +00:00
Stef Dunlap 2e242aea1e Fixes for use off of tilde.chat/tildeverse
- correctly parses channels from config per config.example.yaml
- sets TLS to None in case of no TLS
  - on tilde.town we commonly connect to localhost w/o ssl
  - for ircrobots (and/or it's dependencies) TLS must be none (not
    false) or else it will assume SSL/TLS

I am not a python expert, so please feel free to comment or fix.
2022-06-14 16:46:52 -04:00
Ben Harris 8715023f58 update readme stuff 2022-05-09 17:02:51 -04:00
Ben Harris 2fd0b3a770 downgrade emoji to silence deprecation warning 2022-05-09 16:59:21 -04:00
Ben Harris 8c2197a0d7 fix new ircrobots stuff 2022-05-09 16:42:31 -04:00
Ben Harris 570dba09a6 move to using config.py parser stuff 2022-05-09 15:34:00 -04:00
Ben Harris 195e9015a8 add author to toots
also bumps deps and some various cleanups
2022-05-09 15:10:36 -04:00
Anton McClure 7f687d23f7 Fix errors/issues in json files 2021-06-16 14:44:09 -04:00
Ben Harris fb60e68b3f tidy up accounts
channel key in account's json will limit that key to that channel
2021-02-24 15:47:20 -05:00
Ben Harris 1e42b6d655 make example unit unbuffered 2021-02-19 10:39:10 -05:00
Ben Harris b46e6e06f8 adjust message condition order 2021-02-19 10:00:12 -05:00
Ben Harris d0ce776572 rewrite with ircrobots 2021-02-18 15:41:58 -05:00
Ben Harris 7ee1f9a7aa fix crash on empty toot 2020-05-07 14:39:27 -04:00
Ben Harris a4b5440be5 Merge pull request 'case insensitivity for commands' (#1) from jesopo/tooter:master into master 2020-05-05 10:08:55 -04:00
jesopo 383a33a0fa case insensitivity for commands 2020-05-05 11:04:52 +01:00
Ben Harris 6cf2196551 update irctokens to v1.0.0 2020-05-01 13:15:51 -04:00
Ben Harris a1ae3eb42a fix JOIN command 2020-03-13 10:09:19 -04:00
Ben Harris d6e684ad10 fix crash 2020-03-13 10:07:31 -04:00
Ben Harris 9a858e9a29 did a dumb 2020-03-12 01:09:09 -04:00
Ben Harris a0306cdb4c upgrade irctokens 2020-03-12 01:07:10 -04:00
Ben Harris b61f5c4321 use irctokens library 2020-03-11 14:35:46 -04:00
Ben Harris f7c8740729 small refactor and nickserv account stuff 2020-02-24 11:14:49 -05:00
Ben Harris bb80546e45 oops 2019-06-26 12:21:13 -04:00
Ben Harris 2df0ff2a66 remove # from channel 2019-05-30 08:56:45 -04:00
Ben Harris 0d5a6b0106 move configs to json 2019-05-29 22:06:45 -04:00
Ben Harris 26ed6b7f09 fix some stuff 2019-05-29 21:28:49 -04:00
Ben Harris eda932ec06
init 2019-05-29 21:15:52 -04:00