Skip to content

Commit 6b7fb59

Browse files
committedMay 24, 2015
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).
1 parent 774e5d1 commit 6b7fb59

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

Diff for: ‎src/clientiface.h

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ class EmergeManager;
4949
\-----------------/
5050
| depending of the incoming packet
5151
+---------------------------------------
52-
v |
52+
v v
5353
+-----------------------------+ +-----------------------------+
5454
|IN: | |IN: |
5555
| TOSERVER_INIT_LEGACY |----- | TOSERVER_INIT | invalid playername,
5656
+-----------------------------+ | +-----------------------------+ password (for _LEGACY),
5757
| | | or denied by mod
5858
| Auth ok -------------------+---------------------------------
59-
| | |
59+
v v |
6060
+-----------------------------+ +-----------------------------+ |
6161
|OUT: | |OUT: | |
6262
| TOCLIENT_INIT_LEGACY | | TOCLIENT_HELLO | |
@@ -104,7 +104,7 @@ class EmergeManager;
104104
| +-----------------------------+ |
105105
| ^ | |
106106
| ----------------------------- |
107-
| |
107+
v |
108108
+-----------------------------+ --------------------------------+
109109
|IN: | | |
110110
| TOSERVER_CLIENT_READY | v |
@@ -128,13 +128,13 @@ class EmergeManager;
128128
| |---------------------------------------------------------------
129129
---->| Active |
130130
| | |----------------------------------------------
131-
| \-----------------/ timeout |
131+
| \-----------------/ timeout v
132132
| | | +-----------------------------+
133133
| | | |OUT: |
134134
| | | | TOCLIENT_DISCONNECT |
135135
| | | +-----------------------------+
136136
| | | |
137-
| | | v
137+
| | v v
138138
| | +-----------------------------+ /-----------------\
139139
| | |IN: | | |
140140
| | | TOSERVER_DISCONNECT |------------------->| Disconnecting |
@@ -158,7 +158,7 @@ class EmergeManager;
158158
| | +-----------------------------+
159159
| | sets password accordingly |IN: |
160160
-------------------+-------------------------------| TOSERVER_FIRST_SRP |
161-
+-----------------------------+
161+
+-----------------------------+
162162
163163
*/
164164
namespace con {

0 commit comments

Comments
 (0)