| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Functions now receive an optional int *more, set to 1 if
there are more than the 'show' requested.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
On the way, posting from the Mastodon API sets the language accordingly.
|
|
|
|
|
|
|
|
loop).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on Chrome/Safari the Mastodon API OAuth login page auto capitalizes
the first char of the "Login: " field. This disabled that.
|
|
|
|
|
|
|
|
|
|
|
|
Data decoding should happen after the parsing if not, a '?', '&', '#'
or other character decoded will interfere with the parsing. e.g. the
users password contains a '&', then it is truncated on that character,
and login will fail.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|