Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-21 | Do not quotify topic completion | mathieui | |
2012-01-15 | Fixes #2319 | mathieui | |
2012-01-10 | Add a simple_notify plugin | Florent Le Coz | |
And also fix some issues, like the split of the exec_command arguments. And the doc for the plugin, too. | |||
2011-12-19 | Fix a little incoherence in /query | mathieui | |
2011-12-12 | ALWAYS display affiliation or role changes, in MucTabs. fixes #2309 | Florent Le Coz | |
2011-12-12 | Avoid a traceback on focusing a PrivateTab from a MucTab we already left. ↵ | Florent Le Coz | |
fixed #2308 | |||
2011-12-10 | Improve /names command | mathieui | |
2011-12-09 | Add manfraid to thanks section. | Florent Le Coz | |
2011-12-09 | Fix sorting columns when a room has no name. (we use '' instead of None) | Florent Le Coz | |
2011-12-09 | /recolor random works correctly. | Florent Le Coz | |
2011-12-09 | Fixe 2104 | manfraid | |
2011-11-25 | Fix split of args for /groupadd | Florent Le Coz | |
2011-11-25 | Fix /me in history messages in a better way. | Florent Le Coz | |
2011-11-25 | /recolor now reloads OWN_NICK_COLOR from the theme, and also add an | Florent Le Coz | |
option to make /recolor choose random colors for others’ nicks. | |||
2011-11-25 | /me now works in all chatabs | Florent Le Coz | |
fixes #2302 | |||
2011-11-25 | fixes #2270 | Florent Le Coz | |
2011-11-24 | Fixes #2301 | mathieui | |
2011-11-24 | Fixes #2299 | mathieui | |
2011-11-24 | Fixes #2298 | mathieui | |
2011-11-23 | Nick completion doesn’t add a space after | Florent Le Coz | |
2011-11-20 | May improve some performance, but should be unnoticeable. | Florent Le Coz | |
2011-11-18 | Restaure the enter key on contacts in the roster. | Florent Le Coz | |
Don’t know why I broke that… | |||
2011-11-18 | Pasting text is now handled has one single big key. | Florent Le Coz | |
This avoids looping over each char we are pasting, making it a lot faster (actually, should be instant). | |||
2011-11-18 | Do not try to interpret keys as key shortcuts when pasting text. | Florent Le Coz | |
Avoiding, for example, nickname completions when pasting a text containing the \t char. Also, pasting is a little because it doesn’t search an associated command for each pasted char. AWESOME. | |||
2011-11-16 | Disable horizontal tab list when vertical one is enabled. | Florent Le Coz | |
2011-11-16 | Add an optional vertical tab list. | Florent Le Coz | |
2011-11-15 | Fixes #2292 | mathieui | |
2011-11-15 | Fixes #2294 | mathieui | |
2011-11-14 | Completion for /version | mathieui | |
2011-11-14 | Fix priority for command completion | mathieui | |
(tab command > core command) | |||
2011-11-13 | Add a way for a plugin to add a keybind only for a type of tab | mathieui | |
2011-11-13 | Tweak auto_completion in order to add quotes only when needed | mathieui | |
2011-11-13 | Completion for /nick | mathieui | |
2011-11-13 | Completion for /info | mathieui | |
2011-11-13 | Completion for /query (re-uses /ignore) | mathieui | |
2011-11-13 | Completion for /affiliation | mathieui | |
2011-11-13 | Completion for /role | mathieui | |
2011-11-13 | Fix /kick with nicks with spaces in it | mathieui | |
2011-11-13 | Completion for /kick | mathieui | |
2011-11-13 | Completion for /ignore | mathieui | |
2011-11-13 | Completion for /export and /import | mathieui | |
2011-11-13 | Move /clear to the chattab instead of the muctab | mathieui | |
2011-11-13 | Fix add_tab_command (and remove) | mathieui | |
2011-11-12 | a plugin can now add informations in ConversationTab’s InfoWin. And the ↵ | Florent Le Coz | |
GPG plugin does that. | |||
2011-11-12 | Add three new events to modify a message JUST before we send it. It is NOT ↵ | Florent Le Coz | |
safe, and the doc says that pretty clearly. It is used to encrypt messages just before sending them (this way we can remove ALL potential in-clear bodies). | |||
2011-11-12 | /xhtml command, Fixes #2237 | mathieui | |
2011-11-11 | Fix a (possible) traceback on /remove | mathieui | |
2011-11-11 | Fixes presence handhake | mathieui | |
2011-11-10 | Fixes #2231 | mathieui | |
2011-11-10 | Also, do not crash when receiving a message from someone who is not a | mathieui | |
contact |