index
:
poezio
ci-test
keepalive-log
main
new-tabs
no-resource
pubsub
roezio
self-ping
slix
slots_test
test-ci
v0.12-fixes
v0.8-fixes
xdg-desktop-portal
console XMPP client in python3
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
poezio
/
tabs
/
rostertab.py
Age
Commit message (
Expand
)
Author
2021-04-02
logging: Remove the "typ" passing when adding or logging messages
mathieui
2021-04-02
fix: forgotten tab names set
mathieui
2021-04-02
refactor: rewrite config.get() to getbool, getstr, getint…
mathieui
2021-02-09
Remove activity/mood/gaming/tune from poezio core
mathieui
2021-02-03
Move roster commands to async, remove callbacks
mathieui
2020-12-12
from __future__ import annotations
Emmanuel Gil Peyrot
2020-05-10
Move /deny and /remove to global scope as well
mathieui
2020-05-09
Move the deny_anonymous decorator to the poezio.decorators module
mathieui
2020-05-09
Pass a message to add_message instead of messed up kwargs everywhere
mathieui
2019-12-22
WIP: Allow blocking commands in ConversationTab
Maxime “pep” Buquet
2019-10-18
Fix pylint errors
mathieui
2019-03-30
Corrects the functionality of /add and /accept commands in all the tabs. Fixe...
Madhur Garg
2019-03-24
Corrects the functionality of /add command in all tabs. Fixes #3395
Madhur Garg
2019-03-23
Corrects functionality of /reconnect in all type of tabs. Fixes #3471
Madhur Garg
2019-03-19
Change 'his/her' to 'their'
Kim Alvefur
2019-03-19
Fix various spelling mistakes throughout the code
Kim Alvefur
2019-02-24
Register all commands in the roster but show an error message if used when an...
mathieui
2018-08-17
Add typing information and reformat stuff
mathieui
2018-08-15
rostertab, common: Use the default arg of os.getenv().
Emmanuel Gil Peyrot
2018-08-15
Fix mypy errors, add type annotations
mathieui
2018-07-21
Update poezio for the new tabs module
mathieui
2018-07-21
yapf -rip
mathieui
2018-07-08
tabs.rostertab: Use Path for file completion.
Emmanuel Gil Peyrot
2017-11-12
yapf -ir
mathieui
2017-10-23
Include the JID blocked instead of "Contact"
Kim Alvefur
2017-10-13
Fix the last pylint error (do not set the roster contact filter to None)
mathieui
2017-10-08
rostertab: Increase the size of the contact_info and avatar.
Emmanuel Gil Peyrot
2017-10-08
Change all “not … in …” into “… not in …”.
Emmanuel Gil Peyrot
2017-10-07
Display contact avatar in the roster.
Emmanuel Gil Peyrot
2017-10-07
rostertab: Import shell_split globally.
Emmanuel Gil Peyrot
2017-05-15
Add /add in conversation tabs.
Emmanuel Gil Peyrot
2016-12-26
Add missing message types (fix #3271)
mathieui
2016-10-21
pyflake fixes
mathieui
2016-08-25
Fix #3217 (allow /groupadd "group" with selected row in the roster)
mathieui
2016-08-21
Don’t call input completion() functions inside completion methods
mathieui
2016-08-19
Use the confirmtab for TLS cert validation
mathieui
2016-06-30
Use a "core" parameter for each tab object instead of a singleton
mathieui
2016-06-30
Absolute imports everywhere
mathieui
2016-06-30
Use absolute imports instead of relative ones
mathieui
2016-06-27
Make all relative imports explicit.
Emmanuel Gil Peyrot
2016-06-12
Fix core commands, broken in the previous commit.
Emmanuel Gil Peyrot
2016-06-12
Fix core completion, broken in the previous commit.
Emmanuel Gil Peyrot
2016-06-11
Move the src directory to poezio, for better cython compatibility.
Emmanuel Gil Peyrot