summaryrefslogtreecommitdiff
path: root/chat
AgeCommit message (Collapse)AuthorFilesLines
2005-03-19Pullup ticket 372 - requested by Julio M. Merino Vidalsalo3-6/+9
security fix for gaim Patch provided by submitter. version 1.1.4 (2/24/2005): * Fixed a bug where Yahoo! would lose messages (and any other packet really) * Correctly show the time when incoming Gadu-Gadu messages were sent (Carl-Daniel Hailfinger) * Fixed crashes with glib 2.6 * Fixed MSN crash when conversations time out after the conversation window was closed * Fixed an html parsing bug, CAN-2005-0208 version 1.1.3 (2/17/2005): * CHAP authentication support for SOCKS5 proxies (Malcolm Smith) * ICQ offline messages are sent using your specified character set instead of Unicode (Magnus Hult) * MSN HTTP method works with proxies using authentication (Bastien Durel) * Really fix the bug where buddies show as logged in for 49 thousand days * Buddy pounces containing '&' are saved correctly * Improved MSN error handling when the servers are unavailable * More MSN bug fixes * Fix some leaks * Fix "Find" in the log viewer so that it finds in all logs * Smileys not appearing at the end of lines has been fixed * Closing conversation windows no longer cancels active file transfers on MSN (Felipe Contreras) version 1.1.2 (1/20/2005): * MSN 'HTTP Method' fixed (Felipe Contreras) * Better handling of MSN's Individuals group and buddy status updates (Felipe Contreras) * Fix a crash inviting MSN user to a chat when they're already there * AIM SecurID login support * Fix configuration of Jabber chat rooms on some servers * More MSN bug fixes (Felipe Contreras) * Fix queue messages to Docklet when not globally away (Robert McQueen) * Fix some leaks * The Autopackage now builds both the mozilla-nss and the gnutls ssl plugins, and requires at least one of those libraries. version 1.1.1 (12/28/2004): * Allow SILC authentication via public key if your key is password protected (Michele Baldessari) * More MSN bug fixes (Felipe Contreras) * Drag-and-drop to conversation window file transfers work again * Disable the delete button on pounces that aren't saved yet anyway (Kevin Stange)
2004-12-20since perl is now built with threads on most platforms, the perl archlibgrant5-5/+10
module directory has changed (eg. "darwin-2level" vs. "darwin-thread-multi-2level"). binary packages of perl modules need to be distinguishable between being built against threaded perl and unthreaded perl, so bump the PKGREVISION of all perl module packages and introduce BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct dependencies are registered and the binary packages are distinct. addresses PR pkg/28619 from H. Todd Fujinaka.
2004-12-19Ensure that we link PIC code to create systray.so. This should fix buildsjlam1-1/+4
on amd64.
2004-12-14Define variables in MAKE_ENV when calling GMAKE directly.minskim1-2/+2
2004-12-11Override libtool.minskim1-1/+2
2004-12-11This package needs pkg-config.minskim1-2/+4
While here, reorder paragraphs to include buildink3.mk files before overriding targets.
2004-12-10This package needs pkg-config.minskim1-1/+2
2004-12-10Sort buildlink3 files.minskim1-2/+2
2004-12-10As advertised in the previous log message, but omitted from the Makefile,dogcow1-1/+2
pass --disable-binreloc to configure.
2004-12-05use SITES_* setting for the language files, rather than usingjdolecek1-3/+6
MASTER_SITES - they are only available on the psi site, and the fetch of each language files unnecessarily went through all the sourceforge mirrors before trying the psi site
2004-12-03Add and enable msnre.minskim1-1/+2
2004-12-03Import msnre, packaged by Jung-Min Seo (luapzz at gmail dot com), andminskim4-0/+34
modified by me. MSNre is a lightweight but powerful console-based MSN Instant Messenger clone. It has many features, including instant messaging, sending messages to cell phones, file transfer, complete contacts/groups management, email notifications, auto-away messages, netmeeting support, aliases, messages logging, event scripts, local contact list, multi-user chat support, ability to encode characters in the system locale, and much more.
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz2-4/+4
Suggested by Roland Illig, ok'd by various.
2004-12-03Changes 1.1.0:adam6-44/+25
New Features: * Binary relocable. Gaim will find its files even if it's installed in a location other than the --prefix it was ./configured with. Pass --disable-binreloc to ./configure to disable. * IRC now has fallback encodings, and tries harder to display something useful during an encoding error. * New MSN protocol icon (Felipe Contreras) Bug Fixes: * Fix some leaks (Miah Gregory, Felipe Contreras) * Fix crashes when removing buddies in certain situations (Andrew Hart) * Eliminate MSN switchboard errors (Felipe Contreras) * Fix MSN buddy icon syncronization (Felipe Contreras) * Correctly display file transfer dialogs for filenames containing &, < or > * Correctly display MSN authorization dialogs for friendly names containing &, < or > * Properly align the right-click docklet menu with the docklet icon in *nix. * Fix a crash if the MSN buddy list is not available * Fix a bug in the request api (Gary Kramlich)
2004-12-03Changes 1.6.17:adam14-135/+125
- Lots of doc updates. - Added a "stripcodes" Tcl command. See doc/tcl-commands.doc for more information. - Bot idx's should be considered valid to tcl_valididx. - Always try to detect shared Tcl libraries before static ones. - We now correctly differentiate the +l user flag from the +l bot flag. - Cleaned up modules.c and the module configure stuff quite a bit. - Detect Tcl in $HOME/lib and $HOME/tcl/lib first, as to make it easier to allow users to override the system's Tcl version. - We now support module loading under Darwin (Mac OS X) and NeXT Step. - Don't try to call tcl_notes if the notes module isn't loaded. - Show a more descriptive error message when a listen socket can't be opened. - Fixed Tcl encoding issues with .tcl and .set. - Added a set of Finnish language files and a Finnish MOTD. - time_t isn't unsigned, and therefor %lu should not be used as a conversion specifier. - Fixed a gcc warning in dcc.c. - Added support for Quakenet channel modes. - Removed an invalid killsock() in dcc.c. - Fixed extra spaces being written to chan file. - Reworked 'make config' / module configure process. - Op (+o) implies halfop (+l) now. - Cleaned up and optimized rmspace() and fixfrom(). - Updated recomended Tcl version to 8.4.6. - Fix behavior of the BCST bind. BCST is now correctly triggered for dccbroadcasts, as well as when a bot "says" something on a channel. See doc/tcl-commands.doc for more information. - Remove some unneeded casts. - Fixed performance issues with mv/cp when a lot of files are in the file area. - Typo in doc/COMPILING-FAQ. It's LD_LIBRARY_PATH, not LB_LIBRARY_PATH. - Fix a possible issue with ident code. - Don't let .tcl mkdir create duplicate filedb entries. - Fixed a compile error related to varargs when using old Tcl versions. - Fixed a compile error on systems that don't have socklen_t. - Suppress configure warnings on systems that use newer versions of GNU coreutils.
2004-12-01"the the" -> "the"wiz1-1/+1
2004-11-30Bump PKGREVISION for removal of db3 buildlink3.mk file fromwiz3-6/+6
GConf's buildlink3.mk file. Bump BUILDLINK_DEPENDS where appropriate.
2004-11-30Retry removal of liece.uebayasi5-164/+0
2004-11-30Update navi2ch to 1.7.5.uebayasi2-5/+5
Changes btwn 1.7.4 & 1.7.5 are: + Catch up with server migration (jbbs.livedoor.jp) + Fix broken characters on XEmacs + Fix a problem writing out of ~/.navi2ch/ when an exceptional URL is given Changes btwn 1.7.3 & 1.7.4 are: + Catch up with server migration (JBBS@Shitaraba moved to Livedoor)
2004-11-30liece -> rieceuebayasi1-2/+2
2004-11-30Initial import of Riece 1.0.5.uebayasi4-0/+151
Riece is a redesign of the Liece IRC client. Riece has many advanced features: + Can connect to multiple servers per session + Provide more sophisticated API + Reduced code size (total amount of code is about 5k lines) + 100% APEL free
2004-11-29Use PKG_DEFAULT_OPTIONS.xtraeme2-4/+3
2004-11-29Update jabberd2 to jabberd-2.0s4nb1, by pulling in patches fromabs2-4/+37
http://www.marquard.net/jabber/#recommended, specifically patch 58 which fixes the remote exploit listed at: http://www.securityfocus.com/archive/1/382250 Patches included: 28* patch-jedi8-sm-object_c Remove incorrect semicolumn from os_object_free() in sm/object.c 29* patch-jedi-mysql-storage Fixes to mysql storage for boundary conditions 30* patch-base64 Fix length-related issues in base64 decoding routines 31* patch-sm-storage_db Fixes to storage_db.c to avoid roster corruption: "sm/storage_db inserts items in the filter hash table with keys which are located on the stack. This creates confusion when the code later tries to compare with these keys." 32* patch-nad-escape Fixes bug in _nad_escape() where escaping ]]> can cause a segfault when handling large messages where nad_realloc is called. 38* patch-jedi-pgsql-storage Fixes to pgsql storage for boundary conditions and incorrect buffer length calculation 46* patch-memleaks Fix minor memory leaks in digest-md5 authentication and nad_free() 47* patch-ns-fix Fixes omission of namespace declaration where a namespace has already been used in the XML stanza 48* patch-sm-nad-triplet Fixes omission of prefix on attributes processed by nad_parse (e.g. in queue storage) 49* patch-mod_disco_publish Corrects check for deleting previously published disco items from "delete" to "remove" (as per JEP-0030). 50* patch-sm-filter Alters filter handling and adds mysql/pgsql escaping on filter strings to allow brackets and apostrophes in resource names that form part of JIDs stored as roster entries 58* patch-c2s-buffers Fixes buffer overflow that can lead to segfault in c2s mysql and pgsql auth modules - see report by icbm (www.venustech.com.cn)
2004-11-29Update xchat to 2.4.1. Patch provided by Stefan Krueger in PR pkg/28465.minskim4-7/+16
Changes: - Updated translations (ca, de, eu, it, ko, mk, nb, nl, pt, ru, sl, sq, uk, zh_TW). - Fixed custom marker-line color not reloading. - Brought back the "Connect to selected server only" option in the Serverlist edit window (it's like the reverse of "Cycle until connected" in 2.0.x). - You can now move networks and servers via Shift+Up/Down (in the ServerList window). - Small efficiency improvements in receiving dcc. It will now not send ACKs while the input buffer is non-empty. - Fixed playing sound files with spaces in them. - Added support for NickServ on DalNet and FreeNode. - Plugin API: Added xchat_get_info(ph,"inputbox");. - Added /settext and /setcursor commands for scripters. - You can now scroll tabs with the mouse-wheel while hovering over the arrow buttons. - Fixed connecting to a SSL server via http proxy (#1054152). - Fixed: Opened server tab doesn't count as "requested" (#1044227).
2004-11-28Reset maintainer, email bounced.wiz1-2/+2
2004-11-28Reset maintainer, email bounced.wiz1-2/+2
2004-11-27Remove chat/psi-ssl - replaced by security/qca-tlsjdolecek5-38/+1
2004-11-27Update psi to 0.9.2.jdolecek8-280/+296
Notable addition is file upload support, other changes are mostly usability changes and bug fixes. Full list available at http://psi.affinix.com/?page=changelog. Internal pkgsrc organization changes: * depends on qca-tls for SSL support, functionality confirmed working; this fixes PR#26120, PR#25444, PR#26665 * uses prepared psi language files, no longer using lrelease (the raw language files are not part of distribution), only use DEPMETHOD=build for qt3-tools
2004-11-27Reset maintainer on his request.wiz1-2/+2
2004-11-27Darwin needs CFLAGS+= -DBIND_8_COMPAT to build.adrianp1-2/+7
2004-11-26Changes 1.1:adam13-370/+35
* Fixed bug with using [$8] in expressions (Reported by BlackJac) (Patch from |Rain|) (BugID: 64) (powuh) * Fixed bug in /set show_end_of_msgs. When OFF prevented hooking of some end_of_msg numerics. (Reported by BlackJac) (Patch from |Rain|) (BugID: 51) (powuh) * Fixed incorrect ordering of operations in screen.c which caused an off-by-one access at the end ofthe buffer. (Patch from |Rain|) (BugID: 48) (powuh) * Fixed ischanvoice() to be compatiable with epic. Maintained reverse functionality as not to break existing scripts. (Patch from |Rain|) (BugID: 20) (powuh) * Fixed segfault with convert_output_format not honoring MAX_RECURSE. (Patch from |Rain|) (powuh) * Fixed possble rouge server exploit: If a rogue server sends us a ctcp request from an extremely large nickname (over about 512 bytes), we may attempt to alloca() a negative value, which under gcc will return a invalid pointer the contents of which will then be overwritten. (Reported by O_6) (Patch from |Rain|) (powuh) * Fixed segfault with channel mode parsing. (Patch from O_6) (powuh) * Removed auto_resume script, it's not needed any more (caf). * Fixed string copying snafu in gtkbitchx.c (reported by Huey) (caf). * Added STATUS_USER20 to STATUS_USER39 (patch from BlackJac) (caf).
2004-11-25Changes 2.2.3:adam3-9/+9
* Memory leak fix * Other bug fixes
2004-11-25Changes 20040912:adam2-7/+5
* Bug fixes and improvements
2004-11-19Update to 1.8. Only one change: incorporate pkgsrc changes into main source.tv7-172/+14
Take over as MAINTAINER (requested by tron@).
2004-11-18The universal option to enable PAM support is "PAM" not "pam". We strivejlam1-3/+3
to use common option names were possible, so change these instances of "pam" to "PAM" to match existing usage.
2004-11-17Remove obsolete variables. You'll want to use:xtraeme1-12/+1
PKG_OPTIONS.<pkg>+= foo blah
2004-11-16Remove -ldl from libsilcclient test in configure.ac and configure.ben3-1/+29
This resolves PR#28333
2004-11-13Replace USE_GCC_SHLIB with "USE_LANGUAGE=c c++" (the latter implies thejlam1-2/+1
former) for applications that are known to require C++.
2004-11-13add missing libsilcgaim.la to PLIST.grant2-2/+4
bump PKGREVISION.
2004-11-12Update to 1.0.3, from Matthew Luckie (maintainer) in private mail:jmmv3-5/+24
Bug Fixes: * Jabber authentication fixes (Michael Plump) * Yahoo buddy idle reporting is more accurate (Evan Schoenberg) * "Allow All" privacy setting works on Yahoo (Peter Lawler) * Fix a crash when dragging a buddy to the conversation entry area * Fix a crash removing chats from the buddy list * Correctly display buddy pounces for aliases with &, < or > in them * Correctly follow the per-conversation logging option
2004-11-10s/mysql4/mysql/xtraeme1-2/+2
2004-11-09Update to 0.99.5: there have been lots of changes since 0.96 to list here,jmmv7-56/+299
but the most important one is probably that the program is now for GNOME 2.
2004-11-09Changes 2.2.2:adam3-9/+9
* Small-but-important bug-fixes
2004-11-06This pkg uses KEY_RESIZE which is not available on NetBSD 1.6 and earlier.kristerw3-2/+33
Set INCOMPAT_CURSES, and make it find -lncurses when linking.
2004-11-03Changes 2.2.1:adam2-5/+5
* Bug-fix release
2004-11-02Update to 0.17.2:jmmv2-5/+5
* Unset proxy by setting it to NULL. * Fixes for 64 bit architectures. * Fixed an issue when not using default main context. * Fixed UTF-8 issue that lead to a few weird problems in Gossip.
2004-10-30Convert to use bsd.options.mk. Patches provided by adrianp@ withminskim2-19/+47
slight modification by me.
2004-10-30No need to depend on gnome2-dirs; xdg-dirs is enough.minskim1-2/+2
2004-10-30Include gettext-lib/buildlink3.mk to build on platforms without nativeminskim1-2/+4
gettext library. While here, rearange sections so that buildlink3.mk files are included before overriding post-install target.
2004-10-30Split Makefile so that it can be shared with xchat plugin packages (tominskim2-13/+23
be imported). Patches provided by adrianp@ with slight modification by me.