Age | Commit message (Expand) | Author |
2011-03-27 | Jump the space on /message JID blabla command | Florent Le Coz |
2011-03-20 | Alt+J | Florent Le Coz |
2011-03-20 | Little mistake | Florent Le Coz |
2011-03-20 | Alt+x where x is a number | Florent Le Coz |
2011-03-20 | Command connect, to reconnect if needed. Fixed #1149 | Florent Le Coz |
2011-03-15 | /version <jid> command | Florent Le Coz |
2011-03-13 | Remove the avail command, since /ava[TAB] is even shorter than that. | Florent Le Coz |
2011-03-11 | Remove the /show command and map /away, /avail, etc. to /status. | Emmanuel Gil Peyrot |
2011-03-08 | Have a single TextWin in common for each tab, reducing the needed memory, and... | Florent Le Coz |
2011-03-07 | Inputs are garbage collected, making MucListTab collectable. | Florent Le Coz |
2011-03-07 | very little cleanup | Florent Le Coz |
2011-03-05 | Move a lot of muc-only-related stuff insid the MucTab class | Florent Le Coz |
2011-03-05 | Kind of big cleanup. | Florent Le Coz |
2011-03-03 | fixed #2117 Fix tracebacks: remove traceback handler. | Florent Le Coz |
2011-03-03 | Avoid a blink at startup with a stupid hackā¦ | Florent Le Coz |
2011-02-25 | Fix a tb when receiving the first private message of a conversation | Florent Le Coz |
2011-02-24 | Display chatstates in the user list in MucTabs | Florent Le Coz |
2011-02-24 | end and handle chatstates in privateconversations | Florent Le Coz |
2011-02-24 | Refresh the tab when we receive a chat state | Florent Le Coz |
2011-02-24 | Pass the message too | Florent Le Coz |
2011-02-24 | In normal conversations: Send composing and active chat states | Florent Le Coz |
2011-02-16 | Fix the info_win of the InfoTab (anon mode) | Florent Le Coz |
2011-02-15 | Ctrl+Shift+left and right switch to the previous/next tab | Florent Le Coz |
2011-02-15 | /message command. Fixed #2106 | Florent Le Coz |
2011-02-15 | Remove the resize timer etc, because the resize process | Florent Le Coz |
2011-02-15 | Make the resize faster by resizing each tab | Florent Le Coz |
2011-02-13 | Make the tab collectable by remove self references when closing | Florent Le Coz |
2011-02-10 | Fix /list completion (complete the servers only) | Florent Le Coz |
2011-02-10 | Fix the /help command with commands of the current tab | Florent Le Coz |
2011-02-10 | /help completion | Florent Le Coz |
2011-02-10 | /win completion and fix the return values of other completions | Florent Le Coz |
2011-02-10 | /show completion | Florent Le Coz |
2011-02-10 | Make the shell split do a normal split if the syntax is wrong | Florent Le Coz |
2011-02-09 | update version to 0.7.5-dev and remove some debug | Florent Le Coz |
2011-01-26 | get_tab_by_name is safer now, by passing the type of the tab we want. | Florent Le Coz |
2011-01-26 | Fix a traceback occuring when an (unknown) tab has a name corresponding to an... | Florent Le Coz |
2011-01-26 | Properly consider the size of the window on data-form tab | Florent Le Coz |
2011-01-24 | /status also changes your presence in MUCs | Florent Le Coz |
2011-01-23 | Handle correctly the banning of a muc participant | Florent Le Coz |
2011-01-23 | /status command. fixed #2110 | Florent Le Coz |
2011-01-21 | Fix on_user_join issue, and displays the jid if available on /info | Florent Le Coz |
2011-01-21 | Data form support. | Florent Le Coz |
2011-01-17 | /info command (to see user's affiliation, role, etc) | Florent Le Coz |
2011-01-17 | /join @server.tld now works. fixed #2038 | Florent Le Coz |
2011-01-17 | /win's arg can be a part of the tab's name | Florent Le Coz |
2011-01-13 | Restaure the display of the kick's reason if available | Florent Le Coz |
2011-01-13 | Fix /bookmark command on non-MUC tabs | Florent Le Coz |
2011-01-12 | Update CHANGELOG and s/codingteam.net/dev.louiz.org/ | Florent Le Coz |
2011-01-12 | Have a notification when someone wants to suscribe to your presence | Florent Le Coz |
2011-01-12 | Log messages from normal and private conversations as well | Florent Le Coz |