summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-05-17Show subscription changes in the info buffer - Fixes #2234mathieui
2012-05-17Fix a crash if there are no messages in the roommathieui
2012-05-17Resolves separator persistence problems - Fixes #2073mathieui
Now we have to pass the textbuffer object when we want to add a line separator.
2012-05-17Add a way to review room highlights - Fixes #1673mathieui
This new features is available with M-p and M-n (previous/next). It saves the last highlight viewed, meaning that if you scroll in the buffer, M-n or M-p will take you to the next or previous hl compared to the one before you started scrolling. For convenience, going to the previous highlight of the first highlight will take you to the bottom of the buffer, and going to the next highlight of the last highlight will do *the same*. If there are several highlights in one message, only the first line will be considered a highlight.
2012-05-16Put color in the topic againmathieui
2012-05-16Complete the commands differently.mathieui
If there is 0 match for the beginning of command, delete the last letter (over and over) until there is a match, then complete that.
2012-05-16Put a space after completion only if there is one (and only one) commandmathieui
2012-05-16Update the OTR documentationmathieui
2012-05-16Prevent the rooms from going “offline”mathieui
Add a blacklist inside the roster that contains the bare JIDs of all the rooms ever joined in this session, so that no JID using this server will ever be shown as getting “offline”. If there is a cleaner way to do that (discriminating JIDs), I welcome it.
2012-05-16Add status code handling - Fixes #2338mathieui
Get status codes in presence and message stanzas, and show information related to them. If the change hinders privacy (logs added, or public JIDs), then a red “Warning” message is shown instead of the classic “Info”.
2012-05-14Fix the “/bookmark{,_local} *” behaviourmathieui
2012-05-13Catch a possible exception when trying to retrieve the rgb value in cursesmathieui
Fixes #2354
2012-05-13Mention exec_remote in the simple_notify plugin helpmathieui
2012-05-13Add a documentation indexmathieui
2012-05-13Use add_tab_command in the OTR pluginmathieui
2012-05-13Use add_tab_command in the link pluginmathieui
2012-05-13Use add_tab_command in the quote pluginmathieui
2012-05-12Add the ignore_private and private_auto_response optionsmathieui
MUC-specific options. private_auto_response is empty by default. + new event ignored_private
2012-05-10Document some more optionsmathieui
2012-05-10Prevent iq errors & timeouts on /join completionmathieui
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-10Do not let figlet interpret - as argsmathieui
2012-05-10Add a way to execute a custom command with a custom key bindingmathieui
(+doc)
2012-05-10Add new status & bookmarks actionsmathieui
2012-05-09Add help for the translate plugin, but hide it for nowmathieui
(since the plugin doesn’t work)
2012-05-09Make translate.py more customizable, and hide it for nowmathieui
2012-05-09Allow a config to be set & created directlymathieui
2012-05-09Fix the size of the XMLTabmathieui
2012-05-09Update the XEP supportmathieui
2012-05-08Document that new possibilitymathieui
2012-05-08Add the possibility to map keys on 'actions'mathieui
2012-05-08Fix some roster length issues with group foldingmathieui
2012-05-07Fix the duplicate messages when talking to an offline gmail contactmathieui
2012-05-06Add the missing plugin docsmathieui
2012-05-06Fix the /remind helpmathieui
2012-05-06Fix the ping pluginmathieui
2012-05-06Documentation for /linkmathieui
2012-05-05Link the new files in the indexmathieui
2012-05-05Add help for the plugins:mathieui
admin, alias, amsg, day_change, exec, figlet, mpd_client, rainbow
2012-05-05Fix some completionsmathieui
2012-05-05Add /mute to the admin pluginmathieui
2012-05-05Add simple_notify in the plugin indexmathieui
2012-05-05Remove useless stuff from the simple_notify pluginmathieui
2012-05-05Use COLOR_OWN_NICK whenever possile (Fixes #2318)mathieui
2012-05-05Add a plugin index in the documentationmathieui
2012-05-05Complete a bit the themes documentationmathieui
2012-05-05Use add_tab_command in the mpd client pluginmathieui
2012-05-05Add an "Admin" plug-in that add several shortcuts for room administrationmathieui