index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
Dict are immutable, duh.
jesopo
2018-10-22
1
-1
/
+1
|
*
Typo in help string in modules/coins.py, 'By' -> 'Buy'
jesopo
2018-10-22
1
-1
/
+3
|
*
_default_wallet is not _default_wallet_for
jesopo
2018-10-22
1
-2
/
+2
|
*
_default_wallets takes a `user` param
jesopo
2018-10-22
1
-1
/
+1
|
*
_default_wallet_for is for find the default type of a given wallet, not the
jesopo
2018-10-21
1
-1
/
+1
|
|
|
|
wallet for a given default type
*
Add missing .items() to dict iteration in modules/coins.py
jesopo
2018-10-21
1
-1
/
+1
|
*
Show default wallet for wallet types when you don't specify 2 args to
jesopo
2018-10-21
1
-9
/
+13
|
|
|
|
!defaultwallet
*
'DEFAULT_WALLETS' -> 'WALLETS_DEFAULTS'
jesopo
2018-10-21
1
-1
/
+1
|
*
Add missing "," in modules/coins.py
jesopo
2018-10-21
1
-1
/
+1
|
*
use default "interest" wallet for interest and default "lottery" wallet for
jesopo
2018-10-21
1
-4
/
+8
|
|
|
|
lottery winnings
*
'WALLET_DEFAULT' -> 'WALLET_DEFAULT_NAME'
jesopo
2018-10-21
1
-12
/
+12
|
*
prevent !removewallet on any wallet that's configured as a default
jesopo
2018-10-21
1
-5
/
+15
|
*
Add configurable default wallets for different actions!
jesopo
2018-10-21
1
-3
/
+30
|
*
wallet args in !roulette need to have their position calculated!
jesopo
2018-10-21
1
-2
/
+5
|
*
Standardise "Failed to load results" errors!
jesopo
2018-10-20
18
-20
/
+20
|
*
Typo in modules/coins.py, 'nickanme' -> 'nickname'
jesopo
2018-10-20
1
-1
/
+1
|
*
_take takes a `server` param
jesopo
2018-10-20
1
-1
/
+1
|
*
Add wallets to usage strings and add missing help in modules/coins.py
jesopo
2018-10-20
1
-5
/
+13
|
*
Use the correct arg_split index for parsing wallet in !givecoins
jesopo
2018-10-20
1
-2
/
+2
|
*
Typo in modules/channel_op, 'this' -> 'self'
jesopo
2018-10-19
1
-1
/
+1
|
*
Parse in/out wallet in the context of their relevant users
jesopo
2018-10-19
1
-5
/
+8
|
*
We should be using _take, not _set_user_coins in !roulette
jesopo
2018-10-19
1
-1
/
+1
|
*
Actually by-default give people the default wallet
jesopo
2018-10-19
1
-1
/
+1
|
*
Use genexprs for sum() throughout modules/coins.py
jesopo
2018-10-19
1
-4
/
+4
|
*
send() should check all user coins when checking for redeem-amount
jesopo
2018-10-19
1
-2
/
+2
|
*
_default_wallets takes a `user` param
jesopo
2018-10-19
1
-1
/
+1
|
*
Dangerous typo in modules/coins.py - 'wallet' -> 'wallets'
jesopo
2018-10-19
1
-1
/
+1
|
*
Typo in modules/coins.py, 'DEFAUT' -> 'DEFAULT'
jesopo
2018-10-19
1
-1
/
+1
|
*
Protect against unknown wallets, show "new total" of output wallet when a coin
jesopo
2018-10-19
1
-4
/
+13
|
|
|
|
flip is won
*
Correctly pass wallet through in _give/_take/_move
jesopo
2018-10-19
1
-4
/
+4
|
*
_user_has_wallet takes a `user` param!
jesopo
2018-10-19
1
-2
/
+2
|
*
Typo in modules/coins.py, "len(list > 2)" -> "len(list) > 2"
jesopo
2018-10-19
1
-1
/
+1
|
*
Add another missing ")" in modules/coins.py
jesopo
2018-10-19
1
-1
/
+1
|
*
Add missing ")" in modules/coins.py
jesopo
2018-10-19
1
-1
/
+1
|
*
Allow users to add/remove wallets and specify which wallets to use with
jesopo
2018-10-19
1
-20
/
+94
|
|
|
|
commands that effect coins!
*
Catch exceptions in modules/title.py
jesopo
2018-10-19
1
-1
/
+8
|
*
Typo in modules/coins.py, 'user' -> 'event["user"]'
jesopo
2018-10-18
1
-1
/
+1
|
*
_user_has_wallet takes a `user` arg
jesopo
2018-10-18
1
-1
/
+1
|
*
Show the coins a user has in a specified wallet when a wallet is specified to
jesopo
2018-10-18
1
-1
/
+11
|
|
|
|
!wallet
*
Typo in modules/coins.py, 'commands' -> 'command'
jesopo
2018-10-18
1
-1
/
+1
|
*
put "default" wallet in to a const, pass wallet arg through function calls, add
jesopo
2018-10-18
1
-11
/
+26
|
|
|
|
!wallet
*
Remove debug print in modules/coins.py
jesopo
2018-10-18
1
-1
/
+0
|
*
Change interest rates to use wallets
jesopo
2018-10-18
1
-2
/
+6
|
*
Remove now-unneeded code, change _total_coins to use _all_coins
jesopo
2018-10-18
1
-7
/
+2
|
*
Typo in modules/coins.py, 'wallet' -> 'user_coins'
jesopo
2018-10-18
1
-1
/
+1
|
*
coins should be (nickname, coins) not just coins
jesopo
2018-10-18
1
-1
/
+2
|
*
Typo in modules/coins.py, "coin_settings" -> "coins"
jesopo
2018-10-18
1
-1
/
+1
|
*
Use "wallets" for !richest, not "coins"
jesopo
2018-10-18
1
-1
/
+5
|
*
Internally use "wallets" to track users coins
jesopo
2018-10-18
1
-10
/
+22
|
*
"," -> ", " in modules/words.py
jesopo
2018-10-18
1
-1
/
+1
|
[prev]
[next]