<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~irc/github.com/unrealircd/unrealircd.git/include/numeric.h, branch master</title>
<subtitle>https://github.com/unrealircd/unrealircd.git</subtitle>
<id>https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/atom/include/numeric.h?h=master</id>
<link rel='self' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/atom/include/numeric.h?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/'/>
<updated>2012-05-04T10:47:59Z</updated>
<entry>
<title>- Add support for server-enforced mode locks (MLOCK).</title>
<updated>2012-05-04T10:47:59Z</updated>
<author>
<name>William Pitcock</name>
</author>
<published>2012-05-04T10:47:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=5360e2ffa50ca73dd1a03fcb93d16738fafea521'/>
<id>urn:sha1:5360e2ffa50ca73dd1a03fcb93d16738fafea521</id>
<content type='text'>
  This allows the IRCd to enforce MLOCKs that are set by services, which
  eliminates clashes between users setting modes and services enforcing
  it's mlock on channels. (#3055)
</content>
</entry>
<entry>
<title>- Added support for SASL, patch from nenolod (#4079).</title>
<updated>2012-03-25T08:15:28Z</updated>
<author>
<name>Bram Matthys</name>
</author>
<published>2012-03-25T08:15:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=61610fe76300fc924161ae411d8409d48b5cf0ae'/>
<id>urn:sha1:61610fe76300fc924161ae411d8409d48b5cf0ae</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Add CAP support. Currently implemented are: multi-prefix (NAMESX), and</title>
<updated>2012-01-20T20:25:59Z</updated>
<author>
<name>Bram Matthys</name>
</author>
<published>2012-01-20T20:25:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=d530dbd43df7fece2dadc40f6bb99e2798f81f7a'/>
<id>urn:sha1:d530dbd43df7fece2dadc40f6bb99e2798f81f7a</id>
<content type='text'>
  userhost-in-names (UHNAMES). Patch from nenotopia (#4018, #4066)
</content>
</entry>
<entry>
<title>- Show account name in /WHOIS, for ESVID-capable services packages, patch from nenotopia (#3966).</title>
<updated>2011-12-25T13:29:03Z</updated>
<author>
<name>Bram Matthys</name>
</author>
<published>2011-12-25T13:29:03Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=d512f79a6afebd7ac060ff0e20c3bb89593f1f82'/>
<id>urn:sha1:d512f79a6afebd7ac060ff0e20c3bb89593f1f82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Use RPL_STARTTLS/ERR_STARTTLS numerics</title>
<updated>2009-12-06T16:59:15Z</updated>
<author>
<name>Bram Matthys</name>
</author>
<published>2009-12-06T16:59:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=f5d9a87f0866bccb9347e67e1500c10a25515499'/>
<id>urn:sha1:f5d9a87f0866bccb9347e67e1500c10a25515499</id>
<content type='text'>
</content>
</entry>
<entry>
<title>- Ok, finished away notification in WATCH. It now shows the away reasons too.</title>
<updated>2008-02-29T18:44:07Z</updated>
<author>
<name>Bram Matthys</name>
</author>
<published>2008-02-29T18:44:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=7c400e7dc1af41f429803ba25ba4f6f2e0f02559'/>
<id>urn:sha1:7c400e7dc1af41f429803ba25ba4f6f2e0f02559</id>
<content type='text'>
  This new feature (away notify) is announced in 005 (ISUPPORT) as: WATCHOPTS=A

  Format is: WATCH A +UserOne +UserTwo

  New numerics to cope with away notification in WATCH are:
  RPL_NOWISAWAY: to indicate the user is away _when adding_ it to WATCH list
  RPL_GONEAWAY:  user was not away, but is now
  RPL_NOTAWAY:   user was away, but is no longer away
  RPL_NOWISAWAY: user was away, and still is, but the reason changed
  Example:

  WATCH A +Target
  Request to add user 'Target' to the watch list with away notification

  :maintest.test.net 609 MySelf Target ~blih test.testnet 1204309588 :not here atm
  Reply to watch add: user is online and away, reason is provided

  :maintest.test.net 599 MySelf Target ~blih test.testnet 1204309588 :is no longer away
  User is back (no longer away)

  :maintest.test.net 598 MySelf Target ~blih test.testnet 1204309722 :lunch
  State change: user is now away, reason is provided

  :maintest.test.net 597 MySelf Target ~blih test.testnet 1204309738 :shopping, bbl
  User is still away, but reason changed.

  The syntax for each numeric is:
  &lt;nickname&gt; &lt;username&gt; &lt;hostname&gt; &lt;awaysince&gt; :&lt;away reason&gt;
  In case of 599 (RPL_NOTAWAY) it is:
  &lt;nickname&gt; &lt;username&gt; &lt;hostname&gt; &lt;awaysince&gt; :is no longer away

  For the record, this is all based on a draft from codemastr from 2004, which was
  implemented in Unreal3.3 (devel branch) in 2006. Today, in 2008 it was updated
  with away reason support and backported to Unreal3.2. Because away notification
  hasn't been used until now (due to it only being in Unreal3.3) we felt it was
  safe to break some numerics.
</content>
</entry>
<entry>
<title>- Backport from 3.3 away notification from Oct 2006, this is v0, a further</title>
<updated>2008-02-29T13:58:59Z</updated>
<author>
<name>Bram Matthys</name>
</author>
<published>2008-02-29T13:58:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=635ab4858e3760f910f597f91b66a63bb6fce847'/>
<id>urn:sha1:635ab4858e3760f910f597f91b66a63bb6fce847</id>
<content type='text'>
  patch will follow soon and the numerics will be changed.
</content>
</entry>
<entry>
<title>- Added 'warn' target which is basically the same as 'block' except it does not block ;).</title>
<updated>2005-09-25T21:49:19Z</updated>
<author>
<name>Bram Matthys</name>
</author>
<published>2005-09-25T21:49:19Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=f535167cf9344578eda1e5b860dd232145945e01'/>
<id>urn:sha1:f535167cf9344578eda1e5b860dd232145945e01</id>
<content type='text'>
  It also sends a numeric to the user saying the command has been processed, but a copy
  has been sent to ircops. I feel this is a good idea for privacy reasons (anti-spy),
  though I don't know how users will react to this. If you are using this on your network
  and get users bothering you about it (or before that ;p), it's probably a good idea
  to explain it somewhere on your site or FAQ :).
  Example usage:
   /spamfilter add p warn - Testing_mirc_decode_filter \$decode\(.*\)
  [WARNING] The numeric text is likely to change in the next few weeks (early-cvs-commit).
- If a class block was removed and any other blocks would be referencing the class block
  (such as: allow::class, oper::class, link::class), then this would cause a crash.
  Reported by Mike_ (#0002646).
</content>
</entry>
<entry>
<title>- Changed the 'is a Secure Connection' msg/numeric in /whois from RPL_WHOISSPECIAL to</title>
<updated>2005-02-27T00:01:36Z</updated>
<author>
<name>Bram Matthys</name>
</author>
<published>2005-02-27T00:01:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=07d397b4ff88fe088e8718b8f962aebabfebf985'/>
<id>urn:sha1:07d397b4ff88fe088e8718b8f962aebabfebf985</id>
<content type='text'>
  a slightly changed RPL_WHOISSECURE, namely: ':%s 671 %s %s :is using a Secure connection',
</content>
</entry>
<entry>
<title>- Made CHGIDENT, CHGHOST and CHGNAME use more numerics (where possible) (#0002358).</title>
<updated>2005-02-26T23:10:14Z</updated>
<author>
<name>Bram Matthys</name>
</author>
<published>2005-02-26T23:10:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~irc/github.com/unrealircd/unrealircd.git/commit/?id=7bad90fec1081b48a6717e0267aa4af3383fdf4e'/>
<id>urn:sha1:7bad90fec1081b48a6717e0267aa4af3383fdf4e</id>
<content type='text'>
</content>
</entry>
</feed>
