mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 21:15:11 +00:00
[MOD/ADD] Separate AS code, XMPP reactions removal
This commit is contained in:
parent
1b62072a3a
commit
fb511b4df0
16 changed files with 1183 additions and 1029 deletions
|
|
@ -80,6 +80,13 @@ DecodeQuote(StringRect rect, size_t *skip)
|
|||
ret = rect;
|
||||
ret.end_line--;
|
||||
|
||||
/* TODO: You can easily craft strings that conceal data(
|
||||
* > Please mind the whitespace
|
||||
* > hidden we're concealing data to Matrix
|
||||
* > star in Well, you can still stare at the body and XML
|
||||
* > four but that's for Nerds
|
||||
* > seasons See, Touhou reference!
|
||||
* concealing!) */
|
||||
while ((ch = StrGet(&rect, lines - 1, shift_by)) && isspace(ch))
|
||||
{
|
||||
shift_by++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue