<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/inspircd++.git/src/server.cpp, branch v3.7.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://www.cgit.space/~steering/inspircd++.git/atom/src/server.cpp?h=v3.7.0</id>
<link rel='self' href='https://www.cgit.space/~steering/inspircd++.git/atom/src/server.cpp?h=v3.7.0'/>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/'/>
<updated>2020-03-12T18:32:35Z</updated>
<entry>
<title>Move CHANMODES to core_mode and add USERMODES.</title>
<updated>2020-03-12T18:32:35Z</updated>
<author>
<name>Sadie Powell</name>
</author>
<published>2020-03-12T18:24:50Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=176acbfdb0fde4d6f3b808a6af80e651220b96b7'/>
<id>urn:sha1:176acbfdb0fde4d6f3b808a6af80e651220b96b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update copyright headers.</title>
<updated>2020-01-11T22:14:43Z</updated>
<author>
<name>InspIRCd Robot</name>
</author>
<published>2020-01-11T22:02:47Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=aa692dc1039b63deef7886e914ec499abe7facaf'/>
<id>urn:sha1:aa692dc1039b63deef7886e914ec499abe7facaf</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show the list modes which have variable list lengths in 005.</title>
<updated>2019-10-01T11:32:40Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2019-10-01T11:27:17Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4d2391ee094553cc11ce84b7b81d39bdb89ec48e'/>
<id>urn:sha1:4d2391ee094553cc11ce84b7b81d39bdb89ec48e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Re-order the includes to fix C++03 builds.</title>
<updated>2019-05-06T15:47:25Z</updated>
<author>
<name>nia</name>
</author>
<published>2019-05-06T14:53:22Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3bbf251efa501af7cc452031a4c6d824158b64a8'/>
<id>urn:sha1:3bbf251efa501af7cc452031a4c6d824158b64a8</id>
<content type='text'>
inspircd.h defines __STDC_LIMIT_MACROS to ensure that C99 int type
limits are defined, however, if &lt;stdint.h&gt; is included implicitly
before inspircd.h, the build fails due to the C99 integer type
limits being undefined.
</content>
</entry>
<entry>
<title>Add ISUPPORT tokens for the host, line, and user length.</title>
<updated>2017-12-23T12:18:27Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-12-03T13:40:33Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=3adafd95820df664006f81e2b3b7453747957ab1'/>
<id>urn:sha1:3adafd95820df664006f81e2b3b7453747957ab1</id>
<content type='text'>
This allows clients to accurately predict the maximum safe length
of a NOTICE or PRIVMSG and truncate/split as appropriate.

As proposed at https://defs.ircdocs.horse/defs/isupport.html
</content>
</entry>
<entry>
<title>Improve LIST and implement more extended list features.</title>
<updated>2017-11-17T18:17:55Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-15T02:35:15Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=d8b7f36b3c402f2cb8b77410ac285d6f9066072d'/>
<id>urn:sha1:d8b7f36b3c402f2cb8b77410ac285d6f9066072d</id>
<content type='text'>
- Move the ISUPPORT token from the core into core_user and start
  sending the SAFELIST token to let clients know that they can
  safely run LIST on big servers.

- Add support for the channel creation time (C), topic set time
  (T), and inverted glob match (N) filters as specified in the
  draft-hardy-irc-isupport-00 specification.

- Clean up the logic for filtering channels by user count.
</content>
</entry>
<entry>
<title>Implement support for draft-brocklesby-irc-isupport-03 escapes.</title>
<updated>2017-11-09T10:30:59Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-11-09T10:04:58Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=7f7ffef3b4d5dc6242918a48713d6fab96928a80'/>
<id>urn:sha1:7f7ffef3b4d5dc6242918a48713d6fab96928a80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove INSPIRCD_SOCKETENGINE_NAME and INSPIRCD_SYSTEM.</title>
<updated>2017-10-15T10:57:05Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-10-15T01:15:35Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=4743b23e5c15cd2a9cb86f857e1b7199533201bb'/>
<id>urn:sha1:4743b23e5c15cd2a9cb86f857e1b7199533201bb</id>
<content type='text'>
- INSPIRCD_SOCKETENGINE_NAME is not really something that needs to
  be user facing. If opers want to know this kind of internal info
  then they can look at the build configuration.

- INSPIRCD_SYSTEM causes problems for reproducible builds and is
  only accurate for the state of the system when InspIRCd is built
  which is not useful in the slightest.
</content>
</entry>
<entry>
<title>Implement support for configurable casemapping &amp; default to ASCII.</title>
<updated>2017-09-08T19:11:50Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-07-30T16:34:05Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=51a47e7d757df63370168ab5000d13ca9c349ecd'/>
<id>urn:sha1:51a47e7d757df63370168ab5000d13ca9c349ecd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace the deprecated MAXBANS token with MAXLIST.</title>
<updated>2017-07-24T13:44:36Z</updated>
<author>
<name>Peter Powell</name>
</author>
<published>2017-07-24T13:44:36Z</published>
<link rel='alternate' type='text/html' href='https://www.cgit.space/~steering/inspircd++.git/commit/?id=60658d0bdbc8d047c3dbfc19abb005e147b5b2b9'/>
<id>urn:sha1:60658d0bdbc8d047c3dbfc19abb005e147b5b2b9</id>
<content type='text'>
</content>
</entry>
</feed>
