pidgin/nest

0c41ee7a9053
Parents 632ffc95a028
Children 8aa58259e6e8
finally through all of Eion's Plugins :-D
--- a/trusted-plugins.md Wed Feb 07 01:40:22 2018 -0600
+++ b/trusted-plugins.md Wed Feb 07 01:50:29 2018 -0600
@@ -34,6 +34,20 @@
* [Ignore Nick Change](#markdown-header-ignore-nick-change)
* [Media Emblems](#markdown-header-media-emblems)
* [Pidgin Group Chat Typing Notifications](#markdown-header-pidgin-group-chat-typing-notifications)
+ * [Protocol Icon Override](#markdown-header-protocol-icon-override)
+ * [Windows 7 Taskbar](#markdown-header-windows-7-taskbar)
+ * [Windows Smooth Scrolling](#markdown-header-windows-smooth-scrolling)
+
+[Accounts and Logs](#markdown-header-accounts-and-logs)
+
+ * [Pidgin Juice](#markdown-header-pidgin-juice)
+ * [SQLite Logger](#markdown-header-sqlite-logger)
+
+[Miscellaneous](#markdown-header-miscellaneous)
+
+ * [Auto Translate](#markdown-header-auto-translate)
+ * [No IRC /who](#markdown-header-no-irc-who)
+ * [XMPP Ignore Groups](#markdown-header-xmpp-ignore-groups)
## Additional Protocols
@@ -246,4 +260,80 @@
Display typing notifications of users in a compatible multi-user chat.
-[upstream](https://github.com/EionRobb/pidgin-groupchat-typing-notifications)
\ No newline at end of file
+[upstream](https://github.com/EionRobb/pidgin-groupchat-typing-notifications)
+
+### Protocol Icon Override
+
+ * Maintainer: EionRobb
+ * Type: Interface Tweaks
+
+Lets you pick the protocol icon to display per-account.
+
+[upstream](https://github.com/EionRobb/pidgin-icon-override)
+
+### Windows 7 Taskbar
+
+ * Maintainer: EionRobb
+ * Type: Interface Tweaks
+
+Adds new Windows 7 eye-candy such as task bar menu, progress and emblems
+
+[upstream](https://github.com/EionRobb/pidgin-win7#readme)
+
+### Windows Smooth Scrolling
+
+ * Maintainer: EionRobb
+ * Type: Interface Tweaks
+
+Gives more precise scrolling control eg with trackpads.
+
+[upstream](https://github.com/EionRobb/pidgin-windows-smooth-scrolling/releases)
+
+## Accounts and Logs
+
+### Pidgin Juice
+
+ * Maintainer: EionRobb
+ * Type: Accounts and Logs
+
+Web-based iPhone interface for Pidgin/Finch.
+
+[upstream](https://github.com/EionRobb/pidgin-juice)
+
+### SQLite Logger
+
+ * Maintainer: EionRobb
+ * Type: Accounts and Logs
+
+IM/Chat logger with a SQLite backend.
+
+[upstream](https://github.com/EionRobb/pidgin-sqlite-log/tree/master)
+
+## Miscellaneous
+
+### Auto Translate
+
+ * Maintainer: EionRobb
+ * Type: Miscellaneous
+
+Auto translates incoming IMs.
+
+[upstream](https://github.com/EionRobb/purple-translate)
+
+### No IRC /who
+
+ * Maintainer: EionRobb
+ * Type: Miscellaneous
+
+Removes the periodic /who check from the IRC protocol, to stop flooding, slowdowns and "Max sendq exceeded" errors.
+
+[upstream](https://github.com/EionRobb/pidgin-no-irc-who)
+
+### XMPP Ignore Groups
+
+ * Maintainer: EionRobb
+ * Type: Miscellaneous
+
+Ignores server-sent XMPP groups so that you can move buddies around on annoying servers (e.g. Facebook).
+
+[upstream](https://github.com/EionRobb/pidgin-xmpp-ignore-groups)