openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
G
Gyachi
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 1 hour
ago. based on code collected
about 1 hour
ago.
Oct 17, 2024 — Oct 17, 2025
Showing page 1 of 16
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
2011-09-03 (V1-2-11) Misc updates. webkitgtk, libnotify * - A bit of freshening here. * - Yahoo page now supports either gtkhtml2 or webkit. * As gtkhtml2 is depricated, and some distros are dropping * gtkhtml2, use webkitgtk instead. NOTE: while webkit is * nice, and fancy, and more powerful than gtkhtml, do not * confuse it for a browser replacement. The usage in GyachI * is intended purely for the "about", "help", and a few other * features. It is a KNOWN PROBLEM that using webkit for browsing * *WILL* occassionally freeze up GyachI. * - Support added for newer libnotify * - Captcha support fixed.
ghosler
More...
about 14 years ago
2010-07-25 (V1-2-10) Misc Seg fault fixes * - Fix incorrect g_free of GdkPixmap in shade_pixmap_gdk(). Should * be g_object_unref(). BZ 598459 603545 * - Correct a race condition in gyachi-uploader shutdown code, so as * to not (possibly) seg fault when shutting down gyachi-uploader. * BZ 525878 552443 573163 586276 597085 * - Fix gyachi crash if the PM window is closed during a file transfer * BZ 615624
ghosler
More...
about 15 years ago
2010-06-17 (V1-2-9) Misc seg fault fixes * - Fix argument prototyping in webcam application. This * resulted in finding several function calls that were * not being passed correct arguements, and therefore * would cause unexpected crashs (instead of reporting * webcam errors) when capturing frames. * BZ 565304 583642 586277 603260 546299 550567 * - disable button-press-events from chat pane. When in chat room * gyachi click input goes into strange state. mouse clicks * get lost. button press events get claimed on wrong tab, etc. * - Fix possible NULL pointer dereference in focus_pm_entry() * BZ 554041 * - Fix possible crash in on_login_button_clicked() when * login_window is already/still NULL. BZ 577724 * - Fix possible segv when animated gif is deleted before * the timeout. BZ 553506 578264 * - Fix possible stack corruption with a username that is a full 64 * characters (or more). BZ 605875 * - Fix gyachi crashes when editting the buddy image * BZ 541761 541795 562472 564430 571077 599177 600687 602517
ghosler
More...
over 15 years ago
2010-06-15 (V1-2-8) Update copyrights. Correct configure for v4l * - Linker changes no longer automatically bring in v4l2, so * must check for libv4l1 *and* libv4l2 and include BOTH in * CFLAGS and LIBS
ghosler
More...
over 15 years ago
2010-03-15 *V1-2-7) Fix regex crashes * - Check regcomp to see that the regular expression *actually * compiled* before using it in regexec. (bugfix for many *random* * crashes!) * - Display regex that are syntatically incorrect on chat window, * *with* error message. * - Add a "re-Captcha" button on the Captcha UI. Yahoo captcha images * "so bad" these days... * - fix chat window pane to hide the top panel under newer gtk++ * as before (under older gtk++) * - fixed scrolling on pm window when the display portion is resized * (e.g. by either resizing the window, or by invokation of the * download manager and/or the photo-share feature. * - fix the prototype definition for strcasestr (explicitly enable GNU * extensions, since it is non-standard C) -- Darwin Bautista * - fixes ito possible buffer overflows (packet_handler.c:tmp3 in * handle_news_alert, users.c:homepage in fetch_profile) -- Darwin * Bautista * - fix possible array overflow (yahoo_web_login, ymsg_open_socket, * ycht_open_socket) -- Darwin Bautista * - fix unitialized command when playing a sound file. (util.c/play_sound) * - Fix [Help] -> [Check for New Versions and News] to display the * current version available in CVS.
ghosler
More...
over 15 years ago
2010-03-04 (V1-2-6) Fix regex handling * - Regex was previously removimg a character from the longest * regex expression. This corrects that problem.
ghosler
More...
over 15 years ago
2010-02-20 (V1-2-5) Change ssl read to read arbitrary return length * - 1.2.4 was a temporary fix, by increasing the buffer size * read into. This patch fixes the problem by sizing the * buffer to the size of the read.
ghosler
More...
over 15 years ago
2010-02-07 (V1-2-4) change ssl read buffer from 1024 to 2048 * - Seems something on yahoo size changed such that the ssl authentication * packet now can occassionally be longer than 1024 bytes, As/when/if * that happens, then a short read results, and the final "crumb" * needed to complete the authentication process is not fully * retrieved (resulting in a failed login)
ghosler
More...
over 15 years ago
2009-11-22 (V1-2-3) fix replicated "your buddy image has been sent" * - Fix the replicated "your buddy image has been sent" messages * - Fix logging in with "@yahoo.com"
ghosler
More...
over 15 years ago
2009-07-11 (V1-2-2) re-toolize gyachi * - ran reconf to re-libtoolize the autoconf stuff * - Change ssl login to accomodate openssl-0.9.8g * - removed extraneous message about our aliase being * online
ghosler
More...
over 16 years ago
2009-07-03 (V1-2-1) Fix double post problem when chatting w/ a YM-9 client * - YMSG-16 protocol, talking to a YM-9, the ym-9's post will * replicate after 7 secs, unless it's ACK'ed
ghosler
More...
over 16 years ago
Initial version of these missing files.
ghosler
More...
over 16 years ago
2009-07-01 (V1-2-0) Fix Yahoo! pm chat problem. * - fixed chat problem in Yahoo! since ~ 22 June * Fedora Bugzilla [Bug 508576] * - implemented YMSG-16 / Messenger 9 * - fixed some tooltab conditionals for older systems. * - fixed deny buddy list add. * - fix crash in Yahoo! html panel when clicking on refresh * (refresh will refresh the list of yahoo urls, not the * current web page) Fedora Bugzilla [Bug 508490] * - disabled ymsg-11 & ymsg-13 login's since Yahoo! has phased * them out. Anyway we've had YMSG-15 working since Jan 2008 * (and Y-16 is only ioncrementally different from Y-15)
ghosler
More...
over 16 years ago
2009-05-03 (V1-1-71) Buddy Image processing, and misc other fixes. * - handle non-integral values of FPS properly. (webcam uploader) * - fix buddy image checksum. If checksum > 0x3FFFFFF then * the yahoo checksum is B -checksum * - Added support for buddy images to the buddy list. However, * to do so, I ended up tossing temp-friends buddy images * into the bin. at least for now. * Note that buddy image on the buddy list will be in lieu of * a buddy avatar. If avatars are disabled (Setup->[General]->[Show * Buddy list Avatars], then buddy images on the buddy list will * also not be displayed. * - Fix the buddy list refresh, so that the buddy list refreshs * less. (clicking on the refresh button will still force a * full refresh). * - Add buddy list tooltip of the buddy image. * - Set "[OK]" as the focus widget of the "accept file transfer" * panel, so that file transfers will be accepted by default.
ghosler
More...
over 16 years ago
2009-05-03 (V1-1-70) fix divide by zero crash when starting uploader. * - read the uploader capturc file at uploader startup. * This fixes a divide by zero when deciding how often * to grab frames
ghosler
More...
over 16 years ago
2009-05-02 (V1-1-69) added a throttle rate to gyachi uploader * - gyachi uploader now has a throttle rate on capturing * (fps - frames per sec). max_fps is set in the uploader setup UI. * The default is set as 8 fps. * - Tweek the uploader to check for grabbed frames more frequently.
ghosler
More...
over 16 years ago
2009-05-01 (V1-1-68) Move list of voice-server IP's to external file. * - Moved hard coded list of voice servers to * GYACH_CFG_DIR (~/.yahoorc/gyach/voice_servers * and if not found, then the master list in * PACKAGE_DATA_DIR ({prefix}/share/gyachi/voice_servers * - Additionally, the last selected voice server is * saved across runs in a gyvoicerc file.
ghosler
More...
over 16 years ago
2009-04-30 (V1-1-67) fix ignore file buffer flows * - sigh. fixed more buffer overflows in ignore handling... * - Fix broken smiley support (broke in 1.1.66)
ghosler
More...
over 16 years ago
2009-04-26 (V1-1-66) Fix buffer flow in ignore file handling. * - Fix buffer flow in ignore file handling. * - made filename allocation completely dynamic for * alias files, buddy images, avatar files, history file, * ignore files, etc. * - Fixed unitialized directory in webcam uploader/viewer. * - If we're reverting a webcam from v4l2 to v4l1, update * webcamrc
ghosler
More...
over 16 years ago
2009-04-21 (V1-1-65) Fix webcam lockup for certain webcams. * - Fix a webcam threading lock-up for certain webcams.
ghosler
More...
over 16 years ago
2009-04-06 (V1-1-64) Correct path for help document from command line * A number of webcam UI/support related things * - fix path for help in response to /help in command window. * - Change webcam upload / webcam viewer - move code around, * specifically, moved code common to both into camcapt.c * - removed unneeded prev/next buttons on webcam player. * - added [Capture] menu option to webcam uploader (a. la. webcam * player) * - added record button to webcam uploader. * - Redid the threads code in the uploader, made the file writer a * separate thread as well. * - Moved webcam custom message to Setup page * - Moved "show my cam" tick from Action to Setup and made persistent. * - Changed the webcam viewer/uploader from "system()" to "fork()/exec()". * In particular, we now detect when the uploader exits, and update * the status message accordingly.
ghosler
More...
over 16 years ago
2009-04-05 (V1-1-63) Fix compilation error in gyvoice. * - Added ommitted pthread.h header file in gyvoice/callbacks.c
ghosler
More...
over 16 years ago
2009-03-16 (V1-1-62) Fix a removal of ID from Buddy's budy list * - Fix removal of our ID from buddy's buddy list. * - re-do buddy removal UI (the "-" on the Buddy page). * - Fix combo box handling on the Privacy panel. * - implemented Yahoo!'s "change group". Now when you move * a buddy from one group to another it no longer removes * them and adds them (thereby requiring a conformation * on the remote side...) * - Easter Egg -- the "Yahoo! Ignore List" (tools -> [Yahoo! Ignore List]) * or the "GyachE Improved Ignore List" (tools -> [GyachE Improved Ignore List]) * -- if you enter "remove me from buddy lists" in the "user" field, * and click either [Add] or [Delete], GyachE will issue a /revoke * on each member of that ignore list. enmasse. * - Moved "locate_widget" from util.h to gyachi_lib * - Eliminated gyvoice/support.[ch], which contained ONLY * "locate_widget". Made use of gyachi_lib (where the another copy * of the same "locate_widget" is). * - Fixed Copyright attributions in autogen.sh & gyachi_icon_defs.h * - Addressed Copyright issues with the gyvoice files * - Fix possible bug in uploading buddy images. * - replaced the MPL'ed crc32.c/crc32.h files (used for buddy images) with * GPL'ed version (from coreutils). * - replaced bsd'ish md5.c/md5.h files (used in authentication and * photosharing) with GPL'ed version (from coreutils) (better * platform independence).. * - replaced MPL'ed sha.c/sha.h files (used only for Ymsg-13/Messenger 7.5 * authentication) with GPL'd ones (from coreutils)
ghosler
More...
over 16 years ago
2009-01-01 (V1-1-61) Better stack management, esp in file sharing threads. * - Change the way that url's were built/processed in file * transfer, so as to avert large stack allocations (would * cause crashes in some distros). * - fix spell check plugin detection.
ghosler
More...
almost 17 years ago
2008-11-25 (V1-1-60) update spec file for obsoletes + misc small fixes. * - Update gyachi.spec.in * Fixed missing obsolete dependencies when plugin's aren't compiled. * - Updated yahoo server list, from * http://service1.symantec.com/SUPPORT/ent-gate.nsf/docid/2007645475208898 * - Updated Configure to require minimum gtk++ 2.10
ghosler
More...
almost 17 years ago
removed -DGTK_DISABLE_DEPRECATED from plugin compiles
ghosler
More...
almost 17 years ago
2008-11-25 (V1-1-59) First approach of spell check * - Created a gktspell plugin which is integrated into * the pm windows, allowing spellchecking of pm text. * - Spell check is implemented as a plugin, and in such a * manner that alternate spell checkplugs are possible. * - Corrected the Adjustment associated with the spin_buttons * in the setup menu so that they no longer give warning messages * of "GtkSpinButton: setting an adjustment with non-zero page size is deprecated" * upon popping up the Setup UI.
ghosler
More...
almost 17 years ago
2008-11-21 (V1-1-58) Added support for optional reading settings from the rc file * - Fixed the webcam-upload startup to use the saved attribute * settings, rather than the camera's default setting. * - Added a [Revert] button on the webcam-upload ui, to * allow users to read saved settings from the webcamrc * file.
ghosler
More...
almost 17 years ago
2008-11-21 (V1-1-57) Do manual probing of webcam features. * - Change the automated scan of webcam features, to a manual * probe of all possible features. (seems that a lot of webcam * drivers do not yet support the NEXT_CTRL scan feature....) * - Removed "fix_colour" option/support. Now that the correct * v4l2 palette is used, there is no need for this kludge.
ghosler
More...
almost 17 years ago
2008-11-20 (V1-1-56) Fix occassional crash of webcam viewer and/or uploader * - Occassionally, when the yahoo socket disconnects, the webcam * uploader, or webcam viewer would get segment violation. * - Save the custom away message & icon selection, once changed/updated. * - Changed systray icon to a proper GtkStatusIcon
ghosler
More...
almost 17 years ago
←
1
2
3
4
5
6
7
8
9
…
15
16
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree