Commit graph

1359 commits

Author SHA1 Message Date
mathieui
383bb02f0b Documentation for the new /set command 2012-02-09 16:21:21 +01:00
mathieui
f96c895a8d New unified /set command (fixes #2323) 2012-02-09 16:13:45 +01:00
mathieui
6df406b7c1 Config.write_in_file() now works as expected
(can add sections, add inexistant options, and edit in place)
2012-02-09 15:45:18 +01:00
mathieui
42c8deb9e1 Remove some debugging prints 2012-02-09 11:08:14 +01:00
mathieui
93c17f8ece Fixed #2328 2012-02-07 21:47:40 +01:00
mathieui
e47c8d3c19 Add a /amsg plugin 2012-02-07 01:12:21 +01:00
mathieui
5593fabe6c Log the private messages sent 2012-02-05 16:38:40 +01:00
mathieui
e74a640fdd Do not crash when given a link without text
(e.g <a href="example.com"/>)
2012-01-30 01:10:41 +01:00
mathieui
2dc7af10fb Do not traceback when /gpg outside a ConversationTab 2012-01-29 03:34:01 +01:00
mathieui
1d906aeb43 Add the plugin dir to the makefile 2012-01-29 02:15:26 +01:00
Florent Le Coz
9534b5252b Add ATTENTION colors to dark theme 2012-01-27 19:35:10 +01:00
Florent Le Coz
c9c066ae33 [Link Mauve] Add the ability to send and receive Attention (XEP-0224). 2012-01-27 19:13:04 +01:00
Florent Le Coz
dde7875d2c Merge branch 'master' of https://git.louiz.org/poezio 2012-01-27 18:27:31 +01:00
Florent Le Coz
e8b0c302fe Typo. 2012-01-27 18:26:33 +01:00
mathieui
d77e79cd6b Fixes #2312 (delay element in normal conversations) 2012-01-26 21:23:14 +01:00
mathieui
bbcd9c631c Add an auto_reconnect option 2012-01-26 17:21:13 +01:00
Florent Le Coz
7433510470 Merge branch 'master' of https://git.louiz.org/poezio
Conflicts:
	src/theming.py
	src/windows.py
2012-01-26 10:08:43 +01:00
Florent Le Coz
a3344b11b2 Handle autojoin="1" for bookmarks. 2012-01-26 10:05:37 +01:00
Florent Le Coz
d6989db025 Make /theme error more descriptive 2012-01-26 10:05:37 +01:00
Florent Le Coz
fc6db466f5 New participant list. Displaying the nick color, the affiliation, role, chatstate and status! 2012-01-26 10:05:37 +01:00
Florent Le Coz
7512001612 Make the color for information messages themable 2012-01-26 10:05:37 +01:00
Florent Le Coz
5924cd4a13 Remove all the .replace('"', '\\"') which are useless since the new
way to express colors in messages.
2012-01-26 10:05:36 +01:00
Florent Le Coz
7d5fa2a316 Fix the comments in the theming.py file 2012-01-26 10:05:36 +01:00
Florent Le Coz
e17b70e285 Display colors for /me messages in a better way. 2012-01-26 10:05:36 +01:00
mathieui
3d7d7425ee Do not quotify topic completion 2012-01-26 10:05:36 +01:00
mathieui
2240916efe Fixes #2319 2012-01-26 10:05:36 +01:00
mathieui
88f7e690bd Fix the alias plugin 2012-01-26 10:05:36 +01:00
Florent Le Coz
08bf764743 Fix image: syntax in the doc 2012-01-26 10:05:36 +01:00
Florent Le Coz
fa6a283b5f And the simple_notify documentation 2012-01-26 10:05:35 +01:00
Florent Le Coz
d32d92c269 And add the missing files. 2012-01-26 10:05:35 +01:00
Florent Le Coz
83abd9f196 Add a simple_notify plugin
And also fix some issues, like the split of the exec_command arguments.
And the doc for the plugin, too.
2012-01-26 10:05:35 +01:00
mathieui
13430de1f4 Fix the resize issues with the /configure tab 2012-01-26 10:05:35 +01:00
mathieui
765f1807a9 Fix various issues with the /configure tab
Vertical tab list, text not erased from previous tab
2012-01-26 10:05:35 +01:00
mathieui
adf3cfe694 Fix a little incoherence in /query 2012-01-26 10:05:35 +01:00
mathieui
91698b6f1b Fix the completion for /decline and /invite 2012-01-26 10:05:35 +01:00
mathieui
c59f1b2aa2 Doc for invitations 2012-01-26 10:05:34 +01:00
mathieui
f1fae6b387 Add a /invites command 2012-01-26 10:05:34 +01:00
mathieui
825d5a6dd1 Beep when receiving a MUC invitation (by default) 2012-01-26 10:05:34 +01:00
Florent Le Coz
3d9193509e Make non-remote commands work. 2012-01-26 10:05:34 +01:00
Florent Le Coz
fe00f0eb23 ALWAYS display affiliation or role changes, in MucTabs. fixes #2309 2012-01-26 10:05:34 +01:00
Florent Le Coz
edf2392fcf Avoid a traceback on focusing a PrivateTab from a MucTab we already left. fixed #2308 2012-01-26 10:05:34 +01:00
mathieui
0d5b96fd8d Improve /names command 2012-01-26 10:05:34 +01:00
Florent Le Coz
ef72674102 Add manfraid to thanks section. 2012-01-26 10:05:33 +01:00
Florent Le Coz
cf1cdd1834 Fix sorting columns when a room has no name. (we use '' instead of None) 2012-01-26 10:05:33 +01:00
Florent Le Coz
5fe3c49d40 /recolor random works correctly. 2012-01-26 10:05:33 +01:00
manfraid
73e9d83711 Fixe 2104 2012-01-26 10:05:33 +01:00
Florent Le Coz
94140aba91 Fix a crash on empty command in muclisttab 2012-01-26 10:05:33 +01:00
mathieui
80047cdebe Fixes #2241 2012-01-26 10:05:33 +01:00
Florent Le Coz
23fa1df9ed show_tab_names option lets you display the name of the tabs in the horizontal bar 2012-01-26 10:05:33 +01:00
mathieui
8eea23f7d7 Fix a traceback when using ^W with xhtml-im
(it does not work perfectly as it should, but it doesn’t crash anymore, at least)
2012-01-26 10:05:32 +01:00