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
/
coins.py
Commit message (
Collapse
)
Author
Age
Files
Lines
...
*
_give_from_pool/_take_from_pool take a `server` argument
jesopo
2018-10-12
1
-2
/
+2
|
*
Show cents in !bank balance in modules/coins.py
jesopo
2018-10-12
1
-2
/
+2
|
*
Introduce a finite coin system in modules/coins.py
jesopo
2018-10-12
1
-1
/
+35
|
*
modules/coins.py.send should be checking user_coins before the send amount is
jesopo
2018-10-12
1
-1
/
+1
|
|
|
|
taken away, not after
*
Support unit-based bets (1k/1m/1b) in modules/coins.py
jesopo
2018-10-12
1
-0
/
+2
|
*
Don't calculate `user_coins(+/-)coin_bet` twice
jesopo
2018-10-11
1
-6
/
+6
|
*
Remove one-too-many indent in modules/coins.py
jesopo
2018-10-11
1
-1
/
+1
|
*
Fix column obsession
panicbit
2018-10-11
1
-8
/
+14
|
*
Show new coin total after flipping a coin
panicbit
2018-10-11
1
-4
/
+6
|
*
randbelow takes one argument
jesopo
2018-10-10
1
-1
/
+1
|
*
Support coin bets without a whole number (e.g. '0.1' can be '.1')
jesopo
2018-10-10
1
-1
/
+1
|
*
Use a better RNG in modules/coins.py (secrets.choice/secrets/randbelow)
jesopo
2018-10-10
1
-3
/
+3
|
*
Move 'top 10' logic to utils, add !wordiest to modules/words.py
jesopo
2018-10-04
1
-6
/
+5
|
*
Move src/Utils.py in to src/utils/, splitting functionality out in to modules of
jesopo
2018-10-03
1
-12
/
+12
|
|
|
|
related functionality
*
Switch to using docstring for usage, permission and require_mode
jesopo
2018-09-30
1
-18
/
+20
|
*
Add src/Cache.py, use it in modules/coins.py
jesopo
2018-09-29
1
-8
/
+10
|
*
Remove cyclical references to IRCBot
jesopo
2018-09-28
1
-2
/
+2
|
*
Change old-style event hook in coins.py
jesopo
2018-09-27
1
-1
/
+1
|
*
Switch to using @Utils.hook and docstrings for event hooks
jesopo
2018-09-26
1
-28
/
+37
|
*
Move most code in root directory to src/
jesopo
2018-09-24
1
-1
/
+1
|
*
Remove empty spaces in coins.py
jesopo
2018-09-24
1
-2
/
+0
|
*
Remove superfluous function.
dngfx
2018-09-23
1
-17
/
+0
|
*
Remove intrusive styling.
dngfx
2018-09-23
1
-2
/
+2
|
*
Add setcoins command for admins, for people that abuse the coin game, or ↵
dngfx
2018-09-23
1
-2
/
+21
|
|
|
|
rewards and such.
*
Refactor everything to use delimited events
jesopo
2018-09-19
1
-1
/
+1
|
*
Add !givecoins to coins.py
jesopo
2018-09-05
1
-8
/
+29
|
*
protect_registered doesn't exist anymore
jesopo
2018-09-05
1
-2
/
+2
|
*
Get user to do get_id() on in coins.py
jesopo
2018-09-05
1
-1
/
+2
|
*
Add another control to prevent coin duplication if someone manages to send coins
jesopo
2018-09-05
1
-1
/
+5
|
|
|
|
to themselves
*
Don't use IRCUser.id ever, use IRCUser.get_id()
jesopo
2018-09-05
1
-1
/
+1
|
*
give an Exports object (actually, ExportsContex object) to each module, to
jesopo
2018-09-02
1
-1
/
+1
|
|
|
|
facilitate things like !set and !channelset without using the events system
*
Give modules event objects with "context"s, to facilitate purging all the event
jesopo
2018-08-31
1
-9
/
+9
|
|
|
|
hooks for a module
*
Add the ability to only require authentication if your nickname is registered
jesopo
2018-08-28
1
-2
/
+2
|
*
Only allow users to send coins to users that have had coins before
jesopo
2018-08-28
1
-2
/
+7
|
*
Require authentication to use or potentially lose coins
jesopo
2018-08-28
1
-4
/
+3
|
*
Add !resetcoins in coins.py
jesopo
2018-08-28
1
-0
/
+17
|
*
Prevent users sending coins to themselves
jesopo
2018-08-25
1
-0
/
+3
|
*
Show spin colour, make sure there's bet amounts for all bets, fix street regex,
jesopo
2018-08-18
1
-10
/
+19
|
|
|
|
show total winnings and support low/high for !roulette in coins.py
*
Support multiple bets in one go with !roulette in coins.py
jesopo
2018-08-16
1
-55
/
+80
|
*
Added streets and big/small to !roulette
jesopo
2018-08-15
1
-6
/
+19
|
*
implemented !roulette in coins.py
jesopo
2018-08-15
1
-0
/
+88
|
*
Use regex match to avoid coin values less than 0.01
jesopo
2018-08-13
1
-7
/
+13
|
*
Round up when checking zeroness
jesopo
2018-08-10
1
-4
/
+4
|
*
Prevent highlighting users in !wordusers and !richest
jesopo
2018-08-10
1
-3
/
+3
|
*
don't permit 0-coin flips
jesopo
2018-08-10
1
-1
/
+2
|
*
fixed filtering out bankrupt users from !richest
jesopo
2018-08-10
1
-1
/
+2
|
*
Fix "decimal" typo in !richest
jesopo
2018-08-10
1
-1
/
+1
|
*
Switch to using Decimal in coins.py, floats are weird!
jesopo
2018-08-10
1
-35
/
+42
|
*
Have 2 decimal places for coins!
jesopo
2018-08-10
1
-26
/
+29
|
*
A 10 second interval for interest rates is not good
jesopo
2018-08-10
1
-1
/
+3
|
[prev]
[next]