Add support for handling PRIVMSG and NOTICE messages from the server

Review Request #1932 — Created Oct. 13, 2022 and submitted — Latest diff uploaded

Information

pidgin/pidgin
default

Reviewers

This is a very naive approach as we skip a lot of details including converting
the source into just a nick, but we will iterate on this for those features
later.

Connected to a local ergo instance and sent privmsg and notices to the account from a pidgin2 irc account.

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 3. See what's changed.

orig
1
2
3

Commits

First Last Summary ID Author
Add support for handling PRIVMSG and NOTICE messages from the server
This is a very naive approach as we skip a lot of details including converting the source into just a nick, but we will iterate on this for those features later.
8a2e7645b4307791b82f0167ca091de64b50d56d Gary Kramlich
libpurple/protocols/ircv3/purpleircv3messagehandlers.h
libpurple/protocols/ircv3/purpleircv3messagehandlers.c
libpurple/protocols/ircv3/purpleircv3parser.c
Loading...