summaryrefslogtreecommitdiff
path: root/poezio/text_buffer.py
AgeCommit message (Expand)Author
2019-09-05Moved scroll_up code back to basetabs, added amount parameter to change no. o...root
2019-08-22Added 'top' attribute in the 'Message' object (The problem of the wrong order...Madhur Garg
2019-08-22Removed repetitive code.Madhur Garg
2019-08-22Corrected indentation and coding style.Madhur Garg
2019-08-22Added 'top' parameter in add_message function to add messages on the top.Madhur Garg
2019-08-02text_buffer: Prevent using str as a datetime objectMaxime “pep” Buquet
2019-04-07poezio/text_buffer: Remove JID type for nowMaxime “pep” Buquet
2019-04-07safeJID: Remove some safeJID callsMaxime “pep” Buquet
2019-03-23Corrected the value of timestamp for MUC subject. Fixes #3451Madhur Garg
2018-08-18Remove some circular type imports.Emmanuel Gil Peyrot
2018-07-23yapf -irEmmanuel Gil Peyrot
2018-07-23text_buffer: Fix Message not being defined from inside Message’s definition.Emmanuel Gil Peyrot
2018-07-22text_buffer: Add typing information.Emmanuel Gil Peyrot
2018-07-21yapf -ripmathieui
2018-07-14Remove extraneous ", " in Message.__repr__.Emmanuel Gil Peyrot
2018-07-14Stop making classes inherit from object.Emmanuel Gil Peyrot
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
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 TextBuffer.make...Emmanuel Gil Peyrot
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot