Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-17 | Show subscription changes in the info buffer - Fixes #2234 | mathieui | |
2012-05-17 | Fix a crash if there are no messages in the room | mathieui | |
2012-05-17 | Resolves separator persistence problems - Fixes #2073 | mathieui | |
Now we have to pass the textbuffer object when we want to add a line separator. | |||
2012-05-17 | Add a way to review room highlights - Fixes #1673 | mathieui | |
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-16 | Put color in the topic again | mathieui | |
2012-05-16 | Complete 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-16 | Put a space after completion only if there is one (and only one) command | mathieui | |
2012-05-16 | Update the OTR documentation | mathieui | |
2012-05-16 | Prevent 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-16 | Add status code handling - Fixes #2338 | mathieui | |
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-14 | Fix the “/bookmark{,_local} *” behaviour | mathieui | |
2012-05-13 | Catch a possible exception when trying to retrieve the rgb value in curses | mathieui | |
Fixes #2354 | |||
2012-05-13 | Mention exec_remote in the simple_notify plugin help | mathieui | |
2012-05-13 | Add a documentation index | mathieui | |
2012-05-13 | Use add_tab_command in the OTR plugin | mathieui | |
2012-05-13 | Use add_tab_command in the link plugin | mathieui | |
2012-05-13 | Use add_tab_command in the quote plugin | mathieui | |
2012-05-12 | Add the ignore_private and private_auto_response options | mathieui | |
MUC-specific options. private_auto_response is empty by default. + new event ignored_private | |||
2012-05-10 | Document some more options | mathieui | |
2012-05-10 | Prevent iq errors & timeouts on /join completion | mathieui | |
2012-05-10 | Fixes #2358 | mathieui | |
2012-05-10 | Fix the usr join/rejoin when someone gets kicked or banned | mathieui | |
2012-05-10 | Do not let figlet interpret - as args | mathieui | |
2012-05-10 | Add a way to execute a custom command with a custom key binding | mathieui | |
(+doc) | |||
2012-05-10 | Add new status & bookmarks actions | mathieui | |
2012-05-09 | Add help for the translate plugin, but hide it for now | mathieui | |
(since the plugin doesn’t work) | |||
2012-05-09 | Make translate.py more customizable, and hide it for now | mathieui | |
2012-05-09 | Allow a config to be set & created directly | mathieui | |
2012-05-09 | Fix the size of the XMLTab | mathieui | |
2012-05-09 | Update the XEP support | mathieui | |
2012-05-08 | Document that new possibility | mathieui | |
2012-05-08 | Add the possibility to map keys on 'actions' | mathieui | |
2012-05-08 | Fix some roster length issues with group folding | mathieui | |
2012-05-07 | Fix the duplicate messages when talking to an offline gmail contact | mathieui | |
2012-05-06 | Add the missing plugin docs | mathieui | |
2012-05-06 | Fix the /remind help | mathieui | |
2012-05-06 | Fix the ping plugin | mathieui | |
2012-05-06 | Documentation for /link | mathieui | |
2012-05-05 | Link the new files in the index | mathieui | |
2012-05-05 | Add help for the plugins: | mathieui | |
admin, alias, amsg, day_change, exec, figlet, mpd_client, rainbow | |||
2012-05-05 | Fix some completions | mathieui | |
2012-05-05 | Add /mute to the admin plugin | mathieui | |
2012-05-05 | Add simple_notify in the plugin index | mathieui | |
2012-05-05 | Remove useless stuff from the simple_notify plugin | mathieui | |
2012-05-05 | Use COLOR_OWN_NICK whenever possile (Fixes #2318) | mathieui | |
2012-05-05 | Add a plugin index in the documentation | mathieui | |
2012-05-05 | Complete a bit the themes documentation | mathieui | |
2012-05-05 | Use add_tab_command in the mpd client plugin | mathieui | |
2012-05-05 | Add an "Admin" plug-in that add several shortcuts for room administration | mathieui | |
2012-05-05 | Add a /ban command, and fix completion & parameters for /kick | mathieui | |