ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/ext/login.ext
(Generate patch)

Comparing deliantra/server/ext/login.ext (file contents):
Revision 1.29 by root, Tue Jan 23 03:56:44 2007 UTC vs.
Revision 1.34 by root, Tue Apr 3 00:21:37 2007 UTC

2 2
3# login handling 3# login handling
4 4
5use Fcntl; 5use Fcntl;
6use Coro::AIO; 6use Coro::AIO;
7use List::Util qw(min max);
7 8
8my $PLAYERDIR = sprintf "%s/%s", cf::localdir, cf::playerdir; 9my $PLAYERDIR = sprintf "%s/%s", cf::localdir, cf::playerdir;
9 10
10# paranoia function to overwrite a string-in-place 11# paranoia function to overwrite a string-in-place
11sub nuke_str { 12sub nuke_str {
77 system "cd \Q$PLAYERDIR\E " 78 system "cd \Q$PLAYERDIR\E "
78 . "&& mv \Q$user\E ~\Q$Coro::current\E~deleting~ 2>/dev/null " 79 . "&& mv \Q$user\E ~\Q$Coro::current\E~deleting~ 2>/dev/null "
79 . "&& (rm -rf ~\Q$Coro::current\E~deleting~ &)"; 80 . "&& (rm -rf ~\Q$Coro::current\E~deleting~ &)";
80} 81}
81 82
83sub setup {
84 my ($ns, $args) = @_;
85
86 # run through the cmds of setup
87 # syntax is setup <cmdname1> <parameter> <cmdname2> <parameter> ...
88 #
89 # we send the status of the cmd back, or a FALSE is the cmd is the server unknown
90 # The client then must sort this out
91
92 my %setup = split / +/, $args;
93 while (my ($k, $v) = each %setup) {
94
95 if ($k eq "sound") {
96 $ns->sound ($v);
97
98 } elsif ($k eq "exp64") {
99 $setup{$k} = 1;
100
101 } elsif ($k eq "spellmon") {
102 $ns->monitor_spells ($v);
103
104 } elsif ($k eq "darkness") {
105 $ns->darkness ($v);
106
107 } elsif ($k eq "map1cmd") {
108 $ns->mapmode (cf::Map1Cmd) if $v > 0;
109
110 } elsif ($k eq "map1acmd") {
111 $ns->mapmode (cf::Map1aCmd) if $v > 0;
112
113 } elsif ($k eq "map2cmd") {
114 # gcfclient bug, map1acmd is sent too late
115 $ns->mapmode (cf::Map1aCmd);
116 $setup{$k} = "FALSE";
117
118 } elsif ($k eq "newmapcmd") {
119 $ns->newmapcmd ($v);
120
121 } elsif ($k eq "mapinfocmd") {
122 $ns->mapinfocmd ($v);
123
124 } elsif ($k eq "extcmd") {
125 $ns->extcmd ($v > 0);
126
127 } elsif ($k eq "extmap") {
128 $ns->extmap ($v);
129
130 } elsif ($k eq "facecache") {
131 $ns->facecache ($v);
132
133 } elsif ($k eq "faceset") {
134 $ns->faceset (0);
135 $setup{$k} = 0;
136 # $ns->image2 (1)
137
138 } elsif ($k eq "itemcmd") {
139 # Version of the item protocol command to use. Currently,
140 # only supported versions are 1 and 2. Using a numeric
141 # value will make it very easy to extend this in the future.
142 $ns->itemcmd ($v) if $v >= 1 && $v <= 2;
143
144 $setup{$k} = $ns->itemcmd;
145
146 } elsif ($k eq "mapsize") {
147 my ($x, $y) = split /x/, $v;
148
149 $ns->mapx ($x = max 9, min cf::MAP_CLIENT_X, $x);
150 $ns->mapy ($y = max 9, min cf::MAP_CLIENT_Y, $y);
151
152 $setup{$k} = "${x}x${y}";
153
154 } elsif ($k eq "extendedMapInfos") {
155 $ns->ext_mapinfos ($v);
156
157 } elsif ($k eq "extendedTextInfos") {
158 $ns->has_readable_type ($v);
159
160 } elsif ($k eq "fxix") {
161 $ns->fxix ($v);
162
163 } else {
164 # other commands:
165 # sexp: no idea, probably for oudated servers
166 # tick: more stupidity, server should sned a tick per tick
167
168 $setup{$k} = "FALSE";
169 }
170 }
171
172 $ns->send_packet (join " ", setup => %setup);
173
174 cf::datalog setup =>
175 request => $args,
176 reply => \%setup,
177 client => $ns->version,
178 ;
179}
180
82sub addme { 181sub addme {
83 my ($ns) = @_; 182 my ($ns) = @_;
84 183
85 $ns->destroy if $ns->pl; 184 if (!$ns->facecache)
185 {
186 $ns->send_drawinfo (<<EOF, cf::NDI_RED);
187
188
189***
190*** WARNING:
191*** Your client does not support face/image caching,
192*** or it has been disabled. Face caching is mandatory
193*** so please enable it or use a newer client.
194***
195*** Look at your client preferences:
196***
197*** CFPlus: all known versions automatically enable the facecache.
198*** cfclient: use the -cache commandline option.
199*** cfclient: map will not redraw automatically (bug).
200*** gcfclient: use -cache commandline option, or enable
201*** gcfclient: Client=>Configure=>Map & Image=>Cache Images.
202*** jcrossclient: your client is broken, use CFPlus or gcfclient.
203***
204***
205EOF
206 if ($ns->version =~ /jcrossclient/) {
207 # let them, for now
208 } else {
209 $ns->flush;
210 return $ns->destroy;
211 }
212
213 # $ns->facecache = true;
214 }
215
216 if ($ns->mapmode < cf::Map1aCmd) {
217 $ns->send_drawinfo (<<EOF, cf::NDI_RED);
218
219
220***
221*** WARNING:
222*** Your client is too old. Please upgrade to a newer version.
223EOF
224
225 $ns->flush;
226 return $ns->destroy;
227 }
228
229 $ns->pl and return $ns->destroy;
86 230
87 $ns->async (sub { 231 $ns->async (sub {
88 my ($user, $pass); 232 my ($user, $pass);
89 233
90 $ns->send_packet ("addme_success"); 234 $ns->send_packet ("addme_success");
105 $ns->send_drawinfo ( 249 $ns->send_drawinfo (
106 "That username is currently used in another login session. " 250 "That username is currently used in another login session. "
107 . "Chose another, or wait till the other session has ended.", 251 . "Chose another, or wait till the other session has ended.",
108 cf::NDI_RED 252 cf::NDI_RED
109 ); 253 );
110 } elsif ($user =~ /^[a-zA-Z0-9][a-zA-Z0-9\-_]{2,17}$/) { 254 } elsif ($user =~ /^[a-zA-Z0-9][a-zA-Z0-9\-_]{2,17}\z/) {
111 last; 255 last;
112 } else { 256 } else {
113 $ns->send_drawinfo ( 257 $ns->send_drawinfo (
114 "Your username contains illegal characters " 258 "Your username contains illegal characters "
115 . "(only a-z, A-Z and 0-9 are allowed), " 259 . "(only a-z, A-Z and 0-9 are allowed), "
283 } else { 427 } else {
284 $ob->reply (undef, 428 $ob->reply (undef,
285 "Ok, quitting, hope to see you again.", 429 "Ok, quitting, hope to see you again.",
286 cf::NDI_UNIQUE | cf::NDI_RED); 430 cf::NDI_UNIQUE | cf::NDI_RED);
287 $pl->ns->flush; 431 $pl->ns->flush;
288 $pl->quit_character; 432 cf::async { $pl->quit_character };
289 } 433 }
290 }); 434 });
291}; 435};
292 436
293cf::object->attach ( 437cf::object->attach (
340 }, 484 },
341); 485);
342 486
343cf::client->attach ( 487cf::client->attach (
344 on_addme => \&addme, 488 on_addme => \&addme,
489 on_setup => \&setup,
345); 490);
346 491
347############################################################################# 492#############################################################################
348 493
349our $SCHEDULE_INTERVAL = 10; # time the player scheduler sleeps between runs 494our $SCHEDULE_INTERVAL = 10; # time the player scheduler sleeps between runs

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines