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.38 by root, Thu Apr 8 17:36:54 2010 UTC

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. Should
447not be overriden. 447not be overriden.
448 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).
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>.
453 458

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines