Fri, 07 Jun 2024 17:45:00 -0500
IRCv3: Implement join and part message handlers
This only handle the RFC versions, we'll do extended-join later.
The TODO's are not meant to be done in this RR because they require additional code in IRCv3Connection, and once that's done we'll grab these then.
Testing Done:
Connected to my local ergo and had another client join and part a few times while I verified that the member list was updated correctly.
Reviewed at https://reviews.imfreedom.org/r/3235/
|
42606
d6ed63c2508e
Start new Bonjour protocol plugin
Elliott Sales de Andrade <quantum.analyst@gmail.com>
parents:
42529
diff
changeset
|
1 | subdir('bonjour') |
|
42652
225762d4e206
Move the Demo and IRCv3 protocols to the new protocols directory
Gary Kramlich <grim@reaperworld.com>
parents:
42606
diff
changeset
|
2 | subdir('demo') |
|
225762d4e206
Move the Demo and IRCv3 protocols to the new protocols directory
Gary Kramlich <grim@reaperworld.com>
parents:
42606
diff
changeset
|
3 | subdir('ircv3') |
|
42529
f00a798a38a6
Stub out our new modern XMPP implementation
Gary Kramlich <grim@reaperworld.com>
parents:
diff
changeset
|
4 | subdir('xmpp') |