Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-18 | protocol/inspircd20: use own svsjoin/part/nicks to vaoid module dependencies ↵ | Adam | |
on hybrid/bahamut | |||
2016-12-17 | Split ircdproto send functions out into separate services | Adam | |
This makes it easier to see which send functions a protocol module implements as they are all explicitly registered by the module, and avoids the problem of subtly breaking other protocol modules when using inheritance. Also split the old "core" send implementations out into a module, and the TS6 ID generator | |||
2016-12-08 | Export protocol implementations into protocol module headers | Adam | |
2016-12-05 | protocol/inspircd20: SERVER will be sourceless before there is an uplink, so ↵ | Adam | |
remove require_server flag | |||
2016-12-01 | Split more protocol module message handler declarations into module headers | Adam | |