1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 18:43:12 +02:00
Bram Matthys 4795a45150 - Fixed two ident bugs (multihomed&connect), both resulted in ident not working.
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 :).
2003-02-22 21:16:30 +00:00
2003-02-01 19:18:06 +00:00
...
2003-02-05 00:59:51 +00:00
2000-12-30 18:01:48 +00:00
2000-08-07 17:48:06 +00:00
2002-11-27 20:45:42 +00:00
2003-01-17 22:20:48 +00:00
2001-08-05 17:50:38 +00:00
2000-08-13 14:39:49 +00:00
2000-11-19 19:45:02 +00:00
.
2001-07-08 16:24:41 +00:00
.
2001-07-08 16:24:41 +00:00
2001-10-08 17:29:46 +00:00
..
2000-12-13 15:12:45 +00:00
...
2001-06-18 20:21:57 +00:00
...
2001-06-18 20:21:57 +00:00
...
2003-02-05 00:59:51 +00:00
2000-02-28 22:45:44 +00:00
.
2001-07-02 08:26:25 +00:00
2000-02-28 22:45:44 +00:00
2000-05-30 21:46:13 +00:00
2000-02-28 22:45:44 +00:00
2002-08-23 17:44:27 +00:00
S
Description
No description provided
GPL-2.0 311 MiB
Languages
C 94.6%
M4 1.8%
Shell 1.5%
Rich Text Format 1%
Makefile 0.6%
Other 0.5%