Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
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
|