summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-15PgUp and PgDown scroll one page in the rosterFlorent Le Coz
M-u, M-y Moves to the next/previous roster group
2011-02-15Scroll user list by "height-1" lines, instead of 4Florent Le Coz
2011-02-15/message command. Fixed #2106Florent Le Coz
2011-02-15Remove the resize timer etc, because the resize processFlorent Le Coz
is waaaaaay faster now.
2011-02-15Make the resize faster by resizing each tabFlorent Le Coz
only at its next refresh
2011-02-14Automated merge with http://hg.louiz.org/poezioFlorent Le Coz
2011-02-14Make the number of lines and messages kept in memory configurableFlorent Le Coz
and lower (a lot) the number of lines kept in the info_win buffers This lower the memory usage.
2011-02-14Properly remove the info_win from the list of theFlorent Le Coz
global information_buffer to make it Garbage Collected when we close the tab
2011-02-13Make the tab collectable by remove self references when closingFlorent Le Coz
them.
2011-02-13Automated merge with http://hg.louiz.org/poezioFlorent Le Coz
2011-02-13Make it possible to define bold in the theme filesFlorent Le Coz
2011-02-10Fix /list completion (complete the servers only)Florent Le Coz
2011-02-10Fix the /help command with commands of the current tabFlorent Le Coz
2011-02-10/help completionFlorent Le Coz
2011-02-10/win completion and fix the return values of other completionsFlorent Le Coz
2011-02-10/show completionFlorent Le Coz
2011-02-10/unignore completionFlorent Le Coz
2011-02-10Topic completionFlorent Le Coz
2011-02-10Make the shell split do a normal split if the syntax is wrongFlorent Le Coz
2011-02-10Remove a useless UnicodeError checkFlorent Le Coz
2011-02-09update version to 0.7.5-dev and remove some debugFlorent Le Coz
2011-02-02Added tag 0.7.1 for changeset df21334936b7Florent Le Coz
2011-02-02Update to 0.7.1Florent Le Coz
2011-02-02euh okFlorent Le Coz
2011-02-02Disable /configure while it's broken with sleekxmppFlorent Le Coz
2011-02-02fixed #2115mathieui
2011-01-31Avoid crash if info_win_size is over the window height. fixed #2114Florent Le Coz
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