summaryrefslogtreecommitdiff
path: root/chat/psi/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2011-01-02Bring psi up to the current release version, 0.14:schnoebe1-4/+11
Changes ------- New in 0.14 - Added color options to the chat window. - Can now specify a reason for kick/ban in groupchat. - Improved User Info window, to show more fields and photo view/save. - Support for Enchant as an alternative to Aspell. - Commandline interface now supports choosing profile and setting status. - D-BUS interface now supports setting status and indicating sleep/wake. - Fixed voice calling compatibility bugs with Pidgin and Empathy. - Various other minor improvements and bugfixes. New in 0.13 - Voice calls (Jingle RTP). - Basic XMPP URI handler. - Ability to permanently trust certificates at connect time. - Mini command system (Ctrl+7 in chat window). - Various bugfixes.
2009-05-13Upgdrade psi to 0.12.1.jdolecek1-4/+4
New in 0.12: - Multi-user chat windows now join one on one chat windows and can be opened in tabbed form, either sharing a window, or seperately. - The roster search has been updated, and now triggers a filter when typing into the roster window. - An XML ringbuffer is now used, allowing access to already received XML in the XML console. - When resolving a name for new contacts, the full name is now used if the nick name is missing from the vcard. - Auto-connect on wake is now an independent option. - MUCs can now be bookmarked, and auto-joined. - The old config.xml file has been dropped in favour of the new options.xml format - all options in Psi can now be configured from the Advanced options pane (no more hand-editing of config files is required). - Vcard avatars are now transmitted for the benefit of legacy clients and servers not supporting PEP. - A new diagnostics group is available in the help menu, to allow debugging problems with the QCA security layer. - Launching several instances of the same profile on Windows and Unices with DBUS now behaves more sensibly. - On X11, the taskbar should now flash on new messages for compliant window managers. 0.12.1 security update: - Bugfix for DOS vulnerability in the file transfer code.
2007-12-20remove no longer needed patches - part of psi update to 0.11jdolecek1-10/+1
tested on NetBSD 4.0, I don't have other platforms ...
2007-12-19Update psi to 0.11.jdolecek1-49/+4
New in 0.11 - Reworked account registration process (including proper support for XEP-0077 (In-band registration)) - Finished support for XEP-0004 (Data Forms) by supporting forms in messages. (thanks to Roelof Naude) - Added support for XEP-0070 (Verifying HTTP Requests via XMPP). Thanks to Maciej Niedzielski. - Customizable shortcuts (thanks to Ephraim) - System-wide shortcuts - Added spell checking (thanks to Ephraim). Currently only aspell is supported. - Added option to automatically set the resource (using the hostname) - Added new default Stellar3 iconset - Added support for XEP-138 (Stream Compression) - Added support for using XEP-33 (Extended Stanza Addressing) to multicast messages to multiple users. Use option.enable-multicasting to enable it. - Added 'Show status message' toggle. There is a hidden option to put status messages under the nickname (at the cost of 2 extra pixels when no status message is shown) - Support for Bookmark Storage (XEP-0048), where bookmarked conferences are auto-joined. No UI is provided for creating bookmarks (yet). - Better error messages, including error condition mappings (XEP-0086) - Support dynamically changing priority - Improved PGP error messages - Hiding the deprecated protocol selector for service discovery by default. Use option.ui.show-deprecated.service-discovery.protocol-selector to re-enable it. - New options system (see options.xml) - Receiving support for vCard-Based Avatars (XEP-0153) - Support for Multi-User-Chat (XEP-0045) - Preliminary support for User Nickname (XEP-0172) - Preliminary support for Roster Item Exchange (XEP-0144) - Psi now uses the Qt4(>=4.3) and QCA2 libraries, replacing the Qt3 and QCA1 requirements. - "Privacy List" support in the account dialog. - Support for XEP-0050 (Ad-hoc commands) - Preliminary support for XEP-0163 (Personal Eventing Protocol) - Preliminary support for XEP-0146 (Remote Controlling Clients) - Large parts of the codebase have been restructured. - Fixed a chat room bug where subject/topic changes were not shown. - Mac OS X builds are now universal binaries, supporting the new Intel based Macs. - Support for XEP-85 (Chat State Notifications). - Support for XEP-0115 (Entity Capabilities). - There is now a config.xml option to make some windows use the brushed metal theme on Mac OS X. - Window opacity support is now present for all three supported platforms. - Fixed Unicode URL opening bug #510 - Auto-reconnect accounts on wakeup - Copy-pasting with emoticons now works - Fixed issue #263 where emoticons would disappear in a reply or quote - History index is rebuilt faster - Configure toolbars merged into main preferences dialog - Moving tooltips - MingW32 compiler support (Coupled with the open source Qt4 Windows library this now allows completely free building of Psi on Windows) Aspell support is not activated in pkgsrc ATM
2006-12-04add patch for DragonFly; no functionality change, so no PKGREVISION bumpjdolecek1-1/+2
2006-10-23adjust include paths to avoid header conflict with net/socks5 packagejdolecek1-1/+5
fixes PR pkg/33022 by Steven M. Bellovin
2006-09-02The Bulgarian translation file has been changed, so all the files need torillig1-49/+49
be downloaded into a fresh directory. Bumped PKGREVISION because of that.
2006-08-07update distinfo for the new distfiles subdirperry1-49/+49
2006-08-07Update to revision 6 -- psi_sl.qm seems to have gotten a silent update.perry1-3/+3
2006-03-21Update DIST_SUBDIR to force to download new distfiles since one of theminskim1-49/+49
language files was changed. Bump PKGREVISION.
2006-03-02Update language files. Fixes fetch part. Based on patch provided bywiz1-43/+49
Alexander Becher in PR 32748. Bump PKGREVISION.
2006-01-23Update to 0.10.xtraeme1-46/+46
- Psi will now sign out before Windows or Mac OS X machines go to 'sleep' - The default text input line in the chat dialogs starts at one line tall, and grows as necessary. - The Roster can now be automatically resized to fit all contacts. - The Roster now has a menu bar available on Windows and Linux - Chat windows can be collected together using tabs - On Windows and Mac OS X, selected text may be automatically copied to the clipboard. - Mac OS X builds now enjoy Growl(.info) support - Photos are now available in the VCard dialog - New default colour scheme - Roster and chat dialog opacity is now configurable on Windows and Mac OS X - The colour scheme is now slightly more configurable - Assorted minor feature additions and bug fixes - Number of unread messages is now visible in the dock on Mac OS X - GPG passphrases are now cached during the entire Psi session - 'Authorization received' messages can now be ignored - Roster and chat windows can be made transparent
2005-10-01Use devel/libidn rather than bundled version, since compilation of thejdolecek1-1/+2
latter bombs if devel/libidn is installed, and it's preferable to use the non-bundled, pkgsrc libidn rather than fix build of the bundled version Fixes PR pkg/30336 by Perry E. Metzger and PR pkg/31413 by Steven M. Bellovin
2005-09-14- add missing header filedmcmahill1-1/+2
- use CONFIGURE_ENV during the configure phase to make sure we pick up QMAKESPEC - set CONFIG_SHELL to ${SH} to help /bin/sh challenged platforms like solaris.
2005-04-02Update psi to 0.9.3. Changes since 0.9.2:jdolecek1-41/+44
* Notification when a user is typing * Advanced Data Forms capability (x:data) * Mac version uses the menu bar and also has a new color scheme * Slightly improved new user dialog * Drag and drop File Transfer * Ability to specify a status messages when going offline * The tray icon under X11 should now be more beautiful * Show self-contact is now a toolbar button instead of a normal option * There is now an option for all chat windows to be compact by default * Bugfix: file transfer sometimes wouldn't send the whole file * Fixed many other small bugs Update provided by Piotr Kalinowski in PR pkg/29285.
2005-02-23Add RMD160 digests in addition to SHA1 onesagc1-1/+14
2004-11-27Update psi to 0.9.2.jdolecek1-6/+28
Notable addition is file upload support, other changes are mostly usability changes and bug fixes. Full list available at http://psi.affinix.com/?page=changelog. Internal pkgsrc organization changes: * depends on qca-tls for SSL support, functionality confirmed working; this fixes PR#26120, PR#25444, PR#26665 * uses prepared psi language files, no longer using lrelease (the raw language files are not part of distribution), only use DEPMETHOD=build for qt3-tools
2003-11-18Apply patch from Martin Ehmsen via lha@ in PR pkg/23426 to make psi workxtraeme1-1/+2
with gnupg-1.2.3. This also closes pkg/23416 by Steven M.Bellovin. Bump PKGREVISION.
2003-09-18On NetBSD, make the default audio-player "audioplay" instead of "play".wiz1-1/+2
Closes PR 22723 by Steven M. Bellovin.
2003-07-27build and install only actually translated language packsjdolecek1-1/+2
2003-07-27Update psi to version 0.9 (latest available).jdolecek1-6/+4
Changes since 0.8.7: * OpenPGP integration (via GnuPG) * Jabber Browsing * Groupchat invites / private-messaging * better SSL certificate handling * ton of bugfixes Package now also includes all available language packs.
2003-01-29Clean up hard-coded /usr/X11R6/include from the header search path, andjlam1-2/+2
just have BUILD_DEPENDency on qt3-tools instead of the full one.
2003-01-03update to psi 0.8.7lha1-6/+5
2002-08-04update checksum for patch-acjdolecek1-2/+2
2002-08-04PSI 0.8.6 - advanced graphical Jabber instant messaging clientjdolecek1-0/+8
Jabber is an open, XML based Instant Messaging system that seeks to be the standard IM network. It is a distributed system, created from the ground up, not relying upon central servers. Thus, anyone can run a server, and they are all interoperable. For assistance with migrating users to Jabber, many servers feature transports for interoperating with other IM systems. Features: * Message (ICQ-style) and Chat (AIM-style) modes * Drag and drop to send to multiple contacts * Full Unicode support * Secure connections * Saving contact list locally, and server sync on login * Icon Themes * Agent registration and searching * Retrieving and updating User Info * Sound support for incoming events * Auto-away after a configurable amount of time * Tray/dock icon for KDE/GNOME environments * Language plugins