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
/
config.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
move core modules to src/core_modules, make them uneffected by white/black list
jesopo
2019-12-10
1
-244
/
+0
|
*
SettingParseException was moved to utils.settings
jesopo
2019-12-02
1
-1
/
+1
|
*
add check.command.permission and check.command.authenticated callbacks
jesopo
2019-11-26
1
-6
/
+4
|
*
add !c as an alias of !config
jesopo
2019-11-05
1
-0
/
+1
|
*
tell user config setting is unchanged
fosslinux
2019-11-01
1
-3
/
+12
|
*
Setting.format() should effect when you change a setting, mostly for
jesopo
2019-10-07
1
-2
/
+4
|
|
|
|
SensitiveSetting
*
Allow utils.Setting_ parse functions to throw detailed errors
jesopo
2019-10-04
1
-3
/
+11
|
*
allow all preprocess.command and check.command failures to have a message
jesopo
2019-09-26
1
-1
/
+2
|
*
.lstrip("-") from unset setting name
jesopo
2019-09-24
1
-1
/
+1
|
*
refactor all checks for channel_type to server.is_channel()
jesopo
2019-09-20
1
-1
/
+1
|
*
move where optional for_str is inserted
jesopo
2019-09-20
1
-1
/
+1
|
*
allow "!config #channel" for channels other than the current one
jesopo
2019-09-17
1
-15
/
+22
|
*
suggest "!config <nickname> <setting> <value>" when settings are missing
jesopo
2019-09-17
1
-1
/
+8
|
*
treat config target "*" as current channel or current user in PM
jesopo
2019-09-17
1
-0
/
+7
|
*
permit '!config #channel <setting>' and '!config own_nick <setting>'
jesopo
2019-09-17
1
-1
/
+6
|
*
add utils.Setting.format() so subtypes can format differently
jesopo
2019-09-12
1
-1
/
+2
|
*
'bot' -> '_bot'
jesopo
2019-09-05
1
-1
/
+1
|
*
remove unused CHANNELSET_HELP const
jesopo
2019-09-02
1
-2
/
+0
|
*
!config access should be "config", not "set". remove unused check_assert
jesopo
2019-08-16
1
-2
/
+1
|
*
use raw/unformatted Setting usage strings for require_setting output
jesopo
2019-07-02
1
-1
/
+1
|
*
Automatically format `example` text for OptionsSetting (showing options)
jesopo
2019-06-29
1
-3
/
+3
|
*
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
jesopo
2019-06-28
1
-5
/
+4
|
*
module is called 'check_mode', not 'channel_mode'
jesopo
2019-06-19
1
-1
/
+1
|
*
Add missing --depends-on hashflags
jesopo
2019-06-19
1
-0
/
+1
|
*
allow short names for config contexts. people mistook "user" as "put your
jesopo
2019-06-19
1
-5
/
+5
|
|
|
|
nickname here" so having just "u" might prevent this
*
check-mode and channel-access should reference the computed target, not
jesopo
2019-06-18
1
-2
/
+2
|
|
|
|
"current channel"
*
Show what the given context was when it's unknown
jesopo
2019-06-17
1
-2
/
+2
|
*
Catch _to_context ValueError and show pretty error
jesopo
2019-06-17
1
-2
/
+7
|
*
Allow channel-access and channel-mode check for channels people are not in
jesopo
2019-06-16
1
-4
/
+8
|
*
Change from `yield` checks to a func in `events` that pass up EventErrors
jesopo
2019-06-15
1
-5
/
+7
|
*
copypaste fail, `setting_info` -> `export_settings[setting]`
jesopo
2019-06-14
1
-1
/
+1
|
*
Show example (when available) for "invalid value" error
jesopo
2019-06-14
1
-1
/
+6
|
*
Don't let users change settings for other channels when they have +o in the
jesopo
2019-06-14
1
-1
/
+2
|
|
|
|
current channel
*
Remove !set/!channelset/!serverset/!botset and related commands
jesopo
2019-06-14
1
-164
/
+0
|
*
Advise use of !config, not !set/!channelset/!serverset/!botset
jesopo
2019-06-14
1
-4
/
+5
|
*
`yield` already generated permission check for serverset/botset
jesopo
2019-06-14
1
-1
/
+1
|
*
add `self` check.command, change !config to use new yields
jesopo
2019-06-14
1
-1
/
+7
|
*
Add `depends-on` hashflags to relevant modules
jesopo
2019-05-25
1
-0
/
+4
|
*
Remove debug printing from config.py
jesopo
2019-05-23
1
-2
/
+0
|
*
Add system to require settings per event hook and show example help if they're
jesopo
2019-05-23
1
-15
/
+51
|
|
|
|
not present
*
Show example usage when a user does not provide a setting value
jesopo
2019-05-23
1
-13
/
+18
|
*
Remove array-setting log - we don't/shouldn't use it.
jesopo
2019-05-23
1
-30
/
+6
|
*
Show the full result of a !config change
jesopo
2019-04-28
1
-2
/
+3
|
*
Look at setting-specific part of export_settings to get `validate` function, not
jesopo
2019-04-24
1
-1
/
+1
|
|
|
|
the whole dang dictionary
*
'set.py' -> 'config.py'
jesopo
2019-04-15
1
-0
/
+321