summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-01Test to use slots instead of namedtuplesslots_testmathieui
2013-03-01Fix #2231 (update the plugins to use the new help system)mathieui
And fix some imprecisions/mistakes in the help.
2013-03-01Do not ping twice in private tabsmathieui
2013-03-01Improve the ping pluginmathieui
fix a TB in the MUC fix the completion (no quotes) add a timeout of 5 seconds
2013-03-01Fix #2226 (TB on /activity)mathieui
2013-02-28Remove frugalware from the distros with support and add gentoomathieui
2013-02-28Remove a debug that floods too muchmathieui
2013-02-28Fix a traceback due to a sleekxmpp API changemathieui
- remove the help message for people still using the old custom sleekxmpp repo
2013-02-28Fix signal handlingmathieui
- reload the config/theme with SIGUSR1 - quit properly with SIGHUP/SIGTERM
2013-02-27Improve XEP-0308 supportmathieui
- Prevent correction of delayed messages - Prevent correction of messages by someone else in a MUC (and in a private tab) - Messages with unauthorized corrections (above) or wrong message id will be displayed as normal messages TODO: restrict the corrections to the same fullJID (only in direct "normal" conversations, because we can know in private an muc tabs, via the User object)
2013-02-21Fix the background color of some messagesmathieui
2013-02-15Fix a potential traceback on /ignoremathieui
(if the room was not joined)
2013-02-13Add an indicator of the number of participantsmathieui
(like in weechat)
2013-02-11Do not add a space after /unignore completionmathieui
2013-02-03Fix the folding of contacts in multiple groupsmathieui
(add a defaultdict to keep the folded state in each group)
2013-02-03Add a key (Alt+d) de delete the next word in the input.Florent Le Coz
2013-02-03Remove some useless keys, and change the keys to scroll the info win.Florent Le Coz
M-d and M-c become M-D and M-C
2013-02-03Fix a traceback on the completion of /correctmathieui
when no message has been sent yet
2013-02-01Fix a traceback with the Ping pluginmathieui
2013-01-29Fix a tb on /accept. Make sure jid is a JID object, not an str.Florent Le Coz
2013-01-29make the options in the config files case sensitive.Florent Le Coz
2013-01-29scroll_to_separator now scrolls to the top if there’s no separator.Florent Le Coz
2013-01-29Makes next_hl and prev_hl work after a scroll_to_separator.Florent Le Coz
This makes it easy to review all the highlights after the separator was placed, using M-h, M-n, M-n, M-n… We just add a counter of highlights which is incremented each time there’s an hl, and set to zero when we reset the separator. We use that counter to set hl_pos when we scroll to the separator.
2013-01-28Do not open new useless tabs with /messagemathieui
2013-01-28fix the completion of jids for /messagemathieui
2013-01-26Add XEP 296 to the list of supported XEP.Florent Le Coz
2013-01-26Add the color of the resource (for dynamic conversations) in the dark theme.Florent Le Coz
2013-01-26Remove a single trailing space. hihi.Florent Le Coz
2013-01-26Add an /unlock command to manually unlock a DynamicConversationTab.Florent Le Coz
2013-01-26Implement XEP 296 for locking resource in conversations.Florent Le Coz
With a few specific behaviours: When manually opening a conversation with a bare jid, we open a normal conversation that follows the XEP (locked and unlocked accordingly). If the user manually opens a conversation with a fulljid (by selecting a specific resource in the roster, or by specifying a fulljid to the /message command), we open a special tab that doesn’t follow the XEP (it is always locked to the same resource, and cannot be unlocked). When a message is received, unless a special tab has been manually opened by the other with that specific resource, we always send the messages to a uniq normal tab, unlocking or locking it according to the XEP. This means that only one tab can be opened with a given contact, unless the user specifically chooses to open a special tab for a specific resource. fixes #2159
2013-01-23Don’t rebuild the lines on resize when the width has not changedmathieui
- because it is an heavy operation, and it is useless, since the lines only change when the width changes.
2013-01-21Fix it for real.mathieui
2013-01-21Fix a traceback when a tab failed to be joined in the first placemathieui
2013-01-21Break the ugly roster refresh loop into twomathieui
- The code is more understandable - The number of iterations may have slightly increased - Less things are done inside the lock, so the overall experience should be smoother
2013-01-19Fix get_version and get_room_formmathieui
2013-01-19Also add the image…mathieui
2013-01-19Add some documentation about message correctionmathieui
2013-01-18Use the new command scheme in plugins toomathieui
(while staying backwards-compatible)
2013-01-18Open tabs for rooms without autojoin (but do not join them)mathieui
2013-01-17Change the SleekXMPP git url to use the better git:// protocolFlorent Le Coz
2013-01-17Fix a (hidden) tracebackmathieui
Do not traceback when we receive a chatstate from someone not in our roster.
2013-01-17Update the installation instructionsmathieui
2013-01-17Refresh the rooster when canceling the search.Florent Le Coz
fixes #2195
2013-01-17Move to the upstream SleekXMPPmathieui
- remove the decline command that is not in the trunk (and mediated declines are supported nowhere anyway) - change a bit xhtml-im support - change the bookmarks management a bit - Add a verification to avoid crashing when poezio will be launched the next time - Fix the (unrelated) bug when setting a jid affiliation
2013-01-11Improve the xml tabmathieui
fix refresh bugs, display the scrolling status, add an info bar, add the global info win
2013-01-07Fix the behaviour of /move_tabmathieui
2013-01-07fix a tb on /acceptFlorent Le Coz
2013-01-06Improve the help system (#1986)mathieui
TODO: change the plugin API to take advantage of this This change is backwards-compatible (as in “should not break anything”)
2013-01-05Update the gnupg wrapper - Fix #2162mathieui
2013-01-05Do not display messages if they have an empty body after the hookmathieui