Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-26 | Remove all the .replace('"', '\\"') which are useless since the new | Florent Le Coz | |
way to express colors in messages. | |||
2012-01-26 | Do not quotify topic completion | mathieui | |
2012-01-26 | Fixes #2319 | mathieui | |
2012-01-26 | 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. | |||
2012-01-26 | Fix a little incoherence in /query | mathieui | |
2012-01-26 | ALWAYS display affiliation or role changes, in MucTabs. fixes #2309 | Florent Le Coz | |
2012-01-26 | Avoid a traceback on focusing a PrivateTab from a MucTab we already left. ↵ | Florent Le Coz | |
fixed #2308 | |||
2012-01-26 | Improve /names command | mathieui | |
2012-01-26 | Add manfraid to thanks section. | Florent Le Coz | |
2012-01-26 | Fix sorting columns when a room has no name. (we use '' instead of None) | Florent Le Coz | |
2012-01-26 | /recolor random works correctly. | Florent Le Coz | |
2012-01-26 | Fixe 2104 | manfraid | |
2012-01-26 | Fix a crash on empty command in muclisttab | Florent Le Coz | |
2012-01-26 | Fixes #2241 | mathieui | |
2012-01-26 | Add an XML tab (/xml_tab) to view incoming/outgoing stanzas | mathieui | |
Fixes #2074 | |||
2012-01-26 | We can now configure each conversation independently, for some options. | Florent Le Coz | |
Fixed #2039. | |||
2012-01-25 | Fixes #2316 | mathieui | |
2012-01-24 | New participant list. Displaying the nick color, the affiliation, role, ↵ | Florent Le Coz | |
chatstate and status! | |||
2012-01-24 | Make the color for information messages themable | Florent Le Coz | |
2012-01-24 | Remove all the .replace('"', '\\"') which are useless since the new | Florent Le Coz | |
way to express colors in messages. | |||
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) |