summaryrefslogtreecommitdiff
path: root/src/core.py
AgeCommit message (Collapse)Author
2011-02-10Make the shell split do a normal split if the syntax is wrongFlorent Le Coz
2011-02-09update version to 0.7.5-dev and remove some debugFlorent Le Coz
2011-01-26get_tab_by_name is safer now, by passing the type of the tab we want.Florent Le Coz
This avoid confusion between various tabs having an identical name (which should not happen anyway…)
2011-01-26Fix a traceback occuring when an (unknown) tab has a name corresponding to ↵Florent Le Coz
an existant MucTab.
2011-01-26Properly consider the size of the window on data-form tabFlorent Le Coz
2011-01-24/status also changes your presence in MUCsFlorent Le Coz
2011-01-23Handle correctly the banning of a muc participantFlorent Le Coz
Fixed #2112
2011-01-23/status command. fixed #2110Florent Le Coz
2011-01-21Fix on_user_join issue, and displays the jid if available on /infoFlorent Le Coz
2011-01-21Data form support.Florent Le Coz
supported yet: text-single, text-private, list-single, boolean The interface is really ugly, but, well, it works
2011-01-17/info command (to see user's affiliation, role, etc)Florent Le Coz
2011-01-17/join @server.tld now works. fixed #2038Florent Le Coz
2011-01-17/win's arg can be a part of the tab's nameFlorent Le Coz
2011-01-13Restaure the display of the kick's reason if availableFlorent Le Coz
2011-01-13Fix /bookmark command on non-MUC tabsFlorent Le Coz
2011-01-12Update CHANGELOG and s/codingteam.net/dev.louiz.org/Florent Le Coz
2011-01-12Have a notification when someone wants to suscribe to your presenceFlorent Le Coz
2011-01-12Log messages from normal and private conversations as wellFlorent Le Coz
2011-01-12Cleanly reset curses, so the term is never messed up after an exitFlorent Le Coz
2011-01-12Avoid various crashes by denying the resize AND the refresh on too small sizeFlorent Le Coz
2011-01-12Fix M-b and M-f, fixed #2102Florent Le Coz
2011-01-12/add and /remove commands, yayFlorent Le Coz
2011-01-11/accept and /deny commandsFlorent Le Coz
User can now decide to accept or deny a subscription, in the roster
2011-01-11And also thatFlorent Le Coz
2011-01-11Fix // on rosterFlorent Le Coz
2011-01-10use fast search by default (s), and possibly use slow search (S)Florent Le Coz
2011-01-10Handle correctly disconnectionsFlorent Le Coz
When we are disconnected from the server and we reconnect, do not reopen the MUCs in double.
2011-01-09avoid a traceback on subject, whateverlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-09Handle subject with no nick. And avoid duplicateslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-08Handle authentication and connection errors. fixed #1994louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-05correctly refresh the screen on got_offline/onlinelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-05also displays a message in ConversationTabs when a resource goes onlinelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-05same thing, but nicer codelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-05correctly displays a message in ConversationTabs when a resource goes offlinelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-05fix ConversationTab's nicks when a contact has no namelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-04ask for NO history message when using /cyclelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-04displays message in ConversationTabs when a resource goes offlinelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-03display the 'nickname' instead of the JIDlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-02also fix /join completion (using xep 30), and add a timeoutlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2011-01-02fix /list with new SleekXMPP xep_0030 version. Also add some error handling ↵louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
and a '(loading)' information while waiting for the answer
2011-01-01update copyright datelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-31fix InfoTab, fixed #2087louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-31use the theme colorlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-31fix some stuff, maybelouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-31remote nickname is colored in ConversationTablouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-26fixed #1988 Traceback handlerlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-17stupid…louiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-17^L now workslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-17correctly differentiate private and normal messageslouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13
2010-12-17fix typo and catch NoSectionError in configlouiz@4325f9fc-e183-4c21-96ce-0ab188b42d13