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
/
auto_mode.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Check a channel's automode when automode is turned on in modules/auto_mode.py
jesopo
2018-10-12
1
-10
/
+16
*
Add !syncmodes in modules/auto_mode.py, fire internal.identified in
•••
modules/permissions.py and catch it in modules/auto_mode.py to give users modes when they identify using the internal identity mechanism
jesopo
2018-10-11
1
-4
/
+31
*
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
•••
related functionality
jesopo
2018-10-03
1
-9
/
+9
*
Switch to using docstring for usage, permission and require_mode
jesopo
2018-09-30
1
-12
/
+16
*
Move all exports to @Utils.export calls
jesopo
2018-09-27
1
-6
/
+4
*
Switch to using @Utils.hook and docstrings for event hooks
jesopo
2018-09-26
1
-20
/
+23
*
Move most code in root directory to src/
jesopo
2018-09-24
1
-1
/
+1
*
Set +o/+v on a user if they're in the channel at the time of !addop/!addvoice
jesopo
2018-09-06
1
-0
/
+3
*
addvoice/removevoice should use "v" not "o"
jesopo
2018-09-06
1
-2
/
+2
*
Only do automode when a user is identified, also do automode on an IRCv3
•••
ACCOUNT command
jesopo
2018-09-06
1
-6
/
+11
*
Finally implement auto_mode.py!
jesopo
2018-09-06
1
-11
/
+61
*
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
-5
/
+4
*
Give modules event objects with "context"s, to facilitate purging all the event
•••
hooks for a module
jesopo
2018-08-31
1
-4
/
+4
*
Change how specific events assure their hooks gets the event independant of
•••
loading order
jesopo
2018-08-28
1
-1
/
+1
*
Added a "replay" system to EventManager hooks, to replay missed .calls
jesopo
2017-12-26
1
-6
/
+5
*
simpler boolean channel settings
Evelyn
2016-04-10
1
-4
/
+2
*
fixed some dumb typos
jesopo
2016-04-03
1
-1
/
+1
*
added some more to the skeleton of the auto_mode module.
jesopo
2016-04-03
1
-2
/
+11
*
tinkered with some modules and fixed a few bugs, also added the skeleton for ...
jesopo
2016-04-03
1
-0
/
+18