about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* fix channel loading HEAD masterBen Harris2022-06-141-2/+3
|
* Merge pull request 'Fixes for use off of tilde.chat/tildeverse' (#2) from ↵Ben Harris2022-06-142-3/+7
|\ | | | | | | | | | | kindrobot/tooter:smol-fixes into master Reviewed-on: https://tildegit.org/ben/tooter/pulls/2
| * Fixes for use off of tilde.chat/tildeverseStef Dunlap2022-06-142-3/+7
|/ | | | | | | | | | - 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.
* update readme stuffBen Harris2022-05-091-2/+10
|
* downgrade emoji to silence deprecation warningBen Harris2022-05-092-3/+3
|
* fix new ircrobots stuffBen Harris2022-05-095-80/+81
|
* move to using config.py parser stuffBen Harris2022-05-097-30/+77
|
* add author to tootsBen Harris2022-05-093-20/+22
| | | | also bumps deps and some various cleanups
* Fix errors/issues in json filesAnton McClure2021-06-163-4/+1
|
* tidy up accountsBen Harris2021-02-243-44/+41
| | | | channel key in account's json will limit that key to that channel
* make example unit unbufferedBen Harris2021-02-191-1/+1
|
* adjust message condition orderBen Harris2021-02-191-1/+1
|
* rewrite with ircrobotsBen Harris2021-02-184-82/+88
|
* fix crash on empty tootBen Harris2020-05-071-10/+11
|
* Merge pull request 'case insensitivity for commands' (#1) from ↵Ben Harris2020-05-051-3/+4
|\ | | | | | | jesopo/tooter:master into master
| * case insensitivity for commandsjesopo2020-05-051-3/+4
|/
* update irctokens to v1.0.0Ben Harris2020-05-013-10/+10
|
* fix JOIN commandBen Harris2020-03-131-1/+1
|
* fix crashBen Harris2020-03-131-4/+2
|
* did a dumbBen Harris2020-03-121-1/+1
|
* upgrade irctokensBen Harris2020-03-122-3/+2
|
* use irctokens libraryBen Harris2020-03-112-35/+59
|
* small refactor and nickserv account stuffBen Harris2020-02-245-39/+47
|
* oopsBen Harris2019-06-261-1/+1
|
* remove # from channelBen Harris2019-05-301-1/+1
|
* move configs to jsonBen Harris2019-05-294-10/+19
|
* fix some stuffBen Harris2019-05-292-8/+9
|
* initBen Harris2019-05-295-0/+198