jesopo
|
2dfc55fb9f
|
refactor permissions and allow hostmasks to be assigned to accounts
|
2019-11-21 15:49:08 +00:00 |
|
jesopo
|
a73629bbf7
|
format and print CHGHOST events
|
2019-10-31 15:35:53 +00:00 |
|
jesopo
|
8f4b5a0e70
|
move IRCLine related code from utils.irc to IRCLine.py
|
2019-10-27 10:19:00 +00:00 |
|
jesopo
|
efc0e197e5
|
Allow passing source Hostmask to IRCBatch
|
2019-09-19 18:16:10 +01:00 |
|
jesopo
|
dadefeb8f3
|
remove try-rejoin (on 477) logic. will move to a module later
|
2019-09-07 15:21:35 +01:00 |
|
jesopo
|
b654660d96
|
477 should check that we're *not* in a channel before trying rejoin
|
2019-09-07 14:25:43 +01:00 |
|
jesopo
|
689f977467
|
treat 437 the same as 433 (nickname already in use)
|
2019-07-04 10:44:52 +01:00 |
|
jesopo
|
76ab7935a0
|
return parsed modes from IRCChannel.parse_modes, pass through mode events
|
2019-07-03 08:13:28 +01:00 |
|
jesopo
|
29b15da179
|
Switch all 'hook.kwargs.get(' calls to 'hook.get_kwarg('
|
2019-06-26 10:59:52 +01:00 |
|
jesopo
|
7174e83f14
|
Change raw.send and raw.receive commands to just pass around ParsedLines
|
2019-06-22 12:17:45 +01:00 |
|
jesopo
|
0a302dfd21
|
pass ParsedLine on message and formatted.* message events
|
2019-06-21 20:20:28 +01:00 |
|
jesopo
|
e76ea39c71
|
Don't listen to raw.send.privmsg in linehandler, emulate recv in fake_echo.py
|
2019-06-21 10:35:05 +01:00 |
|
jesopo
|
b549773bf8
|
pass ParsedLine objects on raw.send.<command> events
|
2019-06-21 10:33:00 +01:00 |
|
jesopo
|
24cdff9e44
|
Add an export for IRCv3 CAPs
|
2019-06-20 16:52:23 +01:00 |
|
jesopo
|
4c6a398f53
|
Ask for our own modes when we get a 001
|
2019-06-06 11:16:47 +01:00 |
|
jesopo
|
ef221f4165
|
v1.8.0 release
|
2019-06-03 13:30:39 +01:00 |
|
jesopo
|
d610282c9e
|
Consolidate PRIVMSG, NOTICE and TAGMSG handlers in to 1 function
|
2019-06-03 11:03:12 +01:00 |
|
jesopo
|
c212d70b68
|
Hold on to BATCH args, allow event hooks to manipulate batches
|
2019-06-02 15:18:36 +01:00 |
|
jesopo
|
f9f637e084
|
Remove IRCSendBatch, fix some batch-related type hints
|
2019-06-02 10:13:51 +01:00 |
|
jesopo
|
367eb1c60e
|
Make labeled-resposnes it's own module, tag and track every sent line
|
2019-05-30 15:36:10 +01:00 |
|
jesopo
|
d225f08b9d
|
labeled-response is not ratified yet
|
2019-05-29 17:54:43 +01:00 |
|
jesopo
|
4ce8d6b461
|
Pass server through FAIL events, use FAIL command as part of event path
|
2019-05-22 11:56:21 +01:00 |
|
jesopo
|
cf89e28019
|
Log calls need formatting arguments as a second arg
|
2019-05-22 11:56:05 +01:00 |
|
jesopo
|
29d5ab9b56
|
_handle takes a server param
|
2019-05-22 08:42:41 +01:00 |
|
jesopo
|
82e79ac4e5
|
there's no 1 index arg for a batch-end
|
2019-05-22 08:42:27 +01:00 |
|
jesopo
|
6a4852d2b4
|
server and tag var don't exist
|
2019-05-22 08:42:03 +01:00 |
|
jesopo
|
7547eee96d
|
Catch server version string, from RPL_MYINFO
|
2019-05-15 17:12:21 +01:00 |
|
jesopo
|
f7eae1a978
|
Tokenize IRC data as soon as it comes out of IRCServer
|
2019-05-09 10:36:33 +01:00 |
|
jesopo
|
76ae55499b
|
Log which server an ERROR came from
|
2019-03-19 10:26:15 +00:00 |
|
jesopo
|
5d7f017c9c
|
Enum values shouldn't be all upper case
|
2019-03-10 13:14:25 +00:00 |
|
jesopo
|
cf262c6d8a
|
We need to import EventManager in line_handler/__init__.py
|
2019-03-03 23:34:39 +00:00 |
|
jesopo
|
2affba99ca
|
Minor refactors across line_handler
|
2019-03-03 22:46:24 +00:00 |
|
jesopo
|
8c94bcf6ca
|
Move utils.irc.IRCParsedLine to IRCLine.ParsedLine, improve truncation
mechanism, don't convert sent line from ParsedLine to text to ParsedLine for
line_handler handling
|
2019-02-23 21:33:04 +00:00 |
|
jesopo
|
5cae86333b
|
Typo, 'channels' -> 'channel'
|
2019-02-22 11:27:31 +00:00 |
|
jesopo
|
6177d5c984
|
Typo, 'channels' -> 'channel'
|
2019-02-22 11:25:04 +00:00 |
|
jesopo
|
47c2cbb0fa
|
Split line_handler.py out in to different files for different categories
|
2019-02-22 11:23:36 +00:00 |
|