<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anope.git/modules, branch 2.0.15</title>
<subtitle>Anope is an open source set of IRC services.
</subtitle>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/'/>
<entry>
<title>Update the copyright headers for 2024.</title>
<updated>2024-02-17T19:58:17+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2024-02-17T19:58:17+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=4cc68397dce7ed03a46c52e42091ab431daea515'/>
<id>4cc68397dce7ed03a46c52e42091ab431daea515</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent resetting the password of suspended accounts.</title>
<updated>2024-02-17T19:52:39+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2024-02-17T19:31:38+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=2b7872139c40ea5b0ca96c1d6595b7d5f9fa60a5'/>
<id>2b7872139c40ea5b0ca96c1d6595b7d5f9fa60a5</id>
<content type='text'>
Closes #351.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #351.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove an extraneous space in cs_xop.</title>
<updated>2024-01-31T02:08:54+00:00</updated>
<author>
<name>Robby</name>
<email>robby@chatbelgie.be</email>
</author>
<published>2024-01-31T02:08:54+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=7ae20c2a6d058f4a16b7e14542ee4818d53bb278'/>
<id>7ae20c2a6d058f4a16b7e14542ee4818d53bb278</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a copy/paste error in the default channel settings.</title>
<updated>2024-01-01T17:32:37+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2024-01-01T17:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=eb2aaf22ed927d0de7bbc739103e49eb0586b323'/>
<id>eb2aaf22ed927d0de7bbc739103e49eb0586b323</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Misc grammar fixes.</title>
<updated>2023-12-17T19:32:45+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2023-12-17T19:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=b84b1d8166b07b80429c6830e0151e0c871c2cfc'/>
<id>b84b1d8166b07b80429c6830e0151e0c871c2cfc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix chanserv/suspend info not being visible to regular users.</title>
<updated>2023-11-16T19:54:23+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2023-11-16T19:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=c3e95d8e2ec1a7d520db54b339277505243b5fc6'/>
<id>c3e95d8e2ec1a7d520db54b339277505243b5fc6</id>
<content type='text'>
Closes #325.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #325.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the SASL PLAIN implementation more robust.</title>
<updated>2023-11-16T18:14:15+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2023-11-16T18:14:15+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=ba163027bd9d62d3ae22bc1f8eb8cbe8bc478bf7'/>
<id>ba163027bd9d62d3ae22bc1f8eb8cbe8bc478bf7</id>
<content type='text'>
- Reject auth attempts that try to authenticate using an alternate
  authorization identity.

- Reject auth attempts that contain extraneous null bytes in the
  string as required by the SASL PLAIN RFC.

- General code quality cleanup.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Reject auth attempts that try to authenticate using an alternate
  authorization identity.

- Reject auth attempts that contain extraneous null bytes in the
  string as required by the SASL PLAIN RFC.

- General code quality cleanup.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix a missing override keyword.</title>
<updated>2023-10-24T17:10:32+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2023-10-24T17:10:32+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=1eba69d0352b8396de19ab0b19f3aa7d2eb2ef87'/>
<id>1eba69d0352b8396de19ab0b19f3aa7d2eb2ef87</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>When changing the nick of a user on inspircd3 send the expected ts.</title>
<updated>2023-10-24T17:00:34+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2023-10-24T17:00:34+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=eb409fc6eb4dfbf82b6dca5a55577c8d6f4882c5'/>
<id>eb409fc6eb4dfbf82b6dca5a55577c8d6f4882c5</id>
<content type='text'>
This should prevent users being renicked if they changed their nick
between services sending the renick and the IRCd receiving it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This should prevent users being renicked if they changed their nick
between services sending the renick and the IRCd receiving it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix confirming an unconfirmed operator's account.</title>
<updated>2023-10-22T22:31:48+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2023-10-20T17:32:57+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=97fa6d84bcb70b3b87d3fd7cc14f3b2567ca4e11'/>
<id>97fa6d84bcb70b3b87d3fd7cc14f3b2567ca4e11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
