<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anope.git, branch 2.0.12</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>Release 2.0.12.</title>
<updated>2022-12-09T08:30:43+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2022-12-09T08:30:43+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=d4d2a4b4ce5c2cbdc75214d33a4c45fff11ec784'/>
<id>d4d2a4b4ce5c2cbdc75214d33a4c45fff11ec784</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 changelogs.</title>
<updated>2022-12-09T08:28:57+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2022-12-09T08:28:57+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=e33b8d5f43b5ded05538efb722c1295416e512c5'/>
<id>e33b8d5f43b5ded05538efb722c1295416e512c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document `cs_no_expire` (#301).</title>
<updated>2022-12-08T07:16:04+00:00</updated>
<author>
<name>PeGaSuS</name>
<email>droider.pc@gmail.com</email>
</author>
<published>2022-12-08T07:16:04+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=c2b154e1b1c9d6b8e85dcc28c8ae794bb5c17840'/>
<id>c2b154e1b1c9d6b8e85dcc28c8ae794bb5c17840</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a module that provides regex/pcre using PCRE2.</title>
<updated>2022-12-07T15:43:39+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2022-09-22T13:34:18+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=4a2861ba3d4002b37d6e83312064245aeb407338'/>
<id>4a2861ba3d4002b37d6e83312064245aeb407338</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update ircd-hybrid protocol module</title>
<updated>2022-09-29T12:05:05+00:00</updated>
<author>
<name>miwob</name>
<email>wobst.michael@web.de</email>
</author>
<published>2022-09-26T13:05:30+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=211bd80061fd02004c7c2ef258f6404ff708bee6'/>
<id>211bd80061fd02004c7c2ef258f6404ff708bee6</id>
<content type='text'>
* Add METADATA command handler which currently only allows to modify a client's certificate fingerprint
* Minor reformatting and style inconsistency fixes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add METADATA command handler which currently only allows to modify a client's certificate fingerprint
* Minor reformatting and style inconsistency fixes
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the ability to confirm accounts via webcpanel after logging in.</title>
<updated>2022-09-22T16:38:07+00:00</updated>
<author>
<name>Austin Ellis</name>
<email>siniStar@IRC4Fun.net</email>
</author>
<published>2022-09-22T16:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=32679a107a2e893dfd32ad963a44b6ca576a91cb'/>
<id>32679a107a2e893dfd32ad963a44b6ca576a91cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update hybrid protocol module to improve compatibility with the latest ircd-hybrid release.</title>
<updated>2022-09-15T13:13:24+00:00</updated>
<author>
<name>miwob</name>
<email>wobst.michael@web.de</email>
</author>
<published>2022-09-15T12:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=bc101d10de7c2a8cfd8f8ec2b283bf475caa63b8'/>
<id>bc101d10de7c2a8cfd8f8ec2b283bf475caa63b8</id>
<content type='text'>
* Remove support for deprecated channel mode `u`
* Add support for channel mode `N`
* Fixed the `UID` message handler requiring the correct amount of arguments
* Fixed the `SID` message handler requiring the correct amount of arguments
* Fixed the `SJOIN` message handler requiring the correct amount of arguments
* Minor documentation updates and style corrections
* Remove pointless return statement in the `JOIN` message handler
* Add support for the owner and admin channel prefix modes
* Add support for `MLOCK`
* Fixed SendChannel() so modes are prefixed with a `+`
* Change SendJoin() to actually use the mode stacker
* Add support for channel mode `Q`
* Add support for channel mode `Z`
* Add support for user mode `B` and `Z`
* Actually user mode `g` is not oper only. For some reason this mode got set to oper only in anope/anope@1e625b6
* Work properly with extended bans, e.g. don't normalize masks starting with a `$`
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Remove support for deprecated channel mode `u`
* Add support for channel mode `N`
* Fixed the `UID` message handler requiring the correct amount of arguments
* Fixed the `SID` message handler requiring the correct amount of arguments
* Fixed the `SJOIN` message handler requiring the correct amount of arguments
* Minor documentation updates and style corrections
* Remove pointless return statement in the `JOIN` message handler
* Add support for the owner and admin channel prefix modes
* Add support for `MLOCK`
* Fixed SendChannel() so modes are prefixed with a `+`
* Change SendJoin() to actually use the mode stacker
* Add support for channel mode `Q`
* Add support for channel mode `Z`
* Add support for user mode `B` and `Z`
* Actually user mode `g` is not oper only. For some reason this mode got set to oper only in anope/anope@1e625b6
* Work properly with extended bans, e.g. don't normalize masks starting with a `$`
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix allowing spaces in some config fields that shouldn't contain them.</title>
<updated>2022-09-12T16:56:45+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2022-09-12T16:56:01+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=901a4561324433b869f64878a026c053d6ce15b8'/>
<id>901a4561324433b869f64878a026c053d6ce15b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bahamut now has support for halfops.</title>
<updated>2022-09-12T16:56:45+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2022-09-12T14:13:10+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=0c61915e310461fda25566728a42ca7fe175d6ea'/>
<id>0c61915e310461fda25566728a42ca7fe175d6ea</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixe a typo in the Italian translation.</title>
<updated>2022-08-10T18:40:42+00:00</updated>
<author>
<name>Dragone2</name>
<email>davide.paolini8@gmail.com</email>
</author>
<published>2022-08-10T18:40:42+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=d5e85c7f25cadeb3e78a1ed06960757be539ea48'/>
<id>d5e85c7f25cadeb3e78a1ed06960757be539ea48</id>
<content type='text'>
Ref: #298</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref: #298</pre>
</div>
</content>
</entry>
</feed>
