summaryrefslogtreecommitdiff
path: root/poezio
AgeCommit message (Expand)Author
2019-01-22Fix syntax errors in the previous commit.Emmanuel Gil Peyrot
2019-01-22Store get_theme() in a variable in each function, to avoid redundant calls.Emmanuel Gil Peyrot
2019-01-02Add some more M-arrows keysEmmanuel Gil Peyrot
2018-12-16Roster: display presence.show when contact goes offline, if available.Georg Lukas
2018-12-16self-ping: do not /cycle on timeout, log onlyGeorg Lukas
2018-12-16impromptu: add or update documentation for commandsMaxime “pep” Buquet
2018-12-16impromptu: rework string formatMaxime “pep” Buquet
2018-12-16impromptu: don't set roomname and roomdesc; remove jids argumentMaxime “pep” Buquet
2018-12-16impromptu: fix typo in log lineMaxime “pep” Buquet
2018-12-16Remove TODO comment about user-friendly muc nameMaxime “pep” Buquet
2018-12-16impromptu: Incorporate feedback from daniel for muc optionsMaxime “pep” Buquet
2018-12-16impromptu: shorten config field list formattingMaxime “pep” Buquet
2018-12-16Add /invite for ConversationTab to generate new room with all inviteesMaxime “pep” Buquet
2018-12-16Use identites from server for muc serviceMaxime “pep” Buquet
2018-12-16Add error message if muc service not foundMaxime “pep” Buquet
2018-12-16Add configuration for default_muc server to join if no muc available on domainMaxime “pep” Buquet
2018-12-16Initial impromptu commandMaxime “pep” Buquet
2018-12-16MucInfoWin: correctly pass JID to additional info pluginMaxime “pep” Buquet
2018-12-16ConversationInfoWin: Use similar pattern as MucInfoWin to loop through pluginsMaxime “pep” Buquet
2018-12-15Use additional info's value directly in MucInfoWin and ConversationInfoWinMaxime “pep” Buquet
2018-12-15Allow additional information elements in MucInfoWin same as ConversationInfoWinMaxime “pep” Buquet
2018-12-15I give upmathieui
2018-10-27Add missing height and width attributes to FormWinEmmanuel Gil Peyrot
2018-10-24Add __slots__ in most of the poezio.windows classes, to be more explicit abou...Emmanuel Gil Peyrot
2018-10-18logger: Look up the correct start position, not two bytes before.Emmanuel Gil Peyrot
2018-10-18logger: Prefix private functions with an underscore.Emmanuel Gil Peyrot
2018-10-18Fix truncate_nick()’s types to include None.Emmanuel Gil Peyrot
2018-10-18MUC fix for bad servers (#3430)mathieui
2018-10-15Fix core import in mainmathieui
2018-10-13Remove implicit import of Core modules leading to circular importsmathieui
2018-09-30XEP-0231: Extract cids from XHTML-IM.Emmanuel Gil Peyrot
2018-09-29Print the error given by the server when /bookmark fails.Emmanuel Gil Peyrot
2018-09-25Cache highlighting regex in a lru.Emmanuel Gil Peyrot
2018-09-25Improve highlighing regex to deal with fancy nicknamesJonas Schäfer
2018-09-25Split highlight logic and UI changesMaxime “pep” Buquet
2018-09-11Fix compatibility with python 3.5.2mathieui
2018-09-09Allow Tabs object to be slicedMaxime “pep” Buquet
2018-08-22Do not add our directory to the pathmathieui
2018-08-19Fix UserList.resizemathieui
2018-08-18muctab: Create the last_talked compare lambda only once.Emmanuel Gil Peyrot
2018-08-18Fix wrong tests for None.Emmanuel Gil Peyrot
2018-08-18Remove some circular type imports.Emmanuel Gil Peyrot
2018-08-17windows.bookmark_forms: Type almost everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.text_win: Type almost everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.muc: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.misc: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.list: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.roster_win: Type everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.inputs: Type almost everything in this module.Emmanuel Gil Peyrot
2018-08-17windows.base_wins: Type almost everything in this module.Emmanuel Gil Peyrot