summary refs log tree commit diff
AgeCommit message (Expand)Author
2023-11-27Fixed bug in thousands separator so that it's not used for messageslogin
2023-11-25Removing thousands separator whenever the output of tcoin is pipedlogin
2023-11-23Fixed bug in thousands separatorlogin
2023-11-22Fix to thousands separator functionlogin
2023-11-19Added thousands separator to tcoin balance displaylogin
2023-11-04Added the ability to block a user from running tcoinlogin
2023-07-23Added the paramters TCOIN_ERR_CONTACT_EMAIL and TCOIN_PASS_RESET_CONTACT_EMAI...login
2023-07-23Adding preprocessor directives TCOIN_ERR_CONTACT_EMAIL and TCOIN_PASS_RESET_C...login
2023-06-18Fixing npcoin to initialise _MESSAGES.txt with "" instead of "0"login
2023-06-17locked users should not get krowbar, da or minerbot balanceslogin
2023-06-17Negative krowbar balances for pcoinlogin
2023-06-17Allowing krowbar balance to be negativelogin
2023-01-03Weakened memory-hardness of scryptlogin (tilde.temm)
2022-07-03Updated README.md (new pcoin_keys directory)login000
2022-06-27Update LICENCE year to 2022login000
2022-06-27Merge pull request #6 from Juliaria08/masterlogin000
2022-06-27Close parenthesis properlyJulian Marcos
2022-06-25Merge pull request #5 from Juliaria08/masterlogin000
2022-06-24Maken editors generic in edit_programJulian Marcos
2022-05-18Try-catch blocks in those cases where fork() failslogin
2022-05-14Checking for empty key in pcoinlogin
2022-03-12Fixes to how total balance are calculatedlogin
2022-03-11Adding jmjl's 'ju coin' to the balancelogin
2022-01-28pcoin add_internal_balance now doesn't allow you to add to your own internal ...login
2022-01-26Fix to pcoin's silentsendlogin
2022-01-23Changed tildescores file locationlogin
2022-01-22Added 'pcoin name' or 'pcoin -n' to get the name on the accountlogin
2021-12-12made changes to be compatible with minerbot's new "username" format vs. the o...login
2021-11-20New pcoin function to change pcoin keyslogin
2021-10-18Fixes to permissions set by ntcoinlogin (tilde.temm)
2021-10-17pcoin_keys fixedlogin
2021-09-30Simple mistake, !a || !b is wrong, !a && !b is correctlogin
2021-09-30Fixes for tilde.guru to tcoin.cpp and ntcoin_freebsd_tildegurulogin
2021-09-30Update to ntcoin_freebsd_tildeguru to chgrp in compile_tcoin and compile_pcoinlogin
2021-09-25FreeBSD-specific compilation of scrypt was requiredlogin
2021-09-24Typo fix in ntcoin_freebsd_tildegurulogin
2021-09-24Made ntcoin_freebsd_tildegurulogin
2021-09-25Updated LICENSE year to 2021login000
2021-06-30Update the way pcoin_keys works to use a folder/directory instead of a single...login
2021-02-03Better way to handle 5 argumentslogin (__tcoin) (tilde.my.to)
2021-02-03Fixed an unhandled case of too many arguments in 'tcoin send'login (__tcoin) (tilde.my.to)
2021-01-31More buffer overflows fixedlogin (__tcoin) (tilde.my.to)
2021-01-31Fixed buffer overflow because of hardcoded lengthslogin (__tcoin) (tilde.my.to)
2021-01-06Merge branch 'master' of https://github.com/login000/tcoinlogin
2021-01-06Added comment to tcoin.cpplogin
2021-01-06scrypt binary file's permissions were modifiedlogin
2020-12-22Updated README.md with the correct instructions to use ntcoinlogin (thunix.net)
2020-10-09Refactored send function in tcoin and pcoinlogin (tilde.institute)
2020-10-04Merge pull request #3 from MineRobber9000/masterlogin000
2020-10-04Remove outdated commentMineRobber___T