summaryrefslogtreecommitdiff
path: root/src/core.py
AgeCommit message (Expand)Author
2012-05-12Add the ignore_private and private_auto_response optionsmathieui
2012-05-10Prevent iq errors & timeouts on /join completionmathieui
2012-05-10Fix the usr join/rejoin when someone gets kicked or bannedmathieui
2012-05-10Add a way to execute a custom command with a custom key bindingmathieui
2012-05-10Add new status & bookmarks actionsmathieui
2012-05-08Add the possibility to map keys on 'actions'mathieui
2012-05-07Fix the duplicate messages when talking to an offline gmail contactmathieui
2012-04-28Trigger only the 'normal_presence' event if the contact is in the rostermathieui
2012-04-27Roster update: Merge branch 'master' of https://git.louiz.org/poeziomathieui
2012-04-27Fix the completion for all commands manipulating the rostermathieui
2012-04-27Add the new subscription handlers and update on_message() and disconnect()mathieui
2012-04-27Update the got_online, got_offline, and presence handlersmathieui
2012-04-27New roster attributes and new subscription eventsmathieui
2012-04-18Do not quotify completions where it is not allowedmathieui
2012-04-18Refactor command_win a bitmathieui
2012-04-18Remove if len(list) in command_thememathieui
2012-04-18Refactor command_list a bitmathieui
2012-04-18Replace arg.split with shell_split in command_messagemathieui
2012-04-18Remove if len(list) in command_helpmathieui
2012-04-15Add a way to bookmark all the rooms at oncemathieui
2012-04-02Fixes #2350 (reloading static resources on SIGHUP)mathieui
2012-04-02Fixes #2349mathieui
2012-03-30Should fix the refresh issuemathieui
2012-03-26Remove some useless refreshsmathieui
2012-03-25Do not add stanzas to the xml_tab buffer unless there an is active onemathieui
2012-03-17Fixes #2343mathieui
2012-03-13Fix bookmarksmathieui
2012-03-09Bring back /set completionmathieui
2012-03-08Validate the SSL cert using the TOFU (Trust On First Use) modelmathieui
2012-03-07Fix the behaviour of /joinmathieui
2012-03-07Fixes #2340mathieui
2012-03-07Fixes #2341 (also for /server_cycle)mathieui
2012-02-29Fixes #2327 (used "seconds" instead)mathieui
2012-02-25Fourth of #2336 (fixes #2336)mathieui
2012-02-24Fixes #2333mathieui
2012-02-23Fixes #2332mathieui
2012-02-19^S → half-screen upmathieui
2012-02-19Revert a regression on the conversation_msg eventmathieui
2012-02-16Add half-page scrolling (C-u / C-d)mathieui
2012-02-16Add shortcuts to browse the history one line at a timemathieui
2012-02-15Fixes #2324mathieui
2012-02-15Do not show joined tabs on startupmathieui
2012-02-14Add 'joined' tab state, and rewrite the function handling the prioritiesmathieui
2012-02-09New unified /set command (fixes #2323)mathieui
2012-01-27[Link Mauve] Add the ability to send and receive Attention (XEP-0224).Florent Le Coz
2012-01-27Merge branch 'master' of https://git.louiz.org/poezioFlorent Le Coz
2012-01-27Typo.Florent Le Coz
2012-01-26Fixes #2312 (delay element in normal conversations)mathieui
2012-01-26Add a simple_notify pluginFlorent Le Coz
2012-01-26Fix the completion for /decline and /invitemathieui