summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-01-31Update CHANGELOGFlorent Le Coz
2011-01-28testFlorent 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-26Added tag 0.7.1-beta for changeset dca005c05029Florent Le Coz
2011-01-26Properly consider the size of the window on data-form tabFlorent Le Coz
2011-01-25data-forms: an help messageFlorent Le Coz
2011-01-25Fix a little issue on the default values of text-multiFlorent Le Coz
2011-01-25data-forms: text-multi and jid-multi supportFlorent Le Coz
2011-01-25data-forms: temporary text-multi supportFlorent Le Coz
2011-01-25data-forms: list-multi supportFlorent Le Coz
2011-01-24/status also changes your presence in MUCsFlorent Le Coz
2011-01-23fixed #2109. HUGE DIFF OMGFlorent 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-23Fix a crash on unknown roleFlorent Le Coz
2011-01-22fix get_output_of_command. fixed #2018Florent Le Coz
2011-01-21Fix on_user_join issue, and displays the jid if available on /infoFlorent Le Coz
2011-01-21Avoid traceback when configuration is forbidden…Florent 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-13Added tag 0.7 for changeset e15166eea64aFlorent Le Coz
2011-01-13Version 0.7Florent Le Coz
2011-01-13Fix copy of default config fileFlorent Le Coz
2011-01-13Prompt password if no password is provided in config fileFlorent 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-13/close command closes MucListTabFlorent Le Coz
2011-01-12man page typoFlorent Le Coz
2011-01-12Fix the README one last timeFlorent Le Coz
2011-01-12Correctly refresh the screen on ^G on roster commandsFlorent Le Coz
2011-01-12Update CHANGELOG and s/codingteam.net/dev.louiz.org/Florent Le Coz
2011-01-12Fix //Florent Le Coz
2011-01-12Vcard support removed, btwFlorent Le Coz
2011-01-12Update man pageFlorent Le Coz
2011-01-12Fix the size of nicks in user_list windowFlorent Le Coz
2011-01-12Have a notification when someone wants to suscribe to your presenceFlorent Le Coz
2011-01-12Fix InfoTabFlorent Le Coz
2011-01-12Finish the two default themesFlorent Le Coz
And remove the automatic copy of the config files
2011-01-12Log messages from normal and private conversations as wellFlorent Le Coz
2011-01-12Clean up the on_enter methods. fixed #2101Florent Le Coz
2011-01-12fixed #2100Florent 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-12Avoid a traceback on remove_contact:Florent Le Coz
2011-01-12Also, fix C-wFlorent Le Coz
2011-01-12Fix M-b and M-f, fixed #2102Florent Le Coz
2011-01-12/add and /remove commands, yayFlorent Le Coz