Feature #231
Show difference between old and new topic
Status: | Closed | Start: | 11/03/2009 | |
Priority: | Low | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 100% |
|
Category: | Other | |||
Target version: | 1.0 | |||
Complexity: | High |
|||
Votes: | 0 |
Description
When someone changes the topic, smuxi could show which part changed by using a wdiff algorithm. This makes the actually change more clear for long topics as often seen on big IRC channels.
History
Updated by David Paleino 5434 days ago
- Assigned to changed from Mirco Bauer to David Paleino
- Target version set to 0.7
Updated by David Paleino 5433 days ago
- % Done changed from 0 to 30
I currently implemented a "character-diff" algorithm, thus setting completion percentage to 30%.
I'll work on making that a word-diff, and that will grant me a 70% completion :)
As soon as I integrate that with Topic Change, I'll complete the work. YAY \o/
Updated by Mirco Bauer 5432 days ago
- Priority changed from Normal to Low
Updated by Mirco Bauer 5431 days ago
Updated by Mirco Bauer 5431 days ago
- Target version changed from 0.7 to 0.8
Updated by Mirco Bauer 5428 days ago
One of these implementation might help:
http://code.google.com/p/google-diff-match-patch/
http://www.mathertel.de/Diff/ViewSrc.aspx
Updated by Mirco Bauer 5206 days ago
- Target version changed from 0.8 to TBD
Updated by Mirco Bauer 5167 days ago
Updated by Mirco Bauer 3784 days ago
Updated by Mirco Bauer 3783 days ago
- Category changed from Engine IRC to Other
- Status changed from New to Closed
- Assigned to changed from David Paleino to Mirco Bauer
- Target version changed from TBD to 1.0
Showing topic differences implemented as a Smuxi hook (requires Smuxi >= 0.12-dev): https://github.com/meebey/smuxi-hooks/blob/master/topic-diff/engine/session/on-event-message/topic-diff.sh
Updated by Mirco Bauer 3783 days ago
- % Done changed from 30 to 100