Jason Volk
|
7deebfd344
|
ircd:Ⓜ️🆔 Improve the validator error msg propagation; minor cleanup.
|
2018-03-13 22:44:13 -07:00 |
|
Jason Volk
|
0f5e84b2e0
|
ircd::rfc3986: Copy relevant grammar from m::id; TODO: share.
|
2018-03-13 22:44:13 -07:00 |
|
Jason Volk
|
83d5f494bc
|
ircd:Ⓜ️🆔 Add RFC3986 grammar here for now.
|
2018-03-13 22:44:13 -07:00 |
|
Jason Volk
|
4aaeaff8fb
|
ircd:Ⓜ️:vm: Add options for pre-checked event conformity or skip entirely.
|
2018-03-12 19:38:27 -07:00 |
|
Jason Volk
|
9749d7c609
|
ircd:Ⓜ️:vm: Add wrapping to accepted event notify; further merge EDU and PDU core path.
|
2018-03-12 19:27:53 -07:00 |
|
Jason Volk
|
c2fbe50bce
|
ircd:Ⓜ️ Add additional event conformity checks.
|
2018-03-12 09:55:45 -07:00 |
|
Jason Volk
|
f0b5656fda
|
ircd:Ⓜ️ Push user creation out to module.
|
2018-03-11 13:40:24 -07:00 |
|
Jason Volk
|
e4d891abac
|
ircd:Ⓜ️ Remove duplicate exists(event_id) util.
|
2018-03-10 23:04:59 -08:00 |
|
Jason Volk
|
2c4498502a
|
ircd:Ⓜ️ Add txn creation util.
|
2018-03-09 19:41:16 -08:00 |
|
Jason Volk
|
28c7826032
|
ircd::db: Add txn::append optimization allowing tuple to make direct column deltas.
|
2018-03-09 19:41:16 -08:00 |
|
Jason Volk
|
50a721d311
|
ircd:Ⓜ️:v1: Ensure urlencoding of parameters.
|
2018-03-09 17:10:45 -08:00 |
|
Jason Volk
|
b284f707e5
|
ircd:Ⓜ️:v1: Support query for client_keys; add console command.
|
2018-03-09 17:10:45 -08:00 |
|
Jason Volk
|
9b6ef1189b
|
ircd:Ⓜ️:v1: Support query for user_devices; add console command.
|
2018-03-09 17:10:45 -08:00 |
|
Jason Volk
|
08fc944021
|
ircd:Ⓜ️ Tweak specifics of user/account creation/activation related.
|
2018-03-09 17:10:45 -08:00 |
|
Jason Volk
|
30532b47ff
|
ircd:Ⓜ️:vm: Mask conform allowing us to issue events on behalf of remote users.
|
2018-03-09 17:10:45 -08:00 |
|
Jason Volk
|
1cfe841462
|
ircd:Ⓜ️ Add additional event::conforms checks; comments.
|
2018-03-09 07:46:26 -08:00 |
|
Jason Volk
|
57deb2212a
|
ircd:Ⓜ️ Add room::messages iterator event_id cast operator.
|
2018-03-08 19:11:47 -08:00 |
|
Jason Volk
|
4a5bea668c
|
ircd/ircd:Ⓜ️ extern event_max_size conf item; minor cleanup.
|
2018-03-08 16:36:49 -08:00 |
|
Jason Volk
|
84e37b9635
|
modules/client/account: Fix user account activation related.
|
2018-03-08 16:29:51 -08:00 |
|
Jason Volk
|
f2a39394cd
|
ircd:Ⓜ️:vm: Add opts for dbs history/present; use more efficient iov pusher.
|
2018-03-08 15:55:54 -08:00 |
|
Jason Volk
|
e2db58bd81
|
ircd:Ⓜ️:v1: Fix send_join argument.
|
2018-03-08 15:55:02 -08:00 |
|
Jason Volk
|
b9400e1698
|
ircd:Ⓜ️ Branch for spec essential keys in event signing.
|
2018-03-08 14:17:47 -08:00 |
|
Jason Volk
|
be2a7007fa
|
ircd:Ⓜ️ Add exists(room_alias) with option for remote query; translate not_found exception.
|
2018-03-08 11:39:37 -08:00 |
|
Jason Volk
|
dc59cb8880
|
ircd:Ⓜ️ Overload exists(room) in addition to room::id.
|
2018-03-08 11:38:29 -08:00 |
|
Jason Volk
|
b5ad6b55a6
|
ircd:Ⓜ️:vm: Add eval options for hashing signing and pre-commit debuglog.
|
2018-03-08 10:08:38 -08:00 |
|
Jason Volk
|
1e6d3d3294
|
ircd:Ⓜ️:vm: Add opts argument to event commission; comment cleanup.
|
2018-03-08 10:08:38 -08:00 |
|
Jason Volk
|
4dd97298f5
|
ircd:Ⓜ️ Improve pretty_oneline format.
|
2018-03-07 17:37:15 -08:00 |
|
Jason Volk
|
f1a45cc9df
|
ircd:Ⓜ️ Libify hashing/signing functions out of vm::commit().
|
2018-03-07 13:28:15 -08:00 |
|
Jason Volk
|
901a77266e
|
ircd:Ⓜ️:vm: Massage edus through the core eval path; rename inserted to accept.
|
2018-03-07 13:28:15 -08:00 |
|
Jason Volk
|
b7adb44429
|
ircd:Ⓜ️ Relax hook expectations for existing event fields.
|
2018-03-07 13:28:15 -08:00 |
|
Jason Volk
|
c864a6b446
|
ircd:Ⓜ️ Move keys related into modules/key; keys into node's room; remaining keys.cc into m.cc.
|
2018-03-06 00:10:36 -08:00 |
|
Jason Volk
|
63614107f8
|
ircd:Ⓜ️ Introduce the node and the node::room.
|
2018-03-05 23:47:23 -08:00 |
|
Jason Volk
|
17833dc22d
|
ircd:Ⓜ️ Merge remaining user.cc into m.cc.
|
2018-03-05 08:25:59 -08:00 |
|
Jason Volk
|
bbf1cff21b
|
ircd:Ⓜ️🆔 Rename origin to node.
|
2018-03-05 08:22:24 -08:00 |
|
Jason Volk
|
76e16927c7
|
ircd:Ⓜ️ Move user activation definition into client/accounts near is_active().
|
2018-03-05 05:24:45 -08:00 |
|
Jason Volk
|
ec0d151827
|
ircd:Ⓜ️ Move user::password related to modules/client/account/password.
|
2018-03-05 05:24:45 -08:00 |
|
Jason Volk
|
1723a48e89
|
ircd:Ⓜ️ Move user::is_active() to modules/client/account.
|
2018-03-05 05:24:45 -08:00 |
|
Jason Volk
|
f8dc84d46e
|
ircd:Ⓜ️ Modularize the user::activate/user::deactivate definitions.
|
2018-03-05 05:24:45 -08:00 |
|
Jason Volk
|
b3816f3bfa
|
ircd:Ⓜ️ Move these conf items and rename.
|
2018-03-05 05:24:45 -08:00 |
|
Jason Volk
|
5c1cb57e9c
|
modules: Reorg conf/console related; add s_control.
|
2018-03-05 05:24:45 -08:00 |
|
Jason Volk
|
f75a4bd95e
|
ircd:Ⓜ️ Special case type=m.room.member state_key for user::id rewrite in hook ctor.
|
2018-03-05 02:10:18 -08:00 |
|
Jason Volk
|
bfc2ab4eef
|
ircd:Ⓜ️ Improve error ctor related.
|
2018-03-05 01:34:03 -08:00 |
|
Jason Volk
|
b37bb580be
|
ircd:Ⓜ️ Deinline these error ctors.
|
2018-03-05 01:07:52 -08:00 |
|
Jason Volk
|
a6814dd696
|
ircd:Ⓜ️ Unconditionally use a hash of user's mxid for user_room.
|
2018-03-05 00:53:59 -08:00 |
|
Jason Volk
|
ab9e9d698b
|
ircd:Ⓜ️ Fix error.
|
2018-03-04 22:46:40 -08:00 |
|
Jason Volk
|
a39781924c
|
ircd:Ⓜ️ Take this buffer off-stack.
|
2018-03-04 09:21:51 -08:00 |
|
Jason Volk
|
69b0acde63
|
ircd:Ⓜ️ Preliminary reorg around experimental presence interface.
|
2018-03-04 08:57:02 -08:00 |
|
Jason Volk
|
d3d58d8ee9
|
ircd:Ⓜ️ Generate user_room ID's for all users local and remote.
|
2018-03-04 08:57:02 -08:00 |
|
Jason Volk
|
2e3d88057c
|
ircd:Ⓜ️:dbs: Use null separators for prefixing.
|
2018-03-04 02:09:41 -08:00 |
|
Jason Volk
|
240e01a9b5
|
ircd:Ⓜ️ Integrate present room state table optimization into interface.
|
2018-03-04 02:09:41 -08:00 |
|
Jason Volk
|
5b4c65c875
|
ircd:Ⓜ️:dbs: Add and use origins key separator; minor cleanup.
|
2018-03-04 00:30:25 -08:00 |
|
Jason Volk
|
472aaecb0f
|
ircd:Ⓜ️:dbs: Add back the sequential state index for present room state.
|
2018-03-04 00:30:25 -08:00 |
|
Jason Volk
|
28ab30e3a0
|
ircd:Ⓜ️ Minor cleanup: sv ctor is constexpr, don't need this.
|
2018-03-03 10:17:05 -08:00 |
|
Jason Volk
|
9cf25a2d3b
|
ircd:Ⓜ️ Add optimized room::members event iteration for present membership=join.
|
2018-03-03 10:17:05 -08:00 |
|
Jason Volk
|
c676d56dcd
|
ircd:Ⓜ️ Add room::members::count() with membership=join optimized path.
|
2018-03-03 10:17:05 -08:00 |
|
Jason Volk
|
7a860964c4
|
ircd:Ⓜ️ Split the origins iteration to also allow raw key iteration.
|
2018-03-03 10:17:05 -08:00 |
|
Jason Volk
|
8a5462063e
|
ircd:Ⓜ️ Add util to get membership from either event.membership or event.content.
|
2018-03-03 10:17:05 -08:00 |
|
Jason Volk
|
e95b61d46b
|
ircd:Ⓜ️ Add a room::origins::count()er.
|
2018-03-03 05:56:42 -08:00 |
|
Jason Volk
|
763c14fb7b
|
ircd:Ⓜ️:dbs: Add crucial member key to origins sequence.
|
2018-03-03 05:47:15 -08:00 |
|
Jason Volk
|
d0ef714179
|
ircd:Ⓜ️🆔 Tighten exception spec on boolean validators; tweak test grammar.
|
2018-03-03 05:04:23 -08:00 |
|
Jason Volk
|
6db4b083a8
|
ircd:Ⓜ️🆔 Fix local,host generator ctor to account for existing sigil.
|
2018-03-03 04:06:49 -08:00 |
|
Jason Volk
|
90e3b90775
|
ircd:Ⓜ️ Hook ctor rewrites local m::id's with my_host(); update affected hooks.
|
2018-03-03 04:06:49 -08:00 |
|
Jason Volk
|
7eff71b9a3
|
ircd:Ⓜ️ Add function to check if and only if id is a valid localpart.
|
2018-03-03 04:06:49 -08:00 |
|
Jason Volk
|
6333003aad
|
ircd:Ⓜ️ Move user::activate() out to modules/client/register.
|
2018-03-03 00:51:27 -08:00 |
|
Jason Volk
|
fa3d92103c
|
ircd:Ⓜ️ Add event serial size check; check size during commit.
|
2018-03-03 00:04:43 -08:00 |
|
Jason Volk
|
c4d8b17ecb
|
ircd:Ⓜ️ Add convenience sender for org.matrix.custom.html messages.
|
2018-03-02 23:22:52 -08:00 |
|
Jason Volk
|
a99fff0988
|
ircd:Ⓜ️ Add meta column for sequential presently joined origins iteration.
|
2018-03-02 22:03:06 -08:00 |
|
Jason Volk
|
2be4d22403
|
ircd:Ⓜ️ Add slightly arbitrary hook msgtype matching.
|
2018-03-02 21:13:11 -08:00 |
|
Jason Volk
|
94087f6316
|
ircd:Ⓜ️ Add alternative hook ctor for simple argument syntax reversal.
|
2018-03-02 21:12:11 -08:00 |
|
Jason Volk
|
0d4083c487
|
ircd:Ⓜ️:dbs: Remove stale comment.
|
2018-03-02 08:33:40 -08:00 |
|
Jason Volk
|
f3d8cc7950
|
ircd:Ⓜ️ Set IRCd's presence status on startup and shutdown.
|
2018-03-02 08:02:21 -08:00 |
|
Jason Volk
|
150543ae91
|
ircd:Ⓜ️ Add linkage for user::presence;
modules/client/presence: reorg for linkage; minor cleanup.
|
2018-03-02 08:02:21 -08:00 |
|
Jason Volk
|
e8fd7eebe0
|
modules/conf: Introduce the !conf room and the !control interface.
|
2018-03-02 08:02:21 -08:00 |
|
Jason Volk
|
f7034d0bf5
|
ircd:Ⓜ️ Add convenience notice(room) suite.
|
2018-03-02 08:02:21 -08:00 |
|
Jason Volk
|
baa7a80b68
|
ircd: Various fixes; bump default db LRU cache sizes.
|
2018-03-02 08:02:20 -08:00 |
|
Jason Volk
|
97e593a77e
|
ircd: Mein conf.
|
2018-03-02 08:02:20 -08:00 |
|
Jason Volk
|
5a744debe2
|
ircd:Ⓜ️:vm: Fix b64 buffer size calc; minor cleanup.
|
2018-03-01 04:34:22 -08:00 |
|
Jason Volk
|
c31b072a82
|
ircd:Ⓜ️ Improve room::membership() convenience query interface.
|
2018-02-28 21:05:09 -08:00 |
|
Jason Volk
|
bd065a826a
|
ircd:Ⓜ️:vm: Add error class; add/checkin options; checkpoint preliminary eval.
|
2018-02-27 22:57:05 -08:00 |
|
Jason Volk
|
14d5bd4f99
|
ircd:Ⓜ️:state: Checkpoint removal entry point.
|
2018-02-27 22:57:05 -08:00 |
|
Jason Volk
|
f76d82a553
|
ircd:Ⓜ️ Fix/simplify xvalue.
|
2018-02-27 22:57:00 -08:00 |
|
Jason Volk
|
8f086aaed9
|
ircd:Ⓜ️ Add convenience operator|= to event::conforms for masking.
|
2018-02-27 20:55:59 -08:00 |
|
Jason Volk
|
ef9646e719
|
ircd:Ⓜ️ Add exists(event::id) database check.
|
2018-02-27 20:47:19 -08:00 |
|
Jason Volk
|
bd4da0dd0a
|
ircd:Ⓜ️ Consider these not-errors to allow for forward-compat/reuse.
|
2018-02-27 20:25:23 -08:00 |
|
Jason Volk
|
b555e3f446
|
ircd:Ⓜ️:v1/modules/console: Checkpoint changes to buffers and opts for requests.
Issues:
- The move requirement here for opts is ugly without a better ctor.
- The ad hoc buffer reassignments in m::v1 need to be improved.
|
2018-02-26 22:02:47 -08:00 |
|
Jason Volk
|
d1b66e2657
|
ircd:Ⓜ️:v1: Remove all the static default_opts.
|
2018-02-26 21:43:02 -08:00 |
|
Jason Volk
|
e67ce2b43e
|
ircd:Ⓜ️ Add room_alias -> room_id outsourcing; plug in modules/client/join.
|
2018-02-26 04:55:27 -08:00 |
|
Jason Volk
|
0721d28254
|
ircd:Ⓜ️🪝 Minor cleanup: move event_match function to hook::.
|
2018-02-26 01:40:41 -08:00 |
|
Jason Volk
|
e7b6f4bac6
|
ircd:Ⓜ️ Add vm_notify hook::site; add hook to create public rooms room.
|
2018-02-26 01:40:41 -08:00 |
|
Jason Volk
|
5dbafa6a21
|
ircd:Ⓜ️🪝 Condition to match on membership field if available.
|
2018-02-26 00:12:03 -08:00 |
|
Jason Volk
|
e259d7bad7
|
ircd:Ⓜ️🪝 Use union matching strategy by default.
|
2018-02-26 00:07:53 -08:00 |
|
Jason Volk
|
bd14377904
|
ircd:Ⓜ️ Captain hook.
|
2018-02-25 23:35:25 -08:00 |
|
Jason Volk
|
c41a3dc25c
|
ircd:Ⓜ️:v1: Add overloads to derive query remote from mxids.
|
2018-02-25 02:05:43 -08:00 |
|
Jason Volk
|
619a5a6a96
|
ircd:Ⓜ️:v1: Add additional query::profile field overload.
|
2018-02-25 00:30:45 -08:00 |
|
Jason Volk
|
a25b9c84f5
|
ircd:Ⓜ️ Add missing/matching my(user).
|
2018-02-25 00:30:45 -08:00 |
|
Jason Volk
|
bab52e2967
|
ircd:Ⓜ️:v1: Add query request; add profile / directory convenience subtypes.
|
2018-02-24 23:53:32 -08:00 |
|
Jason Volk
|
191167f7ba
|
ircd:Ⓜ️ Add count() interface to room::state.
|
2018-02-24 19:52:02 -08:00 |
|
Jason Volk
|
4818409b51
|
ircd:Ⓜ️:state: Strictly use name:: references for all property access.
|
2018-02-24 19:47:30 -08:00 |
|
Jason Volk
|
4643a78c47
|
ircd:Ⓜ️:state: Add branch accounting to b-tree node.
|
2018-02-24 19:27:17 -08:00 |
|
Jason Volk
|
924d86e1e9
|
ircd:Ⓜ️ Rename ircd.account key to ircd.user in !users.
|
2018-02-23 19:39:51 -08:00 |
|