summaryrefslogtreecommitdiff
path: root/src/tabs.py
AgeCommit message (Expand)Author
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
2012-05-10Fix the usr join/rejoin when someone gets kicked or bannedmathieui
2012-05-09Fix the size of the XMLTabmathieui
2012-05-05Use COLOR_OWN_NICK whenever possile (Fixes #2318)mathieui
2012-05-05Add a /ban command, and fix completion & parameters for /kickmathieui
2012-05-04Fix /groupmovemathieui
2012-05-04Do not quote the JID for /remove completionmathieui
2012-04-27Roster update: Merge branch 'master' of https://git.louiz.org/poeziomathieui
2012-04-27Update the ConversationTabmathieui
2012-04-27Update group commandsmathieui
2012-04-27Update commmand_add, command_remove, command_accept, and command_denymathieui
2012-04-27Update the roster search functionsmathieui
2012-04-27Fix the completion for all commands manipulating the rostermathieui
2012-04-27Fix the get_nick issue correctly this time.Florent Le Coz
2012-04-26Avoid a traceback when getting the nick of a converstation with someone not i...Florent Le Coz
2012-04-19Add an autofill for /name in the roster when 'n' is pressedmathieui
2012-04-19Fixes #2355mathieui
2012-04-19Show the contact info in the roster when 'i' is pressedmathieui
2012-04-18Add a 'v' keybind on the roster to get the version of the selectedmathieui
2012-04-18Add a /groupmove command. Fixes #2352mathieui
2012-04-18Fix a small mistakemathieui
2012-04-18Add a get_nick method to the tabsmathieui
2012-04-18Do not quotify completions where it is not allowedmathieui