Commit graph

1381 commits

Author SHA1 Message Date
mathieui
ce1c6e4ec6 Fixes #2333 2012-02-24 01:38:51 +01:00
mathieui
ae6fa61b84 Fixes #2332 2012-02-23 18:13:41 +01:00
mathieui
fb9767a803 ^S → half-screen up 2012-02-19 22:29:40 +01:00
mathieui
687b9106e7 Revert a regression on the conversation_msg event 2012-02-19 22:24:10 +01:00
mathieui
762bd953cb Add some new events for the plugins 2012-02-16 02:24:54 +01:00
mathieui
55788f6127 Add half-page scrolling (C-u / C-d) 2012-02-16 00:24:18 +01:00
mathieui
8478641ad0 Add shortcuts to browse the history one line at a time
(C-b / C-f)
2012-02-16 00:04:59 +01:00
mathieui
c7da566f0a Fixes #2324 2012-02-15 23:01:50 +01:00
mathieui
c26ff221fd Documentation update 2012-02-15 22:29:13 +01:00
mathieui
6f34260d89 Disconnected tabs remain visible until closed or rejoined
Fixes #2314
2012-02-15 22:18:18 +01:00
mathieui
a78fb1f62d Do not show joined tabs on startup
and put 0 priority to disconnected tabs
2012-02-15 21:47:09 +01:00
Florent Le Coz
695a7ebeba Merge branch 'master' of https://git.louiz.org/poezio 2012-02-15 20:10:00 +01:00
Florent Le Coz
0606c2b351 Add the new option in the configuration file. 2012-02-15 20:09:44 +01:00
Florent Le Coz
28d790717f Add an option to configure the max nick length 2012-02-15 20:05:38 +01:00
mathieui
b89cd8fd83 Fixes #2303 (add user_list_sort option) 2012-02-14 11:49:09 +01:00
mathieui
0f5ba0a711 Fixes #2310 2012-02-14 02:53:31 +01:00
mathieui
b489b68e20 Fixes #2326 2012-02-14 02:43:00 +01:00
mathieui
560390793d Add 'joined' tab state, and rewrite the function handling the priorities 2012-02-14 00:33:29 +01:00
mathieui
af11058129 Fix a traceback when in debug mode 2012-02-13 20:01:11 +01:00
mathieui
be5ccce421 Useless option ssl=True (deprecated & unused) 2012-02-13 14:04:23 +01:00
mathieui
ed4f74faf1 Allow setting the affiliation of a JID, and add outcast affiliation
(also, remove the reason of the affiliation change for the time being)
2012-02-12 00:51:01 +01:00
mathieui
f76959c78c Restrict nick change for gmail users because gmail.com is buggy 2012-02-09 17:45:28 +01:00
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