<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/include/users.h, branch v3.0.0a1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/inspircd++.git/atom/include/users.h?h=v3.0.0a1</id>
<link rel='self' href='https://cgit.space/~steering/inspircd++.git/atom/include/users.h?h=v3.0.0a1'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/'/>
<updated>2016-08-30T14:05:01Z</updated>
<entry>
<title>Pass the ModeHandler to User::HasModePermission()</title>
<updated>2016-08-30T14:05:01Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-08-30T14:05:01Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f0debf907a36846e3b48767e9797880135a4583b'/>
<id>urn:sha1:f0debf907a36846e3b48767e9797880135a4583b</id>
<content type='text'>
Mark the method as const
</content>
</entry>
<entry>
<title>Remove User::SendText() and overrides completely</title>
<updated>2016-03-30T10:37:29Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-03-30T10:37:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=f67aba687bb425ee8d2c810e00665a5bccf77af2'/>
<id>urn:sha1:f67aba687bb425ee8d2c810e00665a5bccf77af2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make User::WriteRemoteNumeric() virtual, implement it in SpanningTree::RemoteUser</title>
<updated>2016-03-29T14:43:30Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-03-29T14:43:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=5fbb5a0b2c5c08f76f99bd03b51bce2164feade3'/>
<id>urn:sha1:5fbb5a0b2c5c08f76f99bd03b51bce2164feade3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove now unused overload of User::SendText()</title>
<updated>2016-03-22T17:41:30Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-03-22T17:41:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=55ad0595a714dcf07e94fe2fafc790c0be7a85a1'/>
<id>urn:sha1:55ad0595a714dcf07e94fe2fafc790c0be7a85a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add User::WriteRemoteNotice()</title>
<updated>2016-03-01T15:15:59Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-03-01T15:15:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=49e2df0307b41f76529f26da2fa26456c179cdb2'/>
<id>urn:sha1:49e2df0307b41f76529f26da2fa26456c179cdb2</id>
<content type='text'>
Sends a NOTICE from the local server to the user which can be local or remote
</content>
</entry>
<entry>
<title>Add User::WriteRemoteNumeric() and switch code using SendText() to send numerics to it</title>
<updated>2016-02-25T15:40:50Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-25T15:40:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=dbe5a1fc6f9e18765863f332a3e79d7c918d3e65'/>
<id>urn:sha1:dbe5a1fc6f9e18765863f332a3e79d7c918d3e65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Convert WriteNumeric() calls to pass the parameters of the numeric as method parameters</title>
<updated>2016-02-25T15:12:09Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2016-02-25T15:12:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=da29af8cba49d51e53d6e68237ccbf6370b6dd1f'/>
<id>urn:sha1:da29af8cba49d51e53d6e68237ccbf6370b6dd1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move already sent id rollover handling and static LocalUser::already_sent_id into UserManager</title>
<updated>2015-11-03T12:13:00Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-11-03T12:13:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=c89cc290fbc6d53040fc8abc6fc0b0cb637beee9'/>
<id>urn:sha1:c89cc290fbc6d53040fc8abc6fc0b0cb637beee9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rewrite invite system</title>
<updated>2015-11-02T12:28:55Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-11-02T12:28:55Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=30fc51c6ddca487a1b89da9ab0ab59da003aee36'/>
<id>urn:sha1:30fc51c6ddca487a1b89da9ab0ab59da003aee36</id>
<content type='text'>
- Moved out of core, now lives entirely in core_channel
- Accessible using the provided API after including the appropriate header
- Invites are stored in an extension attached to LocalUser/Channel objects, they no longer need special handling when destroying these objects or when lowering TS
- Expiration of timed invites are implemented using Timers
- When creating a new invite let a non-timed invite override a timed one
</content>
</entry>
<entry>
<title>Implement User::WriteCommonQuit() using ForEachNeighbor() in UserManager</title>
<updated>2015-01-24T13:53:03Z</updated>
<author>
<name>Attila Molnar</name>
</author>
<published>2015-01-24T13:53:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/inspircd++.git/commit/?id=cf728bd8a3de0942c2294ca5b49745092565d87c'/>
<id>urn:sha1:cf728bd8a3de0942c2294ca5b49745092565d87c</id>
<content type='text'>
</content>
</entry>
</feed>
