Commit Graph

11 Commits

Author SHA1 Message Date
Albert S. 579fadfb10 parser: Add [content] tag, add extractFirstTag() method 2024-03-16 22:07:37 +01:00
Albert S. 1095d38b02 Add [cmd:permissions] 2023-07-28 15:04:58 +02:00
Albert S. 0325cdf936 Parser: Add code,blockquote and begin img tag 2022-04-19 19:50:22 +02:00
Albert S. fbca85e5ed Parser: Seperate parseDynamcis(), fix headline extraction with tags inside them 2022-03-29 22:35:45 +02:00
Albert S. a4a45d9add Parser: Add callback support for unknown "tags" 2022-03-27 08:31:59 +02:00
Albert S. b2a7ea4031 Parser: Take 'content' by const reference. 2022-01-23 10:12:37 +01:00
Albert S. b53aeadb8e don't link with boost anymore as regex is handled by std now 2020-04-19 17:02:21 +02:00
Albert S. 5df89f0491 replace boost regex with std 2020-03-18 22:00:15 +01:00
Albert S. 882871c34f Temporarily switch to boost::regex
In combination with musl, parser crashed. glibc fine. Could not pinpoint
down the exact reason mainly due to time constraints. Strange, in both
cases actually libstdc++ is used, so this is very odd.
2018-11-11 21:37:59 +01:00
Albert S. beafde74d0 Parser: Function to exstract 'commands'/attributes (e. g. visible, renaming) 2018-11-04 19:33:06 +01:00
Albert S. 3bfebfe8a8 Let's make (git) history! 2018-11-03 17:12:20 +01:00