<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/solanum-ircd/solanum.git/modules/m_oper.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_oper.c?h=amdj%2Fmodules</id>
<link rel='self' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/atom/modules/m_oper.c?h=amdj%2Fmodules'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/'/>
<updated>2023-11-06T14:47:16Z</updated>
<entry>
<title>modules/m_oper.c: give a better error message for failure to find o:line</title>
<updated>2023-11-06T14:47:16Z</updated>
<author>
<name>Aaron Jones</name>
</author>
<published>2023-10-04T18:54:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=fd241b5fc86bdc7bf8213322c6c777b8e2146253'/>
<id>urn:sha1:fd241b5fc86bdc7bf8213322c6c777b8e2146253</id>
<content type='text'>
The snotice sent to other opers can be misleading. For example, it will say
host mismatch even if the host is correct but the username is wrong, or if
the oper name given does not exist in the configuration.
</content>
</entry>
<entry>
<title>Allow privset-less OPER bursting</title>
<updated>2021-06-05T18:42:18Z</updated>
<author>
<name>Ed Kellett</name>
</author>
<published>2021-04-12T09:59:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=eeaea7461603e64294a280b8793cc79bc624b844'/>
<id>urn:sha1:eeaea7461603e64294a280b8793cc79bc624b844</id>
<content type='text'>
</content>
</entry>
<entry>
<title>m_oper: receive ircd-seven-style opernames</title>
<updated>2021-06-05T18:42:18Z</updated>
<author>
<name>Ed Kellett</name>
</author>
<published>2021-04-11T22:55:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=53b209c748704d0c1ca40fba931d9af83a15eaf3'/>
<id>urn:sha1:53b209c748704d0c1ca40fba931d9af83a15eaf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add ConfigFileEntry.oper_secure_only, to require TLS to oper up (#76)</title>
<updated>2020-11-18T14:29:08Z</updated>
<author>
<name>jess</name>
</author>
<published>2020-11-18T14:29:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=40ecb85a1d4f77b92bc4dd462add44cb8e4f3be1'/>
<id>urn:sha1:40ecb85a1d4f77b92bc4dd462add44cb8e4f3be1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename UMODE_SSLCLIENT, IsSSLClient</title>
<updated>2020-10-31T16:00:02Z</updated>
<author>
<name>Ed Kellett</name>
</author>
<published>2020-10-28T21:55:26Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=35eccf49306c5f774229a67b4966719c14444d0f'/>
<id>urn:sha1:35eccf49306c5f774229a67b4966719c14444d0f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Propagate OPER</title>
<updated>2019-09-13T09:08:27Z</updated>
<author>
<name>Ed Kellett</name>
</author>
<published>2019-07-07T01:36:58Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=ed3ca2ff16a1dc921d90c0a67093de8f47209176'/>
<id>urn:sha1:ed3ca2ff16a1dc921d90c0a67093de8f47209176</id>
<content type='text'>
Move opername and privset storage to struct User, so it can exist for
remote opers.

On /oper and when bursting opers, send:

    :foo OPER opername privset

which sets foo's opername and privset. The contents of the privset on
remote servers come from the remote server's config, so the potential
for confusion exists if these do not match.

If an oper's privset does not exist on a server that sees it, it will
complain, but create a placeholder privset. If the privset is created by
a rehash, this will be reflected properly.

/privs is udpated to take an optional argument, the server to query, and
is now local by default:

    /privs [[nick_or_server] nick]
</content>
</entry>
<entry>
<title>Use rb_* versions of nonportable string functions</title>
<updated>2016-04-05T10:39:59Z</updated>
<author>
<name>Elizabeth Myers</name>
</author>
<published>2016-04-05T10:39:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=f956cb0f1f94923187804c772e099b9c8b9d76e5'/>
<id>urn:sha1:f956cb0f1f94923187804c772e099b9c8b9d76e5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>common.h: raison d'être is gone, so out it goes.</title>
<updated>2016-03-23T14:33:56Z</updated>
<author>
<name>Elizabeth Myers</name>
</author>
<published>2016-03-23T14:33:56Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/solanum-ircd/solanum.git/commit/?id=79435744c7b57fa830b8e4e7c7c8a9adf63f52b5'/>
<id>urn:sha1:79435744c7b57fa830b8e4e7c7c8a9adf63f52b5</id>
<content type='text'>
Fold whatever was left into ircd_defs.h
</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>
</feed>
