Commit Graph
12 Commits
Author SHA1 Message Date
lotodore 45a5c7cef8 License change: OpenSSL exception (for Windows 8 support, because gcrypt does not work on Windows 8). 2012-12-25 15:06:23 +01:00
lotodore 0ed12e0ac8 Switching license from GPL2 to AGPL3. 2011-07-02 14:38:06 +00:00
lotodore 5edf38a6cb Fixed some msvc problems with libircclient. Fixed auto start boost timer issue. Fixed irc thread termination (this time for real). Using strdup and free on MSVC causes "heap corruption error" in debug mode - use _strdup instead in libircclient. 2007-09-30 13:15:52 +00:00
lotodore 3c88ba8bbe Game list in Lobby is now shown and updated even after joining or creating a game. Game updates will be sent by the server at all times (even during the game). 2007-09-29 14:05:41 +00:00
lotodore 1f6a10e2d1 Changes for mingw32 compatibility. Gave up using GetAddrInfoW. getaddrinfo is dynamically bound, gethostbyname is used if it is not available.
VC compilation is broken.

Make sure to use the dynamic boost-thread lib with mingw, as thread specific pointers are used!
2007-09-01 14:04:41 +00:00
lotodore 0bb9143855 Added missing include for TCP_NODELAY. 2007-06-07 16:18:06 +00:00
lotodore a2134c3fa5 Additional include files for linux. 2007-02-25 19:56:58 +00:00
lotodore fc25ae5a8b Added GUI as parameter for client thread constructor. Fixed linux header for getaddrinfo. 2007-02-18 00:10:26 +00:00
lotodore 296399f166 Added errno include for linux. 2007-02-18 00:00:25 +00:00
lotodore 592863ecf5 Client thread test version. Ready to connect. 2007-02-17 23:44:45 +00:00
lotodore 83804055d7 Implemented unicode-based name resolution. 2007-02-11 21:22:45 +00:00
lotodore ad02d4572f Added socket helper functions. 2007-02-08 00:19:40 +00:00