mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 18:43:12 +02:00
4795a45150ba1020b2cb4b0dcfa9e9fd1bf75359
multihomed issue: Instead of binding cptr->listener->ip it now uses getsockname(), otherwise it won't work if you have a listen *:6667 thing + multihomed (it will connect for example from 33.33.33.1 while the client connected to 33.33.33.5. connect issue: there was some kind of file descriptor race condition because of the way our whole read_message() thing is coded... an ident socket might have been closed + a new might have been accepted... blablabla ;) I wonder if anyone reads these CVS logs lol :).
Description
Languages
C
94.6%
M4
1.8%
Shell
1.5%
Rich Text Format
1%
Makefile
0.6%
Other
0.5%