<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anope.git/data, branch 2.1.11</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>Add support for numerics associated with cs_set_misc entries.</title>
<updated>2024-11-29T20:39:22+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2024-11-29T20:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=ea8a692191f7c786bcba38d45b802b1046ac0afa'/>
<id>ea8a692191f7c786bcba38d45b802b1046ac0afa</id>
<content type='text'>
This is mainly to allow the URL entry to use RPL_CHANNELURL.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is mainly to allow the URL entry to use RPL_CHANNELURL.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rework how guest nicks work.</title>
<updated>2024-11-25T00:08:30+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2024-11-24T23:56:57+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=7019b27e591e0f5ce3727993e02198ae070885e9'/>
<id>7019b27e591e0f5ce3727993e02198ae070885e9</id>
<content type='text'>
- Use the config setting as a string template instead of as a prefix.
- Allow users of IRCds that have UIDs to use that as the guest nick.
- Fall back to a UID before killing if a guest nick can not be found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use the config setting as a string template instead of as a prefix.
- Allow users of IRCds that have UIDs to use that as the guest nick.
- Fall back to a UID before killing if a guest nick can not be found.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the set option to its own module.</title>
<updated>2024-11-18T12:40:24+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2024-11-18T12:40:24+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=c55d8450a4224c63e712c0930d78e88d98f956ae'/>
<id>c55d8450a4224c63e712c0930d78e88d98f956ae</id>
<content type='text'>
This is the first step of rewriting nickname protection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the first step of rewriting nickname protection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch '2.0' into 2.1.</title>
<updated>2024-11-15T15:57:57+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2024-11-15T15:57:57+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=d40cbdb8cfdea54ba2a34a28a2169e1ef0f9d984'/>
<id>d40cbdb8cfdea54ba2a34a28a2169e1ef0f9d984</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify how to import databases from flatfile to SQL.</title>
<updated>2024-11-15T15:57:41+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2024-11-15T15:47:00+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=a668c8b52074f52467dd52474618c054c89b2804'/>
<id>a668c8b52074f52467dd52474618c054c89b2804</id>
<content type='text'>
Closes #456.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #456.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the grammar of the SET privilege description less weird.</title>
<updated>2024-11-08T14:25:05+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2024-11-08T14:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=517810b2085f8c44d243e594c18d87cd11eb2a45'/>
<id>517810b2085f8c44d243e594c18d87cd11eb2a45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace usestrictprivmsg with something actually useful.</title>
<updated>2024-10-22T15:29:22+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2024-10-22T15:16:32+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=f1751dcb213b953ff362eda3276e210258a7cdb2'/>
<id>f1751dcb213b953ff362eda3276e210258a7cdb2</id>
<content type='text'>
Every IRC server we support (other than Bahamut which is probably
on the chopping bock) uses UIDs so this setting does nothing.

Instead, allow configuring a server-side alias for each service
and use that when servicealias is enabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Every IRC server we support (other than Bahamut which is probably
on the chopping bock) uses UIDs so this setting does nothing.

Instead, allow configuring a server-side alias for each service
and use that when servicealias is enabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix some stuff that was missed in commit b94c3740b9.</title>
<updated>2024-10-22T13:59:18+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2024-10-22T13:58:06+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=8b026135492c13ae030b27cb6ec6c5b09131c0bd'/>
<id>8b026135492c13ae030b27cb6ec6c5b09131c0bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move nickserv/set/message to a new module, kill options:useprivmsg.</title>
<updated>2024-10-22T13:27:30+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2024-10-22T13:14:40+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=435ce511962e83a0581accd572dfa4e2c5722ab4'/>
<id>435ce511962e83a0581accd572dfa4e2c5722ab4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the cron file name.</title>
<updated>2024-10-20T22:53:23+00:00</updated>
<author>
<name>TehPeGaSuS</name>
<email>25697531+TehPeGaSuS@users.noreply.github.com</email>
</author>
<published>2024-10-20T22:53:23+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=57ac7cb4db63dee8e06d696ef6f973c337467040'/>
<id>57ac7cb4db63dee8e06d696ef6f973c337467040</id>
<content type='text'>
name</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
name</pre>
</div>
</content>
</entry>
</feed>
