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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
remove unused ROOT_DIRECTORY and LOGS_DIRECTORY
jesopo
2020-01-28
1
-3
/
+0
|
*
disable logging by default but allow enabling bot/server-wide
jesopo
2020-01-27
1
-7
/
+17
|
*
move channel_log/__init__.py to channel_log.py
jesopo
2020-01-27
2
-0
/
+0
|
*
move logs to new data_directory(), log all channels by default
jesopo
2020-01-27
1
-5
/
+4
|
*
MergeRequest Notes do not have an "issue" item
jesopo
2020-01-27
1
-7
/
+8
|
*
`event` doesn't exist in _quiet_method()
jesopo
2020-01-26
1
-1
/
+1
|
*
we should be checking if there are no flags specified
jesopo
2020-01-26
1
-1
/
+1
|
*
find "word" type, not cuser (because i can be 'user')
jesopo
2020-01-26
1
-3
/
+3
|
*
fix _ban looking for user instead of cuser, fix kickban _kick arg
jesopo
2020-01-26
1
-2
/
+2
|
*
fix channel_op spec arg indexes
jesopo
2020-01-26
1
-3
/
+3
|
*
add spec arg names to echo.py
jesopo
2020-01-26
1
-3
/
+3
|
*
update karma.py to use command spec
jesopo
2020-01-26
1
-9
/
+10
|
*
remove debug prints
jesopo
2020-01-26
1
-2
/
+0
|
*
remove channel_op.py usage, specs cover it
jesopo
2020-01-25
1
-35
/
+19
|
*
implement default spec argument types
jesopo
2020-01-25
2
-9
/
+9
|
*
change command specs to be compiled at runtime by a decorator
jesopo
2020-01-25
2
-20
/
+20
|
*
update echo.py to use command spec language
jesopo
2020-01-25
1
-8
/
+6
|
*
update mode list functions to not use `args`
jesopo
2020-01-25
1
-6
/
+1
|
*
!cunmute needs an `event` arg
jesopo
2020-01-25
1
-1
/
+1
|
*
use new command specs in channel_op.py
jesopo
2020-01-24
1
-94
/
+73
|
*
add !lsearch to show what !clear would remove
jesopo
2020-01-23
1
-34
/
+55
|
*
wordiest-prevent-highlight -> words-, apply to !wordusers too
jesopo
2020-01-23
1
-8
/
+10
|
*
search for QUIET prefix anywhere, not just at the start of string
jesopo
2020-01-23
1
-2
/
+2
|
*
get channelset quiet-method list from QUIET_METHODS
jesopo
2020-01-23
1
-1
/
+1
|
*
fix duplicate "insp" QUIET_METHODS entry
jesopo
2020-01-23
1
-1
/
+1
|
*
add "!clear quiets|mutes"
jesopo
2020-01-23
1
-16
/
+44
|
*
move mode list (beIq e.g.) to it's own module, mode_lists.py
jesopo
2020-01-22
1
-55
/
+0
|
*
don't add modes to mode_lists until we have data
jesopo
2020-01-22
1
-8
/
+12
|
*
strip all font before rainbowifying text
jesopo
2020-01-22
1
-0
/
+1
|
*
actually use `args` var
jesopo
2020-01-22
1
-1
/
+1
|
*
support ISUPPORT MODES token having no arg
jesopo
2020-01-22
1
-1
/
+4
|
*
add an optional mask pattern arg to !clear
jesopo
2020-01-22
1
-3
/
+8
|
*
effectively ignore ENDOF when there were no items
jesopo
2020-01-22
1
-1
/
+2
|
*
implement "!clear +b" to clear ban lists
jesopo
2020-01-22
1
-8
/
+29
|
*
track all channel list modes, not just ban and maybe quiet
jesopo
2020-01-22
1
-10
/
+13
|
*
support gitlab MR/issue `actions` that we don't know about
jesopo
2020-01-22
1
-2
/
+3
|
*
store ban (and maybe quiet) mode lists
jesopo
2020-01-22
1
-0
/
+38
|
*
query ban (and maybe quiet) list on join
jesopo
2020-01-22
1
-0
/
+10
|
*
'mute_method' -> 'quiet_method'
jesopo
2020-01-22
1
-1
/
+1
|
*
default to quiet-method being unsupported
jesopo
2020-01-22
1
-1
/
+1
|
*
use ISUPPORT QUIET when available
jesopo
2020-01-22
1
-5
/
+9
|
*
!mute -> !quiet, refactor quiets to be mode,prefix,listnum,endnum
jesopo
2020-01-22
1
-23
/
+42
|
*
default bot-wide private webhooks to enabled but per-channel disabled
jesopo
2020-01-22
1
-4
/
+12
|
*
ignore gitlab issues events that have no action
jesopo
2020-01-21
1
-0
/
+3
|
*
pong.py -> ping.py
jesopo
2020-01-21
1
-0
/
+0
|
*
don't enable !rainbow by default
jesopo
2020-01-21
1
-0
/
+6
|
*
add rainbow.py
jesopo
2020-01-21
1
-0
/
+35
|
*
utils.datetime.is8601_parse no longer has a "microseconds" arg
jesopo
2020-01-20
1
-1
/
+1
|
*
show coloured nick in `draft/delete` log line
jesopo
2020-01-20
1
-1
/
+1
|
*
show milliseconds when displaying `draft/delete` event
jesopo
2020-01-20
1
-1
/
+2
|
[next]