summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2011-06-30Update pidgin to 2.9.0, for security fix (CVE-2011-2485).obache9-26/+15
version 2.9.0 (06/23/2011): Pidgin: * Fix a potential remote denial-of-service bug related to displaying buddy icons. * Significantly improved performance of larger IRC channels (regression introduced in 2.8.0). * Fix Conversation->Add on AIM and MSN. * Entries in the chat user list are sorted properly again. This was inadvertenly broken in 2.8.0. Finch: * Fix logging in to ICQ. libpurple: * media: Actually use the specified TCP port from the TURN configuration to create a TCP relay candidate. AIM and ICQ: * Fix crashes on some non-mainstream OSes when attempting to printf("%s", NULL). (Clemens Huebner) (#14297) Plugins: * The Evolution Integration plugin compiles again. version 2.8.0 (06/07/2011): General: * Implement simple silence suppression for voice calls, preventing wasted bandwidth for silent periods during a call. (Jakub Adam) (half of #13180) * Added the DigiCert High Assurance CA-3 intermediate CA, needed for validation of the Facebook XMPP interface's certificate. * Removed the QQ protocol plugin. It hasn't worked in a long time and isn't being maintained, therefore we no longer want it. Pidgin: * Duplicate code cleanup. (Gabriel Schulhof) (#10599) * Voice/Video call window adapts correctly to adding or removing streams on the fly. (Jakub Adam) (half of #13535) * Don't cancel an ongoing call when rejecting the addition of a stream to the existing call. (Jakub Adam) (#13537) * Pidgin plugins can now override tab completion and detect clicks on usernames in the chat userlist. (kawaii.neko) (#12599) * Fix the tooltip being destroyed when it is full of information and cover the mouse (dliang) (#10510) libpurple: * media: Allow obtaining active local and remote candidates. (Jakub Adam) (#11830) * media: Allow getting/setting video capabilities. (Jakub Adam) (half of #13095) * Simple Silence Suppression is optional per-account. (Jakub Adam) (half of #13180) * Fix purple-url-handler being unable to find an account. * media: Allow adding/removing streams on the fly. (Jakub Adam) (half of #13535) * Support new connection states in NetworkManager 0.9. (Dan Williams) (#13505) * When removing a buddy, delete the pounces associated with it. (Kartik Mohta) (#1131) * media: Allow libpurple and plugins to set SDES properties for RTP conferences. (Jakub Adam) (#12981) * proxy: Add new "Tor/Privacy" proxy type that can be used to restrict operations that could leak potentially sensitive data (e.g. DNS queries). (#11110, #13928) * media: Add support for using TCP relaying with TURN (will only work with libnice 0.1.0 and later). AIM: * Fix setting icons with dimensions greater than 64x64 pixels by scaling them down to at most 64x64. (#12874, #13165) Gadu-Gadu: * Allow showing your status only to buddies. (Mateusz Piękos) (#13358) * Updated internal libgadu to version 1.10.1. (Robert Matusewicz, Krzysztof Klinikowski) (#13525) * Updated internal libgadu to version 1.11.0. (Tomasz Wasilczyk) (#14248) * Suppress blank messages that happen when receiving inline images. (Tomasz Wasilczyk) (#13554) * Fix sending inline images to remote users, don't crash when trying to send large (> 256kB) images. (Tomasz Wasilczyk) (#13580) * Support typing notifications. (Jan Zachorowski, Tomasz Wasilczyk, Krzysztof Klinikowski) (#13362, #13590) * Require libgadu 1.11.0 to avoid using internal libgadu. * Optional SSL connection support for GNUTLS users (not on Windows yet!). (Tomasz Wasilczyk) (#13613, #13894) * Don't count received messages or statuses when determining whether to send a keepalive packet. (Jan Zachorowski) (#13699) * Fix a crash when receiving images on Windows or an incorrect timestamp in the log when receiving images on Linux. (Tomasz Wasilczyk) (#10268) * Support XML events, resulting in immediate update of other users' buddy icons. (Tomasz Wasilczyk) (#13739) * Accept poorly formatted URLs from other third-party clients in the same manner as the official client. (Tomasz Wasilczyk) (#13886) ICQ: * Fix setting icons with dimensions greater than 64x64 pixels by scaling them down to at most 64x64. (#12874, #13165) * Fix unsetting your mood when "None" is selected. (Dustin Gathmann) (#11895) * Ignore Daylight Saving Time when performing calculations related to birthdays. (Dustin Gathmann) (#13533) * It is now possible to specify multiple encodings on the Advanced tab of an ICQ account's settings by using a comma-delimited list. (Dmitry Utkin) (#13496) IRC: * Add "authserv" service command. (tomos) (#13337) MSN: * Fix a hard-to-exploit crash in the MSN protocol when using the HTTP connection method (Reported by Marius Wachtler). MXit: * Support for an Invite Message when adding a buddy. * Fixed bug in splitting-up of messages that contain a lot of links. * Fixed crash caused by timer not being disabled on disconnect. (introduced in 2.7.11) * Clearing of the conversation window now works. * When receiving an invite you can display the sender's profile information, avatar image, invite message. * The Change PIN option was moved into separate action. * New profile attributes added and shown. * Update to protocol v6.3. * Added the ability to view and invite your Suggested Friends, and to search for contacts. * Also display the Status Message of offline contacts in their profile information. XMPP: * Remember the previously entered user directory when searching. (Keith Moyer) (#12451) * Correctly handle a buddy's unsetting his/her vCard-based avatar. (Matthew W.S. Bell) (#13370) * Squash one more situation that resulted in duplicate entries in the roster (this one where the server reports the buddy as being in the same (empty) group. (Reported by Danny Mayer) Plugins: * The Voice/Video Settings plugin now includes the ability to test microphone settings. (Jakub Adam) (#13182) * Fix a crash when handling some saved settings in the Voice/Video Settings plugin. (Pat Erley) (13290, #13774) Windows-Specific Changes: * Fix building libpurple with Visual C++ .NET 2005. This was accidentally broken in 2.7.11. (Florian Quèze) * Build internal libgadu using packed structs, fixing several long-standing Gadu-Gadu issues. (#11958, #6297)
2011-06-21Update to 0.8.2. From the release announcement:schnoebe2-6/+6
Just a small release for you this time, with a handful of bugfixes. Thanks to '@eoranged' and the other PostgreSQL users who helped with feedback and testing of the SQL fixes (the PostgreSQL server we use for testing is now behaving properly!). A summary of changes in this release: * mod_storage_sql: Fix compatibility with PostgreSQL databases (0.8.1 issue) * mod_bosh: Fix for sessions not timing out after inactivity in some cases * mod_dialback: Fix multiple concurrent dialback requests for the same domain (was sometimes causing s2s failure with certain ejabberds)
2011-06-19This installs a python script, so add dependence on python and usedholland1-2/+4
REPLACE_PYTHON on it. New deps, so PKGREVISION -> 5.
2011-06-11- Fix issue on PubSub preventing publication of items (EJAB-1457)mspo3-7/+8
2011-06-10recursive bump from icu shlib major bump.obache4-7/+8
2011-06-10recursive bump from textproc/icu shlib major bump.obache21-42/+42
2011-06-06Update to prosody 0.8.1.schnoebe7-73/+65
A security and bug fix release. The security aspect is to mitigate the "billion laughs" denial-of-service attack against XML parsers and XMPP servers. Other changes: - Reject XML DTDs, comments and processing instructions, preventing the "billion laughs" attack - Switch to MEDIUMTEXT in the schema for MySQL to avoid truncating large data (such as large avatars) Prosody automatically upgrades the table in-place if possible, see: http://prosody.im/doc/mysql - Fix for endless loop when parsing certain invalid JSON - Fix PostgreSQL compatibility in prosody-migrator - Fix timestamp parsing for DST (affecting MUC scrollback retrieval) - mod_legacyauth now correctly disabled for unencrypted connections by default - Components properly inherit SSL settings and certificates from their 'parent' hosts - Prevent startup with no VirtualHost entries in the config file
2011-06-06Updated chat/ejabberd to 2.1.7.fhajny5-23/+37
Small list of changes: 2.1.7 * BOSH: Keep the order of stanzas when BOSH sends several * CAPTCHA in MUC: New whitelist option * CAPTCHA: New captcha_limit option * Core: Disable all entity expansions * Core: Do not accept XML with undefined prefixes * ejabberdctl: New DIST_USE_INTERFACE restricts IP erlang listen * ejabberdctl: New ERL_EPMD_ADDRESS that works since Erlang/OTP R14B03 * extauth: If script crashes, ejabberd should restart it * If a module start fails during server start, stop erlang * mod_blocking: New XEP-0191 Simple Communications Blocking * mod_pres_counter: Prevent subscription flood * mod_register: Access now also controls account unregistrations * mod_shared_roster: Fix support for anonymous accounts in @all@ * mod_shared_roster: New @online@ directive * New Indonesian translation * Pubsub: Apply filtered notification to PEP last items * Pubsub: Owner can delete any items from its own node 2.1.6 * BOSH: Fix rare loop, support vhosts, allow module restart * Config: Default configuration allows registrations only from localhost * Config: Support to change loglevel per module at runtime * Erlang/OTP: Fix compatibility from R10B-9 to R14B01 * ODBC: Compatibility with PostgreSQL 9.0 * Privacy lists: Fix to allow block by group and subscription again * Pubsub: Fix cross domain eventing * Register: Added CAPTCHA, password strength and ip_access to mod_register * Register: New mod_register_web, with CAPTCHA support * S2S: New options to require encryption, and verify certificates * Shared Rosters: Added mod_shared_roster_ldap * Bind listener ports early and start accepting connections later
2011-06-02Change MAINTAINER to adam, since he has done all the recent updates.schnoebe1-2/+2
2011-06-01Changes 2.2.14:adam3-12/+11
* Prevent the "billion laughs" attack against expat by disabling internal entity expansion. * Shortcut DNS resolution failure in cases when given domain name is invalid * Explicitly link libcrypt to authreg_mysql * Removed xconfig - it's not used anywhere
2011-05-14* convert almost python related dependency from buildlink to simple DEPENDS.obache2-12/+14
* require python builtin sqlite3 module, PR#44968. * require python>=25. * drop avahi option from suggested. it require avahi-python, but python option of net/avahi is disabled by default. Bump PKGREVISION.
2011-05-04these programs are known to suffer from incompatible changesdrochner1-1/+4
in gnutls-2.12 -- add constraint and URL reference (from gls)
2011-04-22recursive bump from gettext-lib shlib bump.obache2-3/+4
2011-04-22recursive bump from gettext-lib shlib bump.obache61-92/+122
2011-04-17note "used by ..."obache1-1/+5
2011-04-16python is needed by the configure scriptroy1-1/+2
2011-04-12update to ircII 20110228. major changes:mrg6-410/+6
- warn the user if the IRCHOST may be wrong - make /save save /ignore'd things - remove K&R C support - remove many old UNIX platforms support - avoid a spurious SIGALRM - avoid printing some 8-bit unprintable chars - add support for modern qnx
2011-04-07Bump PKGREVISION for folks -> libfolks dependency change.wiz1-1/+2
2011-04-07Make PKGNAME match directory name. Ok drochner@wiz2-9/+10
2011-04-06+ libfolksjoerg1-1/+2
XXX package name doesn't match directory
2011-04-06Needs pkg-configjoerg1-2/+2
2011-04-06tell ca-file to configure same as www/epiphany, or failed to configure ↵obache1-1/+4
without the file
2011-04-05update to 5.7.9drochner2-7/+7
This is a major update, too much to list here.
2011-04-05update to 0.11.10drochner8-73/+17
This is a major update, too much to list here.
2011-04-05update to 0.1.8drochner2-6/+6
changes: -Implements SASL channel -bugfixes
2011-04-05update to 0.0.16drochner2-7/+7
changes: - Emit the NewActiveTransportPair signal - Emit CodecsUpdated more often - Various bug fixes
2011-04-05update to 2.34.0drochner7-44/+311
This switches to the 2.34 release branch.
2011-04-05update to 0.2.7drochner3-18/+18
This switches to the 0.2 release branch (not API compatible), needed by upcoming telepathy/empathy stuff
2011-04-05import libfolks-0.4.2, a library to manage contacts, needed by thedrochner5-0/+70
telepathy/empathy framework
2011-04-05update to 0.14.3drochner3-7/+52
This switches to the new 0.14 release branch. pkgsrc change: build vala support, needed for upcoming client pkgs
2011-04-04Update to 1.8.4ryoon2-6/+6
Changelog: * Fix bug related to MARU login * Fix sort bug * Fix other bugs
2011-04-03whitespace cosmeticszafer1-4/+4
2011-04-03Start fixing for png-1.5, incomplete.wiz3-1/+361
2011-04-03Set LICENSE.wiz1-1/+2
2011-03-30Not MAKE_JOBS_SAFE.joerg1-1/+2
2011-03-28honor pkg PREFIX.obache2-4/+4
2011-03-28Add user-destdir installation support.obache4-6/+15
2011-03-14Remove startupnotification, changelog mentioned it's not needed anywiz1-3/+1
longer.
2011-03-14Changes 2.7.11:adam7-16/+11
General: * Our bundled libgadu should now build on HP-UX. * Fix some instances of file transfers never completing. Pidgin: * Sort by Status no longer causes buddies to move around when you click them. * Fix embedding in the system tray on older GTK+ releases (such as on CentOS 5.5 and older Fedora). * No longer require libstartup-notification for startup notification support. GTK+ has included support for years, so use it instead. AIM: * Fix a bug where some buddies from your buddy list might not show up. Affected non-English ICQ users the most. * Send keepalives for all types of network connections. Will hopefully make chat rooms more reliable. MSN: * Fix bug that prevented added buddies to your buddy list in certain circumstances. MXit: * MXit plugin and reported client version now follow the libpurple version. * Don't try to request profile information for non-user contacts. * Allow Re-Invite for contacts in Deleted or Rejected state. * Ensure we don't send packets too fast to the MXit server and trigger its flood-detection mechanism. Also increased the internal packet queue to 32 packets. XMPP: * Fix building on platforms with an older glib (inadvertantly broken in 2.7.10). * Don't treat the on-join status storms as 'new arrivals'. * Extend the /join command to support room JIDs, enabling you to join a room on any server. * Add support for receiving a limited amount of history when joining a room (not currently supported by Pidgin and Finch). Yahoo!/Yahoo! JAPAN: * Fix CVE-2011-1091, denials of service caused by NULL pointer dereferences due to improper handling of malformed YMSG packets.
2011-03-11update master_sites. remove non-working mirror.zafer1-3/+3
2011-03-11service discontinued. prevent timeout. fetch from backup.zafer1-2/+2
2011-03-11service discontinued long time ago. fetch from backup to prevent time out.zafer1-2/+2
2011-03-07Add user-destdir installation support.obache1-2/+4
2011-03-06Make ipv6 option enabled by default, by request of PR 44689. PKGREVISION++.dholland2-2/+4
2011-03-05Update chat/weechat to 0.3.4tonio12-22/+551
Fix for SA43543 and update kindly provided by gls@ This is a major release, with lot of bugs fixed and major new features. Among the new features: - 256 colors support, with unlimited number of nick colors - irc proxy (relay plugin) - redirection of IRC commands - command /notify - rmodifier plugin - regular expressions for highlights - color support for timestamp in chat buffer - irc option to force color for some nicks - share input line between buffers.
2011-03-02Update chat/cgiirc to 0.5.10gls2-9/+10
Upstream changes: After ~5 years without a release 0.5.10 is now available. This is actually just 0.5.9 with one security fix: CVE-2011-0050: XSS in R param in nonjs interface Thanks to Michael Brooks (Sitewatch) for discovering this. pkgsrc changes: - Update MASTER_SITES and HOMEPAGE to point to cgiirc.org - Add LICENSE
2011-02-28Reset maintainer for retired developers.wiz4-8/+8
2011-02-25Let's assume for now that everything that worked with python-2.6 alsowiz1-2/+2
works with python-2.7.
2011-02-24update to 0.1.7drochner3-20/+6
changes: misc fixes and improvements
2011-02-24update to 5.6.1drochner3-14/+14
changes: many fixes and enhancements, too much to list here, see the Changelog file