]> arthur.barton.de Git - ngircd-alex.git/commit
Merge branch 'master' of /srv/git/ngircd
authorAlexander Barton <alex@barton.de>
Fri, 27 Apr 2012 23:00:34 +0000 (01:00 +0200)
committerAlexander Barton <alex@barton.de>
Fri, 27 Apr 2012 23:00:34 +0000 (01:00 +0200)
commit110be707c306683c666bd736a8dcd7aef86d9f21
treed113a72d5269c81edd4265db26edf9e762c1ff8a
parentb2743af0ed438798f3025e253b157257b9774bd5
parent76565022fbda9a4054d7f74a46439db4145e5655
Merge branch 'master' of /srv/git/ngircd

* 'master' of /srv/git/ngircd:
  "multi-prefix" capability 2/2: adjust NAME and WHO handlers
  "multi-prefix" capability 1/2: implement complete CAP infrastructure
  IRC_Send_NAMES(): Code cleanup
  New function Client_CapSet() in addition to Client_Cap{Add|Del}
  "CAP REQ" starts capability negotiation and delays user registration
  Xcode: update project file for Xcode 4.3
  Correctly handle "CAP END", new client type CLIENT_WAITCAPEND
  Implement core IRC capability handling and "CAP" command
  New "login" source file
  Introduce_Client() => Client_Introduce(), and move it to client.c