Advertisement
Guest User

Untitled

a guest
Apr 15th, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. | |
  2. v |
  3. /-----------------\ async mod action (ban, kick) |
  4. | |---------------------------------------------------------------
  5. ---->| Active |
  6. | | |----------------------------------------------
  7. | \-----------------/ timeout |
  8. | | | +-----------------------------+
  9. | | | |OUT: |
  10. | | | | TOCLIENT_DISCONNECT |
  11. | | | +-----------------------------+
  12. | | | |
  13. | | | v
  14. | | +-----------------------------+ /-----------------\
  15. | | |IN: | | |
  16. | | | TOSERVER_DISCONNECT |------------------->| Disconnecting |
  17. | | +-----------------------------+ | |
  18. | | \-----------------/
  19. | ---- any auth packet which was
  20. | | allowed in TOCLIENT_HELLO
  21. | v
  22. | *-----------------------------* /-----------------\
  23. | fails |Authentication, depending on | succeeds | |
  24. |-------| packet sent by client |---------->| SudoMode |
  25. | *-----------------------------* | |
  26. | \-----------------/
  27. | |
  28. | |
  29. | v
  30. | +-----------------------------+
  31. | sets password accordingly |IN: |
  32. ---------------------------------------------------| TOSERVER_FIRST_SRP |
  33. +-----------------------------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement