summaryrefslogtreecommitdiff
path: root/poezio/bookmarks.py
AgeCommit message (Expand)Author
2021-07-02fix: improve typingmathieui
2021-04-02fix: tons of type errorsmathieui
2021-04-02refactor: rewrite config.get() to getbool, getstr, getint…mathieui
2021-02-03bookmarks: get rid of callbacksmathieui
2021-02-03Use async properly on session startmathieui
2021-01-29Remove force_remote_bookmarks optionmathieui
2020-12-12from __future__ import annotationsEmmanuel Gil Peyrot
2020-05-31Revert "Bookmarks: type bookmark method (local/remote)"Maxime “pep” Buquet
2020-05-31Bookmarks: type bookmark method (local/remote)Maxime “pep” Buquet
2020-05-28Only add autojoin to a bookmark on creation if the room is not bookmarkedmathieui
2019-10-26Bookmark: Change jid property to getter/setter to ensure it stays a JIDMaxime “pep” Buquet
2019-10-26bookmarks: Bookmark.name should be an strMaxime “pep” Buquet
2019-10-14bookmarks: use str where str is expectedMaxime “pep” Buquet
2019-10-10bookmarks: Convert specified jid to JID object if possibleMaxime “pep” Buquet
2019-09-02Eradicate more safeJID callsMaxime “pep” Buquet
2019-04-08Revert work on tabs module to change tab.name to JID.Maxime “pep” Buquet
2019-04-07poezio/bookmarks: Fix type for tab nameMaxime “pep” Buquet
2018-08-17Add typing information and reformat stuffmathieui
2018-08-15Fix mypy errors, add type annotationsmathieui
2018-07-22Add type hints here and theremathieui
2018-07-14Stop making classes inherit from object.Emmanuel Gil Peyrot
2018-01-10Fix typos, thanks `codespell`!Emmanuel Gil Peyrot
2017-11-24bookmarks: Set the bookmark name to the localpart.Emmanuel Gil Peyrot
2017-11-12yapf -irmathieui
2016-06-30Absolute imports everywheremathieui
2016-06-27Make all relative imports explicit.Emmanuel Gil Peyrot
2016-06-11Move the src directory to poezio, for better cython compatibility.Emmanuel Gil Peyrot