mirror of
https://github.com/ergochat/ergo.git
synced 2025-12-20 02:00:11 -08:00
server: Start roughly hacking in new message-tags support
This commit is contained in:
parent
d2e18962e3
commit
92626a178d
6 changed files with 58 additions and 35 deletions
|
|
@ -17,7 +17,8 @@ var (
|
|||
Ver = fmt.Sprintf("oragono-%s", SemVer)
|
||||
|
||||
// Used as the standard maximum line length unless overridden at runtime.
|
||||
maxLineLength = 512
|
||||
maxLineTagsLength = 512
|
||||
maxLineRestLength = 512
|
||||
// maxLastArgLength is used to simply cap off the final argument when creating general messages where we need to select a limit.
|
||||
// for instance, in MONITOR lists, RPL_ISUPPORT lists, etc.
|
||||
maxLastArgLength = 400
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue