summaryrefslogtreecommitdiff
path: root/poezio/text_buffer.py
AgeCommit message (Collapse)Author
2018-01-10Fix typos, thanks `codespell`!Emmanuel Gil Peyrot
2017-12-27Do not show a message as bounced if it was acked by a clientmathieui
Fixes #3365
2017-11-12yapf -irmathieui
2016-10-04"information" is already plural, fix wordingmathieui
2016-06-30Absolute imports everywheremathieui
2016-06-27Make all relative imports explicit.Emmanuel Gil Peyrot
2016-06-11Make poezio.text_buffer more Cython-friendly.Emmanuel Gil Peyrot
2016-06-11Replace the namedtuple Message with a slotted class and merge ↵Emmanuel Gil Peyrot
TextBuffer.make_message in it.
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot