summary refs log tree commit diff
path: root/tcoin.cpp
AgeCommit message (Expand)Author
2024-10-13Fixed tcoin code1 and tcoin code2 leak, and refactored file permissions into ...login
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-23Adding preprocessor directives TCOIN_ERR_CONTACT_EMAIL and TCOIN_PASS_RESET_C...login
2023-06-17locked users should not get krowbar, da or minerbot balanceslogin
2023-06-17Allowing krowbar balance to be negativelogin
2023-01-03Weakened memory-hardness of scryptlogin (tilde.temm)
2022-06-27Close parenthesis properlyJulian Marcos
2022-05-18Try-catch blocks in those cases where fork() failslogin
2022-03-12Fixes to how total balance are calculatedlogin
2022-03-11Adding jmjl's 'ju coin' to the balancelogin
2022-01-23Changed tildescores file locationlogin
2021-12-12made changes to be compatible with minerbot's new "username" format vs. the o...login
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-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-06Added comment to tcoin.cpplogin
2020-10-09Refactored send function in tcoin and pcoinlogin (tilde.institute)
2020-10-04Remove outdated commentMineRobber___T
2020-09-22Fixed bug in date generation for messages on OpenBSD systemslogin (tilde.institute)
2020-07-24Fixed a small syntax error in tcoin.cpplogin (tilde.club)
2020-07-24Custom host name possible in tcoin --help nowlogin (tilde.club)
2020-07-14Updated tcoin.cpp and pcoin.cpplogin (tilde.institute)
2020-04-23Fixed tcoin --help againlogin000
2020-04-23Fixed a typo in void help(long long int)login000
2020-04-23Fixed a mistake in tcoin --helplogin000
2020-03-11Fixed typo 'creata' to 'create'login
2020-02-22Nobody's perfect: .n\n -> .\n\n in tcoin.cpp and pcoin.cpplogin (envs.net)
2020-02-21Implemented message-character limits in tcoin.cpp and pcoin.cpplogin (tilde.temm)
2020-02-21Merge branch 'master' of https://github.com/login000/tcoinlogin (tilde.temm)
2020-02-21Some more errors (specifically, fatal errors) were taken out into symbolic co...login (tilde.temm)
2020-02-22Many instances of \u23CE were left unmodified, so those were changed toologin (envs.net)
2020-02-22Separated error codes out into symbolic constants in tcoin.cpp and pcoin.cpplogin (envs.net)
2020-02-21Replacing newlines and vertical tabs in messages with <new-line> and <vertica...login (envs.net)
2020-02-04Minor grammatical correctionlogin
2019-11-26Improving messaging around messageslogin
2019-11-15Fixed newline extra gap when running 'tcoin init'login (tilde.temm)
2019-11-15Improving the messaging around sending transaction messageslogin
2019-11-14KROWBAR_OFF, DA_OFF and MINERCOIN_OFF are now treated as config definitions~login@aussies.space
2019-11-14Creates separate definition files for tcoin.cpp and pcoin.cpp~login@aussies.space
2019-10-07Fixing a bug with how time is calculated for messages~login@aussies.space