Up to [cvs.NetBSD.org] / pkgsrc / chat / profanity
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
profanity: make sure TIOCGWINZ is declared on Illumos
Update profanity to version 0.14.0 Fixes build with python 3.11 Changes from changelog: 0.14.0 (2023-08-03) =================== Changes: - Introduce new `/privacy command (#1836, #1870) `/os` -> `/privacy os` `/privacy logging` - Fix crash when using NetBSD curses implementation (#1769) - Fix OMEMO autodetection in autotools (#1865) - Add ability to completely turn logs off (#1857) - Extend /pgp command to make key exchange procedure easier (#1850) Used by PSI and Pidgin as well. - Add ability to download and install plugins directly (#1842) `/plugins install` - Improvements for /executable and /avatar code (#1845) - Add ability to disable avatar publishing (#1843) - Fix /plugins update (#1840) - Improve logging (#1835) - Add feature that can warn you when another client logs in (#1827) `/account set <account> session_alarm <max_sessions>` - Don't add the same command twice to history (#1829) - Improve manpage to inform users about encryption (#1823) - Fix possible crash in PGP/OX (#1823) - Add nickname support for /roster remove (#1826) - Fix JID display in titlebar (#1816) - Allow setting client identification (#1815) `/account set <account> clientid` - Add /statusbar tabmode actlist (#1813) - Fix color name in batman theme (#1810) - Fix empty window after reconnect (#1556) - Support passing flags to editor (#1801) - OTR and PGP fixes (#1802) - Adapt to g_string_free glib 2.75.3 change (#1799) - Improve OMEMO QR code (#1796) - Improve OMEMO help (#1838) - Fix duplicate download IDs (#1794) - Add macro for possible NULL prints and use it on known sports - Prevent setting invalid combination of libstrophe flags - Fix libstrophe timer-callback usage - Fix memory leaks (#1780, #1814, #1837) - Code cleanup - Add `now` option to `/reconnect` command (#1809) - Add `/strophe` command to modify libstrophe-specific settings - Fix xscreensaver detection (#1783) - Make `/url save` autocomplete filenames after a url (#1783) - Improve MAM support (#1724, #1791, #1868) - Add vCard support (XEP-0054) (#1757) - Fix autocompletion for lastactivity - Improve /msg and /win autocompletion: autocomplete roster nickname and actual barejid - UI improvements (#1800, #1773, #1821) 0.13.1 (2022-10-12) =================== Changes: - Fix configure parameter detection (#1752, #1753) - Improve plugins management (#1755) - Fix build with plugins enabled for Python >= 3.11 (#1756) - Add gruvbox_transparent theme optimized for enabled transparency - Fix detection of first start used for welcome screen (#1767) - Improve opening of URLs by spawning external program asynchronously 0.13.0 (2022-09-13) =================== Changes: - Print OMEMO verification QR code (#1320, #1568, #1718, #1720) `/omemo qrcode` - Add option to configure stamp (#1663) - Allow bold for default colors (#1674) - Add irssi theme (#1680) - Include useful aliases in profrc example (#1683) - Improve man pages (#1688, #1703) - Show return symbol for embedded newlines in multiline messages - Fix xscreensaver detection (#1696) - Add support for offline MUC notifications (#1697) `/notify room offline on|off` - Fix SIGABRT when using wrong argument order for receiving ox key - Use 3 digits for rotated log files (#1701) - Fix autocomplete for /ox discover. (#1702) - Fix segfault on /ox discover (#1713, #1715) - Fix OX rpad generation (#1703) - Don't forget encryption status for OX and PGP. (#733, #1694, #1722) - Several OX improvements (#1703, #1705) - Fix room name not updating. (#1710, #1711) - Update capabilities of muc on available presence (#1347, #1712) - Add /avatar set command to publish avatar (#1687, #1714) - Respect silent nick change in mucs (#757, #1716) - Fix duplicate messages in chat with oneself. (#1595, #1717) - Improve cmd argument parser (#497, #1721) - Make display of user mood optional (#1725) - Switch log level while running (#1726) - Split chatlog and log functions in separate files (#1727) - Split pgp and ox into separate files (#1728) - Various cleanups (#1729) - Don't scroll if not needed (#1730) - Retrieve encryption type from db (#1731) - Be more resilient when receiving empty messages (#1734) - Display a welcome message upon first start of Profanity (#1735) Explain for new users how to connect/set up a new account - Fix /autoaway command logic (#1736) - Fix segfault when requesting an avatar (#1738, #1740) - Integrate XEP-0198 Stream-Management (#698, #1745, #1746) - Fix avatar opening executable (#1742, #1748) - Let slashguard ignore quoted messages (#1732) - Update DOAP Behaviour changes: - Use ISO8601 as date format in chat logs and log files (#1700) - Increase default log file size to 10MB (#1701) - Name rotated log files profanity.001.log instead of profnaity.log.001 - Log encrypted messages by default to chatlog (#1707) - Dont show presence status changes by default (59b9b44)
profanity: update to 0.11.1 Changes: Fix resetting colors when loading invalid theme Use correct color for nick of others in history Fix a segfault when uploading or downloading files Fix logging of text chatlogs Simplification of tab completion code Add Alt/Ctrl-arrows combinations for GNU Screen Make all existing input functions bindable from config Cleanup Improve man pages Fix race condition on resize
profanity: update to 0.11.1 Some pkgsrc patches were upstreamed. Changes: - Fix typo in shade color theme - Fix memory leaks - Fix buffer overread - Don't handle /me in the middle of a message with mentions - Explicitly check for curl version - Fix OMEMO devicelist access model by reconfiguring it - Cosmetic cleanup - Change attentionflag shortcut from alt-f to alt+v - Update man page and /help information - Enable whole word only notifications by default
chat: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes
chat: Remove SHA1 hashes for distfiles
profanity: Use OpenSSL certificates directory Requested by leot
profanity: Add explicit dependency on mozilla-rootcerts Point profanity at the certificates directory installed by the package. Should help with PR pkg/55949
profanity: add some optional (off-by-default) GUI features. Patch provided by snow flurry in PR pkg/55673
profanity: Remove hardcoded homebrew paths to fix building on Darwin
chat: Add profanity. Based on work by js and leot in pkgsrc-wip. Profanity is a simple lightweight console based XMPP chat client. Its emphasis is on having a simple and configurable command driven UI.