c3dc770c2e
More work to let clients download avatars from an external server.
lotodore2009-03-21 11:36:10 +00:00
55a29f9a38
Do not use asio cancel, because it is not portable. It will cause an exception on Windows XP. Just let the socket be closed.
lotodore2009-03-21 10:44:31 +00:00
ebac9c9574
Fixed nasty cleanup crash on Windows.
lotodore2009-03-21 10:28:27 +00:00
5be8403d07
Explicitly include fstream. Still broken stuff.
lotodore2009-03-21 09:11:39 +00:00
ebce3ee214
Warning: Enables debug mode. More steps towards downloading avatars from external server. This is currently BROKEN.
lotodore2009-03-21 01:39:00 +00:00
b1bad8d144
Preparing client use of external avatar servers.
lotodore2009-03-18 15:01:43 +00:00
64ec42aaa3
Fix buffer overflow in libircclient (concerning DCC, which was unused, so this is just to satisfy pedantic compilers :-) ).
lotodore2009-03-16 22:13:55 +00:00
3073cf03f0
chmod 644 to ChangeLog
doitux2009-03-15 00:27:18 +00:00
a1938f0a2e
current translation files commit for 0.6.4 (not final - waiting for left translations)
doitux2009-03-12 00:17:56 +00:00
9d49dd9be5
implements feature request: 9. When using Cards only visible on mouse click, retain the ability to see own cards after folding
doitux2009-03-02 22:13:20 +00:00
e8f9d917f8
Fixed Windows build issues.
lotodore2009-03-02 19:24:16 +00:00
6948d86d9f
Forgot some changes for avatar upload.
lotodore2009-03-01 23:38:29 +00:00
16decacb6b
New configuration options for automatically uploading the avatars to an external server.
lotodore2009-03-01 23:09:14 +00:00
4de0913bf2
fix small gui bug in settingsdialog --> avatar-server
doitux2009-03-01 22:16:22 +00:00
4423fe798c
add gui config for new avatar-server - turkish translation update
doitux2009-02-28 12:43:32 +00:00
7b25cf12c8
Use TDM's g++ 4.3.3 mingw Dwarf2 compiler (instead of SJLJ, which seems to cause exception problems).
lotodore2009-02-28 11:28:57 +00:00
5374f1d102
Use boost 1.38 on Windows. Requires update of Windows build scripts, but these are currently broken anyway, because the new g++ 4.3.3 SJLJ TDM mingw compiler causes a crash during exception unwinding when the client is disconnected by the server. Need to switch to the Dwarf2 compiler.
lotodore2009-02-28 00:52:45 +00:00
ec878731c9
Fixing terminate error, this time for real.
lotodore2009-02-27 22:41:16 +00:00
e5ecc5d133
Trying to fix server termination issue.
lotodore2009-02-27 22:09:03 +00:00
cc197bbc00
libcurl avatar upload works now ;-)
doitux2009-02-26 21:39:04 +00:00
8a02490262
Changes for boost 1.38.0 on Windows.
lotodore2009-02-22 20:43:45 +00:00
e7c70ad9ad
First version of server side avatar upload feature (support for external avatar server). Still hard coded, cannot be configured.
lotodore2009-02-21 23:33:30 +00:00
f78de09078
switched back from QSettings to original config.xml for dialog settings
doitux2009-02-21 20:41:29 +00:00
f1c5ff3ba2
BSD related fixes. Thanks to coldz.
lotodore2009-02-16 20:14:12 +00:00
24c0ceb7b6
Use TDM's gcc mingw32 compiler on Windows. (Tired of waiting for official mingw releases.) There is still a small Qt issue (will be patched from the build script) and a boost date_time issue in the server (will also be patched from the build script). Anyway, this is finally gcc 4.3 on Windows :-). Hooray!
lotodore2009-02-16 15:51:46 +00:00