summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/profanity
Commit message (Collapse)AuthorAge
* profanity: 0.4.6 -> 0.4.7devhell2015-09-20
| | | | | | | | | | | | | | | | | | | | Built and run successfully on local. From the Changelog: ``` - GNU Readline - OpenPGP support - Message Carbons (xep-0280) - Message Delivery Receipts (xep-0184) - MUC Mediated Invitation support - Configurable time formatting - Option to show JIDs in roster - Option to hide empty groups in roster - Generate UUID for unnamed new MUC rooms - Themable UI preference to indicate OTR and PGP messages - Reformatted help - devel: Added functional tests using libexpect and libstabber ```
* profanity: 0.4.5 -> 0.4.6devhell2015-03-04
| | | | | | | | | | | | | | | | | | | Changes include: * 16 colour support * UI preferences included in themes (http://www.profanity.im/themes.html) * Roster panel in console window * Word wrapping * Configure time display in main window * Set default account for /connect * Contact presence and resource displayed in titlebar * Ability to override resource when sending messages * Chat session handling in line with http://xmpp.org/rfcs/rfc6121.html#message-chat * Lower CPU usage during periods of inactivity * Keychain/keyring integration using account eval_password property * Fixed remote code execution bug on OSX when desktop notifications configured to show message text Most new UI features are enabled by default but can be disabled with the relevant preference command.
* profanity: Add option for autoAwaySupport.aszlig2015-01-05
| | | | | | | | Actually, two dependencies used for notifySupport are for autoAwaySupport and have nothing to do with notifications, so let's split them apart. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* profanity: Clean up package expression file.aszlig2015-01-05
| | | | | | | | | | | | No real changes in functionality, other than renaming libnotifySupport to just notifySupport. I've wrapped the lines to a maximum of 80 characters in width, so the file looks less cluttered up. Which includes setting apart the attribute for notifySupport and its respective dependencies from the main dependencies. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* profanity: Add libnotifySupport config optiondev.hell2015-01-04
| | | | This adds support for profanity to be optionally built with libnotify.
* profanity: Add "platforms" meta informationdev.hell2015-01-04
|
* profanity: Add libXScrnSaver and libX11 buildInputsdev.hell2015-01-04
| | | | | | This adds libXScrnSaver and libX11 to the buildInputs. Thanks to @aszlig for spotting this.
* profanity: Add profanity, a ncurses XMPP clientdev.hell2015-01-04
This adds profanity, a ncurses irssi-style XMPP client, which depends on libstrophe.