Commit graph

236 commits

Author SHA1 Message Date
Ave Ozkal 46d0a5246f
Drop the hashalg() thing as it was confusing everyone 2019-06-04 01:03:06 +03:00
Ave Ozkal 4ce90624c3
Fix resetalgo
I'm dumb
2019-04-25 10:14:12 +03:00
Ave Ozkal 0a73902dff
Remove plailect's guide
(as requested by tomger, and as approved by plailect)

Add back when it's updated.
2019-04-24 16:35:42 +03:00
Ave Ozkal 06df732c80
incorrect documentation is just 👌 2019-04-24 12:08:44 +03:00
Ave Ozkal fca8684f34
Add cog load actions, solve the bug we found on verification reload 2019-04-24 12:07:29 +03:00
Ave Ozkal 319385f100
Log invite code instead of invite link (untested) 2019-04-24 12:03:57 +03:00
Ave Ozkal 8a152ed8ef
testing on prod 2019-04-24 11:59:04 +03:00
Ave Ozkal 170116a641
Align text (it bugs me)
Literal, medical autism 👌
2019-04-24 10:50:46 +03:00
Ave Ozkal 72fd1c78bb
Fix typos (or else people will be unhappy) 2019-04-24 10:49:45 +03:00
Ave Ozkal 4cf7a6575c
Clean up verification a bit, modularize it, reset on start and daily 2019-04-24 10:47:07 +03:00
Ave Ozkal 81f8fd875f
Fix the randomized hash algorithm 2019-04-24 10:24:59 +03:00
結城イヴ a1bc115621 hash_choice needs to change every reset, not every boot 2019-04-24 01:24:26 -04:00
結城イヴ cccfe27310 oops v2 2019-04-24 01:03:03 -04:00
結城イヴ 95d69d7979 Fix the wrong hash algo check and make it a case of the existing elif chain 2019-04-24 01:00:33 -04:00
結城イヴ a7e4575049 Oops 2019-04-23 23:58:17 -04:00
結城イヴ 20374bb5b8 Randomize hash choice 2019-04-23 23:37:58 -04:00
Ave Ozkal f2438bee94
Add edgy quote to verification 2019-04-23 19:12:44 +03:00
Oreo639 ae9925f69c
Show dderr value number if not in list 2019-04-19 00:32:55 -07:00
tumGER 68dfc9fbda errcode update (Thanks to Simon, Xor, Roothorick and many more) 2019-04-15 11:48:59 +02:00
The Dax c21a259c8c Adjust message as requested 2019-04-11 00:50:41 -04:00
The Dax b037ac41bf Remove deprecated full RAM guide: as of ams 0.8.6, just hold R while running a game/app to get full RAM. 2019-04-10 19:04:01 -04:00
結城イヴ 302be2c945
Per 564346741982494726 2019-04-07 04:00:11 -04:00
結城イヴ 190d01e3e7
Rule 10 removal
redundant
2019-04-06 01:37:24 -04:00
結城イヴ f73e762c84
Update verification.py 2019-04-06 01:34:46 -04:00
結城イヴ 6c9e6ebe79
Update Rule 9 2019-04-06 01:32:02 -04:00
結城イヴ cb550be447
Revert previous commit
Discord ignores escapes, code blocks, even removing the http header and still shows the invite embed
2019-03-19 02:36:49 -04:00
結城イヴ 8b01f24058
Escape invite link used
Prevents embed spam for every member join
2019-03-19 02:14:23 -04:00
Ave Ozkal 05f66e71ff
logs-spy: don't lowercase invite URLs 2019-03-06 00:55:06 +03:00
Ave Ozkal 921ab28190
logs-spy: ignore messages by staff 2019-03-05 20:33:19 +03:00
Ave Ozkal befa18c4de
logs-spy: don't ignore space when cleaning 2019-03-05 20:30:55 +03:00
Ave Ozkal 9d9c8d2104
logs: reduce spam 2019-03-04 19:34:28 +03:00
Ave Ozkal e6f7143405
logs: ignore cases on hellgex 2019-03-03 22:41:06 +03:00
Ave Ozkal a3514c3f9a
logs: highlight bad words 2019-03-03 22:39:06 +03:00
Ave Ozkal 841fe43104
logs: document susp words 2019-03-03 21:08:46 +03:00
Ave Ozkal 374b1e8437
Embed messages that are spied on 2019-03-03 21:02:08 +03:00
leo60228 65fad27253 Add .communitycount 2019-03-03 12:23:11 -05:00
Ave e984551966
Merge pull request #27 from roblabla/switchroot
Add invite correlation system
2019-03-03 14:43:57 +00:00
roblabla 23c7e83be5 Fix style in pin.py 2019-03-03 15:19:16 +01:00
roblabla 2ccc10174d Fix style in invites.py and logs.py 2019-03-03 15:12:30 +01:00
roblabla 6760508e99 Unpin old pins if we have more than 50 2019-03-03 14:51:40 +01:00
roblabla 4deb40b67c Implement unpin command 2019-03-03 14:51:23 +01:00
roblabla 1fe7e21986 Implement gist-based pinboard - creates a gist for each channel that allows user pins 2019-03-03 14:29:46 +01:00
The Dax 755bd3c370 rei -> reinx 2019-03-02 20:58:44 -05:00
roblabla 4e0e26b1f9 Add invite correlation system 2019-03-03 00:45:48 +01:00
Ave Ozkal 4734df7b48
Various improvements 2019-03-02 21:00:55 +03:00
Ave accace3b14
Merge pull request #25 from noirscape/cog-fixes
This implements the latest breaking changes to cogs from d.py rewrite.
2019-03-01 06:51:49 +00:00
Robin Lambertz 3400b94c7c Generic changes (#26)
* Make lockdown configuration more generic

* pin: Add reaction pinning functionality
2019-03-01 07:07:47 +01:00
noirscape b9255215c1 This implements the latest breaking changes to cogs from d.py rewrite.
They're all syntax changes and renames. I've checked twice to make sure
I didn't miss any listeners or classes.

For future reference:
- Do `from discord.ext.commands import Cog` in all new cogs.
- Subclass the new class to Cog.
- New listeners should get the `@Cog.listener()` decorator.

Conveniently, there weren't any pre-execution methods that have been
renamed.
2019-02-28 23:10:30 +01:00
Ave Ozkal 2d2adfddc4
logs: one more susp entry 2019-02-27 12:10:09 +03:00
Ave Ozkal 0c89864a96
logs: turns out exefs is okay as well 2019-02-27 11:21:29 +03:00