Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Small clientiface ASCII art improvements
Use v arrows except where there is only one line between two boxes,
and other improvements
(Yea could use ↓ but its an ASCII art not an Unicode art).
  • Loading branch information
est31 committed May 24, 2015
1 parent 774e5d1 commit 6b7fb59
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/clientiface.h
Expand Up @@ -49,14 +49,14 @@ class EmergeManager;
\-----------------/
| depending of the incoming packet
+---------------------------------------
v |
v v
+-----------------------------+ +-----------------------------+
|IN: | |IN: |
| TOSERVER_INIT_LEGACY |----- | TOSERVER_INIT | invalid playername,
+-----------------------------+ | +-----------------------------+ password (for _LEGACY),
| | | or denied by mod
| Auth ok -------------------+---------------------------------
| | |
v v |
+-----------------------------+ +-----------------------------+ |
|OUT: | |OUT: | |
| TOCLIENT_INIT_LEGACY | | TOCLIENT_HELLO | |
Expand Down Expand Up @@ -104,7 +104,7 @@ class EmergeManager;
| +-----------------------------+ |
| ^ | |
| ----------------------------- |
| |
v |
+-----------------------------+ --------------------------------+
|IN: | | |
| TOSERVER_CLIENT_READY | v |
Expand All @@ -128,13 +128,13 @@ class EmergeManager;
| |---------------------------------------------------------------
---->| Active |
| | |----------------------------------------------
| \-----------------/ timeout |
| \-----------------/ timeout v
| | | +-----------------------------+
| | | |OUT: |
| | | | TOCLIENT_DISCONNECT |
| | | +-----------------------------+
| | | |
| | | v
| | v v
| | +-----------------------------+ /-----------------\
| | |IN: | | |
| | | TOSERVER_DISCONNECT |------------------->| Disconnecting |
Expand All @@ -158,7 +158,7 @@ class EmergeManager;
| | +-----------------------------+
| | sets password accordingly |IN: |
-------------------+-------------------------------| TOSERVER_FIRST_SRP |
+-----------------------------+
+-----------------------------+
*/
namespace con {
Expand Down

0 comments on commit 6b7fb59

Please sign in to comment.