Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-12 | Fix the README one last time | Florent Le Coz | |
2011-01-12 | Correctly refresh the screen on ^G on roster commands | Florent Le Coz | |
2011-01-12 | Update CHANGELOG and s/codingteam.net/dev.louiz.org/ | Florent Le Coz | |
2011-01-12 | Fix // | Florent Le Coz | |
2011-01-12 | Vcard support removed, btw | Florent Le Coz | |
2011-01-12 | Update man page | Florent Le Coz | |
2011-01-12 | Fix the size of nicks in user_list window | Florent Le Coz | |
2011-01-12 | Have a notification when someone wants to suscribe to your presence | Florent Le Coz | |
2011-01-12 | Fix InfoTab | Florent Le Coz | |
2011-01-12 | Finish the two default themes | Florent Le Coz | |
And remove the automatic copy of the config files | |||
2011-01-12 | Log messages from normal and private conversations as well | Florent Le Coz | |
2011-01-12 | Clean up the on_enter methods. fixed #2101 | Florent Le Coz | |
2011-01-12 | fixed #2100 | 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 | Avoid a traceback on remove_contact: | Florent Le Coz | |
2011-01-12 | Also, fix C-w | 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 | And fix the on_enter again (for commands) | Florent Le Coz | |
2011-01-11 | Avoid traceback on Enter in ChatTabs | Florent Le Coz | |
2011-01-11 | Limit nick size to the user list width | Florent Le Coz | |
2011-01-11 | /accept and /deny commands | Florent Le Coz | |
User can now decide to accept or deny a subscription, in the roster | |||
2011-01-11 | Displays the subscription and Ask states in the roster | Florent Le Coz | |
2011-01-11 | And also that | Florent Le Coz | |
2011-01-11 | Fix // on roster | Florent Le Coz | |
2011-01-11 | Move the Contact Window in the left part of the roster tab | Florent Le Coz | |
2011-01-10 | Do not automatically reconnect. Ever | Florent Le Coz | |
2011-01-10 | Avoid traceback on text_win refresh | 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 | |
When we are disconnected from the server and we reconnect, do not reopen the MUCs in double. | |||
2011-01-10 | Fix an error in textwin.refresh | Florent Le Coz | |
a \n was added when the line was exactly the same width as the window, so the next nick was one line too low | |||
2011-01-10 | Update the default MUC in default config | Florent Le Coz | |
2011-01-10 | launch.sh is executable | Florent Le Coz | |
2011-01-10 | Update URLs in README file | Florent Le Coz | |
2011-01-09 | Test commit | Florent Le Coz | |
2011-01-09 | avoid a traceback on subject, whatever | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2011-01-09 | remove the separator when it is at the bottom (unles the user maid M-v) | 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-09 | restaure software version and local time | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2011-01-08 | Handle authentication and connection errors. fixed #1994 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2011-01-06 | MessageInput now have a 'draft' option. When you're typing a new message, ↵ | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
↑ and ↓ will keep the unfinished (and unsent) message in the history. fixed #1852 | |||
2011-01-06 | Fix input history, and avoid consecutive duplicates. fixed #1851 | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |
2011-01-05 | remove useless debug | 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-05 | fix the refresh of textwin when there's no message yet | louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13 | |