2
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Dec 24, 2024 — Dec 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #50 from rainphp/torchat2 More... almost 12 years ago
Changed BitCoin to Bitcoin More... almost 12 years ago
clarify that TorChat is not related to torproject.org More... almost 13 years ago
update debian readme (build dependencies were incomplete / wrong) More... about 13 years ago
minor formatting change More... over 13 years ago
add bitcoin donation address More... over 13 years ago
fix typos More... over 13 years ago
fix typos More... over 13 years ago
more detailed instructions More... over 13 years ago
fix the formatting More... over 13 years ago
update readme More... over 13 years ago
add readme file for the deban packager More... over 13 years ago
bump verson number to 15 More... over 13 years ago
update readme files for the plugin More... over 13 years ago
write helpful comment into torrc if logging is enabled More... over 13 years ago
disable debug logging by default, optionally enable it at runtime More... over 13 years ago
check environment variables for location of data directory More... over 13 years ago
explicitly bind listener to 127.0.0.1 and also use this when checking whether the port is in use More... over 13 years ago
reduce log level of connection timeout, they are not anything extraordinary. More... over 13 years ago
remove some debug output More... over 13 years ago
make multiple connections warning easier to understand More... over 13 years ago
notify the GUI about the state TORCHAT_CONNECTING (and ignore it in purpletorchat), will need it in the standalone version later More... over 13 years ago
properly type the socks request and response structures instead of poking around in the buffer directly at obscure byte offsets to make these old code snippets conforming with the high coding standards that I would expect from others too. More... over 13 years ago
lock the cookie list because its accessed from 2 different threads (when the conn object is destroying) More... over 13 years ago
securely wipe cached buddy icons from purple's cache when a buddy is removed or its icon changes More... over 13 years ago
add some comments and explanations to all the iterfaces in tc_interface More... over 13 years ago
remove unit tc_gen_list, now all my lists are based on TInterfaceList More... over 13 years ago
make a generic enumerator for TInterfaceList (will later remove my own list implemntation for cookie list, will then use TInterfaceList with a specialized enumerator instead, at least this is the plan) More... over 13 years ago
move cookie list into separate class. derive it from a generic list class that I can later also use for some other lists More... over 13 years ago
snd warnig after the first status message More... over 13 years ago