summaryrefslogtreecommitdiff
path: root/chat/gaim/patches
AgeCommit message (Collapse)AuthorFilesLines
2005-04-05Update to version 1.2.1salo1-29/+0
Security fixes for three DoS vulnerabilities: Remote DoS on receiving malformed HTML Remote DoS on receiving certain messages over IRC Jabber remote crash Changes: - URL escaping now works with UTF-8 text. This may break some old log files. - Revert to XOR auth for ICQ as the md5 is not fully functional - Fix bug with going away while in a jabber chat - MSN bug fixes (Felipe Contreras) - Escape things properly in IRC From MAINTAINER via PR pkg/29888
2005-03-22Update to 1.2.0.jmmv1-0/+29
Patch provided by Matthew Luckie (maintainer) in PR pkg/29752. * Yahoo file receiving and buddy icon receiving work again. * Limit animated buddy icon frame rates to 10 frames per second (Nathan Conrad) * Fix a bug where portions of your account configuration would fail to be read correctly if you set a proxy user name or password containing invalid XML characters such as < and > (Bastien Durel) * Yahoo! privacy improvements (Bleeter)
2005-03-18Use nss instead of gnutls for SSL connections. This fixes several problemsjmmv2-16/+16
under NetBSD 1.6 (gaim hanging during MSN connection). Bump revision to 1. No objections in tech-pkg@ and got positive comments from tv@ and maintainer. Closes PR pkg/28690 by chemical-al at suomi24.fi.
2005-01-21Changes 1.1.2:adam1-3/+3
Luke: Another Bug fix release. This one featuring a fix to the HTTP Method for MSN users and other MSN fixes. A big thanks to Stu and Felipe Contreras for those. Stu also spent a long time in valgrind and so this brings you a Gaim release with fewer memory leaks. This release is on time primarily because I want to see the MSN fixes make it into Debian and Fedora before freezes. Expect further bug fix only releases to come at longer intervals, at Mark's request. Daniel: This is my first NEWS! (YaY) I didn't really do too much for this release. There are a few bugfixes, mostly wingaim stuff. Oh, and I like the new XP System Tray icons. Sean: I'm down here today. I haven't really been paying too much attention to these boring bugfix releases, but I'd like to thank David and welcome him to the team. I'd also like to thank Steven and Nathan from Silverorange who redid the webpage. Tim: Another bug fix release. I didn't really fix any bugs, so I didn't exactly do much for this one. The autopackage will now work with mozilla-nss, if anyone has that, and not gnutls11. (It works with either gnutls11 or mozilla-nss, but not gnutls10) I started working on Gaim-vv again though, and I merged someone's custom msn smiley patch into the 2.0.0 tree, so expect good things whenever that's released (no, don't try it now, you won't like it). Oh and welcome to the team Daniel. Of course, he was already on my Gaim-vv team. Stu: Welcome Daniel! you've done some good stuff already. Felipe did some good work on MSN yet again, so you can all use the HTTP method now. I didn't do all that much, other than let valgrind tell me what to fix, and a couple of easy bug fixes from the bug tracker. Hopefully Ethan will get well soon, so he can get back to merging patches and fixing things. Nathan: I think I made some Jabber fixes, at least one of which is ChangeLog'd. I will continue to make empty promises about new features, especially for 2.0.0. Until then, welcome Daniel!
2004-12-03Changes 1.1.0:adam3-26/+6
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-11-16Remove -ldl from libsilcclient test in configure.ac and configure.ben2-0/+26
This resolves PR#28333
2004-11-12Update to 1.0.3, from Matthew Luckie (maintainer) in private mail:jmmv1-0/+18
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-09-22Update to 1.0.0:gavan1-13/+0
New Features: * Drag-and-drop buddy support for the Invite dialog (Stu Tomlinson) * Drag-and-drop buddy support for the Pounce dialog (Stu Tomlinson) * View Chat log available from the interface (Daniel Atallah) * Ability to receive offline messages in character encodings other than ASCII (thanks to Nick Sukharev) * File transfer status messages printed to conversation windows (Dave West) * Display file transfer messages when someone sends you a file over AIM (Dave West) * Handle MSN buddy lists more sanely (Felipe Contreras) * Zephyr can use tzc to run from behind a firewall (Arun A Tharuvai) Bug Fixes: * Work around window manager stupidity with new dialog windows (Dave West) * Compile with gtk 2.5.x (Gary Kramlich) * Escape invalid characters in log names (Daniel Atallah) * Fix for clicking add in an msn chat with 2 or more people in your buddy list (Daniel Atallah) Based on patch from maintainer, Matthew Luckie, in private mail.
2004-06-06PKGREVISION++salo1-0/+13
- Enable SILC protocol support. - Don't build static versions of plugin libraries. - Use more appropriate DESCR and COMMENT. - Style & delint. Ok MAINTAINER, Matthew Luckie.
2004-06-03Add a workaround for a GTK+ bug (GNOME bugzilla #62948). Patchminskim1-0/+18
borrowed from Gentoo Portage. OK'ed by jmmv@. Bump PKGREVISION.
2004-06-01Update to 0.78:jmmv5-172/+0
New Features: * Support for the SILC protocol (http://www.silcnet.org/) (Pekka Riikonen) * Option to suppress disconnect notification when using the autoreconnect plugin (Christopher (siege) O'Brien) * Added support for dragging buddies from the buddy list into the Add Buddy Pounce dialog * Pounce notification now includes time (Mike Lundy) * The history plugin now shows history for chats in addition to IMs * Menu item to view conversation logs (Tom Samstag) * Conversation and chat sizes automatically saved (Stu Tomlinson) * Added support for Novell privacy settings (Mike Stoddard of Novell) * Added ability to initiate multi-user conferences (chats) in Novell (Mike Stoddard of Novell) * Find and Save buttons on the debug window (Stu Tomlinson) * Plugin Actions menu (Christopher (siege) O'Brien) * Plugins can now add entries to the right-click menu of a group or chat (Stu Tomlinson and Christopher (siege) O'Brien) * Hyperlink colors are now themeable via your ~/.gtkrc-2.0 file Bug Fixes: * Compiles again with gcc 2.96 (Ignacio J. Elia) * Gtk2.0 compatibility fixes (Tim Ringenbach) * Many documentation updates (Jonathan Champ, Gary Kramlich, Stu Tomlinson, and Kevin Stange) * Yahoo works on 64 bit machines (Gary Kramlich) * Zephyr works on 64 bit machines (Arun A Tharuvai) * Novell 64bit fixes, better error messages, and buddy list sync fixes (Mike Stoddard of Novell) * Novell protocol works on big endian machines (Novell) * Massive rewrite of MSN support, which should fix a number of issues and make errors easier to interpret (Felipe Contreras) * Fixed a privacy-related bug in MSN that affected blocking/permitting, which was due to case-sensitive string comparisons (Gudmundur Olafsson) * Fixed an MSN HTTP method bug where MSN would queue data indefinitely. (Andrew Wellington) * All known MSN formatting bugs were fixed. * Overly long messages and paging cell phones in MSN no longer cause disconnects (Felipe Contreras) * Several bug fixes for MSN's MSNSLP and MSNObject support (Finlay Dobbie) * ALT-F works correctly in the System Log Viewer (Stu Tomlinson) * New tabs should scroll correctly again (Tim Ringenbach) * Dialogs opened from a conversation window are now closed when the conversation window is closed, preventing a crash (Kevin Stange) * Copy/paste encoding fixes (Joe Marcus Clarke) * IRC disconnect crash fix (Luciano Miguel Ferreira Rocha) * Ampersands in links should work correctly (Tim Ringenbach) * DirectIM and IM Image support for AIM are greatly improved (Tim Ringenbach) * Gadu-Gadu updates (Andrew Wellington) * Print Gadu-Gadu messages to the debug window instead of the console * Updated and standardized blist signals (Gary Kramlich) * Made the recieve-*-msg signals match the sending ones (Stu Tomlinson) * The idle time for the buddy-idle and buddy-unidle signals should be correct again. Preference Changes: * Added "Conversation placement - By conversation count" * Added a "none" smiley theme to replace the "Show graphical smileys" option * Replace default formatting preferences with a dialog to set a default formatting in a WYSIWYG manner. * Removed "Show logins in window," default to yes * Removed "Send URLs as links," default to yes (in protocols that support HTML) * Removed "Show URLs as links," default to yes * Removed New window height & width and Entry field height for Chats & IMs, sizes are now saved automatically * Removed "Tab-complete nicks" default to yes * Removed "Old-style tab completion", no longer supported * Removed "Sending message removes away status", default to no * Removed "Show numbers in groups", default to yes * Removed "Icons on tabs", default to yes * Removed "Sounds when you log in", default to no * Removed "Seconds before resending autoresponse", default to 600 seconds * Removed "Send autoresponse in active conversations", default to no * Removed "Show people joining in window", default to yes * Removed "Show people leaving in window", default to yes
2004-05-06Apply a patch (coming from CVS) to fix pasting of text in gaim when it wasjmmv1-1/+29
copied from Mozilla. From Matthew Luckie (maintainer). Bump revision to 1.
2004-04-24Update to 0.77, based on patch from Matthew Luckie (maintainer):jmmv5-0/+144
New Features: * The System Log returns (Ka-Hing Cheung) * Added a conversation-drag-ended signal (Etan Reisner) * Reorganized and cleaned up the MSN protocol plugin (Felipe Contreras) * Added the -c option to specify location of the .gaim directory, removed the outdated -f option that no longer had any effect (Daniel Atallah) * Novell GroupWise protocol support added (Novell) * WYSIWYG improvements (Tim Ringenbach) * WYSIWYG editing for user info (Jon Oberheide) * Rich-text copy and paste * Plugins can now add menu items to the buddy context menu (Christopher O'Brien) * Plugins can now add preferences (Gary Kramlich) * The TOC protocol is no longer built by default. The plugin is not being properly tested and is no longer officially supported. * Bumped up the plugin API version number, and added version numbers for loader plugins and protocol plugins. Authors will want to update their plugins, and possibly use GAIM_PLUGIN_API_VERSION, GAIM_PRPL_API_VERSION, and GAIM_LOADER_API_VERSION constants. * Zephyr error reporting works (Arun A. Tharuvai) * Zephyr deals with non-utf8 characters (Arun A. Tharuvai) Bug Fixes: * Formatting in the Log viewer is fixed (Kevin Stange) * Save Conversation works again (Kevin Stange) * The Clear button in privacy works (Robert Mibus) * MSN error reporting works again (Stu Tomlinson) * MSN e-mail notifications should no longer cause Gaim to crash (Felipe Contreras) * Fixed an infinite loop bug that would sometimes cause MSN to lock up (Nickolai Zeldovich) * All away messages should now show up in tooltips * Removing zephyr buddies no longer crashes (Arun A. Tharuvai)
2004-04-02Update to 0.76, based on patch from Matthew Luckie (maintainer).jmmv4-337/+0
New Features: * WYSIWYG text input (with much help from Gary Kramlich and Kevin Stange) * Ability to be invisible on AIM * Chatroom list support (Tim Ringenbach) * Added auto-completion for screen names to the New Instant Message and Get User Info dialogs. * Non-ascii character support in AIM chats (Uli Luckas and Marco Ziech) * Vastly improved browser opening, with tab support! (Nathan Fredrickson) * Added support for connecting to MSN using the port 80 method. * Support for Mozilla Firefox (Chris Friesen and Nathan Fredrickson) * Added protocol-specific preferences (Gary Kramlich) * Local IP address information can be changed in Preferences (Tim Ringenbach) * Improved local IP address detection (Tim Ringenbach) * Offline accounts in account drop-down lists are now greyed (Etan Reisner) * Improved accessibility support for screen readers and other accessibility tools (Marc Mulcahy) * Improved accessibility in conversation windows (Nathan Fredrickson) * Keyboard access to context menus via Shift+F10 (Marc Mulcahy) * Core/UI split event loop code. (Scott Lamb) * Added improvements to the multi-field request code, including required fields and account fields. * Moved more dialogs to the request API for interface consistency (Send Message, Get User Info, and Insert Link dialogs) * Jabber file transfer * IRC file transfer (Tim Ringenbach) * Added a hidden preference for disabling buddy list tooltips or changing the pop-up delay in prefs.xml. * Moved translation news to po/ChangeLog Bug Fixes: * Significant work on the Zephyr plugin (Arun A. Tharuvai) * You can now use :/ as a smiley safely (Nathan Owens) * Various buffer overflow fixes (Stefan Esser) * Tabs now stay green when they are supposed to (Etan Reisner) * Fixed a bug where only the first user in a chat room list was removed sometimes when trying to remove a group of users (Tim Ringenbach) * Clearing an AIM buddy icon actually removes it from the server, icons changes in the account editor do not take effect if the cancel button is used (Stu Tomlinson) * Improved chat parting logic (Tim Ringenbach) * Yet Another IRC channel user duplication bugfix (Tim Ringenbach) * Deleting an account while modifying it will no longer crash gaim. * Only one account preference window will now appear per account when clicking Modify. * Aliases are now shown alongside the screen name in the message queue window. (Kevin Stange). * TCL Plugin API changed * The mobile icon on MSN users is now removed when the person disables mobile paging (Stu Tomlinson) * Removing invalid buddies in MSN with a space in their name no longer causes a disconnect (Stu Tomlinson) * Multiple MSN chats should now work (Robert Mibus) * Added new MSN error codes and fixed an incorrect one (Stu Tomlinson) * Incoming colors are now processed correctly in MSN. * Conversation placement by account now works correctly with both chats and IMs, and takes the Combine Chats and IMs option into consideration. * Minor tweaks to the list box in the multi-field request dialogs so they work without a label and scrollbar (Pekka Riikonen) * Hitting enter in a multi-field request dialog when a textfield has the focus no longer ignores the changed text in the textfield (Gary Kramlich) * The Disconnect dialog no longer raises and gains focus each time a disconnected account is added (Ka-Hing Cheung) * Gadu-Gadu might actually connect again (Ignacy Gawedzki) * Buddy pounces for an account are removed when the account is deleted (Gary Kramlich) * Various bug and memory leak fixes (Gary Kramlich) * Assorted SSL crashfixes * --enable-debug no longer breaks compilation when using gtk 2.4, which also broke garnome. * Tooltips shouldn't crash now (Daniel Atallah)
2004-01-2712 vulnerabilities were found in the instant messenger GAIM that allow ↵recht4-1/+326
remote compromise. The 12 identified problems range from simple standard stack overflows, over heap overflows to an integer overflow that can be abused to cause a heap overflow. Due to the nature of instant messaging some of these bugs require man-in-the-middle attacks between client and server. But the underlying protocols are easy to implement and MIM attacks on ordinary TCP sessions is afairly simple task. Please see http://security.e-matters.de/advisories/012004.html for more details. Apply the fix posted in that advisory (originally by the FreeBSD security team) and bump PKGREVISION to 1.
2004-01-11Update to 0.75, based on patch from Matthew Luckie (maintainer):jmmv1-0/+12
* New Yahoo! auth method * Yahoo! file transfer (Tim Ringenbach) * Yahoo! chat joining fixes (Tim Ringenbach) * Persons can auto-expand when hovering your mouse over it * Improved i18n support for MSN email notification (Felipe Contreras) * Jabber SASL PLAIN support * Improved Jabber MUC (Chat) support * Fixed an MSN login bug some people likely experienced (Felipe Contreras) * Touch-up various dialogs to follow the Gnome Human Interface Guidelines more closely (Steven Garrity, Nathan Fredrickson, and Ka-Hing Cheung) * Works better with all-black gtk themes (Etan Reisner) * Mozilla Firebird support (Chris (darth_sebulba04)) * Multiple translation updates
2003-09-26Update to 0.69:jmmv1-13/+0
* Added Contact (aka Person, aka Meta-Contact, aka Buddy Merging, etc) support * Added MSN 6 smileys. * Added animated smiley support (Ka-Hing Cheung) * Added SSL support, compatible with GNUTLS and Mozilla NSS. * Added plugin IPC. * Added support for gettext 0.12.x. * Updated MSN support to the MSN Protocol version 9. * Jabber now supports SSL * Yahoo now shows people using the java chat client (Tim Ringenbach) * Yahoo chat and conference (Tim Ringenbach) * Yahoo ignore support (Jesse Farmer (farmerje)) * Yahoo idle times displayed, long buddy lists work, sms users, and other improvements (Tim Ringenbach) * The accounts window now shows offline accounts as greyed out, and online accounts as colored. * Fixed the text replacement plugin. * Fixed all known signal problems in perl. * The right-click menu for conversation tabs now shows the tab icon and status, if tab icons are enabled. (Jesse Farmer) * Chinese (Simplified) translation updated (Funda Wang) * Chinese (Traditional) translation updated (Ambrose C. Li, Paladin R. Liu (prliu)) * Czech translation updated (Miloslav Trmac) * Danish translation updated (Morten Brix Pedersen (mbrix)) * Dutch translation updated (Vincent van Adrighem) * Finnish translation updated (Ambrose C. LI (acli)) * French translation updated (Eric Boumaour) * German translation updated (Bjoern Voigt) * Italian translation updated (Luca Beltrame, Claudio Satriano) * Korean translation updated (Kyung-uk Son) * Polish translation updated (Przemysław Sułek, Krzysztof, and Emil) * Portuguese (Brazilian) translation updated (Mauricio de Lemos Rodrigues Collares Neto) * Portuguese (Portugal) added (Duarte Henriques) * Romanian translation updated (Misu Moldovan (dumol)) * Russian translation updated (Alexandre Prokoudine) * Serbian translation updated (Danilo Segan) * Serbian Latin translation updated (Danilo Segan) * Spanish translation updated (Javier Fernández-Sanguino Peña) * Swedish translation updated (Tore Lundqvist (luntor))
2003-09-04Update to 0.68, patch provided by Matthew Luckie:jmmv1-0/+13
* Removed the old event system and replaced it with a much better signal system. * Added plugin dependency support. * Rewrote the Perl plugin. All old scripts will break, but it offers a much better API for new scripts. * Yahoo color support (Tim Ringenbach (marv_sf)) * Yahoo and MSN get info support (Nathan Poznick) * Fixed Jabber registrations. * Fixed a problem where pouncing two users with the same name appeared in the same conversation window, and other related problems. (Robot101) * Corrected problems with proxy preferences. * Mailchk.c and simple.c compile again (Paul A (darkrain)) * Catalan translation updated (Robert Millan) * Chinese (Simplified) translation updated (Funda Wang) * Chinese (Traditional) translation updated (Ambrose C. Li) * Danish translation updated (Morten Brix Pedersen (mbrix)) * Finish translation updated (Ambrose C. LI (acli)) * German translation updated (Bjoern Voigt) * Portuguese (Brazilian) translation updated (Mauricio de Lemos Rodrigues Collares Neto) * Norwegian translation updated (Petter Johan Olsen) * Romanian translation updated (Misu Moldovan (dumol)) * Serbian translation updated (Danilo Segan) * Serbian Latin translation updated (Danilo Segan) * Swedish translation updated (Tore Lundqvist (luntor))
2003-04-25Update to 0.62:jmmv1-24/+0
* Keyboard shortcuts in the buddy list work again (Thanks Joe Clarke). * Support for Jabber XHTML messages * Updated a number of translations. Thanks to everyone who submitted a translation update. * Ability to re-request authorization from ICQ and Jabber users by right clicking on them in your buddy list. * Improved Zephyr internationalization. * Bug causing 'Hide on Send' windows to be lost forever fixed. * Iconified windows are now raised properly. * Dates printed for old/offline messages. * Some assorted crash bugs fixed. Patch provided by Matthew Luckie in private mail; also closes PR pkg/21318 by Juan RP.
2003-04-11Update gaim to 0.61, based on the package provided by mjl@luckie.org.nz injmmv2-135/+22
pkgsrc-wip. This new version includes lots of changes since 0.59.x, but maybe the most important is the switch to GTK v2.
2003-01-09Update from 0.59.6 to 0.59.8.mycroft1-16/+32
version 0.59.8 (01/06/2003): * Ripped out all gtk2 support (Thanks Nathan Walp). * Fixed smiley related segfault (Thanks Robert McQueen) * Yahoo! can connect again version 0.59.7 (12/21/2002): * Yahoo i18n fix (Thanks Ethan Blanton). * Fixed a bug in escaping saved passwords (Thanks Eric Timme) * Fixed an overflow bug in perl script autoloading (Thanks David Kaelbling) * Some build fixes for those using stricter compilers, notably MIPSpro (Thanks David Kaelbling) * Fixed a bad argument to accept() calls (Thanks David Kaelbling) * Fixed crashbug on empty rvous requests (Thanks Brandon Scott (Xeon)) for being the first to point this out.
2002-11-14Update to 0.59.6. Tested with AIM/Oscar, ICQ/Oscar, Yahoo, Jabber and IRC.mycroft1-21/+0
2002-11-06Control k already *has* a perfectly good meaning, so instead ofatatat1-0/+21
defeating that purpose, use control c to pop up the colour picker instead. I'm not sure exactly when the gaim people changed this (somewhere between 0.59.1 and 0.59.3), but I think it's rather ill advised.
2002-10-28Need libiconv for the non gnome applet build as welljmc1-4/+9
2002-10-05Convert gaim-gnome to buildlink2, and fix PLIST.wiz1-12/+12
2002-09-28Update gaim to 0.59.3. Changes:hubertf2-16/+4
0.59.3 (09/14/2002): Rob: This really has been made a little early. Of course, we figured that some of you may like to connect to Yahoo. Sorry about that little blunder. I blame it on George. Sean: That was just a silly mistake--there's no need to make George feel bad! There's also some nice i18n fixes in there by Matt Wilson from RedHat. George: Why doesn't anybody love me? 0.59.2 (09/09/2002): Rob: This time Sean couldn't be with us. I finally got my linux box some what back in order. Life has been extremely hectic for both Sean and myself lately, I think. Sean will have his cable connection soon and my linux box should be completely happy again soon. Thanks to everyone that kept the patches coming in and organized while we were busy (chip, luke, robot, etc.)
2002-08-28Update gaim and gaim-gnome to 0.59.1. This update is based on work byjlam3-18/+39
Curt Sampson. Relevant changes from version 0.59 include: * Fixed a security bug in the manual browser setting (Thanks Robert McQueen) * Will work with Perl 5.8 (thanks, Timothy Lee and Dan Colascione) * Fix for HTTP proxies (thanks, Ethan Blanton) * Read proxy environment variables. (thanks, Christian Hammond) * Use the pretty gaim.png for our menu entry. The new iconv() support has been explicitly disabled for now until I can get it right across both packages.
2002-08-25Merge packages from the buildlink2 branch back into the main trunk thatjlam2-2/+2
have been converted to USE_BUILDLINK2.
2002-07-19Clean up the `Perl_sv_2pv' warnings on LP64.mycroft1-0/+94
2002-07-01Update gaim to 0.59. Changes:hubertf1-4/+4
* Hungarian translation added (Thanks, Sutto Zoltan) * Swedish translation updated (Thanks, Christian Rose) * Spanish translation updated (Thanks, Alex) * Traditional Chinese translation updated (Thanks, Paladin Liu) * Czech translation added (Thanks, Honza) * Polish translation updated (Thanks Przemyslaw Sulek) * Squashed a bug in buddy right-click menu handling that crashed Gaim. In the process: found and eliminated some memory leaks. * Fixed a significant applet leak * Can now change Jabber password on server (Thanks, Nathan Walp) * Certain types of Jabber presence errors no longer falsely show a buddy on-line. Instead now a "broken light-bulb" icon is shown and the error status is available via "Get Away Msg" (Thanks and a tip o' the hat to Christian Hammond for the graphic) * Conversation struct has pointer to toolbar (thanks Brent Priddy and Paul Miller) * Zephyr fixes (thanks, Arun A. Tharuvai) * Aliases in buddy ticker * Perl scripts can play Gaim sounds (thanks Andrew Rodland) * Internal sounds can be played by commands (thanks Lex Spoon) * Auto-login item in applet menu (thanks Chris Boyle) * Fixed MSN "Unkown Error Code", "Already there", and "Already in opposite list" errors * Changed "Play sound" button to "Mute" button * You can now have "reserved" chars in IM and proxy passwords * Jabber now has typing notification (Thanks, Nathan Walp) * Improved support for Jabber resources (Thanks, Nathan Walp) * Fixed problem with Gaim crashing on non-ASCII Jabber buddy aliases (Jabber "name" attribute) chars (Thanks, Ho-seok Lee) * Plugged memory leaks in Jabber plug-in * Fixed problem with Jabber away status not being propagated to conference rooms for jabberd (server) v1.4.2 and above * Chat room buddy lists are now sorted independent of case * Added capability for protocol-specific edit buddy menu entries * Can now remove a Jabber buddy roster item from the server entirely * Gaim can now handle messages from Mac ICQ and Miranda ICQ (Thanks, Mark Doliner) * Added Mozilla to browser options and changed KFM to Konqueror. * Can now set the server and port for MSN and Napster * MSN Internationalization (Thanks Felipe Contreras and countless, countless others) * E-mail addresses are no longer truncated when there is a '.' at the end. Patch contributed by Dawid Szymanski <dawszy@tgr.lubin.edu.pl> in private mail.
2002-05-29Update to 0.58. Changes since 0.55, except translation updates:wiz1-4/+4
* Better applet transparency * Option to raise buddy list on signons/signoffs * Formatting of incoming MSN messages * Get Info from menu multiple-account-aware (thanks Brian Bernas) * Hide and unhide functions for the filectl plugin. (Thanks, Ari Pollak) * Added helpful stuff to the Help menu. * Self-aliasing from the account editor. * Better selection in GtkIMHtml (Thanks Ben Miller) * A warning when your OSCAR buddy list is too long (Thanks, Mark Doliner) * ICQ status messages in OSCAR (Thanks, Mark Doliner) * Play sound when your name is said in a chat * Approval dialog for Jabber when somebody wants to subscribe to user's presence. Also gives user the opportunity to add that buddy if not already on the user's buddy list. * Jabber "Change buddy group" roster synchronization now works again. (This was unknowingly broken when the "out-sourced" Jabber libs were upgraded in 0.56) * Invalid Jabber I.D.'s no longer crash Gaim. User now notified with pop-up's. * Jabber Buddy sign-on time support, added in 0.57, removed until and unless and inconsistency can be resolved. (Thanks, Nathan Walp) * Bug-fix for potential buffer overflow in Jabber plugin. (Thanks, rwscott) * Tempfiles used for secure MSN/HotMail login (added in 0.57) are now themselves created securely. * Secure MSN logins (added in 0.57) no longer blow up on Solaris. * Timezone support improved. * New authorization method for Yahoo! * Jabber will tell you when your buddies signed on (Thanks Nathan Walp) * Jabber improvements (Thanks, Nathan Walp) * More keyboard shortcuts * event_chat_recv takes char**'s, and event_im_recv takes a *guint32 for flags * Secure hotmail login for MSN (thanks for the tips, Scott Werndorfer) * Shell-like send history binded to Ctrl-Up and Ctrl-Down * libjabber upgraded to most recent stable version * Buddylist looks a little better * Fixed MSN privacy settings * Group deletion fix (Thanks Mark Doliner) * Alias/Group syncronization for Jabber (Thanks JSeymour) * Fixed broken signal handling in gdm-started GNOME sessions (Thanks Jim Seymour, Vann, Robert McQueen) * Oscar group syncronization (Thanks, Mark Doliner) * ICQ Authorization via Oscar (Thanks, Mark Doliner)
2002-02-17Update chat/gaim to 0.52. Relevant changes from version 0.50 include:jlam1-4/+4
* Better buddy icon transparency (thanks SeanEgan) * Fixed a little bug with connecting via proxy (thanks for reminding me of this, Manish Singh) * Various jabber bug fixes/enhancements (JSeymour) * Arrow buttons in log viewer and some other dialogs work (thanks Ben Miller) * Option to only send auto-response while idle (thanks Sean Egan) * Control time between sending auto-responses (thanks Mark Doliner)
2001-09-22Update gaim to 0.44. Relevant changes from version 0.11.0-pre11 include:jlam1-0/+13
* Bug fixes! * Update and additions to translations. * Improved look of GUI. * Wrote a plugin for all those people who miss having the chat rooms in their buddy lists (chatlist.so) * New plugin events: event_im_displayed_sent and event_im_displayed_rcvd. Use these to change messages after they're displayed (e.g. encrypt sent messages, or send auto-responses and have them display locally properly) * Can specify hosts/ports for Yahoo * Can view/set chat topic in Jabber * Can view/set chat topic in IRC * Improved Jabber chat support (it whispers now, too) * Zephyr can do Subscriptions now * MSN can now change your 'friendly name' * More IRC improvements [colors, etc] * Can turn on/off Yahoo! Mail announcements
2000-12-23Update to gaim-0.11.0pre3hubertf1-20/+0
Requested by Greg Troutman <gtroutman@pro01.idg.net> in private mail. Changes: Plugins for AIM, Yahoo, MSN and IRC. See homepage for more!
2000-12-15Create new 'chat' category, featuring chat clients and servers of all kinds.wiz1-0/+20
Move some packages from 'net' here.