Wed, 04 Jun 2025 23:47:08 -0500
Remove the retro protocol plugins
This removes gadu-gadu, novell, sametime, silc, silc10, and zephyr as they are
all being migrated to retro-prpl.
Testing Done:
Ran `make distcheck` and built the windows installer and verified that both worked as expected and that the uninstaller didn't remove the files. I did have to clean my `win32-install-dir` as that had contained previous builds of the now deleted protocols.
Bugs closed: PIDGIN-18098
Reviewed at https://reviews.imfreedom.org/r/4019/
/** @page cmd-signals Command Signals @signals @signal cmd-added @signal cmd-removed @endsignals @see cmds.h @signaldef cmd-added @signalproto void (*cmd_added)(const char *command, PurpleCmdPriority priority, PurpleCmdFlag flag); @endsignalproto @signaldesc Emitted when a new command is added. @param command The new command. @param priority The priority of the new command. @param flag The command flags. @endsignaldef @signaldef cmd-removed @signalproto void (*cmd_removed)(const char *command); @endsignalproto @signaldesc Emitted when a command is removed. @param command The removed command. @endsignaldef */