summaryrefslogtreecommitdiff
path: root/src/tabs.py
AgeCommit message (Expand)Author
2012-11-05Fix the completion for /infomathieui
2012-10-15Fix a refresh issue with /messagemathieui
2012-10-15Prettify the /names commandmathieui
2012-10-14Rename /connect to /reconnect and make it rostertab-onlymathieui
2012-10-14Add decorators to handle refreshs more easilymathieui
2012-10-14Add a space after a nick completion not at the start of the line.Florent Le Coz
2012-10-14Fix a refresh issue on space in the rostermathieui
2012-10-13Fixes #2374 (Crash on " " in the MUC list)mathieui
2012-10-13Fixes #2376 (Only open one XMLTab)mathieui
2012-10-13Add a “debug” attribute to Coremathieui
2012-10-12Correctly rebuild the messages when we corrected one. And avoid code duplicatesFlorent Le Coz
2012-10-12When a message is corrected, display it correctly in place of the previous one.Emmanuel Gil Peyrot
2012-10-12Implement message correction.Emmanuel Gil Peyrot
2012-10-02Revert "Add a tab-specific “ignore_changes” option"Florent Le Coz
2012-09-30Add a tab-specific “ignore_changes” optionmathieui
2012-09-26Rewrite the tab number handlingmathieui
2012-09-13Fix TBs when the system is not in utf-8 by defaultmathieui
2012-09-01Add a <body xmlns='http://www.w3.org/1999/xhtml'/> element on /xhtml commandFlorent Le Coz
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-05Should fix most tracebacks due to the new sleek versionmathieui
2012-08-02Implement XEP-0012 (last activity) ; Fixes #1870mathieui
2012-08-02Add simple communication blocking (Fixes #1837)mathieui
2012-08-01Sort resources from highest priority to lowestmathieui
2012-07-31Make the autorejoin option work with bans, too, and fix the documentationmathieui
2012-07-30Add an autorejoin_delay optionmathieui
2012-07-26Change how scrolling is donemathieui
2012-07-26Small non-impacting modificationsmathieui
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
2012-07-03Remove the duplicated sort_by function in the MUCListmathieui
2012-05-23Put the personal words in the last words completion (M-/)mathieui
2012-05-23Add personal words completion - Fixes #1723mathieui
2012-05-22Add a few punctuation char to avoid in recent words completion.Florent Le Coz
2012-05-21Docstrings, and small cleanupmathieui
2012-05-20Merge branch 'master' of https://git.louiz.org/poezioFlorent Le Coz
2012-05-19Allow nick completion in the Private tabs as well.mathieui
2012-05-17Add a shortcut to go to the first unread message (separator) with M-pmathieui
2012-05-17Add an option to always show the separator - Fixes #2240mathieui
2012-05-17Resolves separator persistence problems - Fixes #2073mathieui
2012-05-17Add a way to review room highlights - Fixes #1673mathieui
2012-05-16Put color in the topic againmathieui
2012-05-16Complete the commands differently.mathieui
2012-05-16Put a space after completion only if there is one (and only one) commandmathieui
2012-05-16Prevent the rooms from going “offline”mathieui
2012-05-16Add status code handling - Fixes #2338mathieui
2012-05-10Fixes #2358mathieui
2012-05-10Avoid a traceback on /close on a non-joined MucTab. fixed #2358Florent Le Coz