summaryrefslogtreecommitdiff
path: root/poezio/tabs
AgeCommit message (Expand)Author
2017-10-13Fix the last pylint error (do not set the roster contact filter to None)mathieui
2017-10-13Clean the presence buffer whenever we leave the roommathieui
2017-10-13Fix more pylint errorsmathieui
2017-10-12Fix some excepts (bare, useless, unused)mathieui
2017-10-12Actually fix what the previous commit should have fixedmathieui
2017-10-12Fix a pylint complaintmathieui
2017-10-11Handle PresenceError correctlymathieui
2017-10-10Avoid an exception when we receive a presence from unknown nicksmathieui
2017-10-10Micro-optimize MUC presence handlingmathieui
2017-10-08Fix #3056 (send inactive chatstate when leaving a tab)mathieui
2017-10-08rostertab: Increase the size of the contact_info and avatar.Emmanuel Gil Peyrot
2017-10-08Fix #3281 (alias /subject to /topic)mathieui
2017-10-08Change all “not … in …” into “… not in …”.Emmanuel Gil Peyrot
2017-10-07Display contact avatar in the roster.Emmanuel Gil Peyrot
2017-10-07rostertab: Import shell_split globally.Emmanuel Gil Peyrot
2017-10-07contact: Remove now-unused alias of presence to show.Emmanuel Gil Peyrot
2017-10-07Fix #3334 (error when a service includes only the actor nick in a ban)mathieui
2017-10-07Fix #3332 (showing a join for a type="unavailable" presence)mathieui
2017-07-20Simplify /cycle as wellmathieui
2017-07-20Fix /server_cycle weirdnessmathieui
2017-05-16Remove extra colonmathieui
2017-05-15Add /add in conversation tabs.Emmanuel Gil Peyrot
2017-05-15Send a <gone/> chatstate on /close.Emmanuel Gil Peyrot
2017-05-15Merge /unquery and /close into OneToOneTab.Emmanuel Gil Peyrot
2017-04-09Fix #3149 (wipe xmltab messages for real with /clear)mathieui
2017-04-09Fix ssl warning tabmathieui
2017-03-28self-ping: consider 'feature-not-implemented' a valid ping responseGeorg Lukas
2017-02-24Force xmlns when parsing self-generated xhtml-im (Fix #3274)mathieui
2017-02-13Remove a useless lambdamathieui
2017-02-13Don't require parameters for the ignored args wrappermathieui
2016-12-26Add missing message types (fix #3271)mathieui
2016-10-21pyflake fixesmathieui
2016-10-21Fill __all__ for tabs/ and windows/mathieui
2016-10-14Rename /reset to /filter_reset in XML tab, for consistencylouiz’
2016-10-05Fix #3100 (Allow pasting in a data form)mathieui
2016-10-04"information" is already plural, fix wordingmathieui
2016-09-29Display status changes in one to one chatsmathieui
2016-09-25Normalise the user-facing name of MUC from chatroom to room everywhere.Emmanuel Gil Peyrot
2016-09-25Fix wrong quit char color when someone leaves a MUC.Emmanuel Gil Peyrot
2016-09-20Add a PgUp/PgDown keybind to /bookmarks.Eijebong
2016-09-20Stop using deprecated aliases from slixmpp.Emmanuel Gil Peyrot
2016-09-13Fix a traceback in the kick/ban handlermathieui
2016-08-29Fix coloring of messages in the privatetabmathieui
2016-08-28Fix some type inconsistenciesmathieui
2016-08-26Fix #3193 (report PM errors in PM tab)mathieui
2016-08-25Fix #3217 (allow /groupadd "group" with selected row in the roster)mathieui
2016-08-22Muctab: Only search for matching colors on user joinmathieui
2016-08-21Don’t call input completion() functions inside completion methodsmathieui
2016-08-20Implement XEP-0070 using the confirmtabmathieui
2016-08-19Remove unused leftover importsmathieui