<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/modules/m_regex_glob.cpp, branch v4.0.0a2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_regex_glob.cpp?h=v4.0.0a2</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/modules/m_regex_glob.cpp?h=v4.0.0a2'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2021-05-14T15:54:33Z</updated>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2021-05-14T15:54:33Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-05-14T15:54:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7a712456f1b7debbf72649dd7c03e05b56f17461'/>
<id>urn:sha1:7a712456f1b7debbf72649dd7c03e05b56f17461</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2021-05-14T13:48:39Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2021-05-14T13:48:39Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=e94b673532f7833aaa4789f834e61d68e0b4fc56'/>
<id>urn:sha1:e94b673532f7833aaa4789f834e61d68e0b4fc56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2021-04-27T09:37:04Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-27T09:19:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=8526836cf598b49de6fe8e1cef7a169d3de481f8'/>
<id>urn:sha1:8526836cf598b49de6fe8e1cef7a169d3de481f8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the module descriptions.</title>
<updated>2021-04-21T18:46:34Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-04-21T18:46:34Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d9b177227279d0c312c489634a8abe8b25a83f8a'/>
<id>urn:sha1:d9b177227279d0c312c489634a8abe8b25a83f8a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix a bunch of really obvious unnecessary includes.</title>
<updated>2021-03-05T09:17:13Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2021-03-05T08:39:42Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=2ba32afa9a9aca7c82966b66bda16c3c3dbfbba5'/>
<id>urn:sha1:2ba32afa9a9aca7c82966b66bda16c3c3dbfbba5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite the regex system from scratch.</title>
<updated>2020-07-28T18:22:59Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-07-28T15:43:59Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1621a84f963c9fbfd61a52a85015fd8f2255dbf4'/>
<id>urn:sha1:1621a84f963c9fbfd61a52a85015fd8f2255dbf4</id>
<content type='text'>
* Move everything to the Regex namespace:
  - Regex -&gt; Regex::Pattern
  - RegexException -&gt; Regex::Exception
  - RegexFactory -&gt; Regex::Engine

* Add support for regex flags.
  - Regex::OPT_CASE_INSENSITIVE performs case-insensitive matching.

* Add the Regex::EngineReference class as a friendly wrapper around
  dynamic_reference_nocheck&lt;Regex::Engine&gt;.

* Add the Regex::SimpleEngine template class for automating the
  implementation of regex factory classes.

* Use std::shared_ptr for Regex::Pattern objects instead of making
  users manage memory manually.
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2020-04-11T13:08:02Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-11T13:00:48Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4582696afb66f8697e3099a2e9c12a8377211226'/>
<id>urn:sha1:4582696afb66f8697e3099a2e9c12a8377211226</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve storage of module description, flags, and link data.</title>
<updated>2020-04-11T12:54:05Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-09T17:57:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1a800f7b3db23cdef7e167cd25c0f3b2a64a8e46'/>
<id>urn:sha1:1a800f7b3db23cdef7e167cd25c0f3b2a64a8e46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update the module descriptions using mkversion.</title>
<updated>2020-04-10T14:36:14Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-04-10T14:22:14Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38'/>
<id>urn:sha1:4a6fedd9324d87349a806c9c1d0ae6e7d3c1fd38</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'insp3' into master.</title>
<updated>2020-01-17T12:36:09Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-01-17T12:27:03Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=1de6f5b4a99d8f36d589cb2404cb510e7434afe1'/>
<id>urn:sha1:1de6f5b4a99d8f36d589cb2404cb510e7434afe1</id>
<content type='text'>
</content>
</entry>
</feed>
