Chat-O-Matic/protocols/purple
Jaidyn Ann 2d36152296 (purple) Not all account slots are necessary
Since libpurple doesn't mark individual account settings as "required"
or not (Pidgin will accept account settings even with all-blank answers,
unlike Cardie), every setting was marked as required by Cardie, just to
err on the side of caution.

But that's not necessary now, and was bad to begin with (especially for
Jabber, etc, with superfluous options)― in the case of libpurple, we can
follow Pidgin's example. Cardie will accept account settings with
mostly-blank options, but the add-on will send an error (and disable the
account) when it doesn't work.
2021-07-19 06:41:50 -05:00
..
Makefile (purple) Localization, init catkeys 2021-07-18 21:51:38 -05:00
Purple.h Reorganize settings directory, custom purple paths 2021-06-30 21:05:43 -05:00
PurpleApp.cpp (purple) Not all account slots are necessary 2021-07-19 06:41:50 -05:00
PurpleApp.h (purple) Localization, init catkeys 2021-07-18 21:51:38 -05:00
PurpleDialog.cpp (purple) Localization, init catkeys 2021-07-18 21:51:38 -05:00
PurpleDialog.h (purple) NotifyMessage dialog 2021-07-12 10:09:29 -05:00
PurpleMessages.h Redesign add-on disconnection 2021-07-18 17:52:36 -05:00
PurpleProtocol.cpp (purple) Localization, init catkeys 2021-07-18 21:51:38 -05:00
PurpleProtocol.h (purple) Add-on and protocol icons 2021-07-07 15:05:49 -05:00
purple.rdef (purple) Main loop, server→add-on→app communication 2021-06-27 16:46:38 -05:00