summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-10-02Revert "Add a tab-specific “ignore_changes” option"Florent Le Coz
2012-09-30Add a tab-specific “ignore_changes” optionmathieui
2012-09-27Prevent special keys to appear in the input when laggingmathieui
2012-09-27Fix the bug of Alt-e (go to important room)mathieui
2012-09-26Add a /move_tab commandmathieui
2012-09-26Rewrite the tab number handlingmathieui
2012-09-13Fix TBs when the system is not in utf-8 by defaultmathieui
2012-09-13Make the toggle left pane permanentmathieui
2012-09-02An history_length of 0 was ignored (and the default length would be received)Florent Le Coz
2012-09-02added muc_history_length supportJohannes Krude
2012-09-01Add a <body xmlns='http://www.w3.org/1999/xhtml'/> element on /xhtml commandFlorent Le Coz
2012-08-31Give an empty name to a group if it hasn’t got onemathieui
2012-08-31Fix a traceback when a group has no name and a crash when dns gets interruptedmathieui
2012-08-08Fix yet another bunch of potential tracebacksmathieui
2012-08-07Take care of the race condition "node@groupchat_server is now online/offline"mathieui
2012-08-06Add a common.safeJID function, and use it everywheremathieui
2012-08-06Make optparse workmathieui
2012-08-06Add a fallback to optparse if argparse is not foundmathieui
2012-08-05Should fix most tracebacks due to the new sleek versionmathieui
2012-08-05Add a filter_info_messages optionmathieui
2012-08-05Use the revision/date for the poezio version if a .git is foundmathieui
2012-08-05Move from optparse (deprecated) to argparsemathieui
2012-08-03Do not set last activity when sending a stanza because it makes no sensemathieui
2012-08-02Fix a traceback due to a missing '%'mathieui
2012-08-02Implement XEP-0012 (last activity) ; Fixes #1870mathieui
2012-08-02Add simple communication blocking (Fixes #1837)mathieui
2012-08-01Do not generate invalid jids (e.g. localpart@domainpart/)mathieui
2012-08-01Sort resources from highest priority to lowestmathieui
2012-08-01Various changes to the roster sortingmathieui
2012-08-01Add an "online" contact sorting methodmathieui
2012-08-01Sort the unavailable contacts at the end of the contact listmathieui
2012-08-01Add a roster_group_sort option, which works like roster_sortmathieui
2012-07-31Add a roster_sort option to sort the contacts inside the roster groupsmathieui
2012-07-31Also sort the contacts alphabeticallymathieui
2012-07-31Sort the contacts in the roster groups by show (xa/away/…)mathieui
2012-07-31Make the autorejoin option work with bans, too, and fix the documentationmathieui
2012-07-30Add an autorejoin_delay optionmathieui
2012-07-29/bind with only one argument now resets the bindingmathieui
2012-07-29Implement the sending of underlined text in xhtml-im messages (C-c u).Florent Le Coz
2012-07-27Fix get_conversation_by_jid when a string is passed.Florent Le Coz
2012-07-26Add a /self commandmathieui
2012-07-26Add a /runkey commandmathieui
2012-07-26Change how scrolling is donemathieui
2012-07-26Remove the duplicate function get_tab_of_conversation_with_jidmathieui
2012-07-26Refactor core.py to have meaningful sectionsmathieui
2012-07-26Small non-impacting modificationsmathieui
2012-07-19Remove the shell_completionmathieui
2012-07-19Fix /info (role and affiliation were inverted)mathieui
2012-07-18[labedz] Add keys to jump to the next and previous contact in the roster.Florent Le Coz
2012-07-17Fix /version to find a fulljid when availablemathieui