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
*
Immutable arg default values leads to weird data persistence
jesopo
2019-05-30
1
-1
/
+1
*
Update CHANGELOG
jesopo
2019-05-30
1
-0
/
+4
*
`draft/labeled-response` -> `draft/labeled-response-0.2`
jesopo
2019-05-30
1
-1
/
+1
*
labeled-response is not ratified yet
jesopo
2019-05-29
1
-1
/
+0
*
Only try to send QUITs on ctrl+c when we're connected - sys.exit otherwise
jesopo
2019-05-29
3
-5
/
+13
*
Switch resume.py to use the last `server-time` it saw, not last .recv()
jesopo
2019-05-29
2
-7
/
+6
*
Move IRCv3 `server-time` code in to it's own module, save last @time tag
jesopo
2019-05-29
2
-1
/
+17
*
First draft of following/unfollowing tweets in channels
jesopo
2019-05-29
1
-3
/
+41
*
Better CHANGELOG line about #56
jesopo
2019-05-28
1
-1
/
+1
*
Update CHANGELOG
jesopo
2019-05-28
1
-0
/
+3
*
Switch from `bot-url` metadata to `bot`+`homepage` (https://git.io/fjlSn)
jesopo
2019-05-28
1
-1
/
+2
*
Pass str object to BeautifulSoup, not bytes. closes #56
jesopo
2019-05-28
1
-4
/
+3
*
re.escape nicknames for highlight prevention
jesopo
2019-05-28
1
-1
/
+2
*
'bot' -> 'self.bot'
jesopo
2019-05-27
1
-1
/
+1
*
append ".py" when doing find_module on ModuleType.FILE
jesopo
2019-05-27
1
-0
/
+2
*
re-add _reload function
jesopo
2019-05-27
1
-0
/
+4
*
Don't include module-unload numbers in "success" numbers
jesopo
2019-05-27
1
-2
/
+0
*
Use self.bot.load_modules in modules.py
jesopo
2019-05-27
2
-17
/
+12
*
ModuleManager's load_module function now takes a ModuleDefinition
jesopo
2019-05-27
1
-2
/
+4
*
Switch to using tweepy for tweets module
jesopo
2019-05-27
4
-2
/
+164
*
set `changed = True` when we pop a module with no dependencies left
jesopo
2019-05-27
2
-123
/
+2
*
Throw an exception when we detect a complex circular dependency
jesopo
2019-05-27
1
-0
/
+5
*
Enable TCP keepalives
jesopo
2019-05-27
1
-0
/
+1
*
Only check for unknown dependencies once
jesopo
2019-05-26
1
-6
/
+14
*
Update CHANGELOG
jesopo
2019-05-26
1
-0
/
+8
*
Only iterate a module's deps, not all modules, when checking for circular deps
jesopo
2019-05-26
1
-6
/
+6
*
Merge pull request #54 from AntonMcClure/revert-53-patch-1
•••
Revert "added license info" - as per https://opensource.stackexchange.com/a/4024
jesopo
2019-05-26
1
-3
/
+3
|
\
|
*
Revert "added license info"
Anton McClure
2019-05-26
1
-3
/
+3
|
/
*
Merge pull request #53 from Abdur-rahmaanJ/patch-1
•••
added license info
jesopo
2019-05-26
1
-3
/
+3
|
\
|
*
added name
Abdur-Rahmaan Janhangeer
2019-05-26
1
-3
/
+3
|
/
*
'cicular' -> 'circular', words are hard
jesopo
2019-05-26
1
-2
/
+2
*
'cycular' -> 'cicular'
jesopo
2019-05-26
1
-1
/
+1
*
Add basic comments for dependency-sorting system
jesopo
2019-05-25
1
-0
/
+3
*
fix cve.py helpstring
jesopo
2019-05-25
1
-2
/
+2
*
Implement ordering modules by `depends-on` hashflag
jesopo
2019-05-25
1
-10
/
+45
*
Fix utils.parse.hashflags type hints
jesopo
2019-05-25
2
-4
/
+5
*
Add `depends-on` hashflags to relevant modules
jesopo
2019-05-25
82
-0
/
+190
*
Refactor ModuleManager
jesopo
2019-05-25
1
-46
/
+83
*
Don't store hashflags as a dict before returning them - allow duplicate keys
jesopo
2019-05-25
1
-3
/
+3
*
Actually save blacklist setting when reenabling a module
jesopo
2019-05-25
1
-0
/
+1
*
Don't eat a character when preventing highlights
jesopo
2019-05-24
1
-2
/
+2
*
Use regex to prevent highlights in github module
jesopo
2019-05-24
1
-9
/
+3
*
connect_time is on server.socket, not server
jesopo
2019-05-24
1
-1
/
+1
*
Store IRCSocket connect_time, show bytes read/write per second in stats.py
jesopo
2019-05-24
2
-1
/
+7
*
Bump version to v1.7.1
jesopo
2019-05-24
2
-1
/
+6
*
_match_caps takes 2 args
jesopo
2019-05-24
1
-1
/
+1
*
Split CHANGELOG in to sections
jesopo
2019-05-23
1
-8
/
+12
*
Add CHANGELOG
jesopo
2019-05-23
1
-0
/
+14
*
Bump version to v1.7.0
jesopo
2019-05-23
1
-1
/
+1
*
Add comment about why we strip non-alnum chars from private commands
jesopo
2019-05-23
1
-0
/
+4
[next]