Commit Graph

  • c44e457fd0 Merge pull request 'Corect code style for main Python module.' (#2) from bignose/ejabberd-auth-mastodon:wip/maintenance/code-style into master master Mike Barnes 2023-01-01 10:50:40 +0000
  • 2a7e4fcd6e Remove a statement using a name that is never defined in scope. Ben Finney 2022-12-19 09:52:20 +1100
  • 1ad357ba4a Specify the ‘Exception’ catch-all exception class, not a bare ‘except’. Ben Finney 2022-12-19 09:45:39 +1100
  • 6a4de62467 Remove an assignment to an unused name. Ben Finney 2022-12-19 09:50:05 +1100
  • 7118641d78 Use identity operators for comparison to None singleton. Ben Finney 2022-12-19 09:41:29 +1100
  • 4bed400c7d Use equality operator for comparison to integer value. Ben Finney 2022-12-19 09:48:10 +1100
  • a88f298e98 Wrap long block comment lines at 72 columns. Ben Finney 2022-12-19 09:26:13 +1100
  • 9325300e39 Wrap long statements across multiple lines. Ben Finney 2022-12-19 09:26:03 +1100
  • 34ab6489ba Reformat SQL statement for clarity and wrap the long line. Ben Finney 2022-12-19 09:25:58 +1100
  • 237abe539a Use whitespace around operators in conformance with PEP 8. Ben Finney 2022-12-19 09:25:54 +1100
  • 9a2d05e51f Use ‘# ’ comment leader for block comments. Ben Finney 2022-12-19 09:25:45 +1100
  • 512114517c Remove unused imports. Ben Finney 2022-12-19 09:25:35 +1100
  • 3ef1d5daae Use a separate ‘import’ statement for each module/package, grouped. Ben Finney 2022-12-19 09:25:24 +1100
  • e30ab77cf4 Use structural blank lines conformant with PEP 8. Ben Finney 2022-12-19 09:25:10 +1100
  • dc09a6be92 Normalise indentation levels by wrapping at open parenthesis. Ben Finney 2022-12-19 09:24:54 +1100
  • c6c19a1bcf Convert indentation to use U+0020 SPACE characters. Ben Finney 2022-12-19 09:24:48 +1100
  • ebd066b170 Remove trailing whitespace. Ben Finney 2022-12-19 09:24:40 +1100
  • de4e2027a1 Specify EditorConfig settings for this code base. Ben Finney 2022-12-19 09:24:31 +1100
  • d232855057 Force lower case on username comparisons Mike Barnes 2020-09-21 13:28:38 +0000
  • 7f69c4a177 Gitea doesn't parse XMPP URLs Mike Barnes 2020-03-27 16:10:22 +1100
  • 533d8f2767 Link to the beergarden Mike Barnes 2020-03-27 14:47:09 +1100
  • 2848a67c44 Apologise for something annoying Mike Barnes 2020-03-27 14:36:03 +1100
  • 54b499d24f Add GPL and README Mike Barnes 2020-03-27 14:31:08 +1100
  • 3b4e247c62 Initial commit of test implementation Mike Barnes 2020-03-27 14:04:57 +1100