<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ghostty.git/src/config/url.zig, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/'/>
<entry>
<title>url: restrict file paths regex to one slash</title>
<updated>2025-05-14T15:20:09+00:00</updated>
<author>
<name>Weizhao Ouyang</name>
<email>o451686892@gmail.com</email>
</author>
<published>2025-05-14T15:05:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=528814da7984a1ab28dfcc277a97fdd81965724e'/>
<id>528814da7984a1ab28dfcc277a97fdd81965724e</id>
<content type='text'>
This restricts the valid path prefixes to prevent false matches caused
by literal dot.

Signed-off-by: Weizhao Ouyang &lt;o451686892@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This restricts the valid path prefixes to prevent false matches caused
by literal dot.

Signed-off-by: Weizhao Ouyang &lt;o451686892@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: zig fmt check</title>
<updated>2025-03-18T20:58:49+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>m@mitchellh.com</email>
</author>
<published>2025-03-18T20:51:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=4d0bf303c652f2b0f11acf8f9375ffd33a38b4f6'/>
<id>4d0bf303c652f2b0f11acf8f9375ffd33a38b4f6</id>
<content type='text'>
This adds a CI test to ensure that all Zig files are properly formatted.
This avoids unrelated diff noise in future PRs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a CI test to ensure that all Zig files are properly formatted.
This avoids unrelated diff noise in future PRs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add IPv6 URL pattern support with comprehensive test cases</title>
<updated>2025-01-07T06:54:16+00:00</updated>
<author>
<name>Bryan Lee</name>
<email>38807139+liby@users.noreply.github.com</email>
</author>
<published>2025-01-07T06:14:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=c8d5b2da454cc1926b4369d9719081d6f3b1b683'/>
<id>c8d5b2da454cc1926b4369d9719081d6f3b1b683</id>
<content type='text'>
- Add IPv6 URL pattern matching to support URLs like http://[::]:8000/
- Separate IPv6 URL pattern from main regex for better maintainability
- Add extensive test cases covering:
  - Basic IPv6 URLs with ports
  - URLs with paths and query parameters
  - Compressed IPv6 forms
  - Link-local and multicast addresses
  - Mixed scenarios and markdown contexts
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Add IPv6 URL pattern matching to support URLs like http://[::]:8000/
- Separate IPv6 URL pattern from main regex for better maintainability
- Add extensive test cases covering:
  - Basic IPv6 URLs with ports
  - URLs with paths and query parameters
  - Compressed IPv6 forms
  - Link-local and multicast addresses
  - Mixed scenarios and markdown contexts
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: add support for file paths starts with `../` `./` and `/`</title>
<updated>2025-01-06T19:43:29+00:00</updated>
<author>
<name>Mustaque Ahmed</name>
<email>amustaque97@gmail.com</email>
</author>
<published>2025-01-06T19:36:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=85743aebd5a5884b85b14bb9ac90ef4485125d36'/>
<id>85743aebd5a5884b85b14bb9ac90ef4485125d36</id>
<content type='text'>
To implement this I extended the existing regex variable in the `src/config` dir. In a few test cases, extra space is added intentionally to verify we don't include space in the URL as it looks &amp; feels odd.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To implement this I extended the existing regex variable in the `src/config` dir. In a few test cases, extra space is added intentionally to verify we don't include space in the URL as it looks &amp; feels odd.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add two edge cases to the url regex</title>
<updated>2024-11-22T09:57:45+00:00</updated>
<author>
<name>Vincent Prigent</name>
<email>vincent.prigent1@gmail.com</email>
</author>
<published>2024-11-22T09:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=96bda270a252e10ded4c80ddce8aa1f86625129a'/>
<id>96bda270a252e10ded4c80ddce8aa1f86625129a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>avoid escape characters by using a multiline string</title>
<updated>2024-08-28T21:13:13+00:00</updated>
<author>
<name>Erlend Lind Madsen</name>
<email>erlendf80@gmail.com</email>
</author>
<published>2024-08-28T20:29:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=e3881c4ffcd0e6ef9d9b6bb00c32055a79e86c52'/>
<id>e3881c4ffcd0e6ef9d9b6bb00c32055a79e86c52</id>
<content type='text'>
lets concat url_scheme in combo with a multiline (thanks @qwerasd205)

regex: url_scheme -&gt; url_schemes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
lets concat url_scheme in combo with a multiline (thanks @qwerasd205)

regex: url_scheme -&gt; url_schemes
</pre>
</div>
</content>
</entry>
<entry>
<title>chore: clean up typos</title>
<updated>2024-08-05T11:56:57+00:00</updated>
<author>
<name>Łukasz Niemier</name>
<email>lukasz@niemier.pl</email>
</author>
<published>2024-08-05T11:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=f9be02a20f9f77649efad3f6fda3dd15639ef252'/>
<id>f9be02a20f9f77649efad3f6fda3dd15639ef252</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>url: add missing rarer (all) characters allowed in URL</title>
<updated>2024-02-02T03:59:13+00:00</updated>
<author>
<name>Erlend Lind Madsen</name>
<email>erlendf80@gmail.com</email>
</author>
<published>2024-02-02T03:55:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=c418ae577c4d99202c2b630b06ee5eca76a523b0'/>
<id>c418ae577c4d99202c2b630b06ee5eca76a523b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>url: add missing url-scheme tests</title>
<updated>2024-02-02T02:17:24+00:00</updated>
<author>
<name>Erlend Lind Madsen</name>
<email>erlendf80@gmail.com</email>
</author>
<published>2024-02-02T02:17:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=823aedbb88936a73135c0b1fa6a9611ee3ecb78d'/>
<id>823aedbb88936a73135c0b1fa6a9611ee3ecb78d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>url: sort url schemes by most-used</title>
<updated>2024-02-02T01:59:55+00:00</updated>
<author>
<name>Erlend Lind Madsen</name>
<email>erlendf80@gmail.com</email>
</author>
<published>2024-02-02T01:59:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=a3e2d9d25013c34a1ca5a1e7b273bc93d27e980f'/>
<id>a3e2d9d25013c34a1ca5a1e7b273bc93d27e980f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
