1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-02 18:33:13 +02:00
Files
unrealircd/src
Bram Matthys dbef19cd7a Add initial implementation of UNIX domain sockets (listen::file).
Various things still need to be done: a lot more testing, ability to
set permissions on the file, #ifdef's because of lack of support
on Windows (currently won't compile), etc.

One thing that I don't intend to change is that I chose not to display
the socket in the host but have clients show up as 'localhost' (and
ip '127.0.0.1'). Doing it this way keeps things easy, otherwise we risk
a lot of breakage for nearly nothing gained, really.

Things can be tested via:
listen {
        file "/tmp/listen";
}

and then with netcat:
nc -U /tmp/listen
USER x x x x
NICK hai
etc...
2022-01-01 18:48:17 +01:00
..
2021-08-18 13:08:42 +02:00
2021-08-18 13:08:42 +02:00
2021-09-11 09:56:22 +02:00
2021-08-11 16:48:26 +02:00
2021-12-11 10:25:15 +01:00
2021-09-11 09:56:22 +02:00
2021-11-05 14:02:28 +01:00