about summary refs log tree commit diff stats
path: root/tcoin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removing thousands separator whenever the output of tcoin is pipedlogin2023-11-251-3/+8
* Fixed bug in thousands separatorlogin2023-11-231-4/+10
* Fix to thousands separator functionlogin2023-11-221-4/+6
* Added thousands separator to tcoin balance displaylogin2023-11-191-7/+70
* Added the ability to block a user from running tcoinlogin2023-11-041-1/+14
* Adding preprocessor directives TCOIN_ERR_CONTACT_EMAIL and TCOIN_PASS_RESET_C...login2023-07-231-5/+5
* locked users should not get krowbar, da or minerbot balanceslogin2023-06-171-0/+3
* Allowing krowbar balance to be negativelogin2023-06-171-1/+3
* Weakened memory-hardness of scryptlogin (tilde.temm)2023-01-031-2/+2
* Close parenthesis properlyJulian Marcos2022-06-271-4/+4
* Try-catch blocks in those cases where fork() failslogin2022-05-181-16/+35
* Fixes to how total balance are calculatedlogin2022-03-121-26/+26
* Adding jmjl's 'ju coin' to the balancelogin2022-03-111-35/+59
* Changed tildescores file locationlogin2022-01-231-1/+2
* made changes to be compatible with minerbot's new "username" format vs. the o...login2021-12-121-1/+14
* pcoin_keys fixedlogin2021-10-171-12/+48
* Simple mistake, !a || !b is wrong, !a && !b is correctlogin2021-09-301-1/+1
* Fixes for tilde.guru to tcoin.cpp and ntcoin_freebsd_tildegurulogin2021-09-301-1/+1
* Update the way pcoin_keys works to use a folder/directory instead of a single...login2021-06-301-14/+23
* Better way to handle 5 argumentslogin (__tcoin) (tilde.my.to)2021-02-031-3/+4
* Fixed an unhandled case of too many arguments in 'tcoin send'login (__tcoin) (tilde.my.to)2021-02-031-1/+7
* More buffer overflows fixedlogin (__tcoin) (tilde.my.to)2021-01-311-18/+21
* Fixed buffer overflow because of hardcoded lengthslogin (__tcoin) (tilde.my.to)2021-01-311-8/+8
* Added comment to tcoin.cpplogin2021-01-061-0/+2
* Refactored send function in tcoin and pcoinlogin (tilde.institute)2020-10-091-42/+76
* Remove outdated commentMineRobber___T2020-10-041-1/+1
* Fixed bug in date generation for messages on OpenBSD systemslogin (tilde.institute)2020-09-221-2/+10
* Fixed a small syntax error in tcoin.cpplogin (tilde.club)2020-07-241-1/+1
* Custom host name possible in tcoin --help nowlogin (tilde.club)2020-07-241-3/+4
* Updated tcoin.cpp and pcoin.cpplogin (tilde.institute)2020-07-141-2/+6
* Fixed tcoin --help againlogin0002020-04-231-2/+2
* Fixed a typo in void help(long long int)login0002020-04-231-1/+1
* Fixed a mistake in tcoin --helplogin0002020-04-231-3/+3
* Fixed typo 'creata' to 'create'login2020-03-111-1/+1
* Nobody's perfect: .n\n -> .\n\n in tcoin.cpp and pcoin.cpplogin (envs.net)2020-02-221-3/+3
* Implemented message-character limits in tcoin.cpp and pcoin.cpplogin (tilde.temm)2020-02-211-0/+30
* Merge branch 'master' of https://github.com/login000/tcoinlogin (tilde.temm)2020-02-211-2/+6
|\
| * Many instances of \u23CE were left unmodified, so those were changed toologin (envs.net)2020-02-221-2/+6
* | Some more errors (specifically, fatal errors) were taken out into symbolic co...login (tilde.temm)2020-02-211-10/+19
|/
* Separated error codes out into symbolic constants in tcoin.cpp and pcoin.cpplogin (envs.net)2020-02-221-20/+40
* Replacing newlines and vertical tabs in messages with <new-line> and <vertica...login (envs.net)2020-02-211-1/+3
* Minor grammatical correctionlogin2020-02-041-1/+1
* Improving messaging around messageslogin2019-11-261-3/+43
* Fixed newline extra gap when running 'tcoin init'login (tilde.temm)2019-11-151-5/+6
* Improving the messaging around sending transaction messageslogin2019-11-151-24/+44
* KROWBAR_OFF, DA_OFF and MINERCOIN_OFF are now treated as config definitions~login@aussies.space2019-11-141-4/+0
* Creates separate definition files for tcoin.cpp and pcoin.cpp~login@aussies.space2019-11-141-13/+1
* Fixing a bug with how time is calculated for messages~login@aussies.space2019-10-071-6/+5
* Fixing preprocessor constants~login@aussies.space2019-10-071-3/+3
* Default message when there are no messages.~login@aussies.space2019-10-031-5/+10