summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2013-03-28Reset maintainer, domain no longer exists.joerg1-2/+2
2013-03-25Add missing termcap.buildlink3.mksbd1-1/+2
2013-03-23fix http://secunia.com/advisories/51948/ by applying a patch taken fromspz3-3/+20
svn.ircd-hybrid.org
2013-03-16Fix homepage (now at gna).gdt1-2/+2
2013-03-11Fix outdates sed patterns.wiz1-7/+7
Bump PKGREVISION for changes in installed startup script examples.
2013-03-05patch-aa is gone, and now also forgotten.dsainty1-2/+1
2013-03-03Update to 1.18.256. Changes:shattered2-7/+7
Microsoft exchange chat server doesn't recognise the -w flag for wallops, added the "-nowallops" option. Many other bugfixes.
2013-03-03Update pidgin to 2.10.7.obache9-39/+13
version 2.10.7 (02/13/2013): Alien hatchery: * No changes General: * The configure script will now exit with status 1 when specifying invalid protocol plugins using the --with-static-prpls and --with-dynamic-prpls arguments. (Michael Fiedler) (#15316) libpurple: * Fix a crash when receiving UPnP responses with abnormally long values. (CVE-2013-0274) * Don't link directly to libgcrypt when building with GnuTLS support. (Bartosz Brachaczek) (#15329) * Fix UPnP mappings on routers that return empty <URLBase/> elements in their response. (Ferdinand Stehle) (#15373) * Tcl plugin uses saner, race-free plugin loading. * Fix the Tcl signals-test plugin for savedstatus-changed. (Andrew Shadura) (#15443) Pidgin: * Make Pidgin more friendly to non-X11 GTK+, such as MacPorts' +no_x11 variant. Gadu-Gadu: * Fix a crash at startup with large contact list. Avatar support for buddies will be disabled until 3.0.0. (#15226, #14305) IRC: * Support for SASL authentication. (Thijs Alkemade, Andy Spencer) (#13270) * Print topic setter information at channel join. (#13317) MSN: * Fix SSL certificate issue when signing into MSN for some users. * Fix a crash when removing a user before its icon is loaded. (Mark Barfield) (#15217) MXit: * Fix a bug where a remote MXit user could possibly specify a local file path to be written to. (CVE-2013-0271) * Fix a bug where the MXit server or a man-in-the-middle could potentially send specially crafted data that could overflow a buffer and lead to a crash or remote code execution. (CVE-2013-0272) * Display farewell messages in a different colour to distinguish them from normal messages. * Add support for typing notification. * Add support for the Relationship Status profile attribute. * Remove all reference to Hidden Number. * Ignore new invites to join a GroupChat if you're already joined, or still have a pending invite. * The buddy's name was not centered vertically in the buddy-list if they did not have a status-message or mood set. * Fix decoding of font-size changes in the markup of received messages. * Increase the maximum file size that can be transferred to 1 MB. * When setting an avatar image, no longer downscale it to 96x96. Sametime: * Fix a crash in Sametime when a malicious server sends us an abnormally long user ID. (CVE-2013-0273) Yahoo!: * Fix a double-free in profile/picture loading code. (Mihai Serban) (#15053) * Fix retrieving server-side buddy aliases. (Catalin Salgu) (#15381) Plugins: * The Voice/Video Settings plugin supports using the sndio GStreamer backends. (Brad Smith) (#14414) * Fix a crash in the Contact Availability Detection plugin. (Mark) (#15327) * Make the Message Notification plugin more friendly to non-X11 GTK+, such as MacPorts' +no_x11 variant.
2013-03-02Bump PKGREVISION for mysql default change to 55.wiz4-8/+8
2013-03-02Be a friend of the class, not of every member. Use the class we arejoerg4-1/+115
friend with to find the method we are interested in, not the evil parent. Consistently return a value from a non-void function.
2013-03-02"!=" and "|=" are different operators. Use the correct enum.joerg4-2/+44
Selectively disable a few warnings for clang.
2013-03-01Need -lsocket -lnsl on SunOS.jperkin1-1/+3
2013-02-18Use BUILDLINK_PREFIX.kth-krb4 to get krb4 includes, not /usr.dholland1-2/+3
2013-02-17Revbump all elisp packages after emacs changes.dholland7-12/+14
2013-02-16Recursive bump for png-1.6.wiz31-62/+62
2013-02-16Recursive bump for png-1.6.wiz2-4/+4
2013-02-15recursive bump from boost-lib shlib update.obache1-2/+2
2013-02-09Bump PKGREVISION from audio/jack.ryoon2-4/+4
2013-02-06PKGREVISION bumps for the security/openssl 1.0.1d update.jperkin40-78/+80
2013-01-27use HTTP master siteobache1-3/+2
2013-01-26automake-1.13 compat.wiz3-20/+17
While here, remove configure patch -- doesn't make much sense if there is a configure.in patch and autoconf is called.
2013-01-26Revbump after graphics/jpeg and textproc/icuadam35-69/+70
2013-01-20Update chat/bitlbee to 3.2tonio4-92/+6
Version 3.2 (released 2013-01-06) hilights: Updated Twitter module. Support for Twitter API 1.1, streaming API, direct messages and some other improvements. Fixed potential connection issue to Google Talk, OpenFire, possibly other Jabber services. A bunch of other things. Version 3.0.6 (released 2012-10-14) hilights: Updated MSN module, now speaking the MSNP18 protocol. This adds support for MPOP and also fixes sending off-line messages. Loads of bugfixes, etc. accumulated over the last half a year.
2013-01-19chat/msn-pecan needs glib2.riastradh1-2/+3
2013-01-11Fix build with clang by using more void and proper return values.joerg21-82/+1448
2012-12-29Remove chat/aim and chat/ymessenger. As noted by obache when proposingdholland8-112/+1
them for removal back on October 2nd, they require Linux gtk1, and this is no longer available.
2012-12-24Don't use "restrict" as an identifier; it's a keyword nowadays.dholland4-5/+54
Fixes clang build.
2012-12-22Needs pkg-configjoerg1-2/+2
2012-12-21Add two new patches:schnoebe4-4/+109
* handle building with NetBSD 6's 64bit time_t on a 32 bit platform * reorder src/utf8/checked.h to define the append() function before using it later on in the same file. Also updated the MASTER_SITES to reference the new download site.
2012-12-20Fix inline usage.joerg2-1/+69
2012-12-16recursive bump from cyrus-sasl libsasl2 shlib major bump.obache7-12/+14
2012-12-15Bump PKGREVISION from devel/nss 3.14.0.ryoon17-34/+34
2012-12-14chat/sirc: Fix PLIST properlymarino2-13/+13
1) getopts.pl was documented with a bad path 2) PLIST needed sorting badly
2012-12-07Note: Psi 0.15 uses a new profile data format. Data from 0.14 andschnoebe7-57/+129
prior will be migrated to the new format when you run 0.15 for the first time. Changes: - Merge many changes from Psi+. - New message history browser. - New, fast contact list window. - TURN proxying for voice calls. - Store data in more standardized locations based on the platform. - No longer dependent on the Qt3Support library. - Domains ending in .local now always work, whether via DNS server or mdns. - Windows 64-bit and Mac 64-bit now supported. Mac PPC deprecated. - Legacy SSL port probe feature removed. - Various small features and bugfixes. Since 0.14, this version contains about two years worth of merges from the Psi+ project. Thanks to Rion and Dealer_WeARE for diligently keeping the Psi source repo current all this time.
2012-12-01Update to 4.2.1ryoon5-30/+11
* Convert whitespaces to tab Changelog: no changelog available
2012-11-24Update chat/weechat to 0.3.9.2tonio5-24/+26
Changes: Security: - CVE-2012-5854: Fix buffer overflow when decoding IRC colors in strings - CVE-2012-5534: Fix untrusted command for function hook_process could lead to execution of commands, because of shell expansions Among the new features: - add plugin "script" (replacement of weeget.py and script.pl) - add support of SSL in relay plugin - add color for offline nicks - add system resource limits for WeeChat process - add zoom on merged buffer (default key: alt+"x") - add "Day changed to" in logger backlog - add command line option "-r" (or "--run-command") to run command(s) after startup of WeeChat - add option "swap" for command /buffer - generate alternate IRC nicks dynamically (when all nicks are already in use) - fix rejoin of password protected IRC channels - fix freeze in irc and relay plugins with sockets - fix color of long lines (displayed on more than one line on screen) under FreeBSD - allow update for some variables of hdata - add japanese user's guide, scripting guide and tester's guide - many bugs fixed.
2012-11-23chat/centerim: #include <unistd.h>marino2-1/+14
Fixes out-of-scope errors seen on gcc 4.7.x
2012-11-21Adjustt commentabout avoiding O2/SSP bug.gdt1-3/+1
(No non-comment change.)
2012-11-16Fix inline.joerg6-1/+71
2012-11-16Fix inline usage.joerg2-1/+16
2012-11-16restrict is a C99 keyword, so don't use it as field name.joerg2-1/+33
2012-11-16Match PLIST with reality.joerg2-3/+4
2012-11-08 -pedantic in gcc 4.5.3 (NetBSD 6) is less pedantic thanschnoebe1-2/+7
in gcc 4.1.3 (NetBSD 5.*) aka, -pedantic causes build failures when including gnutls on older versions of gcc. Should clear up the build issues on NetBSD 5.x
2012-11-01Add missing return value.joerg2-1/+15
2012-10-24Don't define a function inline without providing the implementation.joerg3-1/+29
2012-10-21Add CONFLICTS between chat/jabberd2 and net/sendfilecheusov1-3/+3
2012-10-09chat/libmsn: Fix build on gcc 4.7.2marino2-7/+9
Add <unistd.h> to solve "unlink not declared in scope" error in gcc47.
2012-10-08Revbump after updating graphics/pangoadam28-56/+56
2012-10-06Recursive bump from net/gssdp.ryoon18-36/+36
2012-10-03Bump all packages that use perl, or depend on a p5-* package, orwiz38-69/+76
are called p5-*. I hope that's all of them.