| Age | Commit message (Collapse) | Author |
|
There were bugs when struct layout was changed, and this was right
because needed files were not rebuilt. This is fixed now
|
|
In the past there was a configpath parameter, and unveil was allowing
to read at this path. But now accessing filesystem is redundant
completely
|
|
|
|
Overall, this solution looks better. Also, now macro is better
|
|
Well, it's more appropriate for that function to handle this rather
than for ircd(). Now code looks simpler, ircd() is not that complex,
and support for optional quit message is present
|
|
When user A leaves, last user in the peer list B is copied into the
space left by leaving A. But, besides that it also important to not
forget that there can be channels containing B: they store a link
to every user belonging. So, it's important to adjust all links to
B iterating every channel B belongs to.
|
|
It reduces indentation, which was quite pointless in that loop
|
|
I really thought strtod was converting to integers...
|
|
Though they don't have modes, and JOIN/PART must be able to parse
comma separated list of channels
|
|
|