- Mr. Message (AIM client) 1/25/2005 update
- Posted by Marty on January 26th, 2005
Mr. Message for OS/2 is an instant messenger client which is capable of
communicating over AOL's Instant Messenger network using the OSCAR
protocol (used in the Win32 AIM clients, jBuddy, gAIM, Kopete, ICQ, and
a variety of other clients).
It has been updated with the following changes:
* Added the ability to send and receive typing notifications. Now you
have the option to notify your buddies when you are actively typing
in an IM window, and any typing notifications sent by your buddies
will be indicated with a pen or paper icon in your buddy list window.
The pen indicates that they are actively typing. The paper indicates
that they have some text typed, but are not currently typing.
* Added the ability to display user-defined status messages. Some
clients seem to use this field for their user profile.
* Changed the filter icons to make their meaning more clear when the
filters are turned on. Also added flyover help for them.
* Prevented the user from adding the same screen name to the buddy list
more than once.
* Fixed to accept buddy lists that are split into multiple parts by
the AOL server. If you were missing buddy list entries before, this
should not be the case anymore.
* Fixed the case where an AOL error message causes Mr. Message to stop
acknowledging messages from the AIM server for the rest of the session.
* Fixed the replacement of " & < and > at the end of a
profile or away message.
* Fixed the profile/away message selection window to select the entry
that was just added or modified.
* Fixed loading of buddy list icons multiple times.
* Fixed debug error messages resulting from a user logging off.
You can download it here:
http://mamodeo.dyndns.org/MrMessage_bin_01252005.zip
or with the full source code here:
http://mamodeo.dyndns.org/MrMessage_srcbin_01252005.zip
There is also a WarpIn installation package here:
http://mamodeo.dyndns.org/MrMessage_01252005.wpi
Please read the README file before running or asking for support. As
always, feedback is appreciated.
A proper web page for the project is on the way...
--
[Reverse the parts of the e-mail address to reply.]
- Posted by Paul Smedley on January 26th, 2005
Hi Marty
Thanks for all your hard work on this!!
Cheers,
Paul.
On Wed, 26 Jan 2005 05:50:33 UTC, Marty <net@comcast.martyamodeo>
wrote:
--
- Posted by William L. Hartzell on January 26th, 2005
Sir:
Marty wrote:
My weak memory tells me that I've forgotten the password to AOL. What
is the procedure to go about establishing a new one? The AOL AIM cfg
file has it in encrypted form. Will MrMessenger handle this?
--
Bill
Thanks a Million!
- Posted by Marty on January 26th, 2005
William L. Hartzell wrote:
http://www.aim.com/help_faq/forgot_p...word.adp?aolp=
That should e-mail you your password if the e-mail address registered
with them is real. Otherwise, you'll have to get a new screen name.
I have no idea what format the password is stored in their CFG file. If
it's 16 characters or less, you can try XORing it with the following array:
0xf3, 0x26, 0x81, 0xc4,
0x39, 0x86, 0xdb, 0x92,
0x71, 0xa3, 0xb9, 0xe6,
0x53, 0x7a, 0x95, 0x7c
Otherwise, it's encoded in some other way that I wouldn't be able to guess.
--
[Reverse the parts of the e-mail address to reply.]
- Posted by Michael Greene on January 26th, 2005
Marty,
I got the source and compiled it... one question. In the main
executable you had what looks like your OS2 toolkit path as an include
directory, suppose to be there?
--
M Greene Voice Memeber #1356
IRC (MikeG): irc.va.webbnet.info #os/2 and #learnc++
ashburn.va.us.undernet.org #os/2warp irc.ecomstation.com #eCS
ICQ:319474014 AIM:mikekg2003
http://members.cox.net/greenemk/os2/index.html
- Posted by Marty on January 26th, 2005
Michael Greene wrote:
Yup. I use the toolkit includes for the multimedia stuff and the
standard C stuff works fine with Watcom as well.