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

Comparing deliantra/server/pod/events.pod (file contents):
Revision 1.37 by root, Tue Apr 6 23:34:57 2010 UTC vs.
Revision 1.39 by root, Thu Apr 8 19:31:22 2010 UTC

441handled asynchronously as soon as the command reaches the server, even when 441handled asynchronously as soon as the command reaches the server, even when
442the player hasn't logged in yet (meaning there is no player yet). 442the player hasn't logged in yet (meaning there is no player yet).
443 443
444=head3 connect (client -- ) 444=head3 connect (client -- )
445 445
446Called as soon as a new connection to the server is established. Should 446Called as soon as a new connection to the server is established and the
447not be overriden. 447socket has been configured.
448
449=head3 version (client string -- )
450
451Called as soon as the version command from the client is received
452(normally the very first command sent).
448 453
449=head3 setup (client string -- ) 454=head3 setup (client string -- )
450 455
451Client sent the setup command to negotiate parameters. Handling is 456Client sent the setup command to negotiate parameters. Handling is
452mandatory and done by F<login.ext>. 457mandatory and done by F<login.ext>.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines