aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 'test_handler' -> 'hook_handler'Gravatar jesopo2019-10-111-4/+4
* add setup.pyGravatar jesopo2019-10-111-0/+28
* exit when all servers are disconnected after ctrl+cGravatar jesopo2019-10-111-1/+5
* date docs/help/setup.md to use `bitbotd` as a commandGravatar jesopo2019-10-111-3/+3
* hold current version in it's own file: VERSIONGravatar jesopo2019-10-112-1/+3
* 'start.py' -> 'bitbotd'Gravatar jesopo2019-10-111-0/+0
* kill bitbotctl connection after rehashGravatar jesopo2019-10-111-0/+7
* actually send rehash commandGravatar jesopo2019-10-111-0/+2
* add "rehash" bitbotctl commandGravatar jesopo2019-10-112-12/+15
* Revert "no longer treat ctrl+c as "shutdown" - bitbotctl will take this job"•••This reverts commit 73e6ede8cc1bd7c8a8946d3e77f5157a5177a775. Gravatar jesopo2019-10-111-0/+23
* no longer treat ctrl+c as "shutdown" - bitbotctl will take this jobGravatar jesopo2019-10-111-23/+0
* add `log` command to bitbotctlGravatar jesopo2019-10-111-3/+27
* first version of bitbotctl - shows INFO loggingGravatar jesopo2019-10-111-0/+35
* try/except Control socket writesGravatar jesopo2019-10-111-1/+4
* add first real cli functionality: showing logGravatar jesopo2019-10-113-24/+67
* first draft of infrastructure for unix domain control socketGravatar jesopo2019-10-112-1/+87
* LockFile doesn't need to hold on to _database_locationGravatar jesopo2019-10-111-1/+0
* add "poll sources" - objects that can provide additional filenos for pollingGravatar jesopo2019-10-112-5/+48
* Don't exit when there are no connected servers•••closes #175 Gravatar jesopo2019-10-111-5/+0
* we need both `id` and `server` for !disconnectGravatar jesopo2019-10-101-2/+6
* '.values()' -> '.items()'Gravatar jesopo2019-10-101-1/+1
* dont say a vote has changed when it's been "changed" to the same optionGravatar jesopo2019-10-101-10/+16
* ignore invalid utf8 in markov log importsGravatar jesopo2019-10-101-1/+1
* 'channel.find_setting()' -> 'channel.find_settings()'Gravatar jesopo2019-10-101-1/+1
* only .call() PollHooks when they're "due"Gravatar jesopo2019-10-102-3/+3
* move PoolHook registrations to start.pyGravatar jesopo2019-10-102-7/+9
* v1.12.0 releaseGravatar jesopo2019-10-102-19/+8
* v1.12.0-rc2 releaseGravatar jesopo2019-10-102-2/+15
* 'server.conncect_time' -> 'server.connect_time'Gravatar jesopo2019-10-101-1/+1
* server.hostmask() already existsGravatar jesopo2019-10-101-2/+1
* change badges.py to use utils.datetime_utcnow() - less code dupeGravatar jesopo2019-10-101-6/+3
* add a fairly basic file locking mechanism with src/LockFile.py•••closes #96 Gravatar jesopo2019-10-104-6/+57
* refactor multi-line-to-line normalisation to utils.parse.line_normalise(), us...•••closes #174 Gravatar jesopo2019-10-103-6/+8
* strip HTML from RSS entry titles•••closes #174 Gravatar jesopo2019-10-101-1/+1
* !editserver only need an alias to exist, not to be currently connectedGravatar jesopo2019-10-091-3/+3
* a chain has failed to generate if the result is the same as the inputGravatar jesopo2019-10-091-0/+3
* `-V` command line arg should still effect stdoutGravatar jesopo2019-10-092-2/+2
* stdout output should just be WARN - put INFO in to a daily file•••this is because stdout, in something like systemd, will mess up journalctl output. Gravatar jesopo2019-10-091-1/+8
* format multi-line toots on a single line using things like double spaceGravatar jesopo2019-10-091-2/+24
* format multi-line tweets on a single line using things like double spacesGravatar jesopo2019-10-091-2/+9
* only FORCE_SUCCESS for masterlogin when there's a permissions requirementGravatar jesopo2019-10-091-1/+1
* add "$" to command in README.md to make it more obvious that it's a commandGravatar jesopo2019-10-091-1/+1
* update CHANGELOG.mdGravatar jesopo2019-10-091-0/+5
* also split auto-title words on `/`Gravatar jesopo2019-10-091-1/+3
* we should be catching `timer` as the output of self._timers.addGravatar jesopo2019-10-091-2/+3
* v1.12.0-rc1 releaseGravatar jesopo2019-10-092-1/+86
* [:,] shouldn't be optional because the wider group isGravatar jesopo2019-10-091-1/+1
* only accept space between word and modifier for word karma when : or ,Gravatar jesopo2019-10-091-1/+1
* duck_active should be when the duck spawnsGravatar jesopo2019-10-081-1/+1
* self.timers -> self._timersGravatar jesopo2019-10-081-1/+1