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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix type errors detected by 'mypy --ignore-missing-imports src'.
Valentin Lorentz
2019-10-30
10
-38
/
+51
*
fix _line() related type hinting issues in IRCServer.py
jesopo
2019-10-30
1
-7
/
+11
*
add utils.date_human() - use it in badges.py
jesopo
2019-10-30
1
-0
/
+3
*
utils.parse doesn't need to import utils
jesopo
2019-10-29
1
-1
/
+0
*
'from src.utils import' -> 'from . import'
jesopo
2019-10-29
1
-1
/
+1
*
move typing.Callable def so Event doesn't have to be in " "
jesopo
2019-10-29
1
-2
/
+2
*
utils.cli shouldn't know about Database
jesopo
2019-10-29
1
-3
/
+3
*
utils.irc doesn't need to know about the whole of utils
jesopo
2019-10-29
1
-31
/
+31
*
send_mode() `args` is already a list
jesopo
2019-10-29
1
-1
/
+1
*
move src/utils/irc/__init__.py to src/utils/irc.py
jesopo
2019-10-28
1
-0
/
+0
*
remove src/utils/irc/protocol.py
jesopo
2019-10-28
3
-122
/
+37
*
Revert "remove unneeded import"
•••
This reverts commit 8425c11c97bbd9b5690000cac9f622327105d1ee.
jesopo
2019-10-27
1
-0
/
+1
*
remove unneeded import
jesopo
2019-10-27
1
-1
/
+0
*
move IRCLine related code from utils.irc to IRCLine.py
jesopo
2019-10-27
3
-86
/
+87
*
don't consume past 2nd digit in e.g. "\03033,123"
jesopo
2019-10-25
1
-5
/
+5
*
`reason` arg of `panic()` shouldn't be optional, detect current exception
jesopo
2019-10-25
1
-5
/
+5
*
remove bot.panic() `throw` kwarg
jesopo
2019-10-25
1
-2
/
+2
*
DEBUG log IRCBot.connect failure stacktrace
jesopo
2019-10-25
1
-0
/
+1
*
bot.panic() should just call sys.exit()
jesopo
2019-10-25
1
-13
/
+1
*
re-add list moving CAP objects from `capability_queue` to `capabilities_reque...
jesopo
2019-10-25
1
-2
/
+8
*
Make send_capability_queue split 'CAP REQ' message based on string length.
•••
Instead of sending caps by groups of 10.
Valentin Lorentz
2019-10-23
1
-11
/
+7
*
explicitly break event loop on Kill
jesopo
2019-10-22
1
-0
/
+1
*
`bitbotctl stop` should be keepalive so it exits when bitbotd exits
jesopo
2019-10-18
1
-1
/
+0
*
support utf8 hostnames by punycode (idna) encoding
jesopo
2019-10-18
1
-4
/
+12
*
hook_handler should be catching TRACE logging
jesopo
2019-10-17
1
-1
/
+1
*
add IRCBot.stop() - use it for !shutdown and './bitbotctl stop'
jesopo
2019-10-17
2
-6
/
+28
*
default to using a "data directory" for bitbot (~/.bitbot/)
jesopo
2019-10-17
2
-12
/
+12
*
remove debug prints from IRCBot
jesopo
2019-10-15
1
-2
/
+0
*
fix type linting issues for `client` in Control.is_readable
jesopo
2019-10-14
1
-2
/
+2
*
add `bitbotctl reload` command to reload all modules
jesopo
2019-10-14
1
-0
/
+4
*
run Control callbacks on main thread
•••
closes #180
jesopo
2019-10-14
1
-3
/
+8
*
remove `safe` arg from ModuleManager.load_modules() - try_reload_modules cove...
jesopo
2019-10-14
2
-3
/
+3
*
add ModuleManager.try_reload_modules(), to try reloading in a transaction
•••
if any of the modules fails to reload, rollback and use the already loaded modules. closes #179
jesopo
2019-10-14
2
-28
/
+58
*
refactor out chosing loadable modules in to _list_valid_modules()
jesopo
2019-10-14
1
-23
/
+35
*
don't have version 'v' prefix in VERSION
jesopo
2019-10-11
1
-1
/
+1
*
'test_handler' -> 'hook_handler'
jesopo
2019-10-11
1
-4
/
+4
*
hold current version in it's own file: VERSION
jesopo
2019-10-11
1
-1
/
+2
*
kill bitbotctl connection after rehash
jesopo
2019-10-11
1
-0
/
+7
*
add "rehash" bitbotctl command
jesopo
2019-10-11
1
-10
/
+5
*
try/except Control socket writes
jesopo
2019-10-11
1
-1
/
+4
*
add first real cli functionality: showing log
jesopo
2019-10-11
2
-21
/
+65
*
first draft of infrastructure for unix domain control socket
jesopo
2019-10-11
1
-0
/
+81
*
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
*
only .call() PollHooks when they're "due"
jesopo
2019-10-10
2
-3
/
+3
*
move PoolHook registrations to start.py
jesopo
2019-10-10
1
-6
/
+5
*
v1.12.0 release
jesopo
2019-10-10
1
-1
/
+1
*
v1.12.0-rc2 release
jesopo
2019-10-10
1
-1
/
+1
*
'server.conncect_time' -> 'server.connect_time'
jesopo
2019-10-10
1
-1
/
+1
[next]