about summary refs log tree commit diff stats
path: root/pcoin.cpp
Commit message (Expand)AuthorAgeFilesLines
* Negative krowbar balances for pcoinlogin2023-06-171-1/+3
* Close parenthesis properlyJulian Marcos2022-06-271-5/+5
* Try-catch blocks in those cases where fork() failslogin2022-05-181-7/+32
* Checking for empty key in pcoinlogin2022-05-141-0/+7
* Fixes to how total balance are calculatedlogin2022-03-121-25/+38
* Adding jmjl's 'ju coin' to the balancelogin2022-03-111-32/+54
* pcoin add_internal_balance now doesn't allow you to add to your own internal ...login2022-01-281-0/+11
* Fix to pcoin's silentsendlogin2022-01-261-1/+1
* Changed tildescores file locationlogin2022-01-231-1/+2
* Added 'pcoin name' or 'pcoin -n' to get the name on the accountlogin2022-01-221-0/+5
* made changes to be compatible with minerbot's new "username" format vs. the o...login2021-12-121-1/+15
* New pcoin function to change pcoin keyslogin2021-11-201-1/+106
* pcoin_keys fixedlogin2021-10-171-9/+36
* Update the way pcoin_keys works to use a folder/directory instead of a single...login2021-06-301-20/+40
* 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-0/+6
* More buffer overflows fixedlogin (__tcoin) (tilde.my.to)2021-01-311-22/+24
* Fixed buffer overflow because of hardcoded lengthslogin (__tcoin) (tilde.my.to)2021-01-311-3/+3
* Refactored send function in tcoin and pcoinlogin (tilde.institute)2020-10-091-44/+76
* Fixed bug in date generation for messages on OpenBSD systemslogin (tilde.institute)2020-09-221-2/+10
* Updated tcoin.cpp and pcoin.cpplogin (tilde.institute)2020-07-141-1/+0
* Nobody's perfect: .n\n -> .\n\n in tcoin.cpp and pcoin.cpplogin (envs.net)2020-02-221-3/+3
* Made a minor mistake in pcoin.cpp regarding symbolic constant TCOIN_MSG_LENGT...login (tilde.temm)2020-02-211-1/+1
* Implemented message-character limits in tcoin.cpp and pcoin.cpplogin (tilde.temm)2020-02-211-0/+30
* Added silentsend with message case to pcoin.cpplogin (tilde.temm)2020-02-211-0/+15
* Merge branch 'master' of https://github.com/login000/tcoinlogin (tilde.temm)2020-02-211-3/+9
|\
| * Many instances of \u23CE were left unmodified, so those were changed toologin (envs.net)2020-02-221-3/+9
* | Some more errors (specifically, fatal errors) were taken out into symbolic co...login (tilde.temm)2020-02-211-10/+16
|/
* Separated error codes out into symbolic constants in tcoin.cpp and pcoin.cpplogin (envs.net)2020-02-221-40/+70
* Replacing newlines and vertical tabs in messages with <new-line> and <vertica...login (envs.net)2020-02-211-1/+3
* Improving messaging around messageslogin2019-11-261-6/+53
* Improving the messaging around sending transaction messageslogin2019-11-151-12/+52
* KROWBAR_OFF, DA_OFF and MINERCOIN_OFF are now treated as config definitions~login@aussies.space2019-11-141-4/+0
* Bugfix to disable minercoin-score addition in pcoin.cpp~login@aussies.space2019-11-141-1/+1
* 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-1/+1
* Added symbolic constants (flags) to remove integrations~login@aussies.space2019-09-301-4/+19
* Fixed preprocessor directives for pcoin.cpp and tcoin.cpp~login@aussies.space2019-09-301-0/+18
* Removed redundant code in pcoin.cpplogin0002019-07-151-2/+0
* Added #define DEBUG, fixed pcoin error messagelogin0002019-06-251-7/+13
* Fixing daily-adventure integration in pcoin.cpplogin0002019-04-181-1/+1
* Copied pcoin.cpp from tilde.townlogin0002019-03-101-0/+1796