Page MenuHomeDevCentral

Improve login
ClosedPublic

Authored by dereckson on Jan 29 2017, 22:04.
Tags
None
Referenced Files
F6806071: D883.id2244.diff
Fri, Apr 11, 12:15
Unknown Object (File)
Wed, Apr 9, 19:54
Unknown Object (File)
Tue, Apr 8, 15:42
Unknown Object (File)
Mon, Apr 7, 21:58
Unknown Object (File)
Mon, Apr 7, 07:33
Unknown Object (File)
Sat, Apr 5, 17:56
Unknown Object (File)
Sat, Apr 5, 17:35
Unknown Object (File)
Sat, Apr 5, 14:16
Subscribers
None

Details

Summary

Improve login code

Notify when the pass has been recognized, but not for a channel
the user is.

Improve verify_pass code style:

  • avoid useless explicit cast, as variable is already this type
  • avoid assignation in if clause
  • extract complex condition in has_access_for_this_channel()
Test Plan

Create an access #anotherchan in userlist.db

Then try to login:

18:25:09 <Dereckson> login ...
18:25:09 -Ephemereal- Pass verified but access is only for #anotherchan.

Diff Detail

Repository
rDARKBOT Darkbot
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

dereckson added inline comments.
source/helpers.c
268

This violates single responsibility, it verifies, and it notifies.

This revision is now accepted and ready to land.Jan 29 2017, 22:06
This revision was automatically updated to reflect the committed changes.