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.36 by root, Mon Apr 5 03:22:25 2010 UTC vs.
Revision 1.39 by root, Thu Apr 8 19:31:22 2010 UTC

299Invoked when the given player is being kicked, before the kick is 299Invoked when the given player is being kicked, before the kick is
300executed. 300executed.
301 301
302=head3 load (player -- ) 302=head3 load (player -- )
303 303
304Invoked whenever a player has been loaded from disk, but before 304Invoked whenever after a player has been loaded from disk, but before
305actual login. 305actual activation/login.
306 306
307=head3 save (player -- ) 307=head3 save (player -- )
308 308
309Invoked just before a player gets serialised. 309Invoked just before a player gets serialised.
310 310
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