mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
9f08cd44a6
First I tried with g_uri_parse() and g_uri_to_string() but then I learned that GUri validation API is only for things that are part of a proper URL. Then used `g_utf8_strchr()` to cut the string at `>` since they are sometimes enclosed in `<>`. Thanks to @sjaeckel for providing a proper regex from https://stackoverflow.com/questions/43588699/regex-for-matching-any-url-character Fix https://github.com/profanity-im/profanity/issues/1877 |
||
---|---|---|
.. | ||
command | ||
config | ||
event | ||
omemo | ||
otr | ||
pgp | ||
plugins | ||
tools | ||
ui | ||
xmpp | ||
chatlog.c | ||
chatlog.h | ||
common.c | ||
common.h | ||
database.c | ||
database.h | ||
log.c | ||
log.h | ||
main.c | ||
profanity.c | ||
profanity.h |