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
*
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
|
*
Add !trackedwords in modules/words.py
jesopo
2018-10-18
1
-0
/
+8
|
*
Coin amount is the second arg to !givecoins
jesopo
2018-10-17
1
-1
/
+1
|
*
Put .strip("\n") call in the right place in modules/eval_python.py
jesopo
2018-10-17
1
-2
/
+2
|
*
Refer to `out["out"]`, not just `out`, to get the output from eval
jesopo
2018-10-17
1
-1
/
+1
|
*
Import json in modules/eval_python.py
jesopo
2018-10-17
1
-1
/
+1
|
*
import json in EVAL_TEMPLATE and json parse response from eval api
jesopo
2018-10-17
1
-2
/
+5
|
*
'import StringIO' -> 'import io' in modules/eval_python.py
jesopo
2018-10-17
1
-2
/
+2
|
*
Escape \n in EVAL_TEMPLATE in modules/eval_python.py
jesopo
2018-10-17
1
-2
/
+2
|
*
Add missing ":"s in EVAL_TEMPLATE in modules/eval_python.py
jesopo
2018-10-17
1
-2
/
+2
|
*
Better handling of eval errors in modules/eval_python.py
jesopo
2018-10-17
1
-4
/
+16
|
*
Remove additional ")"s in modules/eval_python.py
jesopo
2018-10-17
1
-1
/
+1
|
*
html.unescape output in modules/eval_python.py
jesopo
2018-10-17
1
-3
/
+4
|
*
Re-add `new_coins` variable in modules/coins.py.lottery, used for telling a user
jesopo
2018-10-17
1
-0
/
+1
|
|
|
|
what their balance is after winning the lottery
*
We should be changing `bet_amounts` instead of parsing a bet amount and doing
jesopo
2018-10-17
1
-1
/
+1
|
|
|
|
nothing with it :l
*
Typo on modules/set.py; 'events.call' -> 'events.on'
jesopo
2018-10-16
1
-1
/
+1
|
*
Typo in modules/coins.py; 'utils._parse_coins' -> 'self._parse_coins'
jesopo
2018-10-16
1
-1
/
+1
|
*
str(utils.EventError) should be written to stderr, not stdout
jesopo
2018-10-16
1
-1
/
+1
|
*
all_coins is a dictionary, thus needs .items() to turn it in to `nickname, ↵
jesopo
2018-10-16
1
-1
/
+1
|
|
|
|
coins`
*
Change all instances of stdout.write+return to `raise utils.EventError` in
jesopo
2018-10-16
14
-75
/
+45
|
|
|
|
modules
[next]