Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
|
|
|
|
this
|
|
accessors for many
|
|
Also, enable channel support because it wasn't specified already and point charybdis to these methods instead.
|
|
|
|
pseudoclients when bursting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
message
|
|
x-lines
|
|
|
|
|
|
|
|
future ircd-hybrid will reject UID messages with invalid IP addresses
|
|
|
|
|
|
|
|
|
|
|
|
Split service management code nito a proper servicemanager. Make service
references managed instead of lazy lookup. Also made events and
serializable use service manager instead of their respective systems for
management
|
|
|
|
chanserv/access etc.
|
|
|
|
|
|
|
|
Fix a ton of typos.
|
|
|
|
|
|
|
|
|
|
InspIRCd 2.0: Ensure ircd-side mlock and topic lock state is always what we think it should be
|
|
- Change SendForceNickChange() to use UIDs
|
|
- Update SendClientIntroduction() to use * for account names instead of ...
|
|
- Misc updates to the hybrid protocol modules:
|
|
topiclock from a bursting server changes it
|
|
a bursting server changes it
|
|
references to METADATA handler
|
|
|
|
|
|
- best supported version is 8.2.x
- fixed UID message handler to cope with account names being '*'
- minium required TS version is TS6 now
|
|
|
|
|