Florent Le Coz
|
c1dd012b7a
|
Merge branch 'master' of http://git.louiz.org/poezio
|
2012-01-24 14:49:58 +01:00 |
|
Florent Le Coz
|
7425231f47
|
Display colors for /me messages in a better way.
|
2012-01-24 14:49:03 +01:00 |
|
mathieui
|
d4ec0ba442
|
Do not quotify topic completion
|
2012-01-21 00:06:18 +01:00 |
|
mathieui
|
1f9a6f5883
|
Fixes #2319
|
2012-01-15 16:40:49 +01:00 |
|
mathieui
|
92d96f3f36
|
Fix the alias plugin
|
2012-01-11 18:13:32 +01:00 |
|
Florent Le Coz
|
b2d050a671
|
Fix image: syntax in the doc
|
2012-01-10 16:42:35 +01:00 |
|
Florent Le Coz
|
63f9b62c52
|
And the simple_notify documentation
|
2012-01-10 16:35:53 +01:00 |
|
Florent Le Coz
|
d5015ce20e
|
And add the missing files.
|
2012-01-10 16:32:29 +01:00 |
|
Florent Le Coz
|
5fee56440c
|
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-10 16:30:59 +01:00 |
|
mathieui
|
62c4f67ea5
|
Fix the resize issues with the /configure tab
|
2011-12-29 18:55:43 +01:00 |
|
mathieui
|
3c4b2e9683
|
Fix various issues with the /configure tab
Vertical tab list, text not erased from previous tab
|
2011-12-28 23:32:23 +01:00 |
|
mathieui
|
4c5c3101a2
|
Fix a little incoherence in /query
|
2011-12-19 17:19:18 +01:00 |
|
mathieui
|
08b374cb29
|
Fix the completion for /decline and /invite
|
2011-12-18 20:43:40 +01:00 |
|
mathieui
|
caff8b43a1
|
Doc for invitations
|
2011-12-18 20:38:09 +01:00 |
|
mathieui
|
2ed6b20594
|
Add a /invites command
|
2011-12-18 20:35:19 +01:00 |
|
mathieui
|
9e7842d014
|
Beep when receiving a MUC invitation (by default)
|
2011-12-18 20:16:19 +01:00 |
|
Florent Le Coz
|
0b2037a67c
|
Make non-remote commands work.
|
2011-12-15 20:29:20 +01:00 |
|
Florent Le Coz
|
a6b1a1d4d8
|
ALWAYS display affiliation or role changes, in MucTabs. fixes #2309
|
2011-12-12 20:31:05 +01:00 |
|
Florent Le Coz
|
df6a8a0cc3
|
Avoid a traceback on focusing a PrivateTab from a MucTab we already left. fixed #2308
|
2011-12-12 20:04:39 +01:00 |
|
mathieui
|
1b30cd09a7
|
Improve /names command
|
2011-12-10 16:36:18 +01:00 |
|
Florent Le Coz
|
3958b112ad
|
Add manfraid to thanks section.
|
2011-12-09 14:06:57 +01:00 |
|
Florent Le Coz
|
a25b39777c
|
Fix sorting columns when a room has no name. (we use '' instead of None)
|
2011-12-09 13:56:55 +01:00 |
|
Florent Le Coz
|
77ecd70274
|
/recolor random works correctly.
|
2011-12-09 13:56:55 +01:00 |
|
manfraid
|
02099123b0
|
Fixe 2104
|
2011-12-09 13:56:55 +01:00 |
|
mathieui
|
0954c12a07
|
Add a /remove_bookmark command
|
2011-11-28 16:28:44 +01:00 |
|
mathieui
|
5abf8ab3ae
|
Add a /bookmarks command
|
2011-11-28 16:09:44 +01:00 |
|
mathieui
|
72eeba42a2
|
Fix the informations displayed on /bookmark and /bookmark_remote
|
2011-11-28 16:02:30 +01:00 |
|
mathieui
|
f8911f84b0
|
Correct documentatio
|
2011-11-28 15:52:55 +01:00 |
|
mathieui
|
4bab9d4216
|
Some function rewriting and docstrings for bookmark.py
|
2011-11-27 20:24:44 +01:00 |
|
mathieui
|
a257681b9f
|
Add a Bookmark.local() method for local bookmarks
|
2011-11-27 17:46:20 +01:00 |
|
mathieui
|
24b9931b8b
|
It would be silly to erase the remote bookmarks when we just want not to use them
|
2011-11-27 17:38:01 +01:00 |
|
mathieui
|
8deb901253
|
Doc/config file for this new option
|
2011-11-27 13:06:49 +01:00 |
|
mathieui
|
96a9a88384
|
Add a new option 'use_remote_bookmarks' to force local bookmarks if
needed
|
2011-11-27 13:02:08 +01:00 |
|
mathieui
|
ea0f191555
|
Fix a tb in save_local()
|
2011-11-27 12:59:06 +01:00 |
|
mathieui
|
5f74d22ca5
|
Document the new option
|
2011-11-26 23:41:03 +01:00 |
|
mathieui
|
e761b71d10
|
(re-)Document the /bookmark commands
|
2011-11-26 23:39:09 +01:00 |
|
mathieui
|
d3e74edfa4
|
Add the new option to the default config file
|
2011-11-26 23:32:19 +01:00 |
|
mathieui
|
fe06d58e74
|
Completion for /bookmark and /bookmark_local
|
2011-11-26 23:29:39 +01:00 |
|
mathieui
|
f1a637f24b
|
Add a new /bookmark_local command (that acts like the old one)
And modify the /bookmark command to send bookmarks online
|
2011-11-26 23:28:42 +01:00 |
|
mathieui
|
d2726c8892
|
Adapt the startup to the new bookmarks system
|
2011-11-26 23:27:42 +01:00 |
|
mathieui
|
4ce8721c3d
|
Default to privatexml instead of pep for bookmarks storage
(since private xml sadly has a better support)
|
2011-11-26 23:26:15 +01:00 |
|
mathieui
|
97aaeb1d13
|
Load the XEP-0048 plugin on startup
|
2011-11-26 23:09:51 +01:00 |
|
mathieui
|
2ff8e40c22
|
Add stanza generators for the <storage/> element
|
2011-11-26 23:09:03 +01:00 |
|
mathieui
|
68c0ddeb29
|
Add save() methods to save bookmarks in every way
|
2011-11-26 23:08:41 +01:00 |
|
mathieui
|
1d5b331663
|
Add get_ methods to retrieve bookmarks locally/w/pubsub/privatexml
|
2011-11-26 23:07:31 +01:00 |
|
mathieui
|
2f5ecf24b7
|
Add a parser from xml Element to Bookmark
|
2011-11-26 23:06:11 +01:00 |
|
mathieui
|
64b8970d25
|
Enhance the Bookmark class
|
2011-11-26 23:05:09 +01:00 |
|
mathieui
|
2eaa540589
|
Add a Bookmark class
|
2011-11-26 15:47:41 +01:00 |
|
Florent Le Coz
|
bab0a143a3
|
Fix an error on data_forms tab
|
2011-11-25 22:13:20 +01:00 |
|
Florent Le Coz
|
67419b4a7f
|
Fix split of args for /groupadd
|
2011-11-25 21:54:40 +01:00 |
|