summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
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.
2008-02-22+ Remove stuff made unnecessary by the appearance of ncursesw/builtin.mk.jlam1-7/+11
+ Fix the way that the ncurses header is detected so that we don't refer to files outside of BUILDLINK_DIR. + Honor PKGMANDIR.
2008-02-21Update to 1.1.7adrianp2-6/+6
The key changes are that users will now quit faster (e.g. in netsplits, glines, etc) K|G|Z|E:Line can now also be used on a nickname - e.g. /zline w00t 1d :foo would place an IP ban on my IP for one day. A low risk crash with m_invisible and m_watch was also fixed. Other miscellaneous fixes are also included
2008-02-20Update to 2.1.23. Lots of changes and bugfixes since previous version,xtraeme11-144/+128
see http://jabberd2.xiaoka.com/wiki/Releases for a detailed description.
2008-02-04PR 37952: Aleksey Cheusov: more missed tools in USE_TOOLStnn1-1/+2
2008-02-02addgdt1-1/+2
# used by chat/pidgin/Makefile per pkglint
2008-02-02Most TODO items are now ok, and remaining ones noted in Makefile comments.gdt2-10/+3
2008-02-02Use ncursesw. Remove TODO as the package is now functional.gdt2-11/+7
PKGREVISION++. Patch from Jonathan Scheifer on pkgsrc-users@.
2008-02-02fix whitespace error in previousgdt1-1/+2
2008-02-02addgdt1-2/+2
# used by chat/finch/Makefile per pkglint
2008-01-30Update to 2.10.2.12adrianp2-6/+6
http://sourceforge.net/project/shownotes.php?release_id=557843&group_id=63470 http://sourceforge.net/project/shownotes.php?release_id=559042&group_id=63470 * ircd/gline.c (gline_add): apply too-many-users test to realname G-lines *only* when the origin is my user (or a user, for remote-local G-lines) * include/res.h (irc_in_addr_is_ipv4): Fix classification of addresses like 0.0.0.0. * ircd/s_user.c (set_user_mode): Add new parameter to set_user_mode to ignore some modes. (register_user): Use set_user_mode to parse default usermode for users. * ircd/m_user.c (m_luser): Fix broken RFC 2812 on connect user mode setting * doc/readme.iauth (IAuth M): Document new command. * ircd/listener.c (add_listener): Only try to create IPv6 sockets for IPv6-compatible addresses; likewise for IPv4.
2008-01-251.1.16adrianp2-6/+6
Backport <goodchan>: Explicitly allow channels denied by <badchan> Backport fix for bug 464 reported by John Rebind server sockets on REHASH, closes bug 478 Update conf (patch from bug 463, thanks John) Backport r8661: don't send 421 to unregistered clients (thanks nenolod) Backport r8651: SHA256 consistancy fix. Backport 8634, fix for bug 464 reported by John Fix for bug 458: servers go missing on collision etc. Manual backport of r8613: remove nuh mask from /clones output Backport --disable-rpath configure option for package maintainers The mysql worker thread only sleeps 50 nanosecs between cycles, this is not enough to prevent it chomping on the CPU on most machines., Increase to 1000,
2008-01-20Update bsflite to 0.83.obache3-20/+24
Based on patch provided by Claudio Leite in PR 37602. Regen patch-ab and add DESTDIR support. BSFlite ChangeLog 0.83 - 12/12/2007 * Log to a single file (option "single_log") To review, use the command "lg" * Added BeOS (R5) support. * Ported to AmigaOS w/ GeekGadgets. * Added 'v' command to set/unset invisible status. * Fixed a mysterious bug where buddies would sign off repeatedly
2008-01-19Switch to *.tar.bz2. *.tar.gz is not privided anymore.obache2-5/+6
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn22-37/+44
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2008-01-14Note that this is obsolete and point to pidgin.gdt1-0/+2
2008-01-12Change MASTER_SITES to ${MASTER_SITE_LOCAL}.bjs1-2/+2
2008-01-12Add smirk directory to chat/Makefile.bjs1-1/+2
2008-01-12Import smirk, a fork of the moribund Rhapsody curses-based IRC client.bjs4-0/+67
Smirk sports a unique, intuitive menu-driven user interface. Available Features: * Multi server support. * Clean, easy to use menu driven user interface. * Favorite server, channel and user lists. * Ignore lists. * Configurable interface color themes. * Large file (over 2GB) support. * SOCKS proxy compatibility. Supported Protocols: * IRC (obviously) * DCC chat * DCC file transfers * CTCP * SOCKS4 and SOCKS5
2008-01-05ERROR: patches/patch-qa:29: This code must not be included in patches.rillig2-12/+3
2008-01-05Sent the patch upstream.rillig2-3/+5
2008-01-05Updated amsn to 0.97.rillig4-609/+833
No ChangeLog available. :( Fixes PR 37509.
2008-01-05Reset MAINTAINER.adrianp1-2/+2
2008-01-04The package supports installation to DESTDIR.heinz1-1/+6
Removed unnecessary write permissions to shut up warnings by checkperms.
2007-12-29Use normal module build logic and do the work for vicq and the man pagejoerg5-34/+19
directly. Fixes the build on DragonFly.
2007-12-29Fix PLIST.joerg2-2/+4
2007-12-27Fix PLIST. Bump revision.joerg2-2/+4
2007-12-22fix visibility of on-line users for AOL - full information at:jdolecek3-3/+17
http://bugzilla.centerim.org/show_bug.cgi?id=39
2007-12-22another fix for NetBSD 4.0 (forgot to fix this before commit)jdolecek1-1/+11
2007-12-22add patch for licq-gui-console to fix include path for pkgsrc devel/cdkjdolecek2-1/+15
2007-12-22Update licq-{core,gui-console,gui-qt} to 1.3.5.jdolecek11-91/+571
New in 1.3.4 o Fix a few bugs where users would falsely go offline o Make sending typing notifications optional o Fixes for newly registered users o Fix the handling of pidfiles so that Licq always starts unless there actually is an other instance of Licq running. o 64-bit compatibility changes o Compilation fixes o Fixes for Licq on Mac OS X (with Fink) o Iconv fixes o ICQ: Fix a bug where contacts would receive empty messages o ICQ: Update the protocol to properly set info o ICQ: Show more version information of remote clients o ICQ: Fix SSL issue o MSN: Fix a race error in MSN packet parsing o MSN: Fix socket handling o KDE: Addressbook fix o KDE: Add spell checking to the kde-gui (Using KSpell) o Qt/KDE: Show user's pictures as a tooltip or status icon o Qt/KDE: Optional "Send with Enter" o Qt/KDE: Improve hyperlink detection o Qt/KDE: Improve emoticon detection and processing o Qt/KDE: Add a custom message box handler o Qt/KDE: New KDE iconset to better integrate with the KDE desktop Many various minor bugs and crashes fixed... See http://tinyurl.com/ygdrfo for d etails. Build and basic startup done on NetBSD 4.0 and Mac OS X 10.5
2007-12-21Needs OVERRIDE_DEPTH=3.joerg1-1/+2
2007-12-21Override configure depth, needs 3 levels.joerg1-1/+2
2007-12-21update depends/buildlink for qca2 changesjdolecek2-4/+16
remove extra copy of README and COPYING, only install them to share/doc/psi/ fixup PLIST (missing @dirrm's) bump PKGREVISION
2007-12-20qca-ossl moved to qca2-ossljdolecek1-2/+2
2007-12-20remove no longer needed patches - part of psi update to 0.11jdolecek10-155/+1
tested on NetBSD 4.0, I don't have other platforms ...
2007-12-19Update psi to 0.11.jdolecek3-136/+55
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
2007-12-12Reset maintainer on his request.wiz1-2/+2