Remove MAX_LINES_PER_SEND from cZ
Categories
(SeaMonkey :: Chat, task)
Tracking
(seamonkey2.53+ fixed)
People
(Reporter: iannbugzilla, Assigned: iannbugzilla)
References
Details
(Whiteboard: SM2.53.9)
Attachments
(1 file)
|
4.65 KB,
patch
|
iannbugzilla
:
review+
iannbugzilla
:
approval-comm-release+
iannbugzilla
:
approval-comm-esr60+
|
Details | Diff | Splinter Review |
As mentioned over in Ambassador in issue #80:
Simplify the code by removing the MAX_LINES_PER_SEND property/setting, it has been defaulted to 0 (unlimited) for years. With the way it's implemented now there isn't even a user-visible way of telling whether that limit was reached without relying on echo-message. Most servers moderate this sort of thing anyway, so it's just best to remove it.
Cherry picking the fix from Ambassador:
https://github.com/Ascrod/ambassador/commit/600bd0e9c6d3faf9930c5f5f1c4416ecfb271580
[Triage Comment]
r/a=me
Pushed by frgrahl@gmx.net:
https://hg.mozilla.org/comm-central/rev/b2d3379e2cb8
Remove MAX_LINES_PER_SEND from cZ. r=IanN
Updated•4 years ago
|
Comment 3•4 years ago
|
||
https://gitlab.com/seamonkey-project/seamonkey-2.53-comm/-/commit/6087bf92c74e64a20d610ffd2febb74ff50ff2d2
Remove MAX_LINES_PER_SEND from cZ. r=IanN a=IanN
Description
•