Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ayttm-0.5.0-45 RPM for i386

From SourceForge / a / ay / ayttm

Name: ayttm Distribution: Unknown
Version: 0.5.0 Vendor: Unknown
Release: 45 Build date: Wed Jun 4 21:40:13 2008
Group: Applications/Internet Build host: localhost.localdomain
Size: 4246562 Source RPM: ayttm-0.5.0-45.src.rpm
Url: http://ayttm.sourceforge.net
Summary: A Universal Instant Messaging Client
Ayttm is designed to become a Universal Instant Messaging client, seamlessly
integrating all existing Instant Messaging clients and providing a single
consistant user interface. Currently, Ayttm supports sending and receiving
messages through AOL, ICQ, Yahoo, MSN, IRC and Jabber.

Provides

Requires

Copyright

GPL

Signatures

internal MD5: d1b1476c526850857352522cebe24ca6

Changelog

* Wed Jun 04 2008 04:35 UTC [siddheshp]	0.5.0-45
  - ChangeLog, configure.ac, modules/yahoo2/yahoo.c:
  Added stubs for ext_yahoo_chat_yahoologout and ext_yahoo_chat_yahooerror
* Mon Jun 02 2008 20:00 UTC [siddheshp]	0.5.0-44
  - ChangeLog, configure.ac, src/messages.c:
  bluesmoon - refactored ay_do_* code
* Mon Jun 02 2008 19:35 UTC [siddheshp]	0.5.0-43
  - ChangeLog, configure.ac:
  DOH! did it again. libirc doesn't belong here yet... strange how I can do
  these things without even being drunk...
* Mon Jun 02 2008 18:00 UTC [siddheshp]	0.5.0-41
  - ChangeLog, configure.ac, modules/yahoo2/yahoo.c:
  Change in plugin_api input handler broke yahoo login. Fixed. Thanks philip.
* Mon Jun 02 2008 17:40 UTC [siddheshp]	0.5.0-40
  - ChangeLog, configure.ac:
  Removed libirc from configure.ac. It's not in yet (read as oops ;) ).
* Sun Jun 01 2008 21:50 UTC [siddheshp]	0.5.0-39
  - ChangeLog, configure.ac, src/chat_room.c:
  Fixed buddy pane resize issue with chat rooms.
* Mon Apr 14 2008 17:30 UTC [siddheshp]	0.5.0-38
  - ChangeLog, configure.ac, src/plugin_api.c, src/plugin_api.h
  modules/jabber/libEBjabber.c:
   Re-implemented eb_input_add and eb_input_remove to replace deprecated
  gdk_input_add and gdk_input_remove
   Fixed crash in jabber when chatting with multiple accounts.
* Tue Apr 08 2008 03:53 UTC [siddheshp]	0.5.0-37
  - ChangeLog, configure.ac, modules/yahoo2/libyahoo2/libyahoo2.c:
  Updated version number for yahoo plugin. Yahoo is now working again.
* Sun Mar 30 2008 13:24 UTC [siddheshp]	0.5.0-36
  - ChangeLog, configure.ac, modules/irc/irc.c, src/status.c:
   RPL_LISTEND was being captured as 322. Corrected to 323
   Prolonged Connecting progress bar for IRC logins till we finish receiving
  the channel list
   Avoid adding dummy accounts to the status window. They don't belong to our
  contacts.
   Write signoff messages to message log window when we do a 'Sign off All'
* Sat Mar 22 2008 08:35 UTC [siddheshp]	0.5.0-35
  - ChangeLog, configure.ac, modules/irc/irc.c:
   Corrected command (/me, /quit, etc.) behaviour
   More g_strsplit corrections
* Sat Mar 22 2008 06:31 UTC [siddheshp]	0.5.0-34
  - ChangeLog, configure.ac, modules/irc/irc.c, pixmaps/irc_away.xpm,
  pixmaps/irc_online.xpm, src/chat_room.c:
   Incoming messages were being eaten up since we split incoming strings
  into 2 parts and were looking for the third part to display as message, which,
  as it turns out, is blank.
   Cleaned up a couple of warnings as well.
* Fri Mar 21 2008 16:55 UTC [siddheshp]	0.5.0-33
  - ChangeLog, configure.ac, modules/irc/irc.c, src/status.c:
  
   Ensure that a contact to be added exists in a group at all.
  IRC ChanServ contact gets added without a group, hence causing a crash.
   Fixed splitting of ping packet in IRC.
* Fri Dec 14 2007 18:15 UTC [siddheshp]	0.5.0-32
  - autotrans.c, middle.c
   Fixed conflict with aycryption. Closes #874568 on sourceforge
* Fri Dec 07 2007 04:31 UTC [bluesmoon]	0.5.0-31
  - chat_window.c
   Fix bug introduced by last commit.  Moving the smilify function meant that
  message was an unallocated pointer when the filters were running through it.
* Thu Dec 06 2007 11:51 UTC [bluesmoon]	0.5.0-30
  - chat_window.c, main.c
   Add a marker to outgoing_message_filters so that all filters before
  the marker are applied to the local as well as remote message, while
  all filters after the marker are only applied to the remote message.
  To add a pre-render out filter, use l_list_prepend and to add a post-render
  out filter, use l_list_append on outgoing_message_filters.  The default
  behaviour is a post-render filter for backwards compatibility.
   move smilify to after filter run so that filters can insert smileys
  
   These last two updates come from the Hack Centre at FOSS.IN/2007
* Thu Dec 06 2007 11:48 UTC [bluesmoon]	0.5.0-29
  - autotrans.c
   Dropped translate_in from autotrans.c because it was the same as
  translate_out
* Thu Nov 29 2007 19:55 UTC [siddheshp]   0.5.0-28
  - ChangeLog, configure.ac, src/activity_bar.C, src/status.c:
   Resize the 'Connecting' dialog when a progress bar closes. This
  closes #1838371 in Sourceforge
   Reduced delay for updating status icons from 10 seconds to 5 seconds.
  Why do we need to wait so long?
* Mon Nov 12 2007 20:25 UTC [siddheshp]   0.5.0-27
  - ChangeLog, configure.ac, modules/utility/autotrans.c,
  modules/yahoo2/libyahoo2/yahoo_util.c, src/tcp_util.c:
   Fixed crash when a blank message is sent in yahoo.
   Babelfish has removed an extra space from their markup, which broke 
  our autotranslate ;-)
* Sat Nov 03 2007 20:30 UTC [siddheshp]   0.5.0-26
  - ChangeLog, configure.ac, src/chat_window.c, src/chat_window.h:
  Reworked logic to close chat windows and tabs. We were unnecessarily
  trying to destroy stuff multiple times. Closes #1077171 on sourceforge.
* Tue Oct 30 2007 18:50 UTC [siddheshp]   0.5.0-25
  - ChangeLog, configure.ac, src/chat_window.c:
   Update window title upon closure of a tab
   Reset the tab label alert status once it has been clicked upon
  Both close #912345 on sourceforge
* Sat Oct 27 2007 20:10 UTC [siddheshp]   0.5.0-24
  - ChangeLog, configure.ac, modules/jabber/libEBjabber.c:
   Default to the "Default Server" setting if no "Connect Server"
  is mentioned. Closes #885083 on sourceforge.
   Deleting the first element in the Connections JABBER_Conn list would 
  result in a dangling pointer
* Sun Oct 21 2007 20:25 UTC [siddheshp]   0.5.0-23
  - Changelog, configure.ac, modules/msn2/msn.C:
  Fixed method signature mismatch with msn_interfaces.h
* Sun Oct 21 2007 05:35 UTC [siddheshp]   0.5.0-22
  - ChangeLog, configure.ac, src/message_parse.c, src/nomodule.c,
  src/gtk/gtk_tree_view_tooltip.c, src/gtk/html_text_buffer.c:
   Fixed a crash; null pointer in nomodule.c
   Closed #879962 in the sourceforge bug tracker
* Fri Oct 19 2007 20:15 UTC [siddheshp]   0.5.0-21
  - ChangeLog, configure.ac, modules/msn2/msn.C:
  Fixed signature mismatch for ext_show_error with msn_interface.h
* Wed Oct 17 2007 19:40 UTC [siddheshp]   0.5.0-20
  - ChangeLog, configure.ac, src/ayttm_tray.c, src/status.c, src/status.h:
  More window size and position related fixes.
  Message window will now have a new message only on status change. Recent
  updates had broken this.
* Wed Oct 17 2007 19:05 UTC [siddheshp]   0.5.0-19
  - ChangeLog, configure.ac, src/ayttm_tray.c, src/status.c, src/status.h:
  Status window should restore to previous size and screen position when
  opened by clicking on the tray icon
* Tue Oct 16 2007 22:27 UTC [siddheshp]   0.5.0-18
  - pixmaps/yahoo_online.xpm, pixmaps/yahoo_sms.xpm, pixmaps/yahoo_away.xpm:
  Fixed some warnings
* Tue Oct 16 2007 22:25 UTC [siddheshp]   0.5.0-17
  - ChangeLog, configure.ac, modules/yahoo2/yahoo.c:
  Put in stubs for buddyicon related callbacks to prevent crashes
* Sat Oct 13 2007 19:40 UTC [siddheshp]   0.5.0-16
  - ChangeLog, configure.ac, src/status.c, src/gtk/gtk_tree_view_tooltip.c:
  Tooltip beautification; wrap long status messages
* Sat Oct 13 2007 17:45 UTC [siddheshp]   0.5.0-15
  - ChangeLog, configure.ac, src/chat_window.c, src/gtk/log_window.C:
  Changed linkification behaviour. Now we don't force html links on others.
  Closes Debian bug #198979
* Thu Oct 11 2007 20:38 UTC [siddheshp]   0.5.0-14
  - ChangeLog configure.ac modules/msn2/msn.C,
  - modules/msn2/libmsn2/msn_core.C,
  - modules/msn2/libmsn2/msn_core.h,
  - modules/msn2/libmsn2/msn_interface.C,
  - modules/msn2/libmsn2/msn_interface.h, pixmaps/action.xpm,
  - pixmaps/ayttm.xpm, pixmaps/cancel.xpm, pixmaps/error.xpm,
  - pixmaps/invite_btn.xpm, pixmaps/msn_away.xpm,
  - pixmaps/msn_online.xpm, pixmaps/ok.xpm, pixmaps/tb_edit.xpm
  - pixmaps/tb_no.xpm, pixmaps/tb_preferences.xpm,
  - pixmaps/tb_yes.xpm, src/Makefile.am, src/debug.h,
  - src/gtk_globals.h, src/main.c, src/plugin_api.c, src/plugin_api.h,
  - src/service.h, src/status.c, src/status.h, src/gtk/gtkutils.c,
  - src/gtk/gtkutils.h, src/gtk/html_text_buffer.c,
  - src/gtk/log_window.C, src/gtk/prefs_window.C, src/ayttm_tray.c,
  - src/ayttm_tray.h:
  Fixed some warnings
  We have a Tray Icon now :D
* Sun Sep 09 2007 17:17 UTC [siddheshp]   0.5.0-13
  - ChangeLog, configure.ac, src/gtk/prefs_window.C:
  Replaced deprecated function. Patch by Scott Kitterman 
  on Debian bug report.
* Sun Sep 02 2007 19:06 UTC [siddheshp]   0.5.0-12
  - ChangeLog, ayttm.spec.in, src/edit_local_accounts.c,
  - src/messages.c, configure.ac:
  Removed .a from install list, Used Pango Markup for the
  Help message in Add Accounts window.
* Wed Aug 29 2007 20:53 UTC [siddheshp]   0.5.0-11
  - ChangeLog,configure.ac:
  Updated to latest libyahoo2. Includes some patches
  that need to go upstream into libyahoo2 after more
  extensive testing.

Files

ÈâÞ	


Generated by rpm2html 1.8.1

Daniel Veillard, Fri Sep 5 02:30:15 2008