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
/
src
/
core_modules
Commit message (
Collapse
)
Author
Age
Files
Lines
*
handle RPL_VISIBLEHOST (396) to catch our hostname (maybe username too) changing
jesopo
2020-03-05
2
-0
/
+10
|
*
INVEX numeric puts mask at index 2, not 3
jesopo
2020-03-05
1
-1
/
+1
|
*
rewrite command output truncation
jesopo
2020-03-03
3
-18
/
+21
|
*
refactor perform.py
jesopo
2020-03-02
1
-33
/
+19
|
*
include !command in usage output
jesopo
2020-02-28
1
-4
/
+5
|
*
show usage strings when spec parsing fails
jesopo
2020-02-27
1
-1
/
+13
|
*
if there's more than 1 error message, give generic error
jesopo
2020-02-27
1
-4
/
+7
|
*
move accept_invite.py to core modules, default to not accepting invites bot-wide
jesopo
2020-02-26
1
-0
/
+16
|
*
move bot_channel.py to core_modules, default to no bot channel
jesopo
2020-02-26
1
-0
/
+13
|
*
commands module no longer relies on pemissions module
jesopo
2020-02-26
1
-1
/
+0
|
*
only call internal.identified when an account tag is first seen
jesopo
2020-02-26
1
-2
/
+3
|
|
|
|
closes #249
*
move permissions module password hashing to utils/security.py
jesopo
2020-02-24
1
-14
/
+5
|
*
`command` doesn't exist - use event["spec"][2]
jesopo
2020-02-23
1
-1
/
+1
|
*
channel.users changes during iteration. copy() it
jesopo
2020-02-22
1
-1
/
+1
|
*
silence.py's `is-silenced` export is no longer used
jesopo
2020-02-19
1
-3
/
+0
|
*
utilise @utils.export for function exporting in more places
jesopo
2020-02-19
2
-7
/
+3
|
*
channels should be cleared of users when *we* part them
jesopo
2020-02-19
1
-0
/
+3
|
*
simplify pruning quit/parted users
jesopo
2020-02-19
2
-7
/
+2
|
*
SETNAME has been ratified
jesopo
2020-02-18
1
-1
/
+1
|
*
send multiple KICKs in the same line when possible
jesopo
2020-02-17
1
-0
/
+7
|
*
add `cmask` command spec type (all users in channel matching mask)
jesopo
2020-02-17
1
-0
/
+14
|
*
exported command specs, spec.%s -> command-spec.%s
jesopo
2020-02-14
1
-1
/
+2
|
*
move SpecTypeErro to utils.parse.spec
jesopo
2020-02-14
2
-6
/
+2
|
*
support exported command spec types!
jesopo
2020-02-14
1
-6
/
+11
|
*
split out command_spec module
jesopo
2020-02-14
2
-66
/
+106
|
*
_schedule_match_part doesn't take an array
jesopo
2020-02-14
1
-2
/
+1
|
*
pass `server` on labeled-response events
jesopo
2020-02-13
1
-1
/
+1
|
*
labeled response raw.received should fire BEFORE line_handler's
jesopo
2020-02-13
1
-1
/
+2
|
*
update !silence to use command specs
jesopo
2020-02-13
1
-9
/
+2
|
*
actually raise exception for !modinfo not found
jesopo
2020-02-13
1
-4
/
+6
|
*
_schedule_match_part takes an `i` param
jesopo
2020-02-12
1
-1
/
+2
|
*
remove superfluous newline (cron.py)
jesopo
2020-02-11
1
-1
/
+0
|
*
add more cron timestamp fields, allow callbacks to runtime provide schedules
jesopo
2020-02-11
1
-5
/
+11
|
*
`usage` doesn't exist. return None instead
jesopo
2020-02-10
1
-1
/
+1
|
*
format and print ACCOUNT events
jesopo
2020-02-09
3
-1
/
+16
|
*
correctly handle cron / "step" schedule
jesopo
2020-02-09
1
-6
/
+23
|
*
add ModuleManager.try_reload_module(), use it for !reloadmodule
jesopo
2020-02-09
1
-6
/
+2
|
*
transfer stdout/stderr _assured to IRCLine.assured
jesopo
2020-02-09
1
-0
/
+2
|
*
should be checking for "*" in user_access
jesopo
2020-02-09
1
-2
/
+1
|
*
spec[2] is a string, not an array of strings
jesopo
2020-02-08
1
-1
/
+1
|
*
update ignore.py to use command spec (and not docstrings)
jesopo
2020-02-07
1
-19
/
+17
|
*
update modules.py to use command spec (and not docstrings)
jesopo
2020-02-07
1
-26
/
+17
|
*
update admin.py to use command spec (and not docstrings)
jesopo
2020-02-07
1
-80
/
+49
|
*
regression: readd lost USERPASS SASL meta-mechanism
jesopo
2020-02-07
1
-1
/
+2
|
*
update other modules to use categorised require_access
jesopo
2020-02-07
5
-7
/
+6
|
*
allow multipe require_accces (comma sep), support "low"/"high"/"admin"
jesopo
2020-02-06
1
-3
/
+17
|
*
typo in !hostmask, 'spect' -> 'spec'
jesopo
2020-02-06
1
-1
/
+1
|
*
chghost events no longer have 'username'/'hostname' kwargs
jesopo
2020-02-05
1
-2
/
+2
|
*
move !alias variables in to alias_variables.py, add RNICK (random nick)
jesopo
2020-02-05
2
-2
/
+3
|
*
aliases.py get.command doesn't need to be PRIORITY_URGENT
jesopo
2020-02-05
1
-1
/
+0
|
[next]