Commit graph

2409 commits

Author SHA1 Message Date
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
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
mathieui
1c1ab3cb83
Merge branch 'master' of git.poez.io:poezio into slix
Conflicts:
	src/bookmark.py
	src/config.py
	src/connection.py
	src/core/commands.py
	src/core/core.py
	src/core/handlers.py
	src/windows/info_bar.py
	src/windows/muc.py
	src/windows/roster_win.py
	src/windows/text_win.py
	src/xhtml.py
2014-10-31 19:16:44 +01:00
mathieui
ea2b703bfd
Fix the default value of Config.get to None
Might fix some not-yet-seen bugs
2014-10-31 18:14:56 +01:00
mathieui
f097efd852
Fix some tracebacks on /set completion
(introduced by the automated default arguments of config.get)
2014-10-31 15:54:33 +01:00
mathieui
58b424a923
notify_messages is of course True by default 2014-10-30 22:02:23 +01:00
mathieui
f93f92517d
Use a space instead of a cross while checking features 2014-10-30 21:43:49 +01:00
mathieui
cedc5a6ec8
Fix the ssl check for asyncio 2014-10-30 19:55:19 +01:00
mathieui
616d0d2c73
Fix two potential tracebacks on /set completion 2014-10-29 23:28:20 +01:00
mathieui
70befec8ca
Add some tests
- also fix that travis build
2014-10-29 03:07:40 +01:00
mathieui
c3aa6c029d
Fix the dependencies in the setup.py 2014-10-28 22:12:18 +01:00
mathieui
9eb42bea10
Add a .travis.yml file for travis-ci 2014-10-28 17:05:15 +01:00
mathieui
d3f9a2f3c4
Fix the requirements.txt (don’t install potr in editable mode) 2014-10-28 16:35:50 +01:00
mathieui
29942d38bb
Add some unit tests using py.test
- we need to have more
2014-10-27 20:01:22 +01:00
mathieui
f55ac9edbf
Mention that setuptools is kind of mandatory 2014-10-27 19:16:32 +01:00
mathieui
22f9b7a66a
Prevent a (harmless) traceback while generating the documentation 2014-10-27 19:00:38 +01:00
mathieui
0f1beb89e9
Use a setuptools entry point instead of a custom script 2014-10-27 18:49:10 +01:00
mathieui
d2ca062eaa
Make the features disco in chat more user-friendly 2014-10-25 16:50:51 +02:00
mathieui
0dc36d9598
Typo 2014-10-22 19:10:40 +02:00
mathieui
9d58c9d32e
Fix #2719 (write/read in the plugin config files even when not loaded) 2014-10-20 23:24:27 +02:00
mathieui
6b8af2413e
Fix #2713 (make /set <option> return the value of the option)
Should work for any case (plugin, different section, etc)
2014-10-20 22:54:00 +02:00
mathieui
7bc5d0de66
Initialize PluginConfig properly 2014-10-20 22:52:41 +02:00
mathieui
b803db7ff6
Make the runtime changes to max_lines_in_memory useful 2014-10-20 21:21:06 +02:00