Commit Graph

  • fd6538a727 refactor: replace old stream system with new message event system main tt 2026-03-07 23:37:30 +08:00
  • 9fc693d506 fix: #509 节点重启一直panic tangtaoit 2026-02-03 12:44:03 +08:00
  • d8d08889b9 update CHANGELOG.md v2.2.3-20260128 tangtaoit 2026-01-28 22:41:15 +08:00
  • 29ddb68922 Merge branch 'main' into feat/upgrade_pebble_to_v2 feat/upgrade_pebble_to_v2 tangtaoit 2026-01-28 22:26:16 +08:00
  • 32cc314b8f refactor: optimize cluster slot propose and fix channel leader lookup tangtaoit 2026-01-28 22:25:41 +08:00
  • ed16bef7d1 Merge branch 'main' into feat/upgrade_pebble_to_v2 tangtaoit 2026-01-28 21:06:00 +08:00
  • d54c201658 fix: processMakeTag: getCmdSubscribers failed tangtaoit 2026-01-28 21:05:43 +08:00
  • 7a968d944d Merge branch 'main' into feat/upgrade_pebble_to_v2 tangtaoit 2026-01-28 20:26:59 +08:00
  • 7fe4de9207 fix: cmd recvack error tangtaoit 2026-01-28 20:26:26 +08:00
  • 50d444e598 Merge branch 'main' into feat/upgrade_pebble_to_v2 tangtaoit 2026-01-28 19:27:27 +08:00
  • b52f704540 feat: add CMDUpdateConversationIfSeqGreater for cluster synchronization tangtaoit 2026-01-28 19:19:40 +08:00
  • c664392196 fix: change json.RawMessage to []byte tangtaoit 2026-01-27 17:10:41 +08:00
  • 6cd2f8ca97 fix: jsonrpc DeviceFlag enum error tangtaoit 2026-01-27 17:06:43 +08:00
  • f2438da47e fix: prevent panic by adding defensive checks for empty Uid in conversations tt 2026-01-22 12:17:32 +08:00
  • 625bfdd5c6 fix: 修复 proxy 协议解析中的 slice out of range panic tt 2026-01-11 10:34:32 +08:00
  • 6590683c61 fix: 修复 channelSeqCache 存储 Pebble 切片导致的 SIGSEGV 崩溃问题 tt 2026-01-11 10:31:07 +08:00
  • 2afce1e047 feat: getChannelMaxMessageSeq add login_uid param tt 2026-01-09 20:55:54 +08:00
  • fdacd3a96e fix: must lastMsg.MessageSeq >= uint64(resp.ReadedToMsgSeq) tt 2026-01-09 18:47:01 +08:00
  • 55a20d09e3 update tt 2026-01-09 12:19:55 +08:00
  • 54b9a77425 add e2e feat/e2e tt 2026-01-09 12:12:00 +08:00
  • 9424c783b0 Optimize message batch query performance by db sharding and add pagination support for syncUserConversation tt 2026-01-09 11:44:14 +08:00
  • a152487bd0 update connect log v2.2.2-20251229 tt 2025-12-29 07:56:32 +08:00
  • 56acc9ac7b fix: #485 调用/conversation/sync接口报,No HttpMessageConverter tt 2025-12-25 17:16:32 +08:00
  • 6ac97458d9 fix: update message error tt 2025-12-25 13:50:08 +08:00
  • e899cff7b7 Merge branch 'main' into feat/upgrade_pebble_to_v2 tt 2025-12-25 13:30:36 +08:00
  • 3b082f7286 fix: Fixed the timing of plugin persistAter execution. tt 2025-12-25 12:47:33 +08:00
  • 847f47560e fix: 修复同步会话接口未读数量有概率返回0的bug gui156 2025-12-20 17:30:13 +08:00
  • ede3aa3d96 feat: event add error field tt 2025-12-15 10:43:47 +08:00
  • 0221b1e1bf feat: add batch remove subscribers api tt 2025-12-14 10:07:28 +08:00
  • c3384f9bb4 update README tt 2025-12-07 11:33:04 +08:00
  • b1ffa5c4a0 update README tt 2025-12-07 11:21:54 +08:00
  • 74302e9df2 feat: rebase main tt 2025-11-05 09:13:16 +08:00
  • 54137b70e5 fix: duplicate ids when concurrent update tt 2025-06-23 15:51:04 +08:00
  • 7b3ee107d8 feat: notifQueue change to diskqueue tt 2025-05-28 16:05:32 +08:00
  • 03822cf004 plugin send packet add conn field tt 2025-05-13 16:14:19 +08:00
  • f85a0081ac feat: send plugin support reasonCode tt 2025-05-13 09:55:44 +08:00
  • 27938da584 fix: add check conn valid tt 2025-05-09 21:05:28 +08:00
  • a628a109f9 feat: 增加数据库监控 tt 2025-04-28 18:11:52 +08:00
  • 685fffd8c9 fix: proxy proto格式错误会导致程序崩溃 #458 tt 2025-11-05 08:20:30 +08:00
  • 11024d9cb6 fix: issue #454 tt 2025-10-30 17:32:53 +08:00
  • b7fbba4c75 fix: issue #454 tt 2025-10-30 17:30:49 +08:00
  • 078005c89e fix: app version not display tt 2025-10-14 10:15:14 +08:00
  • a6384598ca fix: proxy proto格式错误会导致程序崩溃 #458 tt 2025-11-05 08:20:30 +08:00
  • ac1b819d38 fix: issue #454 tt 2025-10-30 17:32:53 +08:00
  • 768256bb09 fix: issue #454 tt 2025-10-30 17:30:49 +08:00
  • 3689abbe92 fix: app version not display tt 2025-10-14 10:15:14 +08:00
  • 87594ed1c8 update Makefile tt 2025-10-13 12:41:32 +08:00
  • d27931c208 Merge branch 'main' into feat/upgrade_pebble_to_v2 tt 2025-10-13 12:17:04 +08:00
  • 5ca44b31c9 docs: update changelog for v2.2.1-20250624 tt 2025-10-13 11:29:19 +08:00
  • 4cf3bb2816 update Makefile v2.2.1-20250624 tt 2025-10-13 10:59:26 +08:00
  • 1ceb171804 update chatdemo tt 2025-10-13 10:54:54 +08:00
  • 2798173594 update demo tt 2025-10-13 09:51:23 +08:00
  • 9cf76b3943 Update README_EN.md COYG⚡️ 2025-10-10 10:52:36 +08:00
  • fe36d4d698 Update README.md COYG⚡️ 2025-10-10 10:52:05 +08:00
  • c98c59f076 fix: remove chunk id gen tt 2025-09-09 11:54:25 +08:00
  • 91b4c0b07a fix: Fixed distributed slot log conflict, which caused messages to fail to be sent. tt 2025-09-08 21:06:27 +08:00
  • 7e449ba296 update chat demo tt 2025-09-03 14:10:37 +08:00
  • 885fe71f7b feat: support event message, text event tt 2025-08-13 13:32:36 +08:00
  • 244eb80aeb fix: SendBan and AllowStranger setting not taking effect tt 2025-06-23 13:57:37 +08:00
  • 3a67b55a7d feat: added cache to conversation tt 2025-06-18 16:17:21 +08:00
  • c4e8e22a7e feat: added SendBan and AllowStranger setting to channel tt 2025-06-18 11:25:19 +08:00
  • 4d72517e2b feat: completed stream v2 tt 2025-08-01 17:51:06 +08:00
  • 148c31c708 feat: add stream message tt 2025-07-31 18:46:49 +08:00
  • cabe4bf5e5 feat: add agent channel tt 2025-06-10 10:17:18 +08:00
  • 3f646d37b7 feat: add agent support tt 2025-06-07 10:55:49 +08:00
  • 960d0ad9cd fix: visitor cannot receive messages tt 2025-05-13 09:31:36 +08:00
  • 0b06408691 feat: support visitor channel tt 2025-05-08 10:42:08 +08:00
  • 1c65c5e565 feat: support agent channel tt 2025-06-10 14:09:54 +08:00
  • 4f62a9f42e Update issue templates WuKongIM 2025-08-11 09:53:36 +08:00
  • 331c90179f docs: update example config tt 2025-08-11 08:42:42 +08:00
  • bf21a6ba31 feat: update openapi.json tt 2025-08-05 14:13:18 +08:00
  • ede3bde13f feat: support openapi docs tt 2025-08-02 10:52:59 +08:00
  • 714dba9069 feat: completed stream v2 feat/cs tt 2025-08-01 17:51:06 +08:00
  • ee2d8493ce fix: cluster raft not found when replica count < node count tt 2025-07-31 21:08:11 +08:00
  • ecc92612e9 feat: add stream message tt 2025-07-31 18:46:49 +08:00
  • f00c00a57d feat: add agent channel tt 2025-06-10 10:17:18 +08:00
  • 312272b0e8 feat: add agent support tt 2025-06-07 10:55:49 +08:00
  • bf66e3b044 fix: visitor cannot receive messages tt 2025-05-13 09:31:36 +08:00
  • 575ab8668c feat: support visitor channel tt 2025-05-08 10:42:08 +08:00
  • 34048e6620 fix: 不稳定,要经常重启才行,偶尔会退出崩溃 #398 tangtaoit 2025-07-24 13:54:31 +08:00
  • 9c507038cf docs: update tt 2025-06-24 20:24:41 +08:00
  • 03e8a11de6 makefile: upgrade to v2.2.0-20250426 v2.2.0-20250426 latest tt 2025-06-24 20:05:01 +08:00
  • 1055c9084f perf: Optimize distributed network transmission performance tt 2025-06-24 18:58:22 +08:00
  • e4d7818040 feat: added cache to db tt 2025-06-24 11:13:26 +08:00
  • 5942ff88b4 added cache for channelInfo tt 2025-06-23 16:35:47 +08:00
  • c486fd1f75 fix: duplicate ids when concurrent update tt 2025-06-23 15:51:04 +08:00
  • bb6b1762fe fix: SendBan and AllowStranger setting not taking effect tt 2025-06-23 13:57:37 +08:00
  • 23d50c421b feat: added cache to conversation tt 2025-06-18 16:17:21 +08:00
  • 9efecf60b6 feat: added SendBan and AllowStranger setting to channel tt 2025-06-18 11:25:19 +08:00
  • 3c90fd03df fix: getRecentMessagesForCluster add lock tt 2025-06-07 10:59:51 +08:00
  • c557c40e49 fix: webhook online status error tt 2025-06-03 10:58:54 +08:00
  • f62a6f35a6 feat: notifQueue change to diskqueue tt 2025-05-28 16:05:32 +08:00
  • b5d62ef845 fix: Optimizing performance tt 2025-05-27 16:21:16 +08:00
  • c3099df101 fix: add raft node keepalive tt 2025-05-22 22:44:20 +08:00
  • 43b408be3c feat: web view slot replica, channel raft set confVersion tt 2025-05-22 21:18:26 +08:00
  • cf148b995d fix: raft tick change to 150ms and support cluster.channelDestoryAfterIdleTick tt 2025-05-21 16:30:02 +08:00
  • dba5b001dc fix: not send plugin send error tt 2025-05-14 13:24:16 +08:00
  • 993670f363 plugin send packet add conn field tt 2025-05-13 16:14:19 +08:00
  • 4b9a3f4e6a feat: send plugin support reasonCode tt 2025-05-13 09:55:44 +08:00
  • eb910e5a16 fix: json-rpc change recvackRequest to recvackNotification tt 2025-05-09 21:53:13 +08:00