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
*
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
*
add "$" to command in README.md to make it more obvious that it's a command
jesopo
2019-10-09
1
-1
/
+1
*
update CHANGELOG.md
jesopo
2019-10-09
1
-0
/
+5
*
also split auto-title words on `/`
jesopo
2019-10-09
1
-1
/
+3
*
we should be catching `timer` as the output of self._timers.add
jesopo
2019-10-09
1
-2
/
+3
*
v1.12.0-rc1 release
jesopo
2019-10-09
2
-1
/
+86
*
[:,] shouldn't be optional because the wider group is
jesopo
2019-10-09
1
-1
/
+1
*
only accept space between word and modifier for word karma when : or ,
jesopo
2019-10-09
1
-1
/
+1
*
duck_active should be when the duck spawns
jesopo
2019-10-08
1
-1
/
+1
*
self.timers -> self._timers
jesopo
2019-10-08
1
-1
/
+1
*
typo, 'timer.repo()' -> 'timer.redo()'
jesopo
2019-10-08
1
-1
/
+1
*
duck-prevent-highlight by default, improve !friends/!enemies query
jesopo
2019-10-08
1
-6
/
+29
*
default !friends/!enemies to be for the current channel
jesopo
2019-10-08
1
-2
/
+2
*
prefer `url` over `id` as it's usually a more user-friendly url
jesopo
2019-10-08
1
-1
/
+2
*
!isupraw -> !tcpup
jesopo
2019-10-08
1
-2
/
+2
*
look back in logs for URL when non is provided to !isup
jesopo
2019-10-08
1
-2
/
+10
*
add !isupraw - to check if a tcp connection is possible to a target
•••
closes #120
jesopo
2019-10-08
1
-0
/
+27
*
show $n/$u/$h for ban-format-account help too
jesopo
2019-10-08
1
-1
/
+3
*
don't consume ":"/"," in a karma target
jesopo
2019-10-08
1
-1
/
+1
*
fix IRCChannel.topic_setter type hint
jesopo
2019-10-08
1
-1
/
+1
*
move !which to help.py
jesopo
2019-10-08
2
-18
/
+16
*
add !apropos - to show commands with a given string in them
•••
closes #133
jesopo
2019-10-08
1
-0
/
+16
*
do not permit a space between () and karma modifier
jesopo
2019-10-08
1
-1
/
+1
*
only show twitter url when one was not provided initially
jesopo
2019-10-08
2
-5
/
+9
*
allow !markovfor outside a channel when you share the channel with bitbot
jesopo
2019-10-08
1
-1
/
+3
*
send ducks 5-20 seconds after the message that triggered it
jesopo
2019-10-08
1
-1
/
+5
[next]