about summary refs log tree commit diff
path: root/Makefile
AgeCommit message (Collapse)Author
2026-01-10Make all files dependent on ircd.hNakidai
There were bugs when struct layout was changed, and this was right because needed files were not rebuilt. This is fixed now
2026-01-06Add basic channelsNakidai
Though they don't have modes, and JOIN/PART must be able to parse comma separated list of channels
2026-01-04Add codeNakidai