- Will the fields be NULL if not set?
- Relevant for user/pass in case of anon connection
- Relevant for name/id if not (yet) receieved
- Event info reveived in callbacks will be free'd once callback returns
- This means user has to duplicate/copy data to store/use them after
twirc_login
becametwirc_get_login
twirc_last_error
becametwirc_get_last_error
twirc_tag_by_key
becametwirc_get_tag_by_key
- Also, it now returns the
*twirc_tag_t
instead of just the value!
- Also, it now returns the
- You don't need login data; you can connect anonymously
- This needs to be clarified in the section Simple Example
- This should be explained in a new section, Connecting
- Consistently set the error code, for example for 'Out of memory'
- Implement Room support
- Implement SSL/HTTS/whatever support