<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/solanum-ircd/solanum.git, branch jess/extb-opername</title>
<subtitle>https://github.com/solanum-ircd/solanum</subtitle>
<id>https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/atom/?h=jess%2Fextb-opername</id>
<link rel='self' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/atom/?h=jess%2Fextb-opername'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/'/>
<updated>2022-01-01T21:35:47Z</updated>
<entry>
<title>move privset extban to $O and add $o extban for oper name</title>
<updated>2022-01-01T21:35:47Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2022-01-01T21:35:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=2c287e33a32cce4da255cc27ded0ac27b9b58d70'/>
<id>urn:sha1:2c287e33a32cce4da255cc27ded0ac27b9b58d70</id>
<content type='text'>
</content>
</entry>
<entry>
<title>channel: always send chm_hidden modes to servers</title>
<updated>2021-12-04T20:27:59Z</updated>
<author>
<name>Ed Kellett</name>
</author>
<published>2021-12-04T19:31:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=5a1b54fddcb0a13526f135be64f34bae717f7ea5'/>
<id>urn:sha1:5a1b54fddcb0a13526f135be64f34bae717f7ea5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ircd/packet.c: make function definition consistent with declaration (#301)</title>
<updated>2021-11-30T19:50:30Z</updated>
<author>
<name>Aaron Jones</name>
</author>
<published>2021-11-30T19:50:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=284649441f4e6b395e8accf34a0fd6885f6ae94c'/>
<id>urn:sha1:284649441f4e6b395e8accf34a0fd6885f6ae94c</id>
<content type='text'>
This function has a static forward-declaration, and is not used outside
this compilation unit. However, the definition was non-static. Fix this.</content>
</entry>
<entry>
<title>better standardised SNO_FULL. always show host AND ip</title>
<updated>2021-11-14T17:59:58Z</updated>
<author>
<name>jess</name>
</author>
<published>2021-11-14T17:59:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=bd38559fedcdfded4d9acbcbf988e4a8f5057eeb'/>
<id>urn:sha1:bd38559fedcdfded4d9acbcbf988e4a8f5057eeb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>check_one_kline: fix kline_spoof_ip handling</title>
<updated>2021-11-07T23:30:22Z</updated>
<author>
<name>Ed Kellett</name>
</author>
<published>2021-11-07T23:30:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=19f0ae8429afc64efc4896222acd087f3b8bd62b'/>
<id>urn:sha1:19f0ae8429afc64efc4896222acd087f3b8bd62b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix link to doc/readme.txt</title>
<updated>2021-11-02T15:52:41Z</updated>
<author>
<name>Eric Mertens</name>
</author>
<published>2021-11-02T15:52:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=85d5888f693be173437c7100d689cfd61e033012'/>
<id>urn:sha1:85d5888f693be173437c7100d689cfd61e033012</id>
<content type='text'>
</content>
</entry>
<entry>
<title>just a stray colon where it wasn't meant to have :)</title>
<updated>2021-10-27T01:32:15Z</updated>
<author>
<name>Valerie Pond</name>
</author>
<published>2021-10-26T18:48:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=08b7b6bd7e60a760ad47b58cbe8075b45d66166f'/>
<id>urn:sha1:08b7b6bd7e60a760ad47b58cbe8075b45d66166f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_list: fail on invalid parameters</title>
<updated>2021-10-20T10:35:53Z</updated>
<author>
<name>Ed Kellett</name>
</author>
<published>2021-10-19T22:56:22Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=b5bf3505123e6667643af92563f2d14d6ab3b7c1'/>
<id>urn:sha1:b5bf3505123e6667643af92563f2d14d6ab3b7c1</id>
<content type='text'>
Loose port of 6ea60b2297948211925e22bd1f284179d680b4ae. I've chosen to
reduce indentation where it's convenient, and I'm allowing &gt;-[0-9] as a
way of specifying a minimum of 0 because... I don't know, it just seems
neater to me.
</content>
</entry>
<entry>
<title>m_list: Treat valid names with wildcards as masks</title>
<updated>2021-10-19T22:33:48Z</updated>
<author>
<name>Ed Kellett</name>
</author>
<published>2021-10-19T12:30:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=e7f0aea682542d1feeb4566533b0b0ebe16bb96a'/>
<id>urn:sha1:e7f0aea682542d1feeb4566533b0b0ebe16bb96a</id>
<content type='text'>
* and ? are valid characters for channel names on IRC, and ELIST M gives
no way to distinguish between `LIST #foo-*` that's meant to search for
channels beginning `#foo-` and `LIST #foo-*` that's meant to list one
channel named literally `#foo-*`.

In order to deal with this, we will always assume a name with wildcards
is a mask. If it's also a channel name, that will be listed first.
</content>
</entry>
<entry>
<title>Add mask modifiers to LIST help</title>
<updated>2021-10-19T22:33:48Z</updated>
<author>
<name>Ed Kellett</name>
</author>
<published>2021-10-18T17:26:11Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=cbb9d48fa222f7821dc751e1a7eacb0e21575dea'/>
<id>urn:sha1:cbb9d48fa222f7821dc751e1a7eacb0e21575dea</id>
<content type='text'>
</content>
</entry>
</feed>
