2008-08-06 |
Mark Doliner |
Remove two files from POTFILES.in that have been removed from the
|
2008-08-05 |
Mark Doliner |
Hopefully fix the XMPP contact flipping/swapping between groups bug
|
2008-08-05 |
Daniel Atallah |
Patch from "Chris G." to extend the yahoo privacy to picture requests to help
|
2008-08-04 |
Daniel Atallah |
Fix win32 build
|
2008-08-04 |
Mark Doliner |
Get rid of a compile warning in qq:
|
2008-08-04 |
Mark Doliner |
Get rid of an unused variable. I think this has probably been sitting
|
2008-08-04 |
Mark Doliner |
Get rid of a compile warning:
|
2008-08-03 |
SHiNE CsyFeK |
2008.08.03 - csyfek <csyfek(at)gmail.com>
|
2008-08-02 |
Hylke Bons |
Updated tray icons.
|
2008-08-02 |
SHiNE CsyFeK |
2008.08.02 - csyfek <csyfek(at)gmail.com>
|
2008-08-02 |
Ka-Hing Cheung |
at least don't crash when we can't read whatever we are reading
|
2008-08-01 |
Hylke Bons |
Update make file for bunny.png.
|
2008-08-01 |
Hylke Bons |
Updated birthday emblem and emote-select icon.
|
2008-08-01 |
Hylke Bons |
Forgot the new bunny.
|
2008-08-01 |
Hylke Bons |
Object icons refresh for MSNP15.
|
2008-08-01 |
Hylke Bons |
Hope this works...
|
2008-08-01 |
Ethan Blanton |
merge of '0d858a8978355a1e8b7305b64b87db51e44e9978'
|
2008-08-01 |
Evan Schoenberg |
Undid the addition of 2 OscarCapability items I added previously, keeping the commented-out notes in family_locate. We can't let the OscarCapability bitmask get as large as 0x04000000, because if it exceeds the platforms MAX_UINT we'll end up in an infinite loop in oscar_caps_to_string() due to overflow.
|
2008-08-01 |
Elliott Sales de Andrade |
merge of '1036d6fc1c09bf3b42c737dab42d188245f16b17'
|
2008-08-01 |
Elliott Sales de Andrade |
Don't crash if MsnSession is NULL when checking for ability to send a
|
2008-08-01 |
Elliott Sales de Andrade |
Update MSN's last_received time when we receive something on the NS
|
2008-08-01 |
Elliott Sales de Andrade |
Get rid of MsnSlpSession entirely. It only seems to link to MsnSlpCall
|
2008-08-01 |
Elliott Sales de Andrade |
On MSN, escape the password since it's in an XML document. Didn't
|
2008-07-30 |
Daniel Atallah |
This should have been part of the previous commit related to no longer
|
2008-07-30 |
Daniel Atallah |
Don't distribute the MIT Kerberos libraries with the win32 build anymore.
|
2008-07-30 |
Daniel Atallah |
Fix a crash in the win32 loader when %PATH% isn't set.
|
2008-07-30 |
Daniel Atallah |
Upgrade SILC Toolkit for win32 to 1.1.7 (which contains security fixes).
|
2008-07-30 |
Daniel Atallah |
Add error handling for visiblity to why Perl plugins fail to load.
|
2008-07-30 |
Daniel Atallah |
Cleanup unnecessary casts and etc.
|
2008-07-30 |
Daniel Atallah |
Add support to the Perl plugin loader for listing for pref changes.
|
2008-07-29 |
Daniel Atallah |
Fix the win32 installer not to cause messageboxes in the gtk installer when
|
2008-07-29 |
Daniel Atallah |
Fix a crash when the user isn't in your list.
|
2008-07-29 |
Daniel Atallah |
Minor cleanup that's been sitting on my machine for a while.
|
2008-07-29 |
Elliott Sales de Andrade |
merge of '006d5deacf5a5a7ed5e6410903c3815794845ce9'
|
2008-07-29 |
Elliott Sales de Andrade |
Don't print SOAP messages to debug log for "secure" requests. This is
|
2008-07-29 |
Elliott Sales de Andrade |
Use a URL to open MSN Hotmail inbox instead of a temporary file.
|
2008-07-28 |
Elliott Sales de Andrade |
Use "EmailEnabled" from the MSN profile message to determine whether
|
2008-07-28 |
Elliott Sales de Andrade |
On MSN, use "external" and "mobile" for Web messenger and mobile
|
2008-07-24 |
Elliott Sales de Andrade |
Disable sending files to MSN contacts using the web messenger. Not sure
|
2008-07-29 |
Ka-Hing Cheung |
feel free to shoot me down if you think this is stupid
|
2008-07-29 |
Ka-Hing Cheung |
I don't know what kind of blessing is needed for this sort of things, but
|
2008-07-29 |
Daniel Atallah |
Fix a race related to closing the roomlist window and do some minor cleanup.
|
2008-07-28 |
Daniel Atallah |
Fix output redirection for perl plugins on win32.
|
2008-07-28 |
Daniel Atallah |
EXTERN.h should be included before perl.h
|
2008-07-28 |
Daniel Atallah |
Update the Perl plugin loader to work with Perl 5.10.
|
2008-07-27 |
Daniel Atallah |
merge of 'e9179f6992531a71364a9bb343ed1c64938f6fc9'
|
2008-07-25 |
Daniel Atallah |
merge of '4c5a026e3419c03409089efe76548d6642ca1e2a'
|
2008-07-27 |
Daniel Atallah |
Use Service Discovery to look up information about the manually specified FT
|
2008-07-27 |
Daniel Atallah |
Fix a stupid mistake in the previous commit.
|
2008-07-27 |
Daniel Atallah |
Add support for using multiple "xmpp-client" records on a domain, by trying the
|
2008-07-27 |
Evan Schoenberg |
merge of '5d4c9f843c6735b316b8a1659cfdc4d162aee4c0'
|
2008-07-27 |
Evan Schoenberg |
0x02 is a temporarily unavailable error code in addition to 0x14, according
|
2008-07-25 |
Evan Schoenberg |
Don't show an idle time in the user info if it is 0
|
2008-07-27 |
Ethan Blanton |
This adds an "auto-detect UTF-8" option to IRC which, when enabled,
|
2008-07-25 |
Ethan Blanton |
Escape IRC hostnames beginning with : in the USER command. This
|
2008-07-23 |
Ethan Blanton |
ahh, third-party plugins ...
|
2008-07-23 |
Evan Schoenberg |
Some cleanup to our capabilities definitions, and added information on
|
2008-07-23 |
Elliott Sales de Andrade |
merge of '5b3cd3600d9a992cc943d490b68c1174e0346b8b'
|
2008-07-23 |
Daniel Atallah |
Jan Kratochvil noticed there was a race condition in the treeview tooltip
|
2008-07-23 |
Daniel Atallah |
Uninstall the CAcert certs in the win32 uninstaller.
|