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.16 by pippijn, Fri Mar 2 00:29:08 2007 UTC vs.
Revision 1.17 by root, Mon Apr 2 18:04:46 2007 UTC

373=head3 connect (client -- ) 373=head3 connect (client -- )
374 374
375Called as soon as a new connection to the server is established. Should 375Called as soon as a new connection to the server is established. Should
376not be overriden. 376not be overriden.
377 377
378=head3 setup (client string -- )
379
380Client sent the setup command to negotiate parameters. Handling is
381mandatory and done by F<login.ext>.
382
378=head3 addme (client -- ) 383=head3 addme (client -- )
379 384
380The client sent an addme, thus ending the initial handshaking. If overriden, the server 385The client sent an addme, thus ending the initial handshaking. Handling is mandatory
381will not send any response. 386and done by F<login.ext>.
382 387
383=head3 reply (client replystring -- ) 388=head3 reply (client replystring -- )
384 389
385Called when the client submits a reply in the ST_CUSTOM state. Usually 390Called when the client submits a reply in the ST_CUSTOM state. Usually
386handled internally by language plugins. 391handled internally by language plugins.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines