summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2008-05-17Update to libpurple-2.4.2.tnn6-26/+48
o In MySpaceIM, messages from spambots are discarded (Justin Williams) o Strip mIRC formatting codes from quit and part messages. o IRC now displays ban lists in-channel for joined channels. o Fixed a bug where the list of loaded plugins would get removed when switching between different operating systems. o Fix reception of IRC PART without a part message on Undernet (fixes a problem with litter in the channel user list). o IRC no longer crashes on /list on servers which erroneously omit RPL_LISTSTART o Update the NetworkManager support to use D-Bus directly, instead of libnm-glib. Hopefully it's stable now. It will now compile by default if you have D-Bus support and NetworkManager.h. (Elliott Sales de Andrade) o MSN buddy list synchronization is now more forgiving, only asking about buddies who have disappeared completely from the server list and not those that have simply moved groups. o IRC will now try to append 1-9 to your nick if it is in use, instead of substituting the last character with 1-9 where possible. o Bonjour buddies will be saved persistently if they're moved out of the "Bonjour" group. (Eion Robb)
2008-05-13centerim>=4.22.5 does not conflict.obache1-2/+2
2008-05-13Update centerim to 4.22.5.obache14-490/+55
Based on patch provided in PR 38624. 'cicqconv' command is renamed for 'cimconv', conflict with centericq is gone away. 2008-04-08 New version (4.22.5) released. This release fixes various segfaults in the Yahoo protocol. It also introduces a bar which displays all open chats nicely. 2008-03-29 New version (4.22.4) released. This release fixes the possible url exploit described in CVE-2008-1467. It also makes CenterIM ready for the Yahoo protocol change kicking in on 2nd april 2008. 2008-03-11 New version (4.22.3) released. This version fixes the various ICQ contact list issues (e.g adding contacts should now work). 2007-12-08 New version (4.22.2) released. More than 90 fixes/improvements have been added to centerim since our last release in June. The main fixes included are: * Fixed bug in msn login when the server sent a NOT message * Fixed bug in ICQ protocol which prevented others from seeing your presence (partial) * New version tracking/updating (Thanks to David Riebenbauer for this helpful feature) * Added an "Out for Lunch" state
2008-05-11Add a wide-curses option, to enable utf-8 support.tonio2-4/+9
Based on patch from Leonardo Taccari in PR pkg/38418
2008-05-11Fix multiple connection handling Denial of Service vulnerability in licqtonnerre6-5/+126
(CVE-2008-1996). Before this, the application would crash if too many TCP connections are opened.
2008-05-051.1.19adrianp3-8/+7
There is a single crash fix in versions prior 1.1.19, in KLINE use. Opers on older versions are advised to avoid KLINE, and to use GLINE instead. Minor server buffering enhancements (should be a bit faster on netburst and use less CPU for highly loaded servers) Tempramental linking fix (thanks to djGrrr for helping finally track this down) Upgrade at your leisure.
2008-05-05Add explicit --disable-ipv6 when -inet6 is specifiedadrianp1-1/+3
From Daniel Horecki in PR #38570
2008-04-29Fix build when dbus is installedjmmv3-5/+18
Add an option to select whether dbus support should be enabled or not and use it to control the installation of the musicmessaging plugin. Fixes the package when dbus is already installed. Bump PKGREVISION to 2. Ew. Conditional builds.
2008-04-29Fix installation with the dbus optionjmmv2-2/+4
Add the dbus-types.h file to the PLIST, which is installed when the dbus option is enabled. Bump PKGREVISION to 1.
2008-04-27Set MAINTAINER to pkgsrc-users@NetBSD.org to indicate anyone can work on ↵frueauf1-2/+2
fixes for those packages.
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+2
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-24Update to 1.1.6:wiz3-31/+9
1.1.6: This version fixes a rekey timeout crash. 1.1.5: This release fixes the KILL command and disconnection related problems. 1.1.4: This version fixes 64-bit alignment issues. 1.1.3: This version fixes several crashes, a WATCH command busy-loop, QoS rate limit handling, and many other bugs. 1.1.2: This version fixes a possible buffer overflow. 1.1.1: This version fixes a crash related to processing of NEW_CLIENT packets. 1.1: This version was ported to the new SILC Toolkit 1.1. Support for dynamic router connections and HTTP statistics back end were added. Support was added for the upcoming SILC Protocol version 1.3 and SILC Public Key version 2. Other major bugfixes were also made. 1.1beta4: This version fixes public key authentication as responder, OPER and SILCOPER public key authentication, and other minor bugs. 1.1beta3: This version fixes a CTR mode rekey crash and other CTR mode issues. 1.1beta2: This beta release fixes many crash bugs.
2008-04-24PKGREVISION++martti1-2/+2
2008-04-24Fixed PLIST issues, this should not leave any files or directories behind now.martti5-14/+12
2008-04-23Update to 0.11.8.3.1:wiz2-6/+6
Summary of changes from 0.11.8.2.1 to 0.11.8.3 ============================================ [UI fea] Simple heuristics for disabling and reenabling encryption based on whether naim thinks you're talking to someone logged in to naim or to a second client. [TOC fea] Availability messages are now decoded and passed along to the UI. [TOC fea] The TOC2 driver now uses toc_locate_user instead of toc_get_info to retrieve profile information. This both fixes profile viewing, which has been broken since late 2006, and adds the ability to retrieve away messages for non-naim users, which has not been possible since 0.10. [UI bug] The string <a href="target"></a> would previously be rendered as " [target]" in naim, while graphical AIM clients would render it as an empty string. A recent version of AIM for Windows introduced a bug where outgoing messages included these empty hyperlinks in some situations. Fixed.
2008-04-22Updated chat/ejabberd to 2.0.0nb1martti3-6/+6
Fix pkg/38347 (patch provided by Daniel Horecki).
2008-04-21Fix ${MASTER_SITES} and ${HOMEPAGE}.bjs1-3/+3
2008-04-20Fix mistake with cvsid tagstonio6-16/+16
2008-04-20Add patch taken from the devel branch, to fix issues with openssl and jabbertonio7-2/+138
Patch is taken from http://bugs.bitlbee.org/bitlbee/changeset/devel%2C359 And the issue: http://bugs.bitlbee.org/bitlbee/ticket/368 Thanks to Frederic Jaeckel for the report.
2008-04-14PR pkg/38381: jmcneill: Install pidgin.desktop.tnn2-3/+12
Also depend on intltool. Bump rev.
2008-04-12Convert to use PLIST_VARS instead of manually passing "@comment "jlam10-85/+81
through PLIST_SUBST to the plist module.
2008-04-09Update chat/bitlbee to 1.2tonio3-14/+13
Changelog: * Version 1.2 (released 2008-03-17) hilights: - See 1.1.1dev and 1.1dev (Jabber module rewrite, Jabber groupchats, better (and more secure) file format for user data, ForkDaemon mode). - Yahoo! support in this release will hopefully still work next month. * Development version 1.1.1dev (released 2007-11-24) hilights: - Mostly internal changes (resolved some GPL issues, changed some parts of the IM API). - Support for Jabber chatrooms and an XML console. - Support for named AIM chatrooms. * Development version 1.1dev (released 2007-02-19) hilights: - Many new features, enhancements, bugfixes, for example: - Rewritten Jabber module. - Improved file format for storing user configuration. - ForkDaemon mode: Daemon mode without the stability problems.
2008-04-07Fix DESTDIR.joerg1-9/+5
2008-04-07Fix DESTDIR.joerg1-5/+5
2008-04-07Fix DESTDIR.joerg2-7/+4
2008-04-05Catch up with pidgin.tnn2-12/+12
2008-04-05Update to 2.4.1.tnn1-2/+2
* Remove a workaround for older versions gstreamer that was causing crashes on some non-Linux systems such as HPUX * Fix some cases of the conversation input entry area being 1 pixel high * Fix for displaying channel & buddy names in conversation window when they have '&' in them * Some memory leak fixes, especially in the Text Replacement plugin * Rectangular but non-square buddy icons have rounded corners in the buddy list
2008-04-05Update to 2.4.1.tnn4-10/+9
* Treat AIM Unicode messages as UTF-16 rather than UCS-2; this should have no functional effect, other than continued support on systems which have dropped UCS-2 conversions. * Add support for setting buddy icons on Gadu-Gadu (Tomasz Salacinski) * Fix a crash when clearing the buddy icon for an account on XMPP * Fix a crash during login for some ICQ accounts * Prefer more available resources on XMPP when priorities are equal * Fix incorrectly marking some Yahoo! contacts as blocked * Improved handling of UTF-8 group names on ICQ (beret) * Fix a crash when starting if you have a Zephyr account * Increase XMPP ping timeout to 120 seconds, to prevent poor network connections from timing out unnecessarily. * Don't crash on XMPP forms with empty default values. * Fix issues with CHAP authentication for SOCKS5 proxies.
2008-04-01Update to 1.1.18adrianp2-6/+6
This is a HIGHLY RECOMMENDED release. You SHOULD upgrade to it ASAP as it contains security fixes. Major changes: * dccallow: fix incorrect api usage * mysql: fix race condition (crash) on unload * core: LoopCall fix that fixes modules which call it in a command handler so that spanningtree doesnt break (useful for third party module authors only) * snomasks: Accidentally hidden quits is fixed (it wasn't me, I swear --w00t) * ssl: Reworded prompts in configure * invisible: Fix multiple +Q and -Q notices (harmless) * configreader: Better checking of newline values * swhois: Don't desync when setting a title on an already-titled user. * new module: m_ldapauth
2008-03-25Fixed usage of CONF_FILESmartti1-4/+4
2008-03-24Fix for:adrianp3-2/+17
http://lists.grok.org.uk/pipermail/full-disclosure/2008-March/060906.html PKGREVISION++
2008-03-10Added ejabberdmartti1-1/+2
2008-03-10ejabberd is a Free and Open Source distributed fault-tolerant Jabber server.martti11-0/+711
It is writen mostly in Erlang.
2008-03-08On NetBSD 4 with xen/i386, startup at boot fails, with sm notgdt2-2/+5
connecting to something. Putting 'sleep 5' in sm's rc.d script resolves the problem. (The right fix is to for all programs to ensure that they are ready to provide all defined services before the top-level command exits, but that's much harder.) PKGREVISION++.
2008-03-08Add tkabberreed1-1/+2
2008-03-08Import package from wip: tkabber.reed5-0/+548
No maintainer; wip package initially imported by xtraeme. Tkabber is a free client for an instant messaging system called Jabber. It is written in Tcl/Tk and supports many features like support of unicode, ssl support, http proxy, file transfers and support of multi-user conference protocol. I don't know why this DESCR says "ssl" but TODO also says "ssl".
2008-03-06Recursive PKGREVISION bump for gnutls-2.2.2 update with shlib major bump.wiz6-10/+12
2008-03-05Remove gaim and related packages. The gaim project was renamed to pidgin,tnn23-858/+1
see the chat/pidgin* packages.
2008-03-05The libgadu.la library makes no reference to ncurses or readline, sojlam1-3/+1
remove them from the buildlink3.mk file. The only part of ekg that uses ncurses and readline is the UI binary ekg itself.
2008-03-05Add full DESTDIR support.jlam4-13/+15
2008-03-04Version 2.4.0 (02/29/2008):tnn2-3/+5
* Color is used in the buddylist to indicate status, and the conversation window to indicate various message attributes. Look at the sample gntrc file in the man page for details. * The default keybinding for dump-screen is now M-D and uses a file request dialog. M-d will properly delete-forward-word, and M-f has been fixed to imitate readline's behavior. * New bindings alt+tab and alt+shift+tab to help navigating between the higlighted windows (details on the man page). * Recently signed on (or off) buddies blink in the buddy list. * New action 'Room List' in the action list can be used to get the list of available chat rooms for an online account. * The 'Grouping' plugin can be used for alternate grouping in the buddylist. The current options are 'Group Online/Offline' and 'No Group'. * Added a log viewer * Added the ability to block/unblock buddies - see the buddy context menu and the menu for the buddy list. * Fixed a bug preventing finch working on x86_64
2008-03-04Update master site, homepage.tnn1-3/+3
2008-03-04Catch up with pidgin.tnn2-13/+12
2008-03-04version 2.4.0 (02/29/2008):tnn2-3/+4
Pidgin: * Added the ability to theme conversation name colors (red and blue) through your GTK+ theme, and exposed those theme settings to the Pidgin GTK+ Theme Control plugin (Dustin Howett) * Fixed having multiple alias edit areas in the infopane (Elliott Sales de Andrade) * Save the conversation "Enable Logging" option per-contact (Moos Heintzen) * Typing notifications are now shown in the conversation area
2008-03-04version 2.4.0 (02/29/2008):tnn5-23/+11
libpurple: * Added support for offline messages for AIM accounts (thanks to Matthew Goldstein) * Fixed various problems with loss of status messages when going or returning from idle on MySpaceIM. * Eliminated unmaintained Howl backend implementation for the Bonjour protocol. Avahi (or Apple's Bonjour runtime on win32) is now required to use Bonjour. * Partial support for viewing ICQ status notes (Collin from ComBOTS GmbH). * Support for /notice on IRC. * Support for Yahoo! Messenger 7.0+ file transfer method (Thanumalayan S.) * Support for retrieving full names and addresses from the address book on Yahoo! Japan (Yusuke Odate) * The AIM/ICQ server-side preference for "allow others to see me as idle" is no longer unconditionally set to "yes" even when your libpurple preference is "no." * Fix SSL certificate checks for renewed certificates * Fix the ability to set vCard buddy icons on Google Talk/XMPP * D-Bus fixes on 64bit * Fixed retrieval of buddy icons and setting of server-side aliases on Yahoo! and Yahoo! Japan when using an HTTP proxy server (Gideon N. Guillen) * Fixed an MSN bug that would leave you appearing offline when transferred to different server
2008-03-03Mechanical changes to add full DESTDIR support to packages that installjlam24-226/+287
their files via a custom do-install target.
2008-03-02+ Add termcap.buildlink3.mk to get proper termcap support acrossjlam2-10/+5
platforms. + Remove -lcurses from link command -- icb only needs termcap support, and then only for the embedded readline library. Bump the PKGREVISION to 4.
2008-03-01Update to climm 0.6.2mjl3-8/+9
switch to server based contact list (with several related updates), XMPP file transfer patch, fix and improve historyd, more fixes
2008-03-01Add full DESTDIR support.jlam1-8/+9
2008-02-28Replaced the deprecated INSTALLATION_DIRS_FROM_PLIST with AUTO_MKDIRS,rillig1-2/+2
to shut up the pkglint warnings.