This website requires JavaScript.
Explore
Help
Sign In
sco
/
pokerth
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
9d702b3fcc6fa8db351e37f99e1fedf1f74e99d1
pokerth
/
src
/
core
T
History
doitux
fc435f2769
exceptions & bugfixes
2007-09-29 00:08:19 +00:00
..
boost
New version of the boost timer (addon lib).
2007-09-05 00:06:20 +00:00
common
exceptions & bugfixes
2007-09-29 00:08:19 +00:00
libircclient
Additional irc stuff - list of nicks, leaving/joining players. Not complete yet, renames are missing, as well as special stuff like being kicked.
2007-09-27 20:59:00 +00:00
linux
Now using openssl on windows instead of ms crypto api. Can't stand all these handles for the crypto api, openssl will be required later anyway. MD5 sums will be used when transfering avatars for efficient caching - avatars are identified by their MD5 sum.
2007-09-08 11:00:46 +00:00
tinyxml
one ConfigFile for all
2007-05-13 12:35:27 +00:00
avatarmanager.h
Added avatar manager which will help when transfering and caching avatars. Using boost::filesystem. MD5 sum is used to identify avatars, different types of files are possible. Avatar cache (and the avatars provided) use for example <md5sum>.png as file names, so that no additional storage for the md5sum is required.
2007-09-08 16:26:10 +00:00
crypthelper.h
Added avatar manager which will help when transfering and caching avatars. Using boost::filesystem. MD5 sum is used to identify avatars, different types of files are possible. Avatar cache (and the avatars provided) use for example <md5sum>.png as file names, so that no additional storage for the md5sum is required.
2007-09-08 16:26:10 +00:00
pokerthexception.h
exceptions & bugfixes
2007-09-29 00:08:19 +00:00
thread.h
Irc thread can now be properly terminated. Separate initialization from connecting. Add callback class for irc stuff.
2007-09-25 21:26:22 +00:00