Chat-O-Matic/protocols
Jaidyn Ann 588b32b9c3 (purple) Main loop, server→add-on→app communication
Now the purple add-on's starting to come together with a clear
structure:
	* Add-on sends IM_MESSAGES etc to the server for processing
	* Server sends all (reply/etc) messages to add-on, which sends
	  to app

It's worth noting that on the add-on's side, no looper or handler is
used for receiving messages, it's all through sending serialized
BMessages to the add-on's connect_thread buffer.

PurpleAccounts are now reliably associated with Cardie's account names
and the thread ID of their respective connect_thread.

The GLib main-loop is gone over regularly thanks to a message runner.

Now, the add-on can log into/create accounts, connect to them, and send
the IM_PROTOCOL_READY notification to Cardie as appropriate.
2021-06-27 16:46:38 -05:00
..
irc Match up nick with own user_id 2021-06-21 03:22:35 -05:00
purple (purple) Main loop, server→add-on→app communication 2021-06-27 16:46:38 -05:00
xmpp Change class names 2021-06-20 12:44:20 -05:00
Makefile Init libpurple add-on 2021-06-22 14:42:07 -05:00
Makefile.common Switch from Jam to Make 2021-05-19 16:12:19 -05:00