Commit graph

  • e5b4f7ab0d fix: do not use re.match() on existing Pattern objects mathieui 2021-06-26 14:53:17 +0200
  • 1456566f10 fix: race condition in history load mathieui 2021-06-26 13:37:40 +0200
  • e159fad565 fix: fallback to server jid in conversationtab mathieui 2021-06-26 12:07:42 +0200
  • c296768987 fix: do not print a message on a muc not found mathieui 2021-06-25 23:09:52 +0200
  • 3315498134 tests: run tests on 3.7 through 3.10 mathieui 2021-06-25 21:58:13 +0200
  • 975bad7621 fix: do not include the nick in affiliation changes mathieui 2021-06-25 21:49:32 +0200
  • 2b76f72e4d Fix the message doubling situation mathieui 2021-06-22 23:16:42 +0200
  • 3035f4ed4d Update install.rst Raghav Gururajan 2021-06-22 08:08:12 +0200
  • 77a618a8d5 Fix: do not scroll right by default in dataforms/bookmark text mathieui 2021-05-25 19:01:50 +0200
  • 6c0be69524 muctab: Add a /request_voice for use in moderated rooms Emmanuel Gil Peyrot 2021-05-21 19:06:23 +0200
  • 2b032b7d02 fix: unsupported typ= parameter in OTR plugin mathieui 2021-05-16 11:31:15 +0200
  • abb587f237 fix: unsupported typ= parameter in embed plugin mathieui 2021-05-16 11:30:56 +0200
  • e03f802e41 fix: do not traceback on invalid jids in config.get_by_servname mathieui 2021-04-20 18:55:56 +0200
  • e3f9af4a35 fix: do not use get_by_tabname for muc colors mathieui 2021-04-20 18:55:01 +0200
  • af311a6287 fix: do not log the whole stacktrace when a tab has no mam support mathieui 2021-04-19 23:26:25 +0200
  • e40b2df69e fix: improve readme aesthetics and contents mathieui 2021-04-17 15:50:24 +0200
  • 116c167e9a fix: allow certificate confirm dialog resize mathieui 2021-04-17 13:53:04 +0200
  • 11de2d98b3 fix: take newlines into account when completing stuff mathieui 2021-04-16 21:44:02 +0200
  • e9f6cae5b5 fix: take newlines into account in input manipulation mathieui 2021-04-16 20:49:28 +0200
  • 35519e6478 fix: regression on /set mathieui 2021-04-16 21:48:00 +0200
  • ae9d8ae291 fix: handle /me message properly when logging mathieui 2021-04-16 20:35:24 +0200
  • 244dbf3a22 fix: pasting text in data forms and bookmarkstab mathieui 2021-04-16 20:11:13 +0200
  • f915e9a3ab fix: /set: do not priorize section printing if we detect an option mathieui 2021-04-16 19:50:40 +0200
  • c788c9afb8 fix: when detecting /set option = value, do the right thing mathieui 2021-04-16 19:47:35 +0200
  • cbc4041746 fix: composing indicators not showing (fix #3527) mathieui 2021-04-16 19:41:03 +0200
  • f1f1ccd506 internal: remove the xep-0319 implementation mathieui 2021-04-16 19:13:45 +0200
  • e5398e68e9 fix: correction time in one to one tabs (fix #3532) mathieui 2021-04-16 19:25:57 +0200
  • 3591221e04 fix: split inactive chatstates from message in one to one tabs mathieui 2021-04-16 18:51:01 +0200
  • f9e0994311 fix: when sendingg a muc message, send the inactive chatstate apart mathieui 2021-04-16 18:46:48 +0200
  • e57bf0d433 fix: available presences in tabs mathieui 2021-04-16 18:46:16 +0200
  • b8c5d4c00a fix: confirmtab not spawning mathieui 2021-04-15 22:07:21 +0200
  • 1e8932b555 fix: tell pylint I know the curses module better mathieui 2021-04-15 21:37:27 +0200
  • b1052e149f fix: handle single-line log files, and reentry into fd_busy mathieui 2021-04-15 21:28:32 +0200
  • a6489fb66a fix: make mypy happier mathieui 2021-04-15 21:15:17 +0200
  • 7555b8090c fix: /join with passwords mathieui 2021-04-15 19:36:02 +0200
  • 63d51c4630 internal: add more annotation and remove unused attributes mathieui 2021-04-15 19:35:29 +0200
  • a17e5a456b internal: add a different class for UI messages mathieui 2021-04-15 18:44:22 +0200
  • 56bab71192 fix: display issue when changing show_timestamps value mathieui 2021-04-15 18:26:37 +0200
  • b1b2ef860f internal: add some hints and docstrings to ui.types mathieui 2021-04-14 23:17:22 +0200
  • 76dca81738 fix: corrections in 1to1 tabs mathieui 2021-04-14 00:25:43 +0200
  • f44eb7a2d1 fix: ad-hoc commands mathieui 2021-04-14 00:24:15 +0200
  • fc1eca7ac3 fix: remove all remaining safejids (fix #3457) mathieui 2021-04-12 20:43:42 +0200
  • e6510792b4 fix: yield to the loop periodically when reading logs mathieui 2021-04-11 21:09:11 +0200
  • ee972599f0 fix: do not fetch ALL messages from logfiles when filling a gap mathieui 2021-04-11 20:48:53 +0200
  • 02a858eb49 tests: Fix tests mathieui 2021-04-11 19:59:40 +0200
  • bd2aac6de2 typing: fix a bunch of type errors mathieui 2021-04-11 19:35:16 +0200
  • 0541bbb4bc internal: remove more global state from config mathieui 2021-04-11 18:55:26 +0200
  • 1640a90a63 feature: add a /debug command to change logging level dynamically mathieui 2021-04-11 18:50:15 +0200
  • 57cd999f70 refactor: move argument parsing away from config.py mathieui 2021-04-11 18:38:22 +0200
  • 29a7c6eca5 doc: explain module behavior mathieui 2021-04-11 14:29:28 +0200
  • 6b2c12c16c fix: do not use Literal mathieui 2021-04-11 14:29:21 +0200
  • b729de9147 fix: typing imports for 3.9 mathieui 2021-04-11 14:05:56 +0200
  • 93daf17324 fix: logger: handle empty log files as well mathieui 2021-04-11 14:03:06 +0200
  • 18b1d5ae72 feature: add a mam_sync_limit tab option mathieui 2021-04-11 13:58:40 +0200
  • 4ae1b714c4 internal: make mam_sync and use_log use tab-specific options mathieui 2021-04-11 13:31:20 +0200
  • 6f36d6b507 feature: add a mam_sync option mathieui 2021-04-11 13:15:07 +0200
  • 6d7921da55 internal: better typing & docstrings for logger/log loader mathieui 2021-04-11 13:10:25 +0200
  • a827743b86 internal: make the MAMFiller an attribute of ChatTabs mathieui 2021-04-11 13:03:32 +0200
  • f6ba263305 internal: Remove now unused code from mam.py mathieui 2021-04-11 12:13:03 +0200
  • 4cbc0e4506 tests: update logger test mathieui 2021-04-11 09:53:58 +0200
  • 91be567228 feature: add a function to retrieve the last message from the logs mathieui 2021-04-10 22:52:01 +0200
  • bf8965fb4b feature: Add a MAM history filler mathieui 2021-04-10 22:50:29 +0200
  • 48abe2ad7e feature: add a log loader class mathieui 2021-04-10 13:13:12 +0200
  • 73767bc97a fix: issue when converting local timezones mathieui 2021-04-10 13:00:00 +0200
  • e49552e444 refactor: rename poezio.asyncio module mathieui 2021-04-10 11:11:59 +0200
  • 835d7c855a fix: make parse_log_lines treat info differently from msgs mathieui 2021-04-09 22:01:53 +0200
  • d63b65f556 feature: add a mechanism to prevent the logger from writing temporarily mathieui 2021-04-09 22:01:22 +0200
  • 7ece335145 feature: add a function to iterate over all messages of a log file mathieui 2021-04-09 22:00:57 +0200
  • a3fcfd3ffd fix: make the jid optional when parsing a log line mathieui 2021-04-09 22:00:13 +0200
  • 8cbe41eba8 fix: when disconnected, do not send a new ping event mathieui 2021-04-11 14:41:42 +0200
  • b60a828661 fix: beep_on was broken with config changes mathieui 2021-04-08 20:52:55 +0200
  • dafe5b9e24 fix: logger: improve typing, globals and tests mathieui 2021-04-03 14:01:34 +0200
  • f56811d546 logging: Remove the "typ" passing when adding or logging messages mathieui 2020-05-31 23:14:39 +0200
  • bbc22fc8bc fix: plugin config mathieui 2021-03-29 22:33:38 +0200
  • 0ff5483f00 ci: install custom mypy and typecheck plugins too mathieui 2021-03-26 18:12:54 +0100
  • 50b8a7afe1 fix: add a type ignore to curses vline mathieui 2021-03-26 18:02:37 +0100
  • f80e9d9dde fix: forgotten tab names set mathieui 2021-03-26 12:49:20 +0100
  • ef772d8b2a fix: failing tests mathieui 2021-03-26 12:42:03 +0100
  • 84afe4938d fix: restore toggle & get previous behavior mathieui 2021-03-26 12:41:42 +0100
  • c0c0155ba3 fix: ignore type for xmltab input mathieui 2021-03-26 11:58:52 +0100
  • d0551c09ba fix: typing issues in plugins mathieui 2021-03-26 11:50:29 +0100
  • d27895e04e tests: use named parameters for user test mathieui 2021-03-26 11:40:41 +0100
  • 14cbbefdde fix; make python 3.7 happy mathieui 2021-03-26 11:38:03 +0100
  • 90af21f680 fix: forgotten gaptab constructor calls mathieui 2021-03-25 22:40:41 +0100
  • de265268da fix: add back the remove_section() for Config mathieui 2021-03-25 22:30:38 +0100
  • 388990bb42 fix: ignore type error for static kwargs mathieui 2021-03-25 22:29:18 +0100
  • 2dfb5096b9 fix: incompatible type passed to logger mathieui 2021-03-25 22:27:59 +0100
  • 0db73f722f fix: make Tab.name always a property mathieui 2021-03-25 22:24:45 +0100
  • 48a5b3e769 fix: last_sent_message for conversation tab mathieui 2021-03-25 22:20:43 +0100
  • 6ebffc1dec fix: unify signature of modify_message mathieui 2021-03-25 22:20:03 +0100
  • 9b01b9afa1 fix: ignore last_sent_message type mathieui 2021-03-25 22:14:55 +0100
  • d08ed8d138 fix: ignore typeerrors in tabs when we check beforehand mathieui 2021-03-25 22:14:13 +0100
  • 2c12a598aa fix: do not use raw TAB_WIN in bookmarks wins mathieui 2021-03-25 22:11:49 +0100
  • 43d84a2288 fix: type error after module import mathieui 2021-03-25 22:03:13 +0100
  • 7a9df69364 fix: type errors for GapTab mathieui 2021-03-25 22:03:01 +0100
  • a6e33a0c68 fix: windows: drop the DummyWi mathieui 2021-03-25 21:57:23 +0100
  • 9ae60e5899 refactor: only init core wins after the curses init mathieui 2021-03-25 21:55:36 +0100
  • dcd929c9b8 fix: add missing Typevar binding in decorators mathieui 2021-03-25 21:52:02 +0100
  • 3391a44206 fix: config, give up on typing Config.get mathieui 2021-03-25 21:51:11 +0100
  • 5a59eb1d4e fix: unify log_message signature mathieui 2021-03-20 21:06:26 +0100