Commit graph

2650 commits

Author SHA1 Message Date
mathieui
04200de147
Update dependencies in the documentation
(and fix missing words and typos)
2015-09-30 00:34:55 +02:00
mathieui
fce4daf4a1
Exit if the eval_password command returns a non-zero status code 2015-09-24 19:52:57 +02:00
mathieui
99d5e25f9b
Fix various roster count issues
disconnections not clearing the number of connected contacts, leading to
an ever-increasing count, and roster count not always being setup
2015-09-23 20:29:56 +02:00
Florent Le Coz
06217c4a0c Do not traceback when displaying a data form with 0 input 2015-09-19 15:37:01 +02:00
mathieui
e1c0e3716b
Require aiodns and pycares 1.0 2015-09-14 23:17:17 +02:00
Emmanuel Gil Peyrot
0fb0078df8 Add a plugin sending Bits of Binary (XEP-0231) images. 2015-09-06 13:47:50 +01:00
mathieui
275affbed7
Use the right text color in /info 2015-09-05 18:11:38 +02:00
mathieui
706c39664b
Remove pygments from requirements.txt, and update doc
Normal users don’t need pygments, and cython is slow to build
2015-09-05 14:12:01 +02:00
mathieui
788b0cc36b
Make the venv use system resources as well
(workaround  https://bugs.python.org/issue24875)
and fix aiodns since the interface will change due to the new pycares
version.
2015-09-05 01:46:25 +02:00
mathieui
1861174b1e
Fix the pycares version for now
1.0 was just released and it breaks the aiodns interface
2015-09-04 01:46:54 +02:00
mathieui
40f6adb120
Enable XEP-0054 by default 2015-09-04 01:11:51 +02:00
Florent Le Coz
f897808452 Fix the join message where a space was colored while it should not be 2015-08-31 15:49:05 +02:00
Florent Le Coz
160693711d Reset the bold and underline attribute when absent, in addstr_colored 2015-08-31 15:48:32 +02:00
Florent Le Coz
7bd6dd37c2 Add a COLOR_TIME_STRING theming option 2015-08-31 15:44:10 +02:00
Florent Le Coz
2697159c89 Remove 3 unused color options (COLOR_TIME_…) 2015-08-31 12:08:17 +02:00
mathieui
980130f1db
Fix the timing of the marquee plugin 2015-08-27 01:48:05 +02:00
mathieui
e7c780d5a0
Add a marquee plugin
Using the power of last message corrections
2015-08-27 01:39:07 +02:00
mathieui
11c69343a4
Remove a wrong assert
That would cause a crash when the input contained characters taking 0
spaces.
2015-08-19 00:12:23 +02:00
mathieui
37774bc352
Add an 'eval_password' option
to read the password from a secrets store
2015-08-16 12:22:10 +02:00
mathieui
1ce31d927d
Make sure the default config copy is writeable
(benefits nixos and possibly other distributions’ packaging)
2015-08-14 23:32:18 +02:00
Lancelot SIX
a1bf66ce07
Add NixOS in GNU/Linux installation section 2015-08-14 23:30:33 +02:00
Florent Le Coz
0524fc8ab2 /list <jid> uses the whole JID, not just the server part of the given JID 2015-08-12 23:44:52 +02:00
Florent Le Coz
4c63b264a4 Fix a section title in the configuration doc 2015-08-07 18:11:52 +02:00
Florent Le Coz
4d70c44a7d Document self_ping_delay 2015-08-07 18:11:43 +02:00
Florent Le Coz
def04d6609 Beginning, not begining 2015-08-03 19:17:14 +02:00
mathieui
c8b4d20a14
Update stuff to say 1.0-dev 2015-08-01 20:32:21 +02:00
Florent Le Coz
cecfa5f97c Little cleanup in the README thanks section 2015-07-31 23:04:13 +02:00
mathieui
6820743033
0.9 Release 2015-07-31 21:35:02 +02:00
mathieui
3633072b36
Fix #3105 (/message completion is slow)
sorting things several times is slow, and our roster wrapper is even
slower. remove the overly slow code until the roster wrapper is
rewritten (do we even need this level of detailed sorting in the first place?)
2015-07-31 20:47:01 +02:00
Florent Le Coz
d226c60997 Only reset the self-ping event timer if there was already an enabled timer
Otherwise we could, for example, enable a self-ping event on non-joined
rooms where we just displayed an error message. And that’s bad.
2015-07-31 16:49:50 +02:00
mathieui
2cc9918ee9
Fix #3050 (better /ping completion) 2015-07-30 21:13:20 +02:00
mathieui
f2c8c328e6
Add a selected_row attribute to the roster tab
(for easier API access)
2015-07-30 21:12:47 +02:00
Florent Le Coz
9a4dc50078 Fix some display issue in the rostertab
fix #3076
2015-07-24 02:35:22 +02:00
mathieui
3557c834f9
Stress that the configuration file is the core of the irc plugin
Hopefully making it clearer
2015-07-23 00:37:52 +02:00
mathieui
ce854e1712
Schedule a resize when hide_user_list changes 2015-07-22 20:04:29 +02:00
Georg Lukas
65c6d600df
/cycle: explicitly set MUC JID and nick 2015-07-21 19:43:21 +02:00
Georg Lukas
304801ebe0
self-ping: increase timeout to 60s 2015-07-21 19:43:21 +02:00
Georg Lukas
a3cefc7af3
self-ping: /cycle instead of /part 2015-07-21 19:43:21 +02:00
Georg Lukas
4e8cef2a77
reset self-ping timer on every MUC message 2015-07-21 19:43:17 +02:00
Florent Le Coz
68b40354cf Confusing wording in IRC doc 2015-07-21 18:49:26 +02:00
Florent Le Coz
1f47557e98 Disable/enable carbons immediately when we change the enable_carbons option 2015-07-21 18:04:18 +02:00
Florent Le Coz
729bed7aec Always register the handlers for carbon, and only once
The handlers are always there, but we only get carbons events when the
server sends them to us, which is only when we enabled them.

fix #3104
2015-07-21 18:02:37 +02:00
mathieui
1d74d67c1e
Fix wrong DNS resolution when reconnecting
even if custom_host was set, poezio would use the dns records for the
reconnection
2015-07-20 23:55:10 +02:00
mathieui
74a90dfdb7
Fix a typo in the OTR plugin doc 2015-07-20 20:26:23 +02:00
mathieui
fb8816de06
Improve /reorder help 2015-07-20 20:24:23 +02:00
mathieui
f9bb45f6e5
Fix an ordering issues in the MUC userlist
users changing affiliations or roles weren’t moved around properly
2015-07-17 22:17:49 +02:00
mathieui
007459810a
Add a missing nick size bound, which caused text to overflow
for nicks with length > 10 and messages longer than one line, it would
overflow on the line below everytime.
2015-07-16 23:36:16 +02:00
mathieui
310d6630dc
Fix the initial help message 2015-07-14 16:00:01 +02:00
Eijebong
c62c5b2da7 Fix a traceback in the bookmarks tab when we do not set a nickname
explicitly.
2015-07-06 17:06:45 +02:00
mathieui
be9f447099
Make /otr end terminate all encrypted conversations with this bare JID 2015-06-29 23:49:11 +02:00