Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
InspIRCd: Send CHGIDENT/CHGHOST on SVSLOGIN
|
|
CAPABs that are mandatory for some years now.
|
|
|
|
|
|
|
|
protocol/inspircd: Match servername as well on ENCAP
|
|
This was done with:
find docs/ include/ language/ modules/ src/ *.* Config -exec sed -i 's/-20.. Anope Team/-2017 Anope Team/i' {} \;
Added missing copyright headers to files that didn't have it yet.
|
|
|
|
|
|
unless they are
|
|
behavior, fix a few typos in comments
|
|
correctly
|
|
|
|
|
|
status modes, sometimes they are sent in CAPAB without a status prefix which causes them to be added as parameter modes
|
|
|
|
Also, enable channel support because it wasn't specified already and point charybdis to these methods instead.
|
|
|
|
|
|
Properly support RESV and UNRESV in Charybdis, and improve RESV setting for pseudoclients when bursting.
|
|
|
|
|
|
Fix host on charybdis if there is no vhost
|
|
Only charybdis seems to support that for the moment.
|
|
|
|
|
|
|
|
|
|
find include/ src/ lang/ docs/ modules/ *.* Config -exec sed -i 's/-20.. Anope Team/-2014 Anope Team/i' {} \;
Added missing copyright headers to files that didn't have it yet.
Fixed some whitespace and blank lines along the way.
|
|
|
|
Style+copyright
|
|
Update SendSQLine() in hybrid's protocol module to use non-capsulatet…
|
|
message
|
|
x-lines
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
future ircd-hybrid will reject UID messages with invalid IP addresses
|
|
hybrid.cpp: add missing CanSQLineChannel = true; to the protocol options
|
|
|
|
|
|
Fix a ton of typos.
|