index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
move bitbot.service, update it for `start.py` -> `bitbotd`
jesopo
2019-10-14
1
-6
/
+6
*
Merge pull request #173 from panicbit/splitpoints
•••
Adjust line splitpoints to word boundaries. closes #159
jesopo
2019-10-12
1
-0
/
+14
|
\
|
*
Remove @staticmethod
panicbit
2019-10-12
1
-2
/
+1
|
*
Adjust line splitpoints to word boundaries
panicbit
2019-10-09
1
-0
/
+15
*
|
Merge pull request #176 from jlu5/patch-1
•••
Show 0 karma in the colour of gold™
jesopo
2019-10-12
1
-1
/
+2
|
\
\
|
*
|
Show 0 karma in the colour of gold™
James Lu
2019-10-11
1
-1
/
+2
|
/
/
*
|
don't have version 'v' prefix in VERSION
jesopo
2019-10-11
2
-2
/
+2
*
|
add `platform` to setup.py (linux only)
jesopo
2019-10-11
1
-1
/
+2
*
|
update CHANGELOG.md
jesopo
2019-10-11
1
-0
/
+14
*
|
'test_handler' -> 'hook_handler'
jesopo
2019-10-11
1
-4
/
+4
*
|
add setup.py
jesopo
2019-10-11
1
-0
/
+28
*
|
exit when all servers are disconnected after ctrl+c
jesopo
2019-10-11
1
-1
/
+5
*
|
date docs/help/setup.md to use `bitbotd` as a command
jesopo
2019-10-11
1
-3
/
+3
*
|
hold current version in it's own file: VERSION
jesopo
2019-10-11
2
-1
/
+3
*
|
'start.py' -> 'bitbotd'
jesopo
2019-10-11
1
-0
/
+0
*
|
kill bitbotctl connection after rehash
jesopo
2019-10-11
1
-0
/
+7
*
|
actually send rehash command
jesopo
2019-10-11
1
-0
/
+2
*
|
add "rehash" bitbotctl command
jesopo
2019-10-11
2
-12
/
+15
*
|
Revert "no longer treat ctrl+c as "shutdown" - bitbotctl will take this job"
•••
This reverts commit 73e6ede8cc1bd7c8a8946d3e77f5157a5177a775.
jesopo
2019-10-11
1
-0
/
+23
*
|
no longer treat ctrl+c as "shutdown" - bitbotctl will take this job
jesopo
2019-10-11
1
-23
/
+0
*
|
add `log` command to bitbotctl
jesopo
2019-10-11
1
-3
/
+27
*
|
first version of bitbotctl - shows INFO logging
jesopo
2019-10-11
1
-0
/
+35
*
|
try/except Control socket writes
jesopo
2019-10-11
1
-1
/
+4
*
|
add first real cli functionality: showing log
jesopo
2019-10-11
3
-24
/
+67
*
|
first draft of infrastructure for unix domain control socket
jesopo
2019-10-11
2
-1
/
+87
*
|
LockFile doesn't need to hold on to _database_location
jesopo
2019-10-11
1
-1
/
+0
*
|
add "poll sources" - objects that can provide additional filenos for polling
jesopo
2019-10-11
2
-5
/
+48
*
|
Don't exit when there are no connected servers
•••
closes #175
jesopo
2019-10-11
1
-5
/
+0
*
|
we need both `id` and `server` for !disconnect
jesopo
2019-10-10
1
-2
/
+6
*
|
'.values()' -> '.items()'
jesopo
2019-10-10
1
-1
/
+1
*
|
dont say a vote has changed when it's been "changed" to the same option
jesopo
2019-10-10
1
-10
/
+16
*
|
ignore invalid utf8 in markov log imports
jesopo
2019-10-10
1
-1
/
+1
*
|
'channel.find_setting()' -> 'channel.find_settings()'
jesopo
2019-10-10
1
-1
/
+1
*
|
only .call() PollHooks when they're "due"
jesopo
2019-10-10
2
-3
/
+3
*
|
move PoolHook registrations to start.py
jesopo
2019-10-10
2
-7
/
+9
*
|
v1.12.0 release
jesopo
2019-10-10
2
-19
/
+8
*
|
v1.12.0-rc2 release
jesopo
2019-10-10
2
-2
/
+15
*
|
'server.conncect_time' -> 'server.connect_time'
jesopo
2019-10-10
1
-1
/
+1
*
|
server.hostmask() already exists
jesopo
2019-10-10
1
-2
/
+1
*
|
change badges.py to use utils.datetime_utcnow() - less code dupe
jesopo
2019-10-10
1
-6
/
+3
*
|
add a fairly basic file locking mechanism with src/LockFile.py
•••
closes #96
jesopo
2019-10-10
4
-6
/
+57
*
|
refactor multi-line-to-line normalisation to utils.parse.line_normalise(), us...
•••
closes #174
jesopo
2019-10-10
3
-6
/
+8
*
|
strip HTML from RSS entry titles
•••
closes #174
jesopo
2019-10-10
1
-1
/
+1
*
|
!editserver only need an alias to exist, not to be currently connected
jesopo
2019-10-09
1
-3
/
+3
*
|
a chain has failed to generate if the result is the same as the input
jesopo
2019-10-09
1
-0
/
+3
*
|
`-V` command line arg should still effect stdout
jesopo
2019-10-09
2
-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.
jesopo
2019-10-09
1
-1
/
+8
|
/
*
format multi-line toots on a single line using things like double space
jesopo
2019-10-09
1
-2
/
+24
*
format multi-line tweets on a single line using things like double spaces
jesopo
2019-10-09
1
-2
/
+9
*
only FORCE_SUCCESS for masterlogin when there's a permissions requirement
jesopo
2019-10-09
1
-1
/
+1
[next]