Age | Commit message (Expand) | Author |
2012-10-12 | When a message is corrected, display it correctly in place of the previous one. | Emmanuel Gil Peyrot |
2012-10-09 | Transform a char (\xf1) into what we meant (Ctrl+/, apparently). | Florent Le Coz |
2012-10-09 | Send a real \t when pasting a text containing tabs. | Florent Le Coz |
2012-10-09 | Refresh less often when entering text. | Florent Le Coz |
2012-10-09 | Separate special keys from normal chars when receving a batch of chars. | Florent Le Coz |
2012-09-27 | Prevent special keys to appear in the input when lagging | mathieui |
2012-09-27 | Fix the bug of Alt-e (go to important room) | mathieui |
2012-09-26 | Add a /move_tab command | mathieui |
2012-09-26 | Rewrite the tab number handling | mathieui |
2012-09-13 | Make the toggle left pane permanent | mathieui |
2012-09-02 | An history_length of 0 was ignored (and the default length would be received) | Florent Le Coz |
2012-09-02 | added muc_history_length support | Johannes Krude |
2012-08-08 | Fix yet another bunch of potential tracebacks | mathieui |
2012-08-07 | Take care of the race condition "node@groupchat_server is now online/offline" | mathieui |
2012-08-06 | Add a common.safeJID function, and use it everywhere | mathieui |
2012-08-05 | Should fix most tracebacks due to the new sleek version | mathieui |
2012-08-05 | Add a filter_info_messages option | mathieui |
2012-08-03 | Do not set last activity when sending a stanza because it makes no sense | mathieui |
2012-08-02 | Implement XEP-0012 (last activity) ; Fixes #1870 | mathieui |
2012-07-29 | /bind with only one argument now resets the binding | mathieui |
2012-07-27 | Fix get_conversation_by_jid when a string is passed. | Florent Le Coz |
2012-07-26 | Add a /self command | mathieui |
2012-07-26 | Add a /runkey command | mathieui |
2012-07-26 | Change how scrolling is done | mathieui |
2012-07-26 | Remove the duplicate function get_tab_of_conversation_with_jid | mathieui |
2012-07-26 | Refactor core.py to have meaningful sections | mathieui |
2012-07-26 | Small non-impacting modifications | mathieui |
2012-07-17 | Fix /version to find a fulljid when available | mathieui |
2012-07-04 | Use no_auth instead of failed_auth event | mathieui |
2012-07-03 | Do not reload plugins on reconnection | mathieui |
2012-07-03 | Make /status comply with the command args rule | mathieui |
2012-07-03 | Improve the simple_notify plugin and the daemon to execute a command to clean... | Florent Le Coz |
2012-05-29 | Move ^D to ^X | mathieui |
2012-05-22 | Remove the unused “port” option. | mathieui |
2012-05-21 | Fix the ^I (when pasting) issue correctly this time. | Florent Le Coz |
2012-05-21 | Revert "Do not display ^I when pasting a tabulation char." | Florent Le Coz |
2012-05-21 | Docstrings, and small cleanup | mathieui |
2012-05-20 | Do not display ^I when pasting a tabulation char. | Florent Le Coz |
2012-05-17 | Show subscription changes in the info buffer - Fixes #2234 | mathieui |
2012-05-16 | Put color in the topic again | mathieui |
2012-05-16 | Prevent the rooms from going “offline” | mathieui |
2012-05-16 | Add status code handling - Fixes #2338 | mathieui |
2012-05-14 | Fix the “/bookmark{,_local} *” behaviour | mathieui |
2012-05-12 | Add the ignore_private and private_auto_response options | mathieui |
2012-05-10 | Prevent iq errors & timeouts on /join completion | mathieui |
2012-05-10 | Fix the usr join/rejoin when someone gets kicked or banned | mathieui |
2012-05-10 | Add a way to execute a custom command with a custom key binding | mathieui |
2012-05-10 | Add new status & bookmarks actions | mathieui |
2012-05-08 | Add the possibility to map keys on 'actions' | mathieui |
2012-05-07 | Fix the duplicate messages when talking to an offline gmail contact | mathieui |