Pidgin (software)

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

Pidgin
Pidgin logo
<templatestyles src="Template:Hidden begin/styles.css"/>
Screenshot
Pidgin's buddy list
Pidgin's buddy list window in Trisquel
Initial release 1998 as Gaim
Stable release 2.10.12 (January 2, 2016; 8 years ago (2016-01-02)) [±]
Preview release None [±]
Written in C (C#, Perl, Python, Tcl are used for plugins)
Platform Linux
Mac OS
Microsoft Windows
Available in Multiple languages[1]
Type Instant messaging client
License GPL
Website {{#property:P856}}

Pidgin (formerly named Gaim) is a free and open-source multi-platform instant messaging client, based on a library named libpurple that has support for many instant messaging protocols, allowing the user to simultaneously log into various services from one application.

The number of Pidgin users was estimated to be over three million in 2007.[2]

Pidgin is widely used for its Off-the-Record Messaging (OTR) plugin, which offers end-to-end encryption. For this reason it is included in the privacy- and anonymity-focused operating system Tails. Chelsea Manning used it when leaking documents that would later be hosted by Wikileaks.[3]

History

Gaim 2.0.0 beta 6 running under GNOME 2.16.0

The program was originally written by Mark Spencer, an Auburn University sophomore, as an emulation of AOL's IM program AOL Instant Messenger on Linux using the GTK+ toolkit.[4] The earliest archived release was on December 31, 1998.[5] It was named GAIM (GTK+ AOL Instant Messenger) accordingly. The emulation was not based on reverse engineering, but instead relied on information about the protocol that AOL had published on the web. Development was assisted by some of AOL's technical staff.[4][6] Support for other IM protocols was added soon thereafter.[4]

As of 6 July 2015, Pidgin scored seven out of seven points on the Electronic Frontier Foundation's secure messaging scorecard.[7] They have received points for having communications encrypted in transit, having communications encrypted with keys the providers don't have access to (end-to-end encryption), making it possible for users to independently verify their correspondent's identities, having past communications secure if the keys are stolen (forward secrecy), having their code open to independent review (open source), having their security designs well-documented, and having recent independent security audits.[7]

Naming dispute

In response to pressure from AOL, the program was renamed to the acronymous-but-lowercase gaim. As AOL Instant Messenger gained popularity, AOL trademarked its acronym, "AIM", leading to a lengthy legal struggle with the creators of GAIM, who kept the matter largely secret.[8]

On April 6, 2007, the project development team announced the results of their settlement with AOL, which included a series of name changes: Gaim became Pidgin, libgaim became libpurple, and gaim-text became finch. The name Pidgin was chosen in reference to the term "pidgin", which describes communication between people who do not share a common language.[9] The name "purple" refers to "prpl", the internal libgaim name for an IM protocol plugin.[10]

Due to the legal issues, version 2.0 of the software was frozen in beta stages. Following the settlement, it was announced that the first official release of Pidgin 2.0.0 was hoped to occur during the two weeks from April 8, 2007.[11] However, Pidgin 2.0 was not released as scheduled; Pidgin developers announced on April 22, 2007 that the delay was due to the preferences directory ".gaim".[12]

Pidgin 2.0.0 was released on May 3, 2007. Other visual changes were made to the interface in this version, including updated icons.[13]

Features

Pidgin running on Ubuntu

Pidgin provides a graphical front-end for libpurple using GTK+.[14] Libpurple supports many instant-messaging protocols.

Pidgin supports multiple operating systems, including Windows and many Unix-like systems such as Linux, the BSDs, and AmigaOS. It is included by default in the operating systems Tails and Xubuntu.

Pluggability

The program is designed to be extended with plugins. Plugins are often written by third-party developers (developers not associated with the project). They can be used to add support for protocols, which is useful for those such as Skype which have licensing issues. They can also add other significant features. For example, the "Off-the-Record Messaging" (OTR) plugin provides end-to-end encryption.

The TLS encryption system is pluggable, allowing different TLS libraries to be easily substituted. GnuTLS is the default, and NSS is also supported. Some operating systems' ports, such as OpenBSD's, choose to use OpenSSL or LibreSSL by default instead.

Contacts

Contacts with multiple protocols can be grouped into one single contact instead of managing multiple protocols, and contacts can be given aliases or placed into groups.

To reach users as they log on or a status change occurs (such as moving from "Away" to "Available"), Pidgin supports on-action automated scripts called Buddy Pounces to automatically reach the user in customizable ways.

File transfer

Pidgin supports file transfers for many protocols. It lacks some protocol-specific features like the folder sharing available from Yahoo. Direct, peer-to-peer file transfers are supported over protocols such as XMPP and MSN.

Voice and video chat

As of version 2.6 (released on August 18, 2009), Pidgin supports voice/video calls using Farstream.[15] As of July 2015, calls can only be initiated through the XMPP protocol.[16]

Miscellaneous

Further features include support for themes, emoticons, spell checking, and notification area integration.[17]

Supported protocols

The following protocols are officially supported by libpurple 2.9.0, without any extensions or plugins:[18]

<templatestyles src="Div col/styles.css"/>

Some XMPP servers provide transports, which allow users to access networks using non-XMPP protocols without having to install plugins or additional software. Pidgin's support for XMPP means that these transports can be used to communicate via otherwise unsupported protocols, including not only instant messaging protocols, but also protocols such as SMS or E-mail.

Additional protocols, supported by third-party plugins, include Microsoft OCS/LCS (extended SIP/SIMPLE),[19] Telegram,[20] QQ,[21] Skype via skype4pidgin plugin,[22] WhatsApp[23] and the Xfire gaming network (requires the Gfire plugin).[24]

Plugins

Various other features are supported using third-party plugins.[25] Such features include:

Criticisms

  • Passwords are stored in a plaintext file, readable by any person or program that can access the user's files. Version 3.0 of Pidgin (no announced release date)[26] will support password storage in system keyrings such as KWallet and the GNOME Keyring.[27]
  • Pidgin does not currently support pausing or reattempting file transfers.[28][29][30]
  • As of version 2.4 and later, the ability to manually resize the text input box of conversations was removed. This led to a fork, Carrier (originally named Funpidgin).[31][32][33]
  • Pidgin does not allow disabling the group sorting on the contact list.[34]
  • As observed by Wired in 2015, the libpurple codebase is "known for its bountiful security bugs".[35]

Other notable software based on libpurple

BitlBee and Minbif are IRCd-like gateways to multiple IM networks, and can be compiled with libpurple to increase functionality.

See also

<templatestyles src="Div col/styles.css"/>

References

  1. About Pidgin: Supported languages
  2. "Luke Schierer discusses Pidgin, Open source and life". PC World Australia, 10 October 2007.
  3. Lua error in package.lua at line 80: module 'strict' not found.
  4. 4.0 4.1 4.2 Herper, Matthew (July 16, 2002). "Better Instant Messaging Through Linux" Forbes.com.
  5. Lua error in package.lua at line 80: module 'strict' not found.
  6. Lua error in package.lua at line 80: module 'strict' not found.
  7. 7.0 7.1 Lua error in package.lua at line 80: module 'strict' not found.
  8. "Sean Egan's Blog - The Power of Momentum (continued)". pidgin.im. May 23, 2007.
  9. Lua error in package.lua at line 80: module 'strict' not found.
  10. Lua error in package.lua at line 80: module 'strict' not found.
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. Lua error in package.lua at line 80: module 'strict' not found.
  13. Lua error in package.lua at line 80: module 'strict' not found.
  14. Lua error in package.lua at line 80: module 'strict' not found.
  15. Lua error in package.lua at line 80: module 'strict' not found.
  16. Lua error in package.lua at line 80: module 'strict' not found.
  17. Lua error in package.lua at line 80: module 'strict' not found.
  18. Lua error in package.lua at line 80: module 'strict' not found.
  19. Lua error in package.lua at line 80: module 'strict' not found.
  20. https://github.com/majn/telegram-purple
  21. Lua error in package.lua at line 80: module 'strict' not found.
  22. Lua error in package.lua at line 80: module 'strict' not found.
  23. Lua error in package.lua at line 80: module 'strict' not found.
  24. Lua error in package.lua at line 80: module 'strict' not found.
  25. Lua error in package.lua at line 80: module 'strict' not found.
  26. Lua error in package.lua at line 80: module 'strict' not found.
  27. Lua error in package.lua at line 80: module 'strict' not found.
  28. Lua error in package.lua at line 80: module 'strict' not found.
  29. Lua error in package.lua at line 80: module 'strict' not found.
  30. Lua error in package.lua at line 80: module 'strict' not found.
  31. Lua error in package.lua at line 80: module 'strict' not found.
  32. Lua error in package.lua at line 80: module 'strict' not found.
  33. Malda, Rob (April 30, 2008). "Pidgin Controversy Triggers Fork". Slashdot.
  34. Lua error in package.lua at line 80: module 'strict' not found.
  35. Lua error in package.lua at line 80: module 'strict' not found.
  36. Lua error in package.lua at line 80: module 'strict' not found.
  37. Lua error in package.lua at line 80: module 'strict' not found.
  38. Lua error in package.lua at line 80: module 'strict' not found.
  39. Lua error in package.lua at line 80: module 'strict' not found.

External links

ml:പിഡ്ജിന്‍