Commit graph

2680 commits

Author SHA1 Message Date
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
mathieui
7c99b82642
Fix a traceback in the OTR plugin 2015-06-29 23:28:39 +02:00
mathieui
3b0cddd368
Micro-optimize the roster refresh
The roster wrapper sucks and is way too slow. Halve refresh time by more
than 50% using manually managed counters.
2015-06-27 22:39:15 +02:00
mathieui
22e2ba444e
Add a requirement to cython
(not technically *required* but gives a very nice speedup)
2015-06-22 23:58:24 +02:00
mathieui
c9aa439bbb
Add slots to the User object
(we can have thousands of these)
2015-06-22 00:59:06 +02:00
mathieui
79644da690
Improve the performance of the userlist refresh
Also only run one regex on search_for_color()
2015-06-22 00:55:21 +02:00
mathieui
0627a85483 Fix #3051 (always add an id attribute to rawxml IQ set/get) 2015-06-21 17:03:28 +02:00
mathieui
ce53874927 Call update_caps() asynchronously
(API changes in slixmpp)
2015-06-21 16:28:22 +02:00
mathieui
1efc45f882
Do not beep on outgoing carbons (fix #3049, fix #3091) 2015-06-21 15:38:33 +02:00
mathieui
d9050e9565
Add a show_jid_in_conversations option
To hide or show the JID of the contact in conversation tabs.
2015-06-18 21:11:58 +02:00
mathieui
43ef5fd949
Fix #3080 (show roster names instead of JIDs) 2015-06-18 21:02:13 +02:00
mathieui
5ae74e4c93
Do not log unhandled iq errors and timeouts in the error log
tends to happen quite often
2015-06-11 00:12:04 +02:00
mathieui
f076890944
Fix the paths to errors.log in the documentation 2015-06-06 19:23:03 +02:00
mathieui
b7a7da12fa
Fix #3062 (mention /accept or /deny must be done in the roster tab) 2015-06-06 17:08:29 +02:00
mathieui
3077ec2bc1
Fix /list when no server is provided
(thanks eijebong)
2015-06-06 16:49:39 +02:00
Florent Le Coz
028e22b480 Save the bookmark password in the tab in the initial join, for later usage 2015-06-01 14:20:10 +02:00
Florent Le Coz
8f75e10d2f Use the password stored in the MucTab, with /join, if none is found otherwise 2015-06-01 13:50:26 +02:00
mathieui
ab3c382709
Cleanup: remove sone unused code and threading stuff 2015-05-31 23:25:26 +02:00
Florent Le Coz
39ed7e35cc Disable the MUC self ping by default
Because it doesn’t work, due to a lot of factors, and we can’t fix them.
2015-05-26 20:49:46 +02:00
Florent Le Coz
0c8fe4da30 Properly yield an error on /add without arguments 2015-05-26 14:38:22 +02:00
mathieui
03c2d2974a
Handle not-well-formed XML in the XML tab buffer
happens with whitespace keepalive at least
2015-05-21 14:29:26 +02:00