Age | Commit message (Expand) | Author |
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 |
2011-01-12 | Cleanly reset curses, so the term is never messed up after an exit | Florent Le Coz |
2011-01-12 | Avoid various crashes by denying the resize AND the refresh on too small size | Florent Le Coz |
2011-01-12 | Fix M-b and M-f, fixed #2102 | Florent Le Coz |
2011-01-12 | /add and /remove commands, yay | Florent Le Coz |
2011-01-11 | /accept and /deny commands | Florent Le Coz |
2011-01-11 | And also that | Florent Le Coz |
2011-01-11 | Fix // on roster | Florent Le Coz |
2011-01-10 | use fast search by default (s), and possibly use slow search (S) | Florent Le Coz |
2011-01-10 | Handle correctly disconnections | Florent Le Coz |
2011-01-09 | avoid a traceback on subject, whatever | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-09 | Handle subject with no nick. And avoid duplicates | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-08 | Handle authentication and connection errors. fixed #1994 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-05 | correctly refresh the screen on got_offline/online | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-05 | also displays a message in ConversationTabs when a resource goes online | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-05 | same thing, but nicer code | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-05 | correctly displays a message in ConversationTabs when a resource goes offline | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-05 | fix ConversationTab's nicks when a contact has no name | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-04 | ask for NO history message when using /cycle | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-04 | displays message in ConversationTabs when a resource goes offline | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-03 | display the 'nickname' instead of the JID | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-02 | also fix /join completion (using xep 30), and add a timeout | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-02 | fix /list with new SleekXMPP xep_0030 version. Also add some error handling a... | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2011-01-01 | update copyright date | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-12-31 | fix InfoTab, fixed #2087 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-12-31 | use the theme color | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |
2010-12-31 | fix some stuff, maybe | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 |