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
/
modules
/
print_activity.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
'self.message.*' now uses 'send.message.*'
jesopo
2018-11-14
1
-1
/
+1
*
Add code to tokenize and ansi-replace IRC colors; use this in
•••
modules/print_activity.py
jesopo
2018-11-13
1
-1
/
+1
*
Print MOTD in modules/print_activity.py (after caching it in
•••
modules/line_handler.py)
jesopo
2018-11-13
1
-0
/
+5
*
Prettyprint channel RENAMEs
jesopo
2018-11-05
1
-0
/
+5
*
Actually use the sorted mode list in print_activity
jesopo
2018-10-04
1
-1
/
+1
*
Fix order of user status symbols in modules/print_activity.py
jesopo
2018-10-03
1
-0
/
+2
*
Correctly get BitBot's own modes in modules/print_activity.py
jesopo
2018-10-03
1
-6
/
+7
*
Print user status symbols in modules/print_activity.py
jesopo
2018-10-03
1
-4
/
+13
*
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
•••
related functionality
jesopo
2018-10-03
1
-18
/
+18
*
Add 'trace' logging level for src/Database.py and src/EventManager.py very
•••
verbose debugging
jesopo
2018-10-01
1
-26
/
+19
*
Use ModuleManager.BaseModule in more modules
jesopo
2018-09-27
1
-5
/
+2
*
Switch to using @Utils.hook and docstrings for event hooks
jesopo
2018-09-26
1
-32
/
+20
*
Move most code in root directory to src/
jesopo
2018-09-24
1
-1
/
+1
*
Refactor everything to use delimited events
jesopo
2018-09-19
1
-17
/
+17
*
Print mode changes in print_activity
jesopo
2018-09-02
1
-0
/
+10
*
give an Exports object (actually, ExportsContex object) to each module, to
•••
facilitate things like !set and !channelset without using the events system
jesopo
2018-09-02
1
-1
/
+1
*
Give modules event objects with "context"s, to facilitate purging all the event
•••
hooks for a module
jesopo
2018-08-31
1
-17
/
+17
*
Report actual topic setter (use 333, not 332)
jesopo
2018-08-29
1
-7
/
+9
*
Print topics in print_activity.py
jesopo
2018-08-29
1
-0
/
+11
*
modules/logging.py -> IRCLogging.py; IRCLog.py -> IRCBuffer.py; change logging
•••
to be an object on the server object instead of an event call
jesopo
2018-08-28
1
-3
/
+1
*
Improved logging, added TRACE logging in Database.py to see how it performs
jesopo
2018-08-05
1
-1
/
+3
*
Added missing ")" in print_activity.py
jesopo
2018-07-31
1
-1
/
+1
*
Included notices in print_activity, don't always print channel name
jesopo
2018-07-23
1
-5
/
+26
*
include quit reasons in print_activity if present
jesopo
2018-07-20
1
-1
/
+2
*
fix print_activity still using old EventManager priority location
jesopo
2018-07-15
1
-2
/
+1
*
Made part/quit print_activity functions more uniform
jesopo
2018-07-15
1
-3
/
+2
*
print_messages->print_activity, print more things!
jesopo
2018-07-15
1
-0
/
+83