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
Commit message (
Expand
)
Author
Age
Files
Lines
*
pass ParsedLine on message and formatted.* message events
jesopo
2019-06-21
3
-5
/
+5
*
return generated SentLine objects from IRCChannel.send_* functions
jesopo
2019-06-21
1
-9
/
+9
*
set echo-message response ID to the ID of the original message
jesopo
2019-06-21
2
-1
/
+12
*
Make echo-message depend on labeled-responses
jesopo
2019-06-21
1
-1
/
+1
*
Implement dependency system for CAPs
jesopo
2019-06-21
2
-3
/
+50
*
Adda system of aliases for CAPs, mostly for changeable draft specs and creating
•••
dependence between moving specs
jesopo
2019-06-21
7
-9
/
+14
*
Update CHANGELOG.md
jesopo
2019-06-21
1
-0
/
+1
*
WARN log when we try to remove a mode from ourselves that we didn't have
jesopo
2019-06-21
1
-0
/
+3
*
check we have a mode before trying to remove it
jesopo
2019-06-21
1
-1
/
+2
*
Show which server a label warning is for
jesopo
2019-06-21
1
-3
/
+5
*
Update CHANGELOG.md
jesopo
2019-06-21
1
-0
/
+4
*
Check our own (echoed) msgids
jesopo
2019-06-21
1
-0
/
+3
*
remove echo-message considerations from line_handler/message.py
jesopo
2019-06-21
1
-12
/
+5
*
move echo-message to it's own module, eat events before they hit fake_echo.py
jesopo
2019-06-21
2
-1
/
+11
*
Don't listen to raw.send.privmsg in linehandler, emulate recv in fake_echo.py
jesopo
2019-06-21
2
-2
/
+13
*
give every ParsedLine a uuid4 .id for tracking purposes
jesopo
2019-06-21
1
-1
/
+2
*
pass ParsedLine objects on raw.send.<command> events
jesopo
2019-06-21
1
-1
/
+1
*
pass from_self arg in formatted.* message events
jesopo
2019-06-21
2
-6
/
+9
*
use event["from_self"] instead of checking nickname
jesopo
2019-06-20
1
-1
/
+1
*
Remove debug print
jesopo
2019-06-20
1
-1
/
+0
*
pass from_self through message/notice/tagmsg vents
jesopo
2019-06-20
1
-1
/
+1
*
Add relay.py - cross-network relaying
jesopo
2019-06-20
1
-0
/
+109
*
fix hostmask_match_many type hinting
jesopo
2019-06-20
1
-1
/
+2
*
remove extra formatted.notice format param
jesopo
2019-06-20
1
-4
/
+4
*
Change formatted.notice format to have `context`
jesopo
2019-06-20
1
-2
/
+3
*
Add an export for IRCv3 CAPs
jesopo
2019-06-20
6
-22
/
+9
*
return unshortened url when shortening fails
jesopo
2019-06-20
1
-0
/
+1
*
Implement hostmask_match_any, for more efficient matching of multiple hostmasks
jesopo
2019-06-20
1
-3
/
+9
*
Implement utils.irc.hostmask_match() as regex
jesopo
2019-06-20
1
-2
/
+9
*
add channel-access key for starting and ending votes
jesopo
2019-06-20
1
-1
/
+3
*
Make it configurable whether people need permission to start a vote
jesopo
2019-06-20
1
-3
/
+8
*
Set ignore.py --depends-on hashflags
jesopo
2019-06-20
1
-0
/
+3
*
Don't exclude !commands from IRCBuffer objects
jesopo
2019-06-20
1
-2
/
+0
*
Move !ignore logic to it's own file
jesopo
2019-06-20
2
-98
/
+107
*
Update CHANGELOG.md
jesopo
2019-06-19
1
-1
/
+2
*
Catch a module not being "found" in modules.py
jesopo
2019-06-19
1
-3
/
+7
*
Differentiate between module "not found" and "not loaded"
jesopo
2019-06-19
1
-1
/
+4
*
Raise ModuleNotFoundException on failure to find_module()
jesopo
2019-06-19
1
-0
/
+3
*
Give requested module name to ModuleNotFoundException
jesopo
2019-06-19
1
-1
/
+1
*
Update CHANGELOG.md
jesopo
2019-06-19
1
-0
/
+1
*
add ircv3_botignore.py, to ignore `inspircd.org/bot` users
jesopo
2019-06-19
1
-0
/
+10
*
Add MessageTag.present, to see if a tag is present (even without value)
jesopo
2019-06-19
1
-0
/
+2
*
use utils.irc.MessageTag in ircv3_multiline.py
jesopo
2019-06-19
1
-1
/
+2
*
module is called 'check_mode', not 'channel_mode'
jesopo
2019-06-19
1
-1
/
+1
*
Update CHANGELOG.md
jesopo
2019-06-19
2
-53
/
+3
*
Add missing --depends-on hashflags
jesopo
2019-06-19
4
-0
/
+8
*
Don't let people vote in closed votes
jesopo
2019-06-19
1
-0
/
+4
*
Manually strf birthdays so years are not .strip("0")ed
jesopo
2019-06-19
1
-2
/
+11
*
add `margin` arg to ParsedLine.truncate so commands/outs.py doesn't do it
•••
manually and cause potential issues with multi-byte chars
jesopo
2019-06-19
2
-9
/
+7
*
allow short names for config contexts. people mistook "user" as "put your
•••
nickname here" so having just "u" might prevent this
jesopo
2019-06-19
1
-5
/
+5
[next]