<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/solanum-ircd/solanum.git/modules/m_map.c, branch amdj/modules</title>
<subtitle>https://github.com/solanum-ircd/solanum</subtitle>
<id>https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/atom/modules/m_map.c?h=amdj%2Fmodules</id>
<link rel='self' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/atom/modules/m_map.c?h=amdj%2Fmodules'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/'/>
<updated>2022-06-24T05:42:08Z</updated>
<entry>
<title>Normalize snprintf size to use sizeof where possible</title>
<updated>2022-06-24T05:42:08Z</updated>
<author>
<name>Matthew Martin</name>
</author>
<published>2022-06-24T04:40:02Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=57aa79acb8fc3c4a1f9d20ab9d8048a8312c42a5'/>
<id>urn:sha1:57aa79acb8fc3c4a1f9d20ab9d8048a8312c42a5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>More cleanup</title>
<updated>2016-03-23T04:11:26Z</updated>
<author>
<name>Matt Ullman</name>
</author>
<published>2016-03-23T02:53:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=66769bc1f8d394c8af2fd6086e31d193ace71ec6'/>
<id>urn:sha1:66769bc1f8d394c8af2fd6086e31d193ace71ec6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Message handlers should return void.</title>
<updated>2016-03-09T07:37:03Z</updated>
<author>
<name>Elizabeth Myers</name>
</author>
<published>2016-03-09T07:37:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=3c7d6fcce7a021ea7c4948a37a32aeca072e5b10'/>
<id>urn:sha1:3c7d6fcce7a021ea7c4948a37a32aeca072e5b10</id>
<content type='text'>
Also fix up some return values and stuff to use bool (or void if
nothing). I just did it whilst I was here.

According to jilles, the return value used to signify whether or not the
client had exited. This was error-prone and was fixed a long, long time
ago, but the return value was left int for historical reasons.

Since the return type is not used (and has no clear use case anyway),
it's safe to just get rid of it.
</content>
</entry>
<entry>
<title>Move module description headers to the top</title>
<updated>2016-03-09T07:29:41Z</updated>
<author>
<name>Elizabeth Myers</name>
</author>
<published>2016-03-09T07:29:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=eeabf33a7c34efbedce519f67b8b87e4c75a422f'/>
<id>urn:sha1:eeabf33a7c34efbedce519f67b8b87e4c75a422f</id>
<content type='text'>
This is cleaner.

Note this was broken out of a much larger piece of work I did, so if
there's any problems, I apologise!
</content>
</entry>
<entry>
<title>m_map: oops...</title>
<updated>2016-03-07T08:37:33Z</updated>
<author>
<name>Elizabeth Myers</name>
</author>
<published>2016-03-07T08:37:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=bc89faebd1e22a07ec367e91317585a0f9ed6b24'/>
<id>urn:sha1:bc89faebd1e22a07ec367e91317585a0f9ed6b24</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add AV2 descriptions to m_[l-m]*</title>
<updated>2016-03-07T08:34:00Z</updated>
<author>
<name>Elizabeth Myers</name>
</author>
<published>2016-03-07T08:34:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=f5ebe640bc2b911d2c4aecc14abce37df75dafa6'/>
<id>urn:sha1:f5ebe640bc2b911d2c4aecc14abce37df75dafa6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Migrate remaining modules to AV2</title>
<updated>2016-03-07T06:03:39Z</updated>
<author>
<name>Elizabeth Myers</name>
</author>
<published>2016-03-07T06:03:39Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=105a4985b402b3ab294e3bec1fa75bac75430482'/>
<id>urn:sha1:105a4985b402b3ab294e3bec1fa75bac75430482</id>
<content type='text'>
No descriptions yet. :(
</content>
</entry>
<entry>
<title>Remove $Id tags from everything.</title>
<updated>2016-03-06T08:47:27Z</updated>
<author>
<name>Elizabeth Myers</name>
</author>
<published>2016-03-06T08:46:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=cbeab4bc340b7b3f4fbf424ff327758defb9598a'/>
<id>urn:sha1:cbeab4bc340b7b3f4fbf424ff327758defb9598a</id>
<content type='text'>
These are obsolete and none have changed since 10 years gao...
</content>
</entry>
<entry>
<title>msg: remove last vestiges of the fakelag system.  charybdis has never supported fakelag.</title>
<updated>2016-02-19T22:43:39Z</updated>
<author>
<name>William Pitcock</name>
</author>
<published>2016-02-19T22:42:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=7baa37a9ef4c66708d7505dfda182339461232cf'/>
<id>urn:sha1:7baa37a9ef4c66708d7505dfda182339461232cf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>modules: chase MsgBuf API change</title>
<updated>2016-02-11T02:54:17Z</updated>
<author>
<name>William Pitcock</name>
</author>
<published>2016-02-11T02:54:17Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=428ca87b01ad6c0487b424ce478f775cb7d94519'/>
<id>urn:sha1:428ca87b01ad6c0487b424ce478f775cb7d94519</id>
<content type='text'>
</content>
</entry>
</feed>
