aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* make labeled-response depend on batchGravatar jesopo2019-06-231-1/+1
* colorise ref for `delete` event, same as for `create` eventGravatar jesopo2019-06-221-1/+2
* add deferred_read.py, to defer parsing of *some* lines until after 001Gravatar jesopo2019-06-221-0/+23
* Fix more instances of event["args"] (now event["line"].args)Gravatar jesopo2019-06-224-8/+9
* Add missing ">" to !help outputGravatar jesopo2019-06-221-1/+1
* self.bot.trigger() relaying - needed for write loop notification cross-networkGravatar jesopo2019-06-221-1/+4
* Change raw.send and raw.receive commands to just pass around ParsedLinesGravatar jesopo2019-06-227-129/+127
* Cache ParsedLine IDs of relay messages so we can ignore them (avoid loop)Gravatar jesopo2019-06-211-2/+12
* pass ParsedLine on message and formatted.* message eventsGravatar jesopo2019-06-213-5/+5
* set echo-message response ID to the ID of the original messageGravatar jesopo2019-06-212-1/+12
* Make echo-message depend on labeled-responsesGravatar jesopo2019-06-211-1/+1
* Implement dependency system for CAPsGravatar jesopo2019-06-211-2/+47
* Adda system of aliases for CAPs, mostly for changeable draft specs and creating•••dependence between moving specs Gravatar jesopo2019-06-216-7/+9
* Show which server a label warning is forGravatar jesopo2019-06-211-3/+5
* Check our own (echoed) msgidsGravatar jesopo2019-06-211-0/+3
* remove echo-message considerations from line_handler/message.pyGravatar jesopo2019-06-211-12/+5
* move echo-message to it's own module, eat events before they hit fake_echo.pyGravatar jesopo2019-06-212-1/+11
* Don't listen to raw.send.privmsg in linehandler, emulate recv in fake_echo.pyGravatar jesopo2019-06-212-2/+13
* pass ParsedLine objects on raw.send.<command> eventsGravatar jesopo2019-06-211-1/+1
* pass from_self arg in formatted.* message eventsGravatar jesopo2019-06-212-6/+9
* use event["from_self"] instead of checking nicknameGravatar jesopo2019-06-201-1/+1
* Remove debug printGravatar jesopo2019-06-201-1/+0
* pass from_self through message/notice/tagmsg ventsGravatar jesopo2019-06-201-1/+1
* Add relay.py - cross-network relayingGravatar jesopo2019-06-201-0/+109
* remove extra formatted.notice format paramGravatar jesopo2019-06-201-4/+4
* Change formatted.notice format to have `context`Gravatar jesopo2019-06-201-2/+3
* Add an export for IRCv3 CAPsGravatar jesopo2019-06-206-22/+9
* return unshortened url when shortening failsGravatar jesopo2019-06-201-0/+1
* add channel-access key for starting and ending votesGravatar jesopo2019-06-201-1/+3
* Make it configurable whether people need permission to start a voteGravatar jesopo2019-06-201-3/+8
* Set ignore.py --depends-on hashflagsGravatar jesopo2019-06-201-0/+3
* Don't exclude !commands from IRCBuffer objectsGravatar jesopo2019-06-201-2/+0
* Move !ignore logic to it's own fileGravatar jesopo2019-06-202-98/+107
* Catch a module not being "found" in modules.pyGravatar jesopo2019-06-191-3/+7
* add ircv3_botignore.py, to ignore `inspircd.org/bot` usersGravatar jesopo2019-06-191-0/+10
* use utils.irc.MessageTag in ircv3_multiline.pyGravatar jesopo2019-06-191-1/+2
* module is called 'check_mode', not 'channel_mode'Gravatar jesopo2019-06-191-1/+1
* Update CHANGELOG.mdGravatar jesopo2019-06-191-52/+0
* Add missing --depends-on hashflagsGravatar jesopo2019-06-194-0/+8
* Don't let people vote in closed votesGravatar jesopo2019-06-191-0/+4
* Manually strf birthdays so years are not .strip("0")edGravatar jesopo2019-06-191-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 Gravatar jesopo2019-06-191-5/+3
* allow short names for config contexts. people mistook "user" as "put your•••nickname here" so having just "u" might prevent this Gravatar jesopo2019-06-191-5/+5
* show nickname in NO_DUCK non-kick messageGravatar jesopo2019-06-191-1/+1
* Move !help to it's own module and entirely rework its interfaceGravatar jesopo2019-06-182-83/+82
* Remove "!" from help stringsGravatar jesopo2019-06-183-3/+3
* `location_name` will not be defined when querying a location instead of a userGravatar jesopo2019-06-181-0/+1
* Remove debug printsGravatar jesopo2019-06-181-2/+0
* use "city, state, country" for formatted location name when availableGravatar jesopo2019-06-181-1/+14
* 'location' wasn't the variable i thought it wasGravatar jesopo2019-06-181-4/+5