Ticket #815 (closed defect: fixed)

Opened 3 years ago

Last modified 10 months ago

qt-gui: Message splitting correction

Reported by: b0rland_ua Assigned to:
Priority: normal Milestone: 1.3.5
Component: qt-gui Version: 1.3.2
Keywords: Cc:

Description (Last modified by erijo)

Related to bug [1080709]

When sending through server qt-gui tries to split message safely (looks for separators like full stops, spaces, etc). However due to a bug it splits _before_ separator, not _after_ it. So the separator itself is appended to the beginning of the second split part. (see bug for details).

This is a small patch for licq 1.3.2 to correct this.

Change History

2006-08-20 01:26:20 changed by erijo

  • type changed from Patches to defect.
  • description changed.

2007-09-28 04:04:55 changed by erijo

  • owner changed.
  • version set to 1.3.2.
  • component changed from None to qt4-gui.
  • description changed.
  • milestone set to 1.3.6.

2007-09-28 19:51:57 changed by Crazy_Hopper

  • status changed from new to closed.
  • resolution changed from None to fixed.

Though I haven't seen the patch itself, the fix (as I imagine it) is committed in r5445.

2007-09-29 01:50:37 changed by erijo

  • milestone changed from 1.3.6 to 1.3.5.

2007-09-29 01:55:20 changed by erijo

  • status changed from closed to reopened.
  • resolution deleted.
  • component changed from qt4-gui to qt-gui.

The fix should be added to qt3-gui as well. Reopening so that we wont forget...

2007-09-29 04:54:28 changed by erijo

  • status changed from reopened to closed.
  • resolution set to fixed.

Added to qt3-gui in r5448.