Changeset 0ef1c92 for irc.h


Ignore:
Timestamp:
2015-09-11T02:31:10Z (9 years ago)
Author:
dequis <dx@…>
Branches:
master
Children:
dc96e6e
Parents:
34d16d5
git-author:
dequis <dx@…> (27-07-15 05:14:09)
git-committer:
dequis <dx@…> (11-09-15 02:31:10)
Message:

Initial implementation of ircv3 capability negotiation

Mostly no-op for now. Puts registration on hold, supports the basic
commands, and NAKs everything

File:
1 edited

Legend:

Unmodified
Added
Removed
  • irc.h

    r34d16d5 r0ef1c92  
    4949        USTATUS_SHUTDOWN = 8,   /* Now used to indicate we're shutting down.
    5050                                   Currently just blocks irc_vawrite(). */
     51        USTATUS_CAP_PENDING = 16,
    5152
    5253        /* Not really status stuff, but other kinds of flags: For slightly
     
    331332                                     irc_channel_user_flags_t old_flags, irc_channel_user_flags_t new_flags);
    332333void irc_send_invite(irc_user_t *iu, irc_channel_t *ic);
     334void irc_send_cap(irc_t *irc, char *subcommand, char *body);
    333335
    334336/* irc_user.c */
Note: See TracChangeset for help on using the changeset viewer.