about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/profanity
Commit message (Collapse)AuthorAge
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* profanity: 0.7.1 -> 0.8.1devhell2020-02-13
| | | | | Changelog available at: https://github.com/profanity-im/profanity/releases/tag/0.8.1
* profanity: 0.7.0 -> 0.7.1devhell2019-10-27
| | | | | | Changelog: https://github.com/profanity-im/profanity/releases Signed-off-by: devhell <devhell@mailfresser.de>
* treewide: remove redundant quotesvolth2019-09-08
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* profanity: Add optional omemo support (enabled by default)toon2019-08-09
|
* profanity: 0.6.0 -> 0.7.0toon2019-08-09
|
* gdk-pixbuf: rename from gdk_pixbufworldofpeace2019-07-22
|
* profanity: 0.5.1 -> 0.6.0 (#59931)eri!2019-04-22
| | | | | | | * profanity: 0.5.1 -> 0.6.0 * profanity: recreate darwin patch for v0.6.0 sources
* profanity: Fix build (#56118)devhell2019-02-22
|
* profanity: move defaults to package fileJan Malakhovski2019-02-03
|
* Python: drop `python.majorVersion`Frederik Rietdijk2019-01-04
| | | | | | | | | Drop `python.majorVersion`. For Python language version, use `python.pythonVersion`. For implementation version, use `python.sourceVersion`. Some expressions were broken. Those that were identified were fixed. fixup major
* profanity: refactor build to build from sourceHendrik Schaeidt2018-03-21
| | | | | | * fix osx build * fix undefined macros in configure.ac * activate the check phase to run the test suite
* profanity: explicit feature flags so build fails when libs are missingAndré-Patrick Bubel2017-10-19
| | | | | | | When the feature flags during configuration are not set explicitly the build will continue even when needed libs are missing, disabling the feature. To get notified of problems, we set the feature flags explicitly.
* profanity: enable support for python pluginsAndré-Patrick Bubel2017-10-19
|
* profanity: enable pgp supportAndré-Patrick Bubel2017-10-19
|
* profanity: enable parallel buildAndré-Patrick Bubel2017-10-19
|
* treewide: Manual fix more pkg-config build-inputsJohn Ericson2017-09-21
|
* profanity support for unixFrank2017-08-31
|
* profanity: enable tray icon supportAndré-Patrick Bubel2017-06-08
| | | | | Profanity can show a tray icon, e.g. showing that messages were received. This enables support for the feature.
* profanity: 0.5.0 -> 0.5.1Michael Raskin2017-03-01
|
* profanity: 0.4.7 -> 0.5.0devhell2016-12-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | From the changelog: - Plugins API supporting C and Python plugins - SSL certificate verification (requires libmesode) (/tls) - HTTP file upload (xep-0363) (/sendfile) - Blocking command (xep-0191) (/blocked) - Allow auto extended away (/autoaway) - Include last acitvity in initial presence (xep-0256) (/lastactivity) - Last Activity (xep-0012) (/lastactivity) - Ability to run command scripts (/script) - Account startscript property to execute a command script on connect (/account) - Export roster to CSV file (/export) - Support for GTK tray icons (/tray) - User specified text triggers for chat room notifications (/notify) - Per chat room notification options (/notify) - Many new roster panel display options (/roster) - Time format preferences per window type (/time) - Edit, prepend and append to room subject (/subject) - Autoping timeout preference (/autoping) - Window navigation by window title (/win) - Window closing by window title (/close) - Account theme setting (/account) - Allow sending XMPP stanzas in xmlconsole window (/xmlconsole) - Configure level of room message notifications in console window (/console) - Check ~/.config/profanity/inputrc for readline settings - Custom readline functions for navigation key bindings - Autocomplete command arguments when no characters entered
* 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.