Jason Volk
|
76ed65d36e
|
modules/vm: Improve derror log output on call_hook().
|
2019-07-15 17:20:48 -07:00 |
|
Jason Volk
|
449f667dd9
|
modules/client/rooms/join: Exception handling around bootstrap eval.
|
2019-07-15 17:20:47 -07:00 |
|
Jason Volk
|
20081ce5c1
|
modules/console: Output room version in fed head.
|
2019-07-15 17:20:47 -07:00 |
|
Jason Volk
|
2906eebd3f
|
modules/federation/make_join: Add room_version to make_join response.
|
2019-07-15 17:20:47 -07:00 |
|
Jason Volk
|
bb7cf992ae
|
modules/client/rooms/join: Throw error rather than returning empty event_id.
modules/client/rooms/join: Minor simplify.
modules/client/rooms/join: Use room room_version in event eval opts.
|
2019-07-15 15:34:06 -07:00 |
|
Jason Volk
|
6f7949eb2c
|
modules/vm: Better conditions for room_id iov append.
|
2019-07-15 14:22:45 -07:00 |
|
Jason Volk
|
2f71edf41f
|
modules/client/sync/rooms/state: Supply invite room state on invite.
modules/client/rooms/invite: Add the sender's membership event.
|
2019-07-15 14:11:22 -07:00 |
|
Jason Volk
|
598585a431
|
ircd::ctx: Simplify concurrent template.
modules/client/sync: Improve concurrent instantiation sites.
|
2019-07-15 13:09:33 -07:00 |
|
Jason Volk
|
14040f4917
|
modules: Simplify comment.
|
2019-07-15 11:19:14 -07:00 |
|
Jason Volk
|
d61850ecf6
|
modules/m_user: Simplify linkage. #83
|
2019-07-15 11:06:01 -07:00 |
|
Jason Volk
|
05711cf5d6
|
modules: Split user::highlight module.
|
2019-07-15 11:06:01 -07:00 |
|
Jason Volk
|
f3d22ba98b
|
modules/m_typing: More error reporting around typing-state update.
|
2019-07-15 09:48:29 -07:00 |
|
Jason Volk
|
e715c135af
|
ircd:Ⓜ️ Split m::user::profile from client handler.
|
2019-07-14 19:35:28 -07:00 |
|
Jason Volk
|
58aad0194b
|
ircd:Ⓜ️ Move bootstrap to module.
modules/m_init_bootstrap: Trigger bootstrap via import.
|
2019-07-14 16:07:44 -07:00 |
|
Jason Volk
|
2ad1c3acb9
|
modules/console: Show joined members count in room top.
|
2019-07-14 15:26:42 -07:00 |
|
Jason Volk
|
198d3ff884
|
modules/client/sync/rooms/state: Query for event_idx outside of lock; hint pool.
|
2019-07-14 15:21:13 -07:00 |
|
Jason Volk
|
e6780c7940
|
modules/client/createroom: Fix bootstrap regression.
|
2019-07-14 15:03:54 -07:00 |
|
Jason Volk
|
f355fb3135
|
modules/m_vm: Minor formatting fix.
|
2019-07-14 15:03:54 -07:00 |
|
Jason Volk
|
5e15364e42
|
modules/client/sync/rooms/state: Make initial-phase state event queries concurrent.
|
2019-07-14 15:03:54 -07:00 |
|
Jason Volk
|
c92b6aafd5
|
modules/m_fetch: Stub missing cancel() definition for now.
|
2019-07-14 09:42:43 -07:00 |
|
Jason Volk
|
c1b3dc1142
|
modules/federation/sender: Don't propagate exceptions outside of the hook handler.
|
2019-07-13 23:20:03 -07:00 |
|
Jason Volk
|
56ab4f397c
|
modules/federation/invite2: Process the dual-signed event.
|
2019-07-13 23:20:03 -07:00 |
|
Jason Volk
|
8d8142d5eb
|
modules/client/rooms/invite: Send infolog message on invite reception.
|
2019-07-13 23:20:03 -07:00 |
|
Jason Volk
|
e82b58728a
|
modules/client/rooms/invite: Send invite_room_state.
|
2019-07-13 23:20:03 -07:00 |
|
Jason Volk
|
b9df49a891
|
modules/client/sync/rooms/state: Make special case for invite_state inclusive.
|
2019-07-13 23:20:03 -07:00 |
|
Jason Volk
|
c7a68a8cb3
|
ircd::ctx: Fix ctx::parallel argument allocation assumptions.
ircd::ctx: Rename tool.
|
2019-07-13 23:20:03 -07:00 |
|
Jason Volk
|
63a238fa76
|
modules/federation/sender: Fix event_id regression.
|
2019-07-13 23:20:03 -07:00 |
|
Jason Volk
|
9fc5f86886
|
modules/m_fetch: Fix event construction regression.
|
2019-07-13 19:28:48 -07:00 |
|
Jason Volk
|
1fa275813c
|
modules/media/magick: Call ::DestroyMagickResources() on module dtor.
|
2019-07-13 19:28:48 -07:00 |
|
Jason Volk
|
4b961099cc
|
modules/client/createroom: Add default room version conf item; fix create eval.
|
2019-07-13 19:28:03 -07:00 |
|
Jason Volk
|
6abd1a8173
|
modules/m_fetch: Fix prev array counting calls.
|
2019-07-13 19:28:03 -07:00 |
|
Jason Volk
|
2489ae02ff
|
modules/m_fetch: Explicitly cancel request after assignment failure.
|
2019-07-13 19:28:03 -07:00 |
|
Jason Volk
|
f33f65040d
|
ircd::net::dns::resolver: Increase timeout worker responsiveness.
|
2019-07-13 19:28:03 -07:00 |
|
Jason Volk
|
df8fd36fde
|
ircd:Ⓜ️:user: Simplify user::room_tags impl w/ modern linkage.
ircd:Ⓜ️:user: Simplify user::room_account_data impl w/ modern linkage.
ircd:Ⓜ️:user: Modernize user::profile impl linkage.
ircd:Ⓜ️:user: Modernize user::account_data impl linkage.
ircd:Ⓜ️:user: Simplify user::ignores impl w/ modern linkage.
|
2019-07-13 18:15:27 -07:00 |
|
Jason Volk
|
0eda690733
|
modules/console: Allow iteration of user's room tags in all rooms.
|
2019-07-13 18:15:27 -07:00 |
|
Jason Volk
|
023167b440
|
modules/client/sync: Add a 'semaphore mode' for muted sync.
|
2019-07-12 19:29:51 -07:00 |
|
Jason Volk
|
6b54ab902e
|
modules/client/sync: Minor cleanup of condition statements.
|
2019-07-12 19:29:51 -07:00 |
|
Jason Volk
|
393e4f32de
|
modules/client/sync: Add comment on the phased sync arg.
|
2019-07-12 19:29:51 -07:00 |
|
Jason Volk
|
4090b8f3da
|
modules/client/rooms/invite: Use json::stack to generate request content.
|
2019-07-12 19:29:51 -07:00 |
|
Jason Volk
|
519b19547d
|
modules/console: Fix regression.
|
2019-07-12 19:29:51 -07:00 |
|
Jason Volk
|
09ea0be2f0
|
modules/client/rooms/invite: Improve error reporting.
|
2019-07-12 19:29:51 -07:00 |
|
Jason Volk
|
5c8a97c43e
|
modules/client/rooms/invite: Use the v2 invite api here.
|
2019-07-12 19:29:51 -07:00 |
|
Jason Volk
|
ce55859fb2
|
ircd:Ⓜ️ Rename v1 to fed.
|
2019-07-12 19:29:51 -07:00 |
|
Jason Volk
|
fe4ce5c130
|
modules/client/rooms/invite: Fix event construction.
|
2019-07-12 19:29:51 -07:00 |
|
Jason Volk
|
ef670cc8b9
|
modules/client/createroom: Abort room creation for DM's if error inviting counter-party.
|
2019-07-12 19:29:51 -07:00 |
|
Jason Volk
|
f4600bb002
|
modules/client/createroom: Create with room_version 4.
|
2019-07-12 19:29:51 -07:00 |
|
Jason Volk
|
4353034027
|
modules/client/events: Prevent seek of event_idx for EDU's.
|
2019-07-12 19:29:50 -07:00 |
|
Jason Volk
|
76148e2971
|
modules/client/events: Fix condition; use minmax/minor cleanup.
|
2019-07-12 19:29:50 -07:00 |
|
Jason Volk
|
b5219750be
|
modules/vm: Move the room_id append up the stack.
|
2019-07-11 19:34:20 -07:00 |
|
Jason Volk
|
d837753d29
|
modules/console: Fix an event construction.
|
2019-07-11 18:58:18 -07:00 |
|