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
/
channel_op.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
show $n/$u/$h for ban-format-account help too
jesopo
2019-10-08
1
-1
/
+3
|
*
!k should be alias_of !kick
jesopo
2019-09-26
1
-1
/
+1
|
*
reference mask_split, not s
jesopo
2019-09-24
1
-1
/
+1
|
*
don't throw when account name is null
jesopo
2019-09-24
1
-1
/
+1
|
*
switch ban-format-account from a serverset to channelset
jesopo
2019-09-24
1
-1
/
+1
|
*
support having a separate ban format for users with accounts
jesopo
2019-09-24
1
-3
/
+9
|
*
use ban-format for mute masks
jesopo
2019-09-24
1
-3
/
+4
|
*
support "$$" as "$" in ban-format
jesopo
2019-09-24
1
-4
/
+7
|
*
support $a (account) in ban-mask setting
jesopo
2019-09-24
1
-3
/
+5
|
*
send_mode() args should be an array
jesopo
2019-09-15
1
-2
/
+2
|
*
_parse_flags() should always return 2 objects
jesopo
2019-09-12
1
-1
/
+1
|
*
only apply modes for !flags when the user doesn't have them already
jesopo
2019-09-12
1
-5
/
+12
|
*
_check_flags() when flags are changed
jesopo
2019-09-12
1
-0
/
+3
|
*
add !b as an alias of !ban
jesopo
2019-09-12
1
-0
/
+1
|
*
limit !flags mode changes to 3-per-line, add comment as to why
jesopo
2019-09-12
1
-1
/
+3
|
*
remove debug prints
jesopo
2019-09-12
1
-2
/
+0
|
*
remove extra ")"
jesopo
2019-09-12
1
-1
/
+1
|
*
sort uppercase chars after lowercase chars for !flags
jesopo
2019-09-12
1
-1
/
+4
|
*
check a user is authenticated before applying modes, catch login too
jesopo
2019-09-12
1
-19
/
+28
|
*
first draft of !flags system
jesopo
2019-09-12
1
-0
/
+73
|
*
add !invite
jesopo
2019-09-12
1
-0
/
+18
|
*
don't use full event names to check what command we're in
jesopo
2019-09-10
1
-3
/
+3
|
*
Add IntRangeSetting, reorder OptionsSetting arg order
jesopo
2019-08-30
1
-2
/
+2
|
*
copypaste name collision for channel_op.py's `op` function
jesopo
2019-08-30
1
-1
/
+1
|
*
set channel_op.py _name to ChanOp
jesopo
2019-08-14
1
-0
/
+2
|
*
switch `!mute` to use `+1s` duration format
jesopo
2019-08-14
1
-9
/
+5
|
*
add configurable default kick message per bot/server/channel
jesopo
2019-08-14
1
-1
/
+12
|
*
`!kickban`'s `_ban` call needs an `add` arg
jesopo
2019-08-14
1
-1
/
+1
|
*
refactor/rewrite channel_op.py, split highlight spam protection out
jesopo
2019-08-14
1
-270
/
+109
|
*
'event' doesn't exist in _ban
jesopo
2019-07-17
1
-2
/
+2
|
*
add ability to disable !mute for networks that dont support mutes
jesopo
2019-07-10
1
-1
/
+6
|
*
Automatically format `example` text for OptionsSetting (showing options)
jesopo
2019-06-29
1
-2
/
+1
|
*
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
-15
/
+11
|
*
channel-only,require-mode,require-access -> ↵
jesopo
2019-06-27
1
-3
/
+3
|
|
|
|
channel_only,require_mode,require_access
*
'quiet' -> 'mute', add duration parameter
jesopo
2019-06-27
1
-17
/
+33
|
*
add !quiet and !unquiet
jesopo
2019-06-27
1
-0
/
+38
|
*
Change from `yield` checks to a func in `events` that pass up EventErrors
jesopo
2019-06-15
1
-3
/
+6
|
*
Change prviate channel_access commands to use a "channel-access" yield check
jesopo
2019-06-14
1
-6
/
+6
|
*
Add `depends-on` hashflags to relevant modules
jesopo
2019-05-25
1
-0
/
+5
|
*
Add usage examples for all settings
jesopo
2019-05-23
1
-4
/
+6
|
*
Catch UserNotFoundException in var `e`
jesopo
2019-05-08
1
-1
/
+1
|
*
Change channel_op's _name from "Channel Op" to "ChanOp"
jesopo
2019-04-26
1
-1
/
+1
|
*
Add Database.servers.get_by_alias, move IRCBot.get_server to
jesopo
2019-04-24
1
-1
/
+1
|
|
|
|
|
IRCBot.get_server_by_id, add IRCBot.get_server_by_alias and change !connect/!disconnect to take aliases instead of IDs
*
Shift formatting protocol data to it's own file: utils.irc.protocol
jesopo
2019-02-18
1
-4
/
+4
|
*
Actually add private_unban function def. oops. (channel_op.py)
jesopo
2019-01-30
1
-0
/
+1
|
*
Add private message `unban` command (channel_op.py)
jesopo
2019-01-30
1
-0
/
+10
|
*
Actually use `channel` arg in _kick_command (channel_op.py)
jesopo
2019-01-30
1
-1
/
+1
|
*
Support `kick` and `ban` command in private message (channel_op.py)
jesopo
2019-01-30
1
-7
/
+31
|
*
Correct usage help for kickban/tempkickban (channel_op.py)
jesopo
2019-01-29
1
-2
/
+2
|
[next]