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
/
set.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent setting values to array settings and prevent adding to non-array
•••
settings
jesopo
2018-12-05
1
-4
/
+11
*
Remove accidentally-added additional argument in modules/set.py.bot_set
jesopo
2018-11-12
1
-2
/
+1
*
Treat "low"/"high" as synonymous with "v"/"o" but with a settable override in
•••
modules/check_mode.py
jesopo
2018-11-10
1
-2
/
+2
*
I decided to not specifically handle printing arrays in !get/!channelget/etc but
•••
forgot to remove this code
jesopo
2018-11-06
1
-2
/
+0
*
Remove additional 'False' in modules/set.py that was an artefact of the first
•••
attempt to support array setting
jesopo
2018-11-06
1
-1
/
+1
*
Typo in modules/set.py; '=' -> '=='
jesopo
2018-11-06
1
-1
/
+1
*
Support arrays of user/channel/bot/server settings
jesopo
2018-11-06
1
-14
/
+37
*
Typo on modules/set.py; 'events.call' -> 'events.on'
jesopo
2018-10-16
1
-1
/
+1
*
Fire an event when a user/channel/server/bot setting is set in modules/set.py
jesopo
2018-10-12
1
-5
/
+12
*
Allow user/channel/server/bot settings to be "hidden" from settings lists in
•••
modules/set.py
jesopo
2018-10-06
1
-1
/
+3
*
Implement !botset/!botget in modules/set.py
jesopo
2018-10-04
1
-0
/
+19
*
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
•••
related functionality
jesopo
2018-10-03
1
-8
/
+8
*
Switch to using docstring for usage, permission and require_mode
jesopo
2018-09-30
1
-16
/
+22
*
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
-26
/
+31
*
Don't add a qualifier for server settings
jesopo
2018-09-09
1
-2
/
+2
*
Add !serverset and !serverget
jesopo
2018-09-09
1
-5
/
+19
*
Switch set.py to use delimited events
jesopo
2018-09-09
1
-18
/
+15
*
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
-24
/
+11
*
Give modules event objects with "context"s, to facilitate purging all the event
•••
hooks for a module
jesopo
2018-08-31
1
-8
/
+9
*
Added !channelsetoverride in set.py
jesopo
2018-08-28
1
-0
/
+6
*
fixed typos in !channelget
jesopo
2018-08-08
1
-3
/
+3
*
Added !get and !channelget
jesopo
2018-08-08
1
-5
/
+25
*
Track user channel modes by user object, not nickname
jesopo
2018-07-02
1
-1
/
+1
*
Added a "replay" system to EventManager hooks, to replay missed .calls
jesopo
2017-12-26
1
-2
/
+2
*
used set.py as an example for the new usage command.
jesopo
2016-04-05
1
-2
/
+4
*
tinkered with some modules and fixed a few bugs, also added the skeleton for ...
jesopo
2016-04-03
1
-4
/
+4
*
removed yet more left over code from when commands were channel-only.
jesopo
2016-03-31
1
-4
/
+4
*
added help strings where they were missing.
jesopo
2016-03-29
1
-1
/
+2
*
first commit.
jesopo
2016-03-29
1
-0
/
+54