Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug:Messages can be sent without logging in. #160

Open
cmgyqjj opened this issue Sep 24, 2024 · 0 comments
Open

Bug:Messages can be sent without logging in. #160

cmgyqjj opened this issue Sep 24, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@cmgyqjj
Copy link
Contributor

cmgyqjj commented Sep 24, 2024

Bug Description
The messages will be sent without the need for logging in when a login attempt is repeated by someone.
If the command :olu is used, it will be observed that it does not display your user ID, despite the ability to send messages.

Can I submit a Pull Request (PR) to fix the bug?

Reproduce
step:

  1. route.start()
  2. server.start()
  3. client1.start() and user1.login()
  4. client2.start() and user1.login()
  5. client2.stop()
  6. user1.sendMessage()

Expected results
The message can be sent by logged-in users; users who are not logged in cannot send messages.

Screenshot
image
image

@crossoverJie crossoverJie added the bug Something isn't working label Sep 27, 2024
@crossoverJie crossoverJie added this to the 
v2.0.0 milestone Sep 27, 2024
@crossoverJie crossoverJie modified the milestones: 
v2.0.0, v2.0.1 Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants