2
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Jun 11, 2025 — Jun 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #50 from rainphp/torchat2 More... over 12 years ago
Changed BitCoin to Bitcoin More... over 12 years ago
clarify that TorChat is not related to torproject.org More... over 13 years ago
update debian readme (build dependencies were incomplete / wrong) More... over 13 years ago
minor formatting change More... over 13 years ago
add bitcoin donation address More... over 13 years ago
fix typos More... almost 14 years ago
fix typos More... almost 14 years ago
more detailed instructions More... almost 14 years ago
fix the formatting More... almost 14 years ago
update readme More... almost 14 years ago
add readme file for the deban packager More... almost 14 years ago
bump verson number to 15 More... almost 14 years ago
update readme files for the plugin More... almost 14 years ago
write helpful comment into torrc if logging is enabled More... almost 14 years ago
disable debug logging by default, optionally enable it at runtime More... almost 14 years ago
check environment variables for location of data directory More... almost 14 years ago
explicitly bind listener to 127.0.0.1 and also use this when checking whether the port is in use More... almost 14 years ago
reduce log level of connection timeout, they are not anything extraordinary. More... almost 14 years ago
remove some debug output More... almost 14 years ago
make multiple connections warning easier to understand More... almost 14 years ago
notify the GUI about the state TORCHAT_CONNECTING (and ignore it in purpletorchat), will need it in the standalone version later More... almost 14 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... almost 14 years ago
lock the cookie list because its accessed from 2 different threads (when the conn object is destroying) More... almost 14 years ago
securely wipe cached buddy icons from purple's cache when a buddy is removed or its icon changes More... almost 14 years ago
add some comments and explanations to all the iterfaces in tc_interface More... almost 14 years ago
remove unit tc_gen_list, now all my lists are based on TInterfaceList More... almost 14 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... almost 14 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... almost 14 years ago
snd warnig after the first status message More... almost 14 years ago