Difference between revisions of "Login Protocol"
Jump to navigation
Jump to search
m |
|||
Line 1: | Line 1: | ||
The login protocols are being reworked | The login protocols are being reworked and the documentation is in a state of constant change. Several different procedures for logging in are currently valid. The various links below discuss/describe them in more detail, often with sample source code in Python to illustrate what is going on: | ||
Line 7: | Line 7: | ||
* Login protocol for 1.18.6+ | * Login protocol for 1.18.6+ | ||
** [[Viewer Authentication]] | ** [[Viewer Authentication]] | ||
* Second level protocols | |||
** [[Current_Sim_Capabilities]] | |||
* Future Directions | * Future Directions | ||
** [[Second_Life_Login_API_Strawman]] | ** [[Second_Life_Login_API_Strawman]] | ||
* Example Code | * Example Code | ||
** [[Example_protocol_code]] | ** [[Example_protocol_code]] |
Revision as of 05:44, 25 February 2008
The login protocols are being reworked and the documentation is in a state of constant change. Several different procedures for logging in are currently valid. The various links below discuss/describe them in more detail, often with sample source code in Python to illustrate what is going on:
- Login protocol for versions older than 1.18.5.3
- Login protocol for 1.18.6+
- Second level protocols
- Future Directions
- Example Code
- See also