Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: 05640f9285e28ce64180833d39f7ceda88d3915a
https://github.com/ngircd/ngircd/commit/05640f9285e28ce64180833d39f7ceda88d…
Author: Alexander Barton <alex(a)barton.de>
Date: 2017-09-30 (Sat, 30 Sep 2017)
Changed paths:
M src/ngircd/irc.c
Log Message:
-----------
Allow IRC Ops and remote servers to KILL service clients (#242)
In the end, service clients behave like regular users, therefore IRC
operators and servers should be able to KILL them: for example to
resolve nick collisions.
This is related to #238.
Branch: refs/heads/AllowServiceKILL
Home: https://github.com/ngircd/ngircd
Commit: 8416e469cd9f55ae2d7b72ef2fb0a9bf0cc603d9
https://github.com/ngircd/ngircd/commit/8416e469cd9f55ae2d7b72ef2fb0a9bf0cc…
Author: Alexander Barton <alex(a)barton.de>
Date: 2017-09-26 (Tue, 26 Sep 2017)
Changed paths:
M src/ngircd/irc.c
Log Message:
-----------
Allow IRC Ops and remote servers to KILL service clients
In the end, service clients behave like regular users, therefore IRC
operators and servers should be able to KILL them: for example to
resolve nick collisions.
This is related to #238.
Branch: refs/heads/master
Home: https://github.com/ngircd/ngircd
Commit: e009fc87d54602cc2a4d9b60257f40bad14fc081
https://github.com/ngircd/ngircd/commit/e009fc87d54602cc2a4d9b60257f40bad14…
Author: James Lu <james(a)overdrivenetworks.com>
Date: 2017-09-26 (Tue, 26 Sep 2017)
Changed paths:
M src/ngircd/irc.c
Log Message:
-----------
Don't forward KILLs to other servers if they've been blocked locally
This prevents clients from killing IRC services, for example.
Closes #238.
Closes #239.