Jason Volk
|
26ca956e5b
|
modules/console: Add room missing/horizon count cmds; add limit param.
|
2020-11-05 22:10:53 -08:00 |
|
Jason Volk
|
9950876e09
|
modules/client/send_to_device: Ensure message_id is json::STRING type. (fixes #169)
|
2020-11-05 22:10:53 -08:00 |
|
Jason Volk
|
e1df7629b5
|
modules/console: Add get/set top level shortcut cmds.
|
2020-10-28 12:42:59 -07:00 |
|
Jason Volk
|
ca69e70653
|
modules/console: Add app signal cmd.
|
2020-10-28 05:30:35 -07:00 |
|
Jason Volk
|
8f5b4704be
|
modules/m_direct_to_device: Move infolog message to debuglog.
|
2020-10-28 03:31:55 -07:00 |
|
Jason Volk
|
f026e81a07
|
ircd: Instrument against string_view(string&&) impossible construction..
|
2020-10-28 03:31:55 -07:00 |
|
Jason Volk
|
17ca084d45
|
modules/client/rooms/send: Add truncation workaround for m.new_content excesses.
|
2020-10-26 23:41:11 -07:00 |
|
Jason Volk
|
1c33127e8e
|
modules/console: Remove unnecessary db cache info table column.
|
2020-10-26 23:41:11 -07:00 |
|
Jason Volk
|
50cb49d558
|
modules/client/search: Move resources into namespace; add log facility.
|
2020-10-26 23:41:11 -07:00 |
|
Jason Volk
|
b7f2bd8e63
|
modules/client/rooms/send: Add payload size condition and exception.
|
2020-10-26 23:41:11 -07:00 |
|
Jason Volk
|
cc8c9942a4
|
ircd:Ⓜ️:push::request: Add conf item to toggle functionality.
|
2020-10-25 00:30:35 -07:00 |
|
Jason Volk
|
891cba3fb9
|
modules/m_pusher: Implement Push Gateway 3.1 POST Server Behavior. (closes #63)
|
2020-10-25 00:30:35 -07:00 |
|
Jason Volk
|
5265b955f6
|
modules/m_pusher: Add preliminary pusher hook; worker loop.
|
2020-10-24 07:31:31 -07:00 |
|
Jason Volk
|
762ab3cadb
|
modules/console: Improve app list output.
|
2020-10-24 06:27:37 -07:00 |
|
Jason Volk
|
e1e1d2243d
|
modules/m_push: Allow more notification types to user room.
|
2020-10-24 06:27:36 -07:00 |
|
Jason Volk
|
27fe4a9d81
|
ircd:Ⓜ️:app: Add restriction binpath; improve stdio to room; improve console cmd.
|
2020-10-24 06:26:44 -07:00 |
|
Jason Volk
|
f4558a84e6
|
ircd::exec: Implement callback handler suite; async wait().
|
2020-10-24 05:41:46 -07:00 |
|
Jason Volk
|
0d4898b0cd
|
modules/federation/get_missing_events: Use static closure; replace unquote() w/ json::string.
|
2020-10-24 01:59:11 -07:00 |
|
Jason Volk
|
e79c619ece
|
modules/federation/get_missing_events: Improve limit value clamp; conf items; defaults.
|
2020-10-24 01:59:11 -07:00 |
|
Jason Volk
|
810036e9f4
|
modules/m_command: Fix util::timer usage regression in ping cmds.
|
2020-10-24 01:59:11 -07:00 |
|
Jason Volk
|
5d7f56a5ce
|
ircd:Ⓜ️:app: Application management infrastructure w/ cmd suite.
|
2020-10-20 23:20:41 -07:00 |
|
Jason Volk
|
5c8c12dd06
|
modules/console: Add exec cmd suite.
|
2020-10-20 23:20:41 -07:00 |
|
Jason Volk
|
e0cc786a9d
|
modules/client/sync/rooms/timeline: Fix timeline limited flag condition; minor cleanup.
|
2020-10-17 21:06:05 -07:00 |
|
Jason Volk
|
f6bc11b76a
|
ircd::vg: Add stack register/deregister to interface.
ircd::vg: Use extern const bool for active(); minor reorg.
|
2020-10-16 14:32:06 -07:00 |
|
Jason Volk
|
17bcd84425
|
modules/console: Improve peer table column justifications.
|
2020-10-16 05:19:14 -07:00 |
|
Jason Volk
|
f1557bee78
|
modules/widget: Stub GET ui/v1 w/ some params.
|
2020-10-16 03:48:57 -07:00 |
|
Jason Volk
|
ccdd712188
|
modules/widget: Stub GET /widget/account.
|
2020-10-16 03:48:57 -07:00 |
|
Jason Volk
|
7b15568737
|
modules/widget: Start widget support; stub registration endpoint.
|
2020-10-16 03:48:57 -07:00 |
|
Jason Volk
|
93758a7238
|
modules/client/user/openid: Return something for request_token.
|
2020-10-16 03:40:14 -07:00 |
|
Jason Volk
|
683502fb5b
|
modules/console: Add well-known base cmd; request listing.
|
2020-10-16 02:40:39 -07:00 |
|
Jason Volk
|
2710701533
|
modules/key/server: Fix missing urldecode (regression 086dfc4839 ).
|
2020-10-16 02:40:39 -07:00 |
|
Jason Volk
|
b679c0aa07
|
modules/console: Fix param which should be required.
|
2020-10-16 02:40:39 -07:00 |
|
Jason Volk
|
b9905a06a6
|
modules/console: Allow multiple arguments to well_known matrix server.
|
2020-10-16 02:40:39 -07:00 |
|
Jason Volk
|
142179e4a5
|
ircd:Ⓜ️:fed::well_known: Convert to future interface w/ dummy impl.
|
2020-10-15 04:55:38 -07:00 |
|
Jason Volk
|
3f6d90c7a8
|
ircd:Ⓜ️:fed: Move head fetch convenience to room::head interface.
|
2020-10-14 22:04:04 -07:00 |
|
Jason Volk
|
888c62c156
|
ircd:Ⓜ️:fed::well_known: Simplify interface; add opts struct.
|
2020-10-14 22:04:04 -07:00 |
|
Jason Volk
|
086dfc4839
|
modules/key/server: Bypass parameter tokenization for endpoint.
|
2020-10-12 18:07:39 -07:00 |
|
Jason Volk
|
07382d8c0a
|
modules/console: Improve the other event refs cmd output.
|
2020-10-12 18:07:39 -07:00 |
|
Jason Volk
|
62fdaaa389
|
ircd:Ⓜ️:events::refs: Add unbounded column scan w/ console cmd.
|
2020-10-12 18:07:39 -07:00 |
|
Jason Volk
|
767322dc37
|
ircd::rand: Simplify interface; comments/cleanup.
|
2020-10-06 16:25:03 -07:00 |
|
Jason Volk
|
66525fd6f3
|
Revert "modules/client/sync/rooms/timeline: Fix polylog limited flag condition."
This reverts commit a5aac0eb1f .
|
2020-10-06 03:50:02 -07:00 |
|
Jason Volk
|
a5aac0eb1f
|
modules/client/sync/rooms/timeline: Fix polylog limited flag condition.
|
2020-10-06 00:02:29 -07:00 |
|
Jason Volk
|
7a8794720b
|
modules/console: More useful allocation bytes info in ios cmd.
|
2020-10-06 00:02:29 -07:00 |
|
Jason Volk
|
1c51153526
|
modules/web_root: Return non-throwing 404 here.
|
2020-10-05 20:15:12 -07:00 |
|
Jason Volk
|
6e879f1845
|
modules/web_root: No special caching of index.html or all hell breaks loose on Riot upgrade; minor cleanup.
|
2020-10-05 19:39:57 -07:00 |
|
Jason Volk
|
eb3a09d5e2
|
modules/client/capabilities: Fix typo.
|
2020-10-03 07:29:47 -07:00 |
|
Jason Volk
|
0f95a6464e
|
modules/console: Add hint param to fetch event cmd.
|
2020-10-03 04:33:47 -07:00 |
|
Jason Volk
|
5f24f10458
|
modules/console: Disambiguate argument type.
|
2020-10-03 02:31:20 -07:00 |
|
Jason Volk
|
a550b5c420
|
modules/console: Fix reference to returned array.
|
2020-10-03 02:31:20 -07:00 |
|
Jason Volk
|
c43f3a6658
|
modules/console: Fix missing empty line separator.
|
2020-10-03 02:31:20 -07:00 |
|