pidgin/purple-plugin-pack

ce591963d25e
Parents 512fe2e39304
Children befeeef2c367
Create readme's for all plugins that are missing them
  • +0 -15
    album/README
  • +20 -0
    album/README.md
  • +11 -0
    autoprofile/README.md
  • +8 -0
    autoreply/README.md
  • +9 -0
    awaynotify/README.md
  • +8 -0
    bash/README.md
  • +11 -0
    bit/README.md
  • +8 -0
    blistops/README.md
  • +11 -0
    buddytime/README.md
  • +8 -0
    capsnot/README.md
  • +9 -0
    chronic/README.md
  • +8 -0
    colorize/README.md
  • +8 -0
    convbadger/README.md
  • +8 -0
    dewysiwygification/README.md
  • +8 -0
    dice/README.md
  • +8 -0
    difftopic/README.md
  • +8 -0
    eight_ball/README.md
  • +8 -0
    enhancedhist/README.md
  • +8 -0
    findip/README.md
  • +8 -0
    flip/README.md
  • +8 -0
    gRIM/README.md
  • +8 -0
    google/README.md
  • +8 -0
    groupmsg/README.md
  • +9 -0
    hideconv/README.md
  • +8 -0
    highlight/README.md
  • +8 -0
    icon-override/README.md
  • +10 -0
    ignorance/README.md
  • +8 -0
    ignore/README.md
  • +9 -0
    infopane/README.md
  • +9 -0
    irc-more/README.md
  • +0 -91
    irchelper/README
  • +95 -0
    irchelper/README.md
  • +9 -0
    irssi/README.md
  • +9 -0
    lastseen/README.md
  • +8 -0
    listhandler/README.md
  • +8 -0
    listlog/README.md
  • +9 -0
    msglen/README.md
  • +8 -0
    mystatusbox/README.md
  • +9 -0
    napster/README.md
  • +8 -0
    nicksaid/README.md
  • +8 -0
    ning/README.md
  • +9 -0
    nomobility/README.md
  • +8 -0
    okcupid/README.md
  • +8 -0
    oldlogger/README.md
  • +8 -0
    omegle/README.md
  • +8 -0
    plonkers/README.md
  • +9 -0
    schedule/README.md
  • +8 -0
    sepandtab/README.md
  • +8 -0
    showoffline/README.md
  • +8 -0
    simfix/README.md
  • +9 -0
    slashexec/README.md
  • +10 -0
    smartear/README.md
  • +8 -0
    snpp/README.md
  • +8 -0
    sslinfo/README.md
  • +10 -0
    stocker/README.md
  • +9 -0
    stress/README.md
  • +9 -0
    switchspell/README.md
  • +9 -0
    talkfilters/README.md
  • +8 -0
    timelog/README.md
  • +8 -0
    translate/README.md
  • +8 -0
    xchat-chats/README.md
  • +8 -0
    xmppprio/README.md
  • --- a/album/README Fri Aug 24 00:08:22 2018 -0500
    +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
    @@ -1,15 +0,0 @@
    -This plugin archives all buddy icons.
    -
    -Bug reports and patches are welcome: http://plugins.guifications.org
    -
    -This plugin is known to not compile against versions of GTK+ < 2.4. If this is
    -important to you, file a support request with a copy of the compiler errors
    -you get when attempting to compile so it can be fixed.
    -
    -Once you have the plugin installed, activate it in the plugins dialog
    -(Tools -> Plugins). The plugin will save all buddy icons as they arrive.
    -To view the icons, right-click on a buddy and choose View Buddy Icons. You
    -can also use Tools -> Album -> View Buddy Icon and then type in a
    -buddy's name. This is useful if the person is offline and you have Show
    -Offline Buddies unchecked or if you don't have the person on your buddy
    -list.
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/album/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,20 @@
    +# Album
    +
    +dependencies: pidgin
    +authors: Richard Laager, Sadrul Habib Chowdhury
    +introduce: 2.0.0
    +
    +This plugin archives all buddy icons.
    +
    +This plugin is known to not compile against versions of GTK+ < 2.4. If this is
    +important to you, file a support request with a copy of the compiler errors
    +you get when attempting to compile so it can be fixed.
    +
    +Once you have the plugin installed, activate it in the plugins dialog
    +(Tools -> Plugins). The plugin will save all buddy icons as they arrive.
    +
    +To view the icons, right-click on a buddy and choose View Buddy Icons. You
    +can also use Tools -> Album -> View Buddy Icon and then type in a
    +buddy's name. This is useful if the person is offline and you have Show
    +Offline Buddies unchecked or if you don't have the person on your buddy
    +list.
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/autoprofile/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,11 @@
    +# AutoProfile
    +
    +status: incomplete
    +dependencies: pidgin
    +authors: Casey Ho
    +introduced: 2.4.0
    +
    +Allows user to place dynamic text into profiles and status messages, with the text automatically updated whenever content changes
    +
    +status: incomplete
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/autoreply/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# AutoReply
    +
    +dependencies: libpurple
    +authors: Sadrul Habib Chowdhury
    +introduced: 1.0beta1
    +
    +AutoReply lets you set autoreply message for any protocol. You can set the global autoreply message from the plugin options dialog. To set some specific autoreply message for a particular buddy, right click on the buddy in the buddy-list window. To set autoreply messages for some accounts, go to the `Advanced' tab of the account edit dialog.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/awaynotify/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,9 @@
    +# Away State Notification
    +
    +status: incomplete
    +dependencies: libpurple
    +authors: Matt Perry
    +introduced: 1.0beta6
    +
    +Shows when someone goes away/back in a conversation.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/bash/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# BASH.org
    +
    +dependencies: libpurple
    +authors: John Bailey
    +introduced: 1.0beta1
    +
    +Generates links for quotes at bash.org or allows the user to specify a quote. Provides the /bash command.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/bit/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,11 @@
    +# Buddy Icon Tools
    +
    +status: incomplete
    +dependencies: pidgin
    +authors: Peter Lawler
    +introduced: 1.0beta1
    +
    +Tools to manipulate buddy icons *DANGEROUS*.
    +
    +Whilst working on Purple 2.0.0, I found a need to destroy all my buddies' buddy icons. There's nothing to do these functions in Purple, so here they are. Completely, thoroughly untested.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/blistops/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Buddy List Options
    +
    +dependencies: pidgin
    +authors: Gary Kramlich
    +introduced: 1.0beta1
    +
    +Gives extended options to the buddy list.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/buddytime/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,11 @@
    +# Buddy Time
    +
    +status: incomplete
    +dependencies: libpurple, pidgin (optional)
    +authors: Gary Kramlich, Richard Laager
    +introduced: 2.2.0
    +
    +Quickly see the local time of a buddy.
    +
    +Status: incomplete
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/capsnot/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Keyboard LED Notification
    +
    +dependencies: libpurple
    +authors: Eion Robb
    +introduced: 2.7.0
    +
    +A plugin for all libpurple clients that will flash the keyboard LED's when you receive a chat/IM message
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/chronic/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,9 @@
    +# Chronic
    +
    +status: incomplete
    +dependencies: libpurple
    +authors: John Bailey
    +introduced: 1.0beta3.1
    +
    +Allows buddies to remotely trigger sound playing in your running libpurple client with {S <sound>. Inspired by IRC channel resident EvilDennisR and ancient versions of AOL. THIS PLUGIN IS NOT YET FUNCTIONAL! IT IS USELESS!
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/colorize/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Colorize
    +
    +dependencies: libpurple
    +authors: Ike Gingerich
    +introduced: 2.4.0
    +
    +Colorizes outgoing message text to a gradient of specified starting and ending RGB values.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/convbadger/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Conversation Badger
    +
    +dependencies: pidgin
    +authors: Gary Kramlich
    +introduced: 2.0.0
    +
    +Badges conversations with the protocol icon.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/dewysiwygification/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# DeWYSIWYGification
    +
    +dependencies: purple
    +authors: Tim Ringenbach
    +introduced: 2.2.0
    +
    +Lets you type in HTML without it being escaped. This will not work well for some protocols. Use "&lt;" for a literal "<".
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/dice/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Dice
    +
    +dependencies: purple
    +authors: Gary Kramlich
    +introduced: 1.0beta1
    +
    +Adds a command (/dice) to roll an arbitrary number of dice with an arbitrary number of sides. Now supports dice notation! /help dice for details.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/difftopic/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# DiffTopic
    +
    +dependencies: pidgin
    +authors: Sadrul Habib Chowdhury
    +introduced: 1.0beta4
    +
    +Show the old topic when the topic in a chat room changes.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/eight_ball/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Magic 8 Ball
    +
    +dependencies: purple
    +authors: John Bailey
    +introduced: 1.0beta1
    +
    +Provides Magic 8-ball like functionality with the /8ball command, as well as similar functionality for common Stargate words or phrases with the /sg-ball command.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/enhancedhist/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Enhanced History
    +
    +dependencies: pidgin
    +authors: Andrew Pangborn
    +introduced: 2.3.0
    +
    +An enhanced version of the history plugin. Grants ability to select the number of previous conversations to show instead of just one.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/findip/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Find IP
    +
    +dependencies: purple
    +authors: Sadrul Habib Chowdhury
    +introduced: 2.2.0
    +
    +Find the IP of a person in the buddylist. This doesn't really work.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/flip/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Coin Flip
    +
    +dependencies: purple
    +authors: Gary Kramlich
    +introduced: 1.0beta1
    +
    +Adds a command (/flip) to flip a coin and outputs the result in the active conversation.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/gRIM/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# gRIM
    +
    +dependencies: pidgin
    +authors: Peter Lawler,Sadrul Habib Chowdhury
    +introduced: 1.0beta1
    +
    +Adds commands to annoy buddies with. Inspired by a dumb IRC convo and Red Dwarf.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/google/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Google
    +
    +dependencies: purple
    +authors: Gary Kramlich
    +introduced: 2.4.0
    +
    +Writes the results of an "I'm feeling lucky" search to a conversation.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/groupmsg/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Group IM
    +
    +dependencies: purple
    +authors: Stu Tomlinson
    +introduced: 1.0beta1
    +
    +Adds the option to send an IM to every online buddy in a group.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/hideconv/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,9 @@
    +# Hide Conversation
    +
    +dependencies: pidgin
    +authors: Sadrul Habib Chowdhury
    +introduced: 1.0
    +notes: Superseded by functionality present in Pidgin 2.3.0 and newer
    +
    +Hide conversations without closing them.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/highlight/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Highlight
    +
    +dependencies: purple
    +authors: Sadrul Habib Chowdhury
    +introduced: 2.0.0
    +
    +Support for highlighting words.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/icon-override/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Protocol Icon Override
    +
    +dependencies: pidgin
    +authors: Eion Robb
    +introduced: 2.7.0
    +
    +Allows choosing a protocol icon on a per-account basis, allowing differentiation of multiple accounts of the same protocol.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/ignorance/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,10 @@
    +# Ignorance
    +
    +status: incomplete
    +dependencies: pidgin
    +authors: Levi Bard
    +introduced: 1.0beta7
    +notes: Needs some TLC. It builds and probably works, but is far from an acceptible state.
    +
    +Allows management of users with various levels of activity.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/ignore/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Ignore
    +
    +dependencies: purple
    +authors: Sadrul Habib Chowdhury
    +introduced: 2.0.0
    +
    +Flexible plugin to selectively ignore people.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/infopane/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,9 @@
    +# Infopane Options
    +
    +dependencies: pidgin
    +authors: Sadrul Habib Chowdhury
    +introduced: 2.2.0
    +notes: Requires Pidgin 2.1.0 or newer.
    +
    +Adds some options for the information pane in conversations.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/irc-more/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,9 @@
    +# IRC More
    +
    +dependencies: libpurple
    +authors: Sadrul Habib Chowdhury,John Bailey
    +introduced: 2.2.0
    +notes: Support for /notice only when built with libpurple older than 2.4.0.
    +
    +Adds additional IRC features, including a customizable quit message, a customizable CTCP VERSION reply, a rudimentary channel autojoin list and the /notice command for notices where libpurple does not support it.
    +
    --- a/irchelper/README Fri Aug 24 00:08:22 2018 -0500
    +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
    @@ -1,91 +0,0 @@
    -PURPOSE
    -
    -This plugin was developed to enhance the usability of the IRC protocol in
    -Pidgin. See the PHILOSOPHY file for more details.
    -
    -
    -COMPATIBILITY
    -
    -This plugin is designed for Pidgin 2.0.0 and later. It's developed as a plugin
    -for libpurple, so it should work in other libpurple-based clients such as Finch
    -and even Adium, but this has not been tested.
    -
    -NOTE: This plugin may not compile with old versions of GTK+ or glib.
    -If that's important to you, please file a feature request with a copy of the
    -compiler errors you get when attempting to build the plugin.
    -
    -This plugin has (at some point) been tested on the following networks:
    - DALnet
    - FreeNode
    - GameSurge
    - Jeux (by BNI on irc.freenode.net)
    - QuakeNet
    - SlashNET (by uilleann@users.sf.net)
    - Undernet
    -
    -If it doesn't work on these networks, please file that as a bug.
    -
    -It may work with other networks. Users are encouraged to report networks that
    -it works on and to request support for other networks.
    -
    -
    -BUG REPORTS & FEEDBACK
    -
    -Bug reports and patches are welcome: http://plugins.guifications.org
    -
    -
    -USAGE
    -
    -Once you have the plugin installed, activate it (Tools -> Plugins). All of the
    -options are customized on a per account basis (see Accounts -> [an IRC account]
    --> Edit Account -> Advanced).
    -
    -The plugin suppresses lots of useless messages with no configuration. However,
    -a few features require configuration. The options currently available are:
    -
    -Auth name:
    - Set a username to use when authenticating to AuthServ.
    -
    - If an auth name is not set, the account's screen name (i.e. the IRC
    - nickname) is used instead. This is normally what you want anyway.
    - This option is only necessary if your nickname and AuthServ username
    - differ.
    -
    - NOTE: This only applies to networks that use an AuthServ. It does not
    - apply to those using a NickServ, as all currently supported
    - implementations of NickServ have no concept of a auth username.
    -
    -Nick password:
    - Set a password to use when authenticating to AuthServ, NickServ or
    - Q (for QuakeNet).
    -
    - SECURITY NOTE:
    - Do not set a nick password on any network (other than those
    - listed above as supported networks) that doesn't use NickServ
    - for authentication or you could expose your credentials to a
    - user impersonating NickServ.
    -
    -Disconnect ghosts (Duplicate nicknames):
    - Disconnect duplicate copies of your nickname.
    -
    - Typically, this is used to kill ghosted usernames. A username is
    - referred to as "ghosted" when your connection to the IRC server is
    - disconnected, but the server hasn't noticed yet.
    -
    - When this option is activated and the plugin notices your username
    - immediately after signing on is different than the nickname set on the
    - account, it will ask NickServ to kill your (regular) nickname, wait for
    - NickServ to report the nickname was killed, and then change your
    - nickname to what it should be.
    -
    - NOTE:
    - This is currently not supported on QuakeNet. The QuakeNet
    - General FAQ (http://quakenet.org/faq/faq.php?c=4&f=8#8) seems
    - to imply that the Q bot does not provide the ability to
    - disconnect ghosted usernames.
    -
    -Operator password:
    - Set a password to use to become an IRCop.
    -
    - This will issue the following IRC command on signon:
    - OPER your_nickname specified_password
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/irchelper/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,95 @@
    +# IRC Helper
    +
    +dependencies: libpurple
    +authors: Richard Laager
    +introduced: 1.0beta7
    +
    +This plugin was developed to enhance the usability of the IRC protocol in
    +Pidgin. See the PHILOSOPHY file for more details.
    +
    +
    +## COMPATIBILITY
    +
    +This plugin is designed for Pidgin 2.0.0 and later. It's developed as a plugin
    +for libpurple, so it should work in other libpurple-based clients such as Finch
    +and even Adium, but this has not been tested.
    +
    +NOTE: This plugin may not compile with old versions of GTK+ or glib.
    +If that's important to you, please file a feature request with a copy of the
    +compiler errors you get when attempting to build the plugin.
    +
    +This plugin has (at some point) been tested on the following networks:
    + DALnet
    + FreeNode
    + GameSurge
    + Jeux (by BNI on irc.freenode.net)
    + QuakeNet
    + SlashNET (by uilleann@users.sf.net)
    + Undernet
    +
    +If it doesn't work on these networks, please file that as a bug.
    +
    +It may work with other networks. Users are encouraged to report networks that
    +it works on and to request support for other networks.
    +
    +
    +## BUG REPORTS & FEEDBACK
    +
    +Bug reports and patches are welcome: http://bitbucket.org/pidgin/purple-plugin-pack
    +
    +
    +## USAGE
    +
    +Once you have the plugin installed, activate it (Tools -> Plugins). All of the
    +options are customized on a per account basis (see Accounts -> [an IRC account]
    +-> Edit Account -> Advanced).
    +
    +The plugin suppresses lots of useless messages with no configuration. However,
    +a few features require configuration. The options currently available are:
    +
    +Auth name:
    + Set a username to use when authenticating to AuthServ.
    +
    + If an auth name is not set, the account's screen name (i.e. the IRC
    + nickname) is used instead. This is normally what you want anyway.
    + This option is only necessary if your nickname and AuthServ username
    + differ.
    +
    + NOTE: This only applies to networks that use an AuthServ. It does not
    + apply to those using a NickServ, as all currently supported
    + implementations of NickServ have no concept of a auth username.
    +
    +Nick password:
    + Set a password to use when authenticating to AuthServ, NickServ or
    + Q (for QuakeNet).
    +
    + SECURITY NOTE:
    + Do not set a nick password on any network (other than those
    + listed above as supported networks) that doesn't use NickServ
    + for authentication or you could expose your credentials to a
    + user impersonating NickServ.
    +
    +Disconnect ghosts (Duplicate nicknames):
    + Disconnect duplicate copies of your nickname.
    +
    + Typically, this is used to kill ghosted usernames. A username is
    + referred to as "ghosted" when your connection to the IRC server is
    + disconnected, but the server hasn't noticed yet.
    +
    + When this option is activated and the plugin notices your username
    + immediately after signing on is different than the nickname set on the
    + account, it will ask NickServ to kill your (regular) nickname, wait for
    + NickServ to report the nickname was killed, and then change your
    + nickname to what it should be.
    +
    + NOTE:
    + This is currently not supported on QuakeNet. The QuakeNet
    + General FAQ (http://quakenet.org/faq/faq.php?c=4&f=8#8) seems
    + to imply that the Q bot does not provide the ability to
    + disconnect ghosted usernames.
    +
    +Operator password:
    + Set a password to use to become an IRCop.
    +
    + This will issue the following IRC command on signon:
    + OPER your_nickname specified_password
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/irssi/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,9 @@
    +# Irssi Features
    +
    +dependencies: pidgin
    +authors: Gary Kramlich, John Bailey, Sadrul Habib Chowdhury
    +introduced: 1.0beta1
    +notes: Originally introduced as 'irssidate', but renamed in version 1.0beta3.1 when additional functionality was added.
    +
    +Implements some features of the IRC client irssi to be used in Purple. It lets you know in all open conversations when the day has changed, adds the lastlog command, adds the window command, etc. The day changed message is not logged.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/lastseen/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,9 @@
    +# Last Seen
    +
    +dependencies: pidgin
    +authors: Stu Tomlinson
    +introduced: 1.0beta1
    +notes: Partially superseded by functionality added in Pidgin 2.1.0.
    +
    +Logs the time of a last received message, what they said, when they logged in, and when they logged out, for buddies on your buddy list.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/listhandler/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# List Handler
    +
    +dependencies: libpurple
    +authors: John Bailey
    +introduced: 1.0beta1
    +
    +Provides numerous user-requested list-handling capabilities, such as importing and exporting of AIM .blt files and generic protocol-agnostic XML .blist files, as well as direct copying of buddies from one account to another.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/listlog/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Chat User List Logging
    +
    +dependencies: pidgin
    +authors: John Bailey
    +introduced: 2.4.0
    +
    +When a chat is joined, this plugin will print the list of users in the chat in the conversation window, thus causing the userlist to be logged.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/msglen/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,9 @@
    +# Message Length
    +
    +status: incomplete
    +dependencies: pidgin
    +authors: Gary Kramlich
    +introduced: 2.4.0
    +
    +Shows the length of your current message in the menu tray.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/mystatusbox/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Mystatusbox
    +
    +dependencies: pidgin
    +authors: Sadrul Habib Chowdhury
    +introduced: 1.0beta1
    +
    +You can show all the per-account statusboxes, hide all of them, or just show the ones that are in a different status from the global status. For ease of use, you can bind keyboard shortcuts for the menu items.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/napster/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,9 @@
    +# Napster Protocol Plugin
    +
    +dependencies: libpurple
    +authors: Rob Flynn
    +introduced: 1.0beta6
    +notes: Introduced into the Purple Plugin Pack after it was removed from libpurple.
    +
    +NAPSTER Protocol Plugin
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/nicksaid/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Nicksaid
    +
    +dependencies: pidgin
    +authors: Sadrul Habib Chowdhury
    +introduced: 1.0beta1
    +
    +Record when someone said your nick in a chat.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/ning/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Ning Protocol Plugin
    +
    +dependencies: libpurple, json-glib
    +authors: Eion Robb
    +introduced: 2.7.0
    +
    +Protocol plugin for the Ning social networking site framework.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/nomobility/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,9 @@
    +# No Mobility
    +
    +status: incomplete
    +dependencies: libpurple
    +authors: Gary Kramlich
    +introduced: 2.5.0
    +
    +Stops you from messaging mobile users.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/okcupid/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# OkCupid Protocol Plugin
    +
    +dependencies: libpurplem, json-glib
    +authors: Eion Robb
    +introduced: 2.7.0
    +
    +Protocol plugin for the OkCupid social networking site framework
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/oldlogger/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Old Logger
    +
    +dependencies: libpurple
    +authors: Stu Tomlinson
    +introduced: 1.0beta1
    +
    +Re-implements the legacy, deficient, logging.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/omegle/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Omegle Protocol Plugin
    +
    +dependencies: libpurple, json-glib
    +authors: Eion Robb
    +introduced: 2.7.0
    +
    +Protocol plugin for the Omegle social network.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/plonkers/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Plonkers
    +
    +dependencies: pidgin
    +authors: Peter Lawler
    +introduced: 1.0beta2
    +
    +Plonkers is a small plugin that lets you announce to a chat room your current list of ignores, as well as providing other pointless ignore and privacy tools for dealing with idiots. The name is inspired by the British/Irish word for 'idiots.'
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/schedule/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,9 @@
    +# Schedule
    +
    +dependencies: pidgin
    +authors: Sadrul Habib Chowdhury
    +introduced: 1.0beta1
    +notes: Renamed from gaim-schedule to schedule after the Pidgin rename.
    +
    +Schedule reminders at specified times.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/sepandtab/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Separate And Tab
    +
    +dependencies: pidgin
    +authors: Gary Kramlich
    +introduced: 1.0beta1
    +
    +Adds two new placement functions. One separates IMs and groups chats in tabs, the other separates chats and groups IMs in tabs.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/showoffline/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Show Offline
    +
    +dependencies: purple
    +authors: Stu Tomlinson
    +introduced: 1.0beta1
    +
    +Adds the option to show specific buddies in your buddy list when they are offline, even with "Show Offline Buddies" turned off.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/simfix/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# SIM-fix
    +
    +dependencies: libpurple
    +authors: Stu Tomlinson
    +introduced: 1.0beta1
    +
    +Fixes messages received from broken SIM clients by stripping HTML from them. The buddy must be on your list and set as a SIM user.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/slashexec/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,9 @@
    +# /exec
    +
    +dependencies: libpurple
    +provides: slashexec
    +authors: Gary Kramlich, Peter Lawler, Daniel Atallah, John Bailey, Sadrul Habib Chowdhury
    +introduced: 1.0beta3
    +
    +A plugin that adds the /exec command line interpreter like most UNIX/Linux IRC clients have. Also included is the ability to execute commands with an exclamation point (!uptime, for instance)
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/smartear/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,10 @@
    +# Smart Ear
    +
    +status: incomplete
    +depends: libpurple, pidgin (optional), libgnt (optional)
    +authors: John Bailey
    +introduced: not yet finished
    +
    +The Core component of the Smart Ear plugins
    +
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/snpp/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# SNPP
    +
    +dependencies: libpurple
    +authors: Don Seiler
    +introduced: 2.1.0
    +
    +Allows libpurple to send messages over the Simple Network Paging Protocol (SNPP).
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/sslinfo/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# SSL Info
    +
    +dependencies: libpurple
    +authors: Gary Kramlich
    +introduced: 1.0beta1
    +
    +Displays info about your currently loaded SSL plugin.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/stocker/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,10 @@
    +# Stocker
    +
    +status: incomplete
    +dependencies: pidgin
    +authors: Gary Kramlich
    +introduced: 1.0beta1
    +notes: This plugin partially works but is buggy and in need of TLC.
    +
    +Adds a stock ticker similar to the one in the Windows AIM client to the bottom of the buddy list.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/stress/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,9 @@
    +# stress
    +
    +status: abusive
    +dependencies: libpurple
    +authors: Gary Kramlich
    +introduced: 2.6.0
    +
    +Stresses libpurple.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/switchspell/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,9 @@
    +# Switch Spell
    +
    +dependencies: pidgin, gtkspell, aspell|enchant
    +authors: Sadrul Habib Chowdhury
    +introduced: 1.0beta7
    +notes: Works with both aspell- and enchant-enabled gtkspells, but may not intelligently detect one over the other during configure.
    +
    +Switch Spell Checker Language.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/talkfilters/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,9 @@
    +# GNU Talk Filters
    +
    +dependencies: pidgin, talkfilters
    +authors: Mark Lindner, Peter Lawler
    +introduced: 1.0beta1
    +notes: Requires GNU Talkfilters
    +
    +The GNU Talk Filters are filter programs that convert ordinary English text into text that mimics a stereotyped or otherwise humorous dialect. These filters have been in the public domain for many years, and have been made available as a single integrated package. The filters include austro, b1ff, brooklyn, chef, cockney, drawl, dubya, fudd, funetak, jethro, jive, kraut, pansy, pirate, postmodern, redneck, valspeak, and warez.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/timelog/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# TimeLog
    +
    +dependencies: pidgin
    +authors: Jon Oberheide
    +introduced: 2.2.0
    +
    +Allows the viewing of Pidgin logs within a specific time range.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/translate/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# Translate
    +
    +dependencies: libpurple
    +authors: Eion Robb
    +introduced: 2.7.0
    +
    +Provides automatic translation of messages using Google Translate (default) or Bing Translator.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/xchat-chats/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# XChat Chats
    +
    +depends: pidgin
    +authors: Sadrul Habib Chowdhury
    +introduced: 1.0beta1
    +
    +You can chat in Pidgin using XChat's indented view.
    +
    --- /dev/null Thu Jan 01 00:00:00 1970 +0000
    +++ b/xmppprio/README.md Sat Aug 25 18:55:52 2018 -0500
    @@ -0,0 +1,8 @@
    +# XMPP Priority
    +
    +dependencies: libpurple
    +authors: Paul Aurich
    +introduced: 2.6.0
    +
    +Adds account options that allow users to specify the priorities used for available and away for XMPP accounts.
    +