0.10.0 (2021-01-09) ===== Six months and 270 commits after 0.9.5 we are happy to release 0.10.0. 10 people contributed code to it: @wstrm, @DebXWoody, @pasis, @niacat, @kaffeekanne, @timgates42, @spth, @licaon-kter, @misaflo and @jubalh. Thanks a lot to our sponsors: @mdosch, @wstrm, @huhndev and one person who wants to stay anonymous. If you want to support us too: https://profanity-im.github.io/donate.html This release depends on: - libstrophe/libmesode >= 0.10.0. - glib >= 2.62.0 - sqlite >= 3.22.0 - gtk3 >= 3.24 or gtk2 >= 2.24.10 The goal for this release was mostly internal cleanup, like announced in the 0.10.0 roadmap: https://lists.notraces.net/pipermail/profanity/2020/000018.html There was also some undercover work done for MAM (XEP-0313). Changes: - Code cleanup - Several memory leaks fixed (b45384, #805, #1416, #1427) - Handle headline stanza (#1366) - By default log only WARN not INFO (#1353) - Fix OMEMO: check for current item (#1384) - Fix request OMEMO device id (#1332) - Add experimental OX (XEP-0373, XEP-0374) support (#1331) - Add clang format file for uniform coding style (#1396) - Add contributing guidelines (#1397) - Dont highlight console once all messages have been read (#1399) - New setting: Only highlight in console upon MUC mention (#1371) `/console muc mention` - Remove `/tiny` command (#1370) - Fix `/lastactivity` behaviour (#1411) - Fix `/correct` quotation marks usage (#1404) - Parse Stable Stanza IDs (XEP-0359) (#1207) (#660) - Only insert new messages in database (c9b154) (#660) - Support both gtk2 and gtk3 (05d19c) - Update gruvbox theme (#1421) - Add NetBSD support (#1424) - Fix uninitialized field in bookmarks (#1432) - Don't link functional tests against tcl (da513a) - Fix date format for MAM requests (15f45f) - Print error stanzas (#1435) - Add man pages for each profanity command (#1444) - Fix chatlogs for outgoing carbons (#1439) - Add OMEMO media sharing support (#1375) See `/help sendfile` `/help executable` - Expand trackbar to whole line (#1448) - Set default color for trackbar (#1453) - Log incoming carbons (#1446) - Use whole path as logfile when defined via -f (#1442) `profanity -f ~/mylog` - Fix color for outgoing messages when no receipts are enabled (#1441) - Set input window size to max window size (#1458) - For details see: https://github.com/profanity-im/profanity/milestone/20 0.9.5 (2020-07-01) ===== Changes: - Fix segfault in `/theme properties` due to uninitialized `titlebar.scrollable` (#1380) 0.9.4 (2020-06-24) ===== Changes: - Fix NULL terminated list (#1367) - Add missing string.h (#1372) (@pasis) - Fix gcc warnings for cygwin (#1373) (@pasis) 0.9.3 (2020-06-19) ===== Changes: - Fix expansion in eval_password (#1364) 0.9.2 (2020-06-13) ===== Changes: - Dont manipulate pointer from getenv (#1357) - Fix reading/writing linked files (#1362) - Use gnu99 C standard (#1357) 0.9.1 (2020-06-11) ===== This release depends on libstrophe 0.9.3 only if you want to have legacy authentication. Otherwise you can still use libstrophe 0.9.2. Changes: - Make legacy auth optional (#1360) (@pasis) 0.9.0 (2020-06-09) ===== Four months and 350 commits after 0.8.1 we are happy to release 0.9.0. 7 people contributed code to it: @pasis, @wstrm, @DebXWoody, @toogley, @pmaziere, @moppman and @jubalh. Thanks a lot to our sponsors: @mdosch and @wstrm! If you want to support us too: https://profanity-im.github.io/donate.html This release depends on li
#
# /etc/rc.d/postgresql: start, stop or restart PostgreSQL server postmaster
#

PG_DATA=/srv/pgsql/data

case "$1" in
    start|stop|status|restart|reload)
        sudo -u postgres pg_ctl -D "$PG_DATA" -l /var/log/postgresql "$1"
        ;;
    *)
        echo "usage: $0 start|stop|restart|reload|status"
        ;;
esac

# End of file
rd mucs (#1223) - Allow setting of status message (which actually never worked before) (b846c49) `/status set online "This is my text"` `/status set away bye` `/status set away` - Add option to store current line in history (irssi down arrow) (#200) - Standardize commands (#1116): * `/tls show on|of -> `/titlebar show|hide tls` * `/encwarn on|off` -> `/titlebar show|hide encwarn` * `/titlebar show|hide resource` additionally to `/resource titlebar on` * `/titlebar show|hide presence` additionally to `/presence titlebar on` * `/invite ` -> `/invite send * `/invites` -> `/invite list` * `/decline` -> `/invite decline` * `/online`, `/away`, `/dnd`, `/chat`, `/xa` -> `/status set online` etc. * `/status` -> `/status get` * `/chlog on` -> `/logging chat on` (#1224) * `/grlog on` -> `/logging group on` (#1224) * `/group` -> `/roster group` (#1229) - Check omemo stanza names when iterating nodes (@aszlig) (#1217) - Add clipboard feature. See `/paste` (#1216) - Log MUC PM messages (#1214) - Improve forest theme - Change default text colors to default instead of white (@mdosch) (#1213) (#535) - Fix date display in chat history (#922) - Log incoming MUC messages if origin-id sais they dont come from us (#1201) - Support XEP-0359: Unique and Stable Stanza IDs (#1207) To help us identify which MUC messages were sent by us. - Fix double _XOPEN_SOURCE definition (@pasis) (#1206) - Highlight unread messages with a different color in /wins (#895) New theming option `cmd.wins.unread` - Improve MUC 1:1 logging (#1184) - Fix user messages double logged in MUC logs (#1201) - Fix 26 causes for memory leaks - Add `/clear` autocompletion and improve help (#855) - Allow multiple instances to write to account config via `/reload` command that reloads the config file (#627) - Log message carbons to log file (#1181) - Include PYTHON_EXTRA_LIBS in libtool config (@mzagozen) (#1200) - Document how to block users in MUCS (#618) - Keyboard switch to select the next window with unread messages (#1114) (alt + a) - Keyboard switches (for moving to 20 windows instead of 10 (#1114) (alt + 1234567890qwertyuio) - Fix MUC history detection with older Prosody versions (#1190) See https://issues.prosody.im/1416 - `statusbar.current` is a new theming option for currently selected tab (@quite) (#1195) - Code cleanup - Make /info more user friendly (#1194) - Add solarized theme (#1175, #1198, #1199) (@mdosch) - Set nonblocking mode for stderr (@pasis) (#1192) - Log alleged roster push (6cf06dc) - Allow colorization of history messages (#1170) See `main.text.history` theming option - Fix crash if source jid doesn't contain the node part (@pasis) (#1153) - Add support for 256 colors (@aaptel and @jubalh) (#1177 and many commits) We use the Xterm color names. See https://jonasjacek.github.io/colors - Don't render (all) delayed messages as MUC history (@weiss) (#1173) - Add possibility to specify alternative config file (10ca3e) Use `profanity -c ~/path/to/other/config` - Don't print subscribed message if contact is already in roster (#1166) - Only save preferences when new `/save` command is issued (#1146) 0.7.1 (2019-09-24) ===== - Fix copyright/info displayed email - Fix typos in OMEMO logs - Fix crash when jid has no node part (#1153, #1193) 0.7.0 (2019-07-31) ===== - Fix plugin unload return code if just one plugin fails (#995) - Fix several typos - Fix some display indentation issues (#1073) - Fail plugin unload if the plugin doesnt exist - Improve encrypted message stub header by mentioning the encryption method - Fix GPG encryption (#997) - Redraw sceen after entry of PGP key (#906) - Fix support for case-sensitive account names (#725) - Fix /me display when highlighting user in MUCs (#950) - Fix `make dist` (0f0659a) - Fix use after free bug (#1044) - Fix segfault on connect with default account (#1046) - Implement OMEMO support (#1039, #658, #1070) - Add random string at the end of the default resource (#1053) - Fix handling of messages without ID in MUC (#1061) - Add library versioning to libprofanity (#973) - Add more customization: occupants indent (/occupants) (#690, #1072) - Add more customization: occupants header char (/occupants) (#690, #1074) - Add more customization: occupants wrap (/occupants) (#690, 125ca2f) - Add more customization: occupants char (/occupants) (#690, #1084) - Fix formatting for privileges on (a666f0d) - Fix usage of statusbar number in theme (#1078) - Fix Debian 32bit tests (#1091) - Fix unit tests (#1092) - Fix infinite loop on connection loss (#1103) - Don't clear saved account data in session_disconnect (#1106) - Cancel autoping timer on disconnect or connection loss (#1105) - Fix SIGABRT on connection loss (#1083) - Only print room history for new messages upon reconnect (#704, #1110) - Check if valid account before setting autoconnect (#1112) - Improve plugin load error message, in case built without support (cc697de) - Iterate up to 100 logfiles (#519) - Fix rejoining of MUCs upon reconnect (#1120) - Add option to set all window related time formats (#632, #1120) - Always check for directory changes with sendfile auto completion (#1154) - Fix several memory leaks (#1130, + plenty commits) - For details see https://github.com/profanity-im/profanity/milestone/17 0.6.0 (2019-02-18) ===== - Allow moving vertical window positions (/titlebar, /mainwin, /statusbar, /inputwin) - Allow loading/unloading all plugins (/plugins) - Allow installing plugins from directory (/plugins) - Allow uninstallation of plugins (/plugins uninstall) - Allow update of plugins (/plugins update) - Theme option for status bar time (statusbar.time) - Case/accent insensitive autocompletion - Shift tab to select previous autocomplete suggestion - Allow searching help (/help search_all|search_any) - Support for Legacy SSL - Allow caching of rooms (/rooms cache) - Add autocompletion for servername when listing rooms (/rooms service) - Allow showing/disabling tab number in statusbar (/statusbar show) - Adjust configure for OpenBSD - Use UUIDs instead of counter for messages - Support basic ad-hoc commands(xep-0050) (/command) - Add option to trust server's certificate (/connect, /account) - Add possibility to close windows via prof_win_close inputrc hook - Bug fixes: https://github.com/profanity-im/profanity/milestone/16?closed=1 0.5.1 (2017-01-28) ===== - Add prof.get_room_nick plugins api function - Add main.help.header theme option - Look for system TLS certificate path by default (/tls certpath) - Use service discovery to set account muc property - Allow clearing account muc and resource properties - Allow plugins to complete file paths with prof.filepath_completer_add function - Add encryption settings functions to plugins api - Allow plugins to block message sending on pre message send hooks - Fix CVE-2017-5592 (incorrect implementation of Message Carbons allowing social engineering attacks) - Bug fixes: https://github.com/profanity-im/profanity/milestone/15?closed=1 0.5.0 (2016-09-15) ===== - 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 0.4.7 (2015-09-20) ===== - 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 0.4.6 (2015-03-03) ===== - 16 colour support (/theme colours) - UI preferences included in themes - /wrap - Word wrapping - /time - Show/hide time in main window, and configure precision - /roster - Show/hide and customise roster panel - /roster and /occupants panel size settings (% of screen width) - /account default - Set default account for /connect - /account remove - /presence - Show/hide contact presence in titlebar - /resource - Override resource during chat, resource display settings - Improved chat session handling - Lower CPU usage with dynamic input blocking timeout - Keychain/keyring integration using account eval_password property - Disable term window title by default - Fixed remote code execution bug on OSX when desktop notifications configured to show message text