summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2007-09-21Fix paths for GConf, libglade, libart, libsigc++, lablgtk moves.wiz8-26/+26
Bump PKGREVISION.
2007-09-19Bump PKGREVISION for gnome-vfs rename.wiz1-2/+2
2007-09-19Use gnome-vfs instead of gnome-vfs2.wiz1-3/+3
2007-09-19Resign as maintainer of all the packages which I'm no longer using.tron1-2/+2
2007-09-15Update the pidgin IM suite to version 2.2.0.tnn13-76/+123
The intltool that comes bundled with libpurple doesn't like NetBSD's /usr/bin/iconv, so switch libpurple to use intltool from pkgsrc. ChangeLog: Version 2.2.0 (09/13/2007): http://developer.pidgin.im/query?status=closed&milestone=2.2.0 Libpurple: * New protocol plugin: MySpaceIM (Jeff Connelly, Google Summer of Code) * XMPP enhancements. See http://www.adiumx.com/blog/2007/07/soc-xmpp-update.php (Andreas Monitzer, Google Summer of Code for Adium) * Certificate management. Libpurple will validate certificates on SSL-encrypted protocols (William Ehlhardt, Google Summer of Code) * Some adjustments were made to fix sending messages when using the MSN HTTP method. (Laszlo Pandy) * Yahoo! Chat is fixed. * Some AIM file transfer issues between Pidgin and other clients have been fixed. (Kyryll A Mirnenko) * Properly restore idle status and time for AIM and ICQ accounts when they reconnect after being disconnected. Pidgin: * Insert Horizontal Rules and Strikethrough text from toolbar. * Option to show protocol icons in the buddy list, from the Buddies > Show menu. (Justin Heiner) * Ability to build with native, non-X11 GTK+ on OSX. (Anders Hasselqvist) * Remember the 'Enable Sounds' setting for a conversation. * Right-clicking the empty space in the formatting toolbar allows you to toggle back to the old "ungrouped" version. * Protocols supporting account registration via Pidgin now show a descriptive checkbox instead of a vague "Register" button. * Fixed a bug where a tab would be shown on single conversations when tabs were disabled. Finch: * Per-conversation mute and logging options (accessible from the menu). Version 2.1.1 (08/20/2007): Yahoo: * Added an account action to open your inbox in the yahoo prpl. * Added support for Unicode status messages in Yahoo. * Server-stored aliases for Yahoo. (John Moody) * Fixed support for Yahoo! doodling. * Limited support for MSN Messenger contacts Bonjour: * Bonjour plugin uses native Avahi instead of Howl * Bonjour plugin supports Buddy Icons XMPP: * Only report conversation close when 'send typing notifications' preference is turned on (Bob Rossi) Pidgin: * Show current outgoing conversation formatting on the font label on the toolbar * Slim new redesign of conversation tabs to maximize number of conversations that can fit in a window * Tab bar is not visible when only one conversation is open. You can drag and drop conversations from the infopane. * Moved "Reset Formatting" toolbar button to Font menu. * Double click on the infopane to alias buddies and set topics on chats * New smiley style Finch: * Sound support (Eric Polino)
2007-09-13PKGREVSION++ due to tre changesadrianp1-2/+3
2007-09-07Convert packages that test and use USE_INET6 to use the options frameworkjlam4-17/+19
and to support the "inet6" option instead. Remaining usage of USE_INET6 was solely for the benefit of the scripts that generate the README.html files. Replace: BUILD_DEFS+= USE_INET6 with BUILD_DEFS+= IPV6_READY and teach the README-generation tools to look for that instead. This nukes USE_INET6 from pkgsrc proper. We leave a tiny bit of code to continue to support USE_INET6 for pkgsrc-wip until it has been nuked from there as well.
2007-09-05Add "sasl" option. Not enabled by default.reed1-4/+11
From Todd Kover via PR #36897. (I tested build and install but not running this.) While here, fix a little formatting.
2007-09-04Needs msgfmt.joerg2-2/+6
2007-09-02Skip wrkdir reference check in documentation.joerg1-1/+3
2007-09-02Regen for libpurple/patches/patch-aa.joerg1-1/+2
XXX Sharing PATCHDIR but not distinfo is evil
2007-09-02Needs msgfmt, otherwise gettext is disabled and the code doesn't compile.joerg1-2/+2
2007-09-02Don't install RC script by hand.joerg1-2/+1
2007-08-30bl3 on gettext-lib, PKGREVISION++gdt1-1/+3
2007-08-30bl3 on gettext-lib, PKGREVISION++gdt3-3/+9
2007-08-30bl on gettext-lib, PKGREVISION++gdt1-2/+3
2007-08-30When checking for -lpanel, explicitly link -lncurses as well.joerg2-1/+24
Fixes the detection on DragonFly.
2007-08-30Set RCD_SCRIPT_SRC and let the normal file substitutions take carejoerg1-5/+2
of the rest.
2007-08-30Fix interpreter pathes and add dependency on Perl and bash asjoerg1-9/+28
they are used. Bump revision.
2007-08-30PLIST: remove share/centericq -> remove share/centerimjnemeth2-3/+4
2007-08-30- add NetBSD 4.x to INCOMPAT_CURSESjnemeth1-1/+4
- add conflict with new centerim package
2007-08-30add NetBSD 4.x to INCOMPAT_CURSESjnemeth1-1/+2
2007-08-30add and enable centerimjnemeth1-1/+2
2007-08-30Text mode menu- and window-driven IM interface that supports thejnemeth22-0/+825
ICQ2000, Yahoo!, AIM, IRC, MSN, Gadu-Gadu and Jabber protocols. It allows you to send, receive, and forward messages, URLs, SMSes (both through the ICQ server and e-mail gateways supported by Mirabilis), contacts, and email express messages. It also lets you set your own and fetch others' away messages, and define external handlers for incoming events. Apart from IM it supports LiveJournal management and receiving RSS feeds. This is a fork of CenterICQ.
2007-08-27Replace more paths in two configuration files, reported by Mr. Marttixtraeme3-11/+29
Kuparinen.
2007-08-26Update to 2.1.14:xtraeme4-39/+32
2.1.14 2007-08-14 * Integrated authreg_oracle by fundy. * Operands incompatibility fix for Sun compiler. * contrib/cyrus-sasl-digest-md5-fix added * Applied MIO memleak fix related to time_checks by Christof Meerwald. 2.1.13 2007-08-08 * Reverted broken [311] and [313] changes to source:trunk/mio/mio_impl.h * compilation fix * Fix configuration XML files domain update * Don't allow reinstalling on newer version * Fixed off-by-one error in base64 * Force uninstall previous version on upgrade. 2.1.12 2007-07-30 * Fixed many memleaks * Check if OpenSSL is already initialized in PostgreSQL backend. * Implemented PQconnectdb PostgreSQL connection method. * Applied pg_config using by configure patch by Michael Krelin. * Implemented auth/reg stream features advertisement. * Removed useless while/alloc loops * WiX notes for Windows README * WiX new "JabberWelcomeDlg?" * WiX fixed cases of reinstall & upgrade * nad_cache_new & nad_cache_free exported as JABBERD2_API functions. * Changed allocator BLOCKSIZE to 128 bytes 2.1.11 2007-07-27 * Changed SASL level error reporting to malformed-request error according to rfc3920bis. * Fixed ./configure tests reliability. * Changed DOS line endings to UNIX line endings. * Fixed XML predefined entities quoting in serialized XML. 2.1.10 2007-07-20 * Removed SASL backend fallbacks * Added roster items limit option. Closes #89 * Added count support in SQLite3 backend 2.1.9 2007-07-19 * Added jabber:x:oob redirection support during in-band registration * Logging JID on disconnection * Added counting packets on c2s and s2s connections * Added TLS indicator for c2s and s2s logs. * Added type='log' to ComponentProtocol <route/> wrapper for logged packets.
2007-08-25Add patch-ac missed during the update which stops files from being installedadrianp2-1/+23
outside of ${PREFIX}
2007-08-25Update to 1.1.2adrianp4-22/+8
# Use userrec::MakeHost not userrec::GetFullRealHost, one has the nick on and we dont want it # BP: Pick up a few error conditions we didnt before in the config reader, and also increment line number correctly when 'real' newline is found in a value # Deleted m_rpc_json from 1.1, since it isn't completed yet # Remove a whole load of #ifdef as we can now use gettimeofday., If we add a wrapper for getrusage, then we can remove a ton more # Backport: Provide error output on failure to load a core command; to console on startup, and to user on /reload # Backport display glitch fix found by djGrrr, fixed by w00t # Merge in epoll availability check from trunk For a full list of changes see: http://www.inspircd.org/
2007-08-21Update to mu-conference-0.6.0nb6abs2-4/+5
- mu-conference's rc.d script doesn't get the user/pid-file right, and does not set the runtime user From: PR#28600 by Eric Schnoebelen
2007-08-21regen due to updated patch-ab in libpurple.tnn1-2/+2
2007-08-17Include sys/param.h before sys/sysctl.h. NetBSD documents that thisgdt2-10/+12
must be done, and FreeBSD documents sys/types.h. Assume for the moment that because sys/sysctl.h is a BSD44 feature that all such systems will have sys/param.h, pending an upstream fix.
2007-08-16Fix bulk builds: + meanwhile.joerg1-1/+2
2007-08-14Added chat/pidgin-silc version 2.1.0tnn1-1/+2
2007-08-14Import pidgin-silc-2.1.0. This is the SILC protocol plugin for chat/pidgin.tnn4-0/+68
2007-08-13Added chat/pidgin-sametime version 2.1.0tnn1-1/+2
2007-08-13Bump revision because of previous change.tnn1-1/+2
2007-08-13Import pidgin-sametime-2.1.0. This is the Lotus Sametime plugin for pidgin,tnn3-0/+26
split out from the chat/libpurple package.
2007-08-13Remove the silc and sametime options. These will be imported as separatetnn2-24/+4
plugin packages, chat/pidgin-silc and chat/pidgin-sametime real soonish.
2007-08-13Update to finch-2.1.0:tnn2-4/+9
version 2.1.0 (07/28/2007): Finch: * There's support for workspaces now (details in the manpage) * There's a new custom window manager, Irssi * Some improvements for tab-completion, tooltip and the password entries * Some bugs regarding search results fixed * A new DBus-script to create a docklet for finch * Support for showing empty groups in the buddy list (Eric Polino) version 2.0.2 (06/14/2007): Finch: * Auto account reconnecting
2007-08-13In finch components, patch a namespace collision of unknown origin.tnn2-1/+28
2007-08-13Update to pidgin-2.1.0:tnn3-4/+33
version 2.1.0 (07/28/2007): Pidgin: * Ensure only one copy of Pidgin is running with a given configuration directory. The net effect of this is that trying to start Pidgin a second time will raise the buddy list. (Gabriel Schulhof) * Undo capability in the conversation window * The formatting toolbar has been reorganized to be more concise. * A new status area has been added to the top of conversations to provide additional detail about the buddy, including buddy icon, protocol and status message. * Show idle times in the buddy list as days, hours, seconds version 2.0.2 (06/14/2007): Pidgin: * Added a custom conversation font option to preferences * Fixed smiley ordering in the insert smiley popup to be more intuitive * Conversation->More menu items work for Chats as well as Buddies, including those not on your buddy list * newline plugin should work better with conversation colors plugin now * Get Info on users now provides immediate feedback that something is happening * Aliasing a buddy will not be interrupted by other buddy list activity * Using the -l option to log in to a specific account works better
2007-08-13Update to libpurple 2.1.0.tnn7-29751/+14
Updates of pidgin and finch will follow shortly. pkgsrc changes are some cleanup and removal of the 900kB patch-ac. I'm not sure if this will break anything, but nobody knew the reason of it's existence. Any fallout should be dealt with appropriately instead. Maintainer reset to pkgsrc-users@ at previous maintainer's wish. version 2.1.0 (07/28/2007): libpurple: * Core changes to allow UIs to use second-granularity for scheduling. Pidgin and Finch, which use the glib event loop, were changed to use g_timeout_add_seconds() on glib >= 2.14 when possible. This allows glib to better group our longer timers to increase power efficiency. (Arjan van de Ven with Intel Corporation) * No longer linkifies screennames containing @ signs in join/part notifications in chats * With the HTML logger, images in conversations are now saved. NOTE: Saved images are not yet displayed when loading logs. * Added support for QIP logs to the Log Reader plugin (Michael Shkutkov) version 2.0.2 (06/14/2007): libpurple: * Moving an ICQ buddy from one group to another no longer re-requests authorization from that person (Rene Hausleitner) * Added nullprpl, an example protocol plugin (Ryan Barrett) * Fixed SOCKS5 bug which caused Jabber file receiving to fail * Remove MSN's random "Authorization Failed" dialogs * Fix MSN to correctly detect incorrect passwords and disable the account * Get User Info on MSN is now more reliable & accurate * Updated SILC protocol to support SILC Toolkit 1.1 (Pekka Riikonen) * Fix for some QQ authentication problems * Fix for building on FreeBSD * Prevent "Logged in:" times for AIM buddies being ridiculously high * Updates and fixes to Bonjour support * Improve ICQ encoding support for some non-latin languages
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-13Add an option "sametime", to enable the sametime protocoldan2-3/+11
via ../chat/meanwhile
2007-08-13Initial import of meanwhile, a protocol library for Lotus Sametime,dan5-0/+86
enabled and used by the libpurple sametime option for pidgin/finch.
2007-08-11configure insists on msgfmt.joerg1-1/+3
2007-08-10Apply extensive patch contributed by Blair Sadewitz in private e-mail:tron3-7/+66
1.) Add new options: GNOME support, Spell checking, Socks 5 supports and fast Tinting via MIT-SHM 2.) Use "desktop-file-utils" package to register the "xchat.desktop" file. This is useful for GNOME and KDE users. Bump package revision because of these changes.
2007-08-09Added chat/pidgin-icb version 20070505tnn1-1/+2
2007-08-09Import chat/pidgin-icb version 20070505.tnn4-0/+49
This is an ICB protocol plugin for the Pidgin instant messenger.
2007-08-08Don't use malloc.h.joerg2-1/+15