summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-14Update urls to point to lab.louiz.orgMaxime “pep” Buquet
2019-02-07logger: Log the JID during a parsing error.Emmanuel Gil Peyrot
2019-02-05muctab: fix command_affiliation docstringMaxime “pep” Buquet
2019-02-05Fix wording in command_args_parser.quoted docstringMaxime “pep” Buquet
2019-01-25Render SVG avatars directly at the final resolution.Emmanuel Gil Peyrot
2019-01-24Add a stub Image class, to let poezio run even when Pillow isn’t installed.Emmanuel Gil Peyrot
2019-01-24AvatarWin: Add SVG support.Emmanuel Gil Peyrot
2019-01-23Improve text of impromptu commandMaxime “pep” Buquet
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-04Fix several typos in the docs.Emmanuel Gil Peyrot
2019-01-02Add some more M-arrows keysEmmanuel Gil Peyrot
2018-12-26disco plugin: Add iq error reportingKim Alvefur
2018-12-16Merge branch 'master' into 'master'mathieui
2018-12-16Roster: display presence.show when contact goes offline, if available.Georg Lukas
2018-12-16Work around /upload not working in direct tabs (similar to #3449)Georg Lukas
2018-12-16Work around #3449Georg Lukas
2018-12-16self-ping: do not /cycle on timeout, log onlyGeorg Lukas
2018-12-16Merge branch 'invite_impromptu' into 'master'Maxime Buquet
2018-12-16impromptu: add versionadded info in docMaxime “pep” Buquet
2018-12-16impromptu: document default_muc_serviceMaxime “pep” Buquet
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-16Add gitignoreMaxime “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-15Merge branch 'muc-info-win-additional-info' into 'master'Maxime 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-11-14Also switch the potr plugin to https://Emmanuel Gil Peyrot
2018-11-14Update the slixmpp git URI to point to GitLabEmmanuel Gil Peyrot
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-18Remove the formatting-check ci build until we decide what we should do with itlouiz’
2018-10-18MUC fix for bad servers (#3430)mathieui
2018-10-15Fix core import in mainmathieui