summaryrefslogtreecommitdiff
path: root/poezio/tabs/muctab.py
AgeCommit message (Expand)Author
2018-06-29Update poezio for the new tabs modulemathieui
2018-04-25Fetch all MUC history on first joinMaxime “pep” Buquet
2018-03-14Factorise the /version callback and make it handle errorsEmmanuel Gil Peyrot
2018-02-20Update documentation (& formatting)mathieui
2018-01-16Use refresh_input in process_presence_buffer to avoid tracebackMaxime “pep” Buquet
2018-01-16Current tab input is refreshed on kick/ban even when it does not existmathieui
2018-01-13yapf -irmathieui
2017-11-28XEP-0392 MUC: re-color users on nickname changeJonas Wielicki
2017-11-24muctab: Display the bookmark name when available, instead of the localpart.Emmanuel Gil Peyrot
2017-11-23Remove all remote_wants_chatstates logic, keep the stubs.Emmanuel Gil Peyrot
2017-11-22Fix the case when we receive an unavailable presence while joiningmathieui
2017-11-14yapf -irEmmanuel Gil Peyrot
2017-11-14self-ping: add 'timeout' option for ping responseGeorg Lukas
2017-11-14self-ping: rename option from 'delay' to 'interval'Georg Lukas
2017-11-12Remove unused variablesmathieui
2017-11-12yapf -irmathieui
2017-10-15Always refresh the MUC when setting or unsetting a user colormathieui
2017-10-14Fix a traceback when creating a conversation tabmathieui
2017-10-14Add a refresh wrapper on the methods for scrolling the userlistmathieui
2017-10-14Fix a bad indentationmathieui
2017-10-14Do not call poezio commands when we can call methodsmathieui
2017-10-14Split the muctab recolor codemathieui
2017-10-14Split command_topic in muctabmathieui
2017-10-14Split command_info in muctabmathieui
2017-10-14Fix error presence handlingmathieui
2017-10-14Refactor nick and affiliation changesmathieui
2017-10-14Reformat muctabmathieui
2017-10-14Remove unused is_muc propertymathieui
2017-10-14Split command declaration from init in muctabmathieui
2017-10-13Clean the presence buffer whenever we leave the roommathieui
2017-10-13Fix more pylint errorsmathieui
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-08Fix #3281 (alias /subject to /topic)mathieui
2017-10-08Change all “not … in …” into “… not in …”.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-03-28self-ping: consider 'feature-not-implemented' a valid ping responseGeorg Lukas
2016-10-21pyflake fixesmathieui
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-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-22Muctab: Only search for matching colors on user joinmathieui
2016-08-21Don’t call input completion() functions inside completion methodsmathieui