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
/
vote.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
update other modules to use categorised require_access
jesopo
2020-02-07
1
-4
/
+4
*
Fix !startvote advice on voting on the started vote
jesopo
2019-10-25
1
-2
/
+3
*
Allow !vote to be restricted to voiced-and-above users
jesopo
2019-10-25
1
-1
/
+8
*
'.values()' -> '.items()'
jesopo
2019-10-10
1
-1
/
+1
*
dont say a vote has changed when it's been "changed" to the same option
jesopo
2019-10-10
1
-10
/
+16
*
'channel.find_setting()' -> 'channel.find_settings()'
jesopo
2019-10-10
1
-1
/
+1
*
combine find_setting() and find_setting_prefix() on user/channel/server/bot
jesopo
2019-10-07
1
-1
/
+1
*
Refactor set/channelset/serverset/botset in to 'utils.Setting' objects
jesopo
2019-06-28
1
-3
/
+3
*
'vote-start-restricted' -> 'votes-start-restricted' so as to avoid find
jesopo
2019-06-25
1
-2
/
+2
*
add channel-access key for starting and ending votes
jesopo
2019-06-20
1
-1
/
+3
*
Make it configurable whether people need permission to start a vote
jesopo
2019-06-20
1
-3
/
+8
*
Add missing --depends-on hashflags
jesopo
2019-06-19
1
-0
/
+4
*
Don't let people vote in closed votes
jesopo
2019-06-19
1
-0
/
+4
*
Change vote, instead of rejecting, when people vote twice
jesopo
2019-06-17
1
-12
/
+22
*
Change vote ids to be 6 chars, instead of 8
jesopo
2019-06-17
1
-1
/
+1
*
Update help/usage strings for vote.py
jesopo
2019-06-17
1
-3
/
+3
*
Make sure new random ids are unique
jesopo
2019-06-17
1
-3
/
+6
*
Support multiple concurrent votes
jesopo
2019-06-17
1
-61
/
+72
*
support recalling results of old votes
jesopo
2019-06-17
1
-6
/
+28
*
Allow admin users to start/end votes
jesopo
2019-06-17
1
-0
/
+2
*
first draft of vote.py
jesopo
2019-06-17
1
-0
/
+90