RSS
Rev. Time Author
0bc6c1019e4a 2020-07-19 07:42:41 alexa <alexa>

Make baseDir a class method, and add baseDirPath

c1c4abf40531 2020-07-14 04:04:01 alexa <alexa>

Rebuild documentation against latest version

6b5786abacf4 v0.6.0 2020-07-13 09:29:24 alexa <alexa>

Bump version

c37069384107 2020-07-13 09:29:06 alexa <alexa>

Check the size of the nicks for the given guild

280358d9759d 2020-07-13 09:28:44 alexa <alexa>

Move !poll into its own subsystem, and add options for two kinds of
polls: single vote and multiple choice.

On single-vote polls, if the user reacts a second time, their first
reaction is removed.

4b522984a4ce 2020-07-13 08:19:32 alexa <alexa>

Fix buildUserUpdateStr to behave (mostly) properly, and add
documentation.

41e197cd4bdf 2020-07-13 08:18:47 alexa <alexa>

Add type information

a11fc64307a4 2020-07-13 07:56:57 alexa <alexa>

Various bug fixes

* getLastNick() no longer raises an exception
* Fix logic in getUserInfo() where it was thinking users were
appearing twice in some tables
* Rewrite updateDB() to be much smaller
* Pass UInt64's as Strings to Sqlite3 because it's silly like that
* Return a bool as well from buildUserUpdateStr() (temporary hack)

f5714977812a 2020-07-13 07:54:11 alexa <alexa>

Don't spawn a fiber so we can catch and report exceptions

2854f166c5c1 2020-07-13 07:30:20 alexa <alexa>

Remove extra space

bd64d41172a8 2020-07-13 07:29:35 alexa <alexa>

Finish update of History class

632b49acad56 2020-07-13 07:29:17 alexa <alexa>

Wrap the error in a string

3da25f9c7299 2020-07-13 06:42:19 alexa <alexa>

Rewrite large portions of the History subsystem to take into account
guilds and the new database structure.

THIS COMMIT DOES NOT COMPILE.

735b3db0f3a2 2020-07-13 06:41:27 alexa <alexa>

Fix type of @joined and @left

a89859d3e79a 2020-07-13 06:00:28 alexa <alexa>

Actually do join/part date histories a bit differently in the database

35ad8eb6530e 2020-07-13 05:57:32 alexa <alexa>

Change constraints on NICKS and JOINPART tables

66ef2aa75433 2020-07-13 05:40:18 alexa <alexa>

Modify UserHistory class to take into account per-guild settings.
Also remove unused Discriminator tracking.

73aa525cf9e8 2020-07-13 05:35:25 alexa <alexa>

Change the format of the user history database.

a2598f3682ac 2020-07-13 05:09:48 alexa <alexa>

Move history into its own subsystem and namespace

342668d66f6e 2020-07-13 04:59:37 alexa <alexa>

Use integer division for age calculation

f3ed34047367 2020-07-13 01:36:28 alexa <alexa>

Temporarily disable server logging of nick changes.

The current code is not tracking nicks per-server because I did a
silly and forgot that was a thing.

e81ecc2152a1 2020-07-10 08:11:18 alexa <alexa>

Wait 30 seconds before starting the RSS loop, then immediately do an
update.

6780bdcbe138 2020-07-10 08:10:36 alexa <alexa>

Quiet Discordcr's logger

69872a734bf1 v0.5.3 2020-07-10 06:44:27 alexa <alexa>

Add !rank command and bump revision

bafe784bea5d 2020-07-08 03:21:02 alexa <alexa>

Rebuild documentation

76089df9527f 0.5.2 2020-07-08 00:24:12 alexa <alexa>

Bump revision to 0.5.2

e76c244b5a12 2020-07-08 00:23:50 alexa <alexa>

Fix kelvin conversion by assigning the result

b571e39cd631 2020-07-08 00:23:29 alexa <alexa>

Properly split tags with commas

d3043360a1e0 2020-07-08 00:22:46 alexa <alexa>

Check for an Exception as well

bdf158c7098f 2020-07-03 19:44:05 alexa <alexa>

Add missing documentation (derp)

Show on old repository browser