<feed xmlns='http://www.w3.org/2005/Atom'>
<title>anope.git/modules/stats, branch 2.1</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>Shuffle modules around a bit.</title>
<updated>2024-01-24T12:34:34+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2024-01-24T12:34:03+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=484160eb4ed560eeda97c94a42dd8e31431ab251'/>
<id>484160eb4ed560eeda97c94a42dd8e31431ab251</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename several modules to remove the m_ prefix.</title>
<updated>2024-01-24T12:22:51+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2024-01-24T12:01:50+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=7ac1fe58478d58e2480b6919c4abf3a82929169c'/>
<id>7ac1fe58478d58e2480b6919c4abf3a82929169c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark types that have no inheritors as final.</title>
<updated>2024-01-23T16:53:06+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2024-01-23T13:54:16+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=72acef4e159df5dcdb93b3c13b2f9d2e5e4c21a9'/>
<id>72acef4e159df5dcdb93b3c13b2f9d2e5e4c21a9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve the layout of types that inherit from another type.</title>
<updated>2024-01-23T15:28:23+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2024-01-23T15:28:23+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=a6a0f6c44780c839b2269f4f29a26ecfdbd95544'/>
<id>a6a0f6c44780c839b2269f4f29a26ecfdbd95544</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Always build the stats modules.</title>
<updated>2024-01-09T21:25:44+00:00</updated>
<author>
<name>Sadie Powell</name>
<email>sadie@witchery.services</email>
</author>
<published>2024-01-09T21:14:41+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=349ae043b68e65314dff93aa5a1eee92acfe7e9a'/>
<id>349ae043b68e65314dff93aa5a1eee92acfe7e9a</id>
<content type='text'>
These have no external dependencies so it makes no sense to not
always build them.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These have no external dependencies so it makes no sense to not
always build them.
</pre>
</div>
</content>
</entry>
<entry>
<title>Move modules/stats under extras because it depends on m_mysql, update its config a bit to look similar to all of the other config files</title>
<updated>2014-01-04T00:54:14+00:00</updated>
<author>
<name>Adam</name>
<email>Adam@anope.org</email>
</author>
<published>2014-01-04T00:54:14+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=e1ce6174cee90b71dc461be39d2bf20965ff69e0'/>
<id>e1ce6174cee90b71dc461be39d2bf20965ff69e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright to 2014. This was done with:</title>
<updated>2014-01-02T01:48:38+00:00</updated>
<author>
<name>Adam</name>
<email>Adam@anope.org</email>
</author>
<published>2014-01-02T01:47:35+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=595dad4ec17ec127e4865a5167ed6d52e52367b6'/>
<id>595dad4ec17ec127e4865a5167ed6d52e52367b6</id>
<content type='text'>
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
</pre>
</div>
</content>
</entry>
<entry>
<title>Do not translate command parameters that do not have translatable strings in them, or are not meant to be translated in the first place.</title>
<updated>2013-12-28T22:28:30+00:00</updated>
<author>
<name>Robby-</name>
<email>robby@chat.be</email>
</author>
<published>2013-12-28T22:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=780bc7ca1479a334a1bea59db3ffd89da1a87800'/>
<id>780bc7ca1479a334a1bea59db3ffd89da1a87800</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>m_chanstats: 1) fixed the SASET message 2) decreased the size of some VARCHAR fields, this hopefully fixes the 'key too long' error on some systems.</title>
<updated>2013-12-26T17:46:20+00:00</updated>
<author>
<name>DukePyrolator</name>
<email>DukePyrolator@anope.org</email>
</author>
<published>2013-12-26T17:46:20+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=59c3c1326b990f0a64e48148b24db5ce6eed2fb0'/>
<id>59c3c1326b990f0a64e48148b24db5ce6eed2fb0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "m_chanstats: changed the default value of some fields to NULL instead of ''"</title>
<updated>2013-12-20T06:34:49+00:00</updated>
<author>
<name>DukePyrolator</name>
<email>DukePyrolator@anope.org</email>
</author>
<published>2013-12-20T06:34:49+00:00</published>
<link rel='alternate' type='text/html' href='https://tilde.club/~deepend/git/anope.git/commit/?id=c2e9b8080b973a8b6d26fa22c8e7c70519fa32a3'/>
<id>c2e9b8080b973a8b6d26fa22c8e7c70519fa32a3</id>
<content type='text'>
This reverts commit 6ff83c3407cccd393c0d6f620986ed5a3953eb95.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 6ff83c3407cccd393c0d6f620986ed5a3953eb95.
</pre>
</div>
</content>
</entry>
</feed>
