Changeset 687ec88 for irc_cap.c


Ignore:
Timestamp:
2015-10-08T05:25:56Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
2f73692
Parents:
0b0bb4c
git-author:
dequis <dx@…> (12-09-15 08:25:33)
git-committer:
dequis <dx@…> (08-10-15 05:25:56)
Message:

IRCv3 multi-prefix... but mostly just adding prefixes to WHO

We can't actually have multiple prefixes internally, so the only thing
missing for multi-prefix compliance is actually having the prefix in the
WHO reply, which is a rfc1459 thing.

Note to future self: check irc logs for the implementation I threw away.
The one that actually handled multiple prefixes. I hope that's useful.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc_cap.c

    r0b0bb4c r687ec88  
    3838
    3939static const cap_info_t supported_caps[] = {
    40         {"foo", CAP_FOO},
    41         {"bar", CAP_BAR},
     40        {"multi-prefix", CAP_MULTI_PREFIX},
    4241        {NULL},
    4342};
Note: See TracChangeset for help on using the changeset viewer.