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
/
permissions
Commit message (
Expand
)
Author
Age
Files
Lines
*
move core modules to src/core_modules, make them uneffected by white/black list
jesopo
2019-12-10
1
-357
/
+0
*
_specific_hostmask() should take an already-parsed hostmask
jesopo
2019-12-06
1
-5
/
+6
*
add "--depends-on commands" hashflag to permissions module
jesopo
2019-12-01
1
-0
/
+2
*
utils.irc.parse_hostmask -> utils.irc.hostmask_parse
jesopo
2019-11-30
1
-1
/
+1
*
rework permissions module to precompile hostmasks
jesopo
2019-11-30
1
-9
/
+14
*
hook in to private messages for checking hostmask perms
jesopo
2019-11-30
1
-0
/
+1
*
WHOX can effect hostmask permissions too
jesopo
2019-11-26
1
-0
/
+1
*
check hostmask on WHO too
jesopo
2019-11-26
1
-0
/
+1
*
add check.command.permission and check.command.authenticated callbacks
jesopo
2019-11-26
1
-5
/
+17
*
IRCUser.get_identified_account() doesn't exist anymore
jesopo
2019-11-22
1
-0
/
+4
*
also set _account_override when registering
jesopo
2019-11-21
1
-0
/
+3
*
check part of array, not whole array, for "*"
jesopo
2019-11-21
1
-1
/
+1
*
implement master-password/master-login in permissions module
jesopo
2019-11-21
1
-0
/
+29
*
`authenticated` is expected to be a boolean
jesopo
2019-11-21
1
-1
/
+1
*
refactor permissions and allow hostmasks to be assigned to accounts
jesopo
2019-11-21
2
-266
/
+226
*
add a way to execute commands through bitbotd (use for master-password)
jesopo
2019-11-21
1
-6
/
+4
*
only FORCE_SUCCESS for masterlogin when there's a permissions requirement
jesopo
2019-10-09
1
-1
/
+1
*
allow all preprocess.command and check.command failures to have a message
jesopo
2019-09-26
1
-6
/
+9
*
Add IntRangeSetting, reorder OptionsSetting arg order
jesopo
2019-08-30
1
-3
/
+2
*
Automatically format `example` text for OptionsSetting (showing options)
jesopo
2019-06-29
1
-2
/
+2
*
Implement utils.OptionsSetting
jesopo
2019-06-28
1
-2
/
+3
*
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
jesopo
2019-06-28
1
-3
/
+2
*
Switch all 'hook.kwargs.get(' calls to 'hook.get_kwarg('
jesopo
2019-06-26
1
-1
/
+1
*
Add a way to __or__ `utils.Check`s, as a "if one of these passes" thing
jesopo
2019-06-14
1
-5
/
+11
*
Remove empty _random_string declaration
jesopo
2019-05-30
1
-2
/
+0
*
Hex-encode master passwords, instead of b64, to avoid "strange" chars
jesopo
2019-05-30
1
-4
/
+4
*
Add `depends-on` hashflags to relevant modules
jesopo
2019-05-25
1
-0
/
+3
*
Only show register/identify advice when we're using `internal` auth
jesopo
2019-05-23
1
-3
/
+7
*
Add usage examples for all settings
jesopo
2019-05-23
1
-1
/
+2
*
Add masterpassword private-only command
jesopo
2019-05-21
1
-0
/
+8
*
Move master-password generation out to it's own function
jesopo
2019-05-21
1
-2
/
+6
*
Make masterlogin passwords one-time-use
jesopo
2019-04-24
1
-1
/
+2
*
Add a master-admin login system, to have a bot-wide password to give any user
•••
using it complete admin permissions - mostly intended to add new admin users
jesopo
2019-04-15
1
-1
/
+33
*
Add/remove people from channels before received.join/received.part events
jesopo
2019-04-15
1
-1
/
+1
*
Use '<' for '<' in README (permissions)
jesopo
2019-02-17
1
-2
/
+2
*
Add section about identifying (permissions README.md)
jesopo
2019-02-17
1
-0
/
+6
*
Typo, 'BitBo' -> 'BitBot' (permissions)
jesopo
2019-02-17
1
-1
/
+1
*
Move permissions.py in to a directory and add a README.md for it
jesopo
2019-02-17
2
-0
/
+275