mathieui
e273a32ec7
Improve the xhtml_to_poezio_colors sanitization
...
add some tests, and remove the test_datetime_tuple because
of python time module misbehavior with timezones set manually.
(potentially due to http://bugs.python.org/issue6478 )
2014-12-08 17:01:44 +01:00
mathieui
4b8749ca88
Sanitize the XHTML output by removing useless formatting chars
2014-12-08 03:09:21 +01:00
mathieui
e1543545ad
Keep using the OTR context for a specific resource when a DynamicConversationTab unlocks
...
and handle the case where the otr request was made before locking
2014-12-08 02:09:33 +01:00
mathieui
5826623228
Fix the autojoin of bookmarks with passwords
2014-12-07 23:37:58 +01:00
mathieui
2e46a93215
Don’t put newlines between xml stanzas in the xml tab
2014-12-07 22:59:50 +01:00
mathieui
148451c774
Fix the xml tab when pygments isn’t present
2014-12-07 22:44:56 +01:00
mathieui
3d97769955
Document the new filtering commands
2014-12-07 22:41:44 +01:00
mathieui
7903e2440f
Add pygments to the requirements
2014-12-07 22:39:09 +01:00
mathieui
1cd0b4d6ea
Fix #2570 (add /filter_jid to XMLTab, and syntax highlighting)
...
Also add /filter_from and /filter_to, and allow chaining filters.
2014-12-07 20:50:24 +01:00
mathieui
93f05f04d7
Fix the rawxml command (3/78)
2014-12-07 20:09:15 +01:00
mathieui
8c63e26335
Add documentation for /set_default
...
and fix minor typing mistakes too
2014-12-05 21:35:35 +01:00
mathieui
6e27b4e6ef
Update the pyenv page
2014-12-05 21:30:10 +01:00
Eijebong
9caa992333
Add a set_default command.
2014-12-05 20:39:23 +01:00
mathieui
5b7606722e
Fix the comment on auto_reconnect too
2014-12-05 20:20:17 +01:00
mathieui
2a39706afb
Update CHANGELOG
...
(with commit ids when they aren’t too many)
2014-12-04 18:54:55 +01:00
Florent Le Coz
6f9f1796b3
fix wrong argument name (2/78)
2014-12-04 16:42:15 +01:00
Florent Le Coz
d1c4c7cf58
doc typo
2014-12-04 15:49:48 +01:00
Florent Le Coz
66b14ff67b
Glitches should not appear since we are not threaded, we have no excuse anymore
2014-12-04 15:47:27 +01:00
Florent Le Coz
75e7da3594
Reconnect doesn’t suck anymore
2014-12-04 15:47:00 +01:00
Florent Le Coz
097d06ea96
Rename the sleekxmpp module to slixmpp in the doc
2014-12-04 15:42:06 +01:00
Florent Le Coz
0800c666eb
Set auto_reconnect to True by default
2014-12-04 15:30:18 +01:00
mathieui
a208dc87ee
Add a check for the python version in the scripts
2014-11-30 16:29:50 +01:00
mathieui
43004a8570
Fix the deps in the README
2014-11-30 16:12:16 +01:00
mathieui
cc348bf442
Typo
2014-11-30 15:00:48 +01:00
mathieui
a8ed5bc4e1
Fix /name
2014-11-29 19:12:23 +01:00
mathieui
a0a00d5e7d
Add our own JID to the roster
2014-11-29 18:53:02 +01:00
mathieui
952a18cf21
Add a documentation page for pyenv
2014-11-29 18:10:04 +01:00
mathieui
7f0227b7d4
Make the update script pull from master
2014-11-29 17:36:38 +01:00
Florent Le Coz
72367fc006
Remove 3 timed_events methods from the doc, because they don't exist anymore
2014-11-29 16:04:28 +01:00
Florent Le Coz
823e3d178e
fix wrong argument name (1/78)
2014-11-25 17:12:47 +01:00
Florent Le Coz
e1808a8455
Parse command arguments using a decorator and make things more consistent
...
Avoid surprises with some commands accepting quoted arguments and some other
not.
fix #2555
2014-11-25 17:07:45 +01:00
Florent Le Coz
1faf8576e2
Remove DelayedEvent.repetive (sic) member which is not used
2014-11-25 13:51:04 +01:00
Florent Le Coz
81ae3e7eec
Implement MUC self-ping to regularly check if we are still in the room
2014-11-25 13:51:04 +01:00
Florent Le Coz
158f73f70c
Do not enable xep_0199 in the ping plugin, it's always enabled anyway
2014-11-25 13:51:04 +01:00
mathieui
61b5c6a91e
Merge branch 'master' of git.poez.io:poezio into slix
2014-11-15 19:20:43 +01:00
mathieui
0eb5c241f0
Fix the color of the first line for offline messages
2014-11-15 19:18:50 +01:00
mathieui
76ead122e7
Change the update.sh script
...
use . instead of source
and add a var for the pyvenv command
2014-11-13 23:37:44 +01:00
mathieui
d2bbbbffb9
Merge branch 'master' of git.poez.io:poezio into slix
2014-11-13 23:36:12 +01:00
mathieui
a400bfc1e9
Fix a typo in /unlock help
2014-11-13 21:33:17 +01:00
mathieui
c2f9ffff33
Merge branch 'master' of git.poez.io:poezio into slix
2014-11-12 21:46:18 +01:00
mathieui
20487e46b7
Don’t display a feature check of the remote party if it doesn’t support anything
...
it’s confusing.
2014-11-12 21:45:52 +01:00
mathieui
6924f55d29
Add a message to update.sh if there is a src/slixmpp directory
...
if someone will ever read it
2014-11-12 21:34:34 +01:00
mathieui
431e4a5073
Change the requirements
2014-11-12 21:18:42 +01:00
mathieui
a60da1a1d7
Update the documentation
2014-11-04 21:16:47 +01:00
mathieui
d98f2dde25
Make update.sh install the deps in a venv, and use them
...
simplifies the script and avoid cluttering the poezio/ directory.
also fix an unrelated test with slixmpp
2014-11-02 20:08:31 +01:00
mathieui
5ef948270b
Split the requirements.txt in two (poezio/plugins)
2014-11-02 19:11:31 +01:00
Florent Le Coz
691200fafa
Merge branch 'master' into slix
2014-11-02 18:05:06 +01:00
Eijebong
1ff6b40e20
The quote plugin now uses full messages instead of timestamps.
2014-11-02 17:58:38 +01:00
mathieui
bb582d2446
Update the requirements.tx
2014-11-02 17:57:39 +01:00
mathieui
5cd854f7cc
Add a stream error handler in order to display error messages
2014-11-02 17:57:03 +01:00