aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Have 2 decimal places for coins!Gravatar jesopo2018-08-101-26/+29
|
* A 10 second interval for interest rates is not goodGravatar jesopo2018-08-101-1/+3
|
* stderr not stdout, int() interest rates and actually redo interest rates everyGravatar jesopo2018-08-091-2/+3
| | | | hour
* Allow users to see other people's coinsGravatar jesopo2018-08-091-2/+6
|
* Fix more issues with referencing "server" in interest() in coins.pyGravatar jesopo2018-08-091-4/+3
|
* "wins/loses %d coin(s)!" instead of "wins/loses %d!"Gravatar jesopo2018-08-091-4/+6
|
* Add help strings for stats.pyGravatar jesopo2018-08-091-2/+2
|
* Fix wrong method of referencing server in timer callbackGravatar jesopo2018-08-091-1/+1
|
* Added interest rates in coins.py, filter out 0 for !richestGravatar jesopo2018-08-091-1/+26
|
* Changed find_all_by_setting to not return setting, added !richestGravatar jesopo2018-08-093-3/+17
|
* More grammarGravatar jesopo2018-08-091-1/+1
|
* Round up redeem-delay time, allow users to send coinsGravatar jesopo2018-08-091-2/+34
|
* Only allow !redeemcoins when you have no coinsGravatar jesopo2018-08-091-12/+20
|
* Remove print in coins.py, fixed grammar a littleGravatar jesopo2018-08-091-3/+1
|
* Added coins.pyGravatar jesopo2018-08-091-0/+68
|
* Added Utils.to_pretty_timeGravatar jesopo2018-08-091-0/+19
|
* Switch to using monotonic time in Database.py timingGravatar jesopo2018-08-091-2/+2
|
* fixed typos in !channelgetGravatar jesopo2018-08-081-3/+3
|
* Added !get and !channelgetGravatar jesopo2018-08-081-5/+25
|
* Added rotated log files to gitignoreGravatar jesopo2018-08-081-0/+1
|
* Added a setting to disable ctcp responsesGravatar jesopo2018-08-081-19/+20
|
* Also track BitBot's words in words.pyGravatar jesopo2018-08-081-5/+12
|
* Fixed another reference to the old database structureGravatar jesopo2018-08-081-1/+1
|
* get highlight-spam-protection setting before highlight-spam-thresholdGravatar jesopo2018-08-061-12/+16
|
* Fix 2 typos from the database restructureGravatar jesopo2018-08-062-2/+2
|
* Moved table-specific logic to their own "table" classes in Database.pyGravatar jesopo2018-08-056-184/+200
|
* use TimeRotatingFileHandler in logging.pyGravatar jesopo2018-08-051-2/+3
|
* also empty command stdout when there's no !moreGravatar jesopo2018-08-051-0/+2
|
* Grammar is importantGravatar jesopo2018-08-051-1/+1
|
* changed words.py to use new user_channel_settings tableGravatar jesopo2018-08-053-7/+23
|
* only get "sed" setting when a message that looks like a sed command comes inGravatar jesopo2018-08-051-2/+4
|
* Improve using correct nickname capitalisation in words.pyGravatar jesopo2018-08-051-4/+3
|
* When a user is online, use correct capitalisation in !wordusersGravatar jesopo2018-08-051-2/+4
|
* only set autojoin when we've joined a channel not in our autojoin listGravatar jesopo2018-08-051-3/+4
|
* Change to.py to use user_channel_settings in to.py and set priority to MEDIUM toGravatar jesopo2018-08-051-8/+11
| | | | avoid !to to one's self sending two messages
* Add "user_channel_settings" table in Database.py, for settings per user perGravatar jesopo2018-08-052-18/+82
| | | | channel
* Put milliseconds in logging.pyGravatar jesopo2018-08-051-3/+16
|
* Actually add event hook for CRITICALGravatar jesopo2018-08-051-0/+1
|
* Add CRITICAL log level to logging.pyGravatar jesopo2018-08-051-0/+2
|
* only try to delete !to messages when there are anyGravatar jesopo2018-08-051-1/+2
|
* Only get "fallback-encoding" setting when we need itGravatar jesopo2018-08-051-6/+4
|
* Improved logging, added TRACE logging in Database.py to see how it performsGravatar jesopo2018-08-054-88/+144
|
* Remove debug print, improve wikipedia.pyGravatar jesopo2018-08-042-6/+7
|
* nickname_ids was uselessGravatar jesopo2018-08-042-9/+6
|
* "self.nick" event didn't get updatedGravatar jesopo2018-08-031-2/+1
|
* Add help for !wordsGravatar jesopo2018-08-031-1/+2
|
* it's "#--ignore" not "#!--ignore"Gravatar jesopo2018-08-031-1/+1
|
* Revamped words.py to track words per user per server so we're not writing a hugeGravatar jesopo2018-08-031-19/+18
| | | | json string to sqlite every time someone says a tracked word
* Added addition "find" methods to Database.py, along with a "get all" for userGravatar jesopo2018-08-035-5/+42
| | | | settings to search without a nickname
* Grammer is importantGravatar jesopo2018-08-031-1/+1
|