summary refs log tree commit diff
path: root/src/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move more extensions to extensionsRory&2026-06-1219-951/+49
* Move migrations to databaseRory&2026-06-1175-2651/+1
* Move entities to databaseRory&2026-06-1168-5964/+56
* Move database to toplevelRory&2026-06-113-143/+3
* Remove extraneous exportRory&2026-06-111-1/+0
* Use subpath imports for lambert-server, fix openapi.jsRory&2026-06-119-9/+9
* Allow subpath imports, move extensions to separate moduleRory&2026-06-118-140/+12
* Dont send guild_add for autojoin guilds on register, disable bcrypt workers a...Rory&2026-06-113-59/+70
* Deduplicate channel positions queryRory&2026-06-111-8/+7
* Assertions first, use exists rather than count/findRory&2026-06-111-14/+9
* Dont fetch entire channel for welcome message, dont fail if channel doesnt existRory&2026-06-111-7/+4
* Handle welcome message as insert + updateRory&2026-06-111-4/+3
* Bcrypt worker threadsRory&2026-06-111-0/+113
* Trace registrationRory&2026-06-112-11/+40
* Use better permissions when handling webhook mentionsRory&2026-06-051-0/+4
* User: handle autojoin synchronouslyRory&2026-06-051-12/+4
* Clean up import in Monitoring, close webrtc connection on IPC failure, add LO...Rory&2026-06-051-1/+1
* HTTP: reblanace buckets to prefer smaller response timesRory&2026-05-291-1/+1
* IPC: shutdown hooks github/dev/monitoring dev/monitoringRory&2026-05-281-1/+1
* IPC metricsRory&2026-05-283-4/+9
* monitoring: add helper to register a metric without duplicatingRory&2026-05-281-3/+11
* monitoring: ignore OPTIONS requests that dont have a route handlerRory&2026-05-281-6/+8
* Monitoring: tag HTTP response rate histogram by route rather than request urlRory&2026-05-282-5/+44
* */Server.ts: Handle metrics requestsRory&2026-05-281-0/+6
* */Server.ts: Add monitoring init hookRory&2026-05-281-0/+38
* Process lifecycle scriptsRory&2026-05-286-20/+148
* IPC: shutdown hooksRory&2026-05-284-7/+15
* Fix some copyright headersRory&2026-05-261-1/+1
* Break up bulk inserts for read states to avoid postgres parameter exhaustionRory&2026-05-263-0/+42
* Trace fillInMissingIDsRory&2026-05-261-1/+3
* Better error handling in rabbitmqsinglelistener/writerRory&2026-05-262-14/+49
* Add NixOS test for starting with rabbitmq-single ipcRory&2026-05-263-15/+25
* Demote default rabbitmq behavior, implement init for all BaseEventWriter/List...Rory&2026-05-261-34/+44
* Move publishEvent to RabbitMQ.tsRory&2026-05-262-29/+28
* Move rabbitListen to RabbitMQ.tsRory&2026-05-262-53/+55
* Clean up unused imports in IPC codeRory&2026-05-263-4/+2
* Add untested rabbitmq single-channel IPCRory&2026-05-267-37/+228
* Split unix socket IPC to separate files, add interfacesRory&2026-05-267-530/+627
* channelOrdering: fix null refRory&2026-05-251-0/+2
* Fix some copyright headers github/dev/cherry dev/cherryRory&2026-05-241-0/+18
* Clean up erlpack typesRory&2026-05-242-13/+0
* Add internal status order enumRory&2026-05-191-1/+8
* Rework status enum schemaRory&2026-05-193-3/+18
* Add deprecation warning for database configRory&2026-04-251-0/+9
* Hexdump CDN hashesRory&2026-04-214-0/+145
* Clean up imports in schemas/api/botsRory&2026-04-205-60/+4
* eslint: yodaRory&2026-04-192-3/+3
* eslint: default-caseRory&2026-04-191-0/+2
* eslint: arrow-body-style=as-neededRory&2026-04-195-19/+13
* eslint: no-promise-executor-returnRory&2026-04-197-13/+13
* eslint: more rules, no-duplicate-importsRory&2026-04-194-9/+5
* eslint: array callback return, no restricted importsRory&2026-04-1920-48/+48
* Make connections more verbose and include some setup instructionsRory&2026-04-192-1/+19
* Attachment -> PublicAttachment in schemasRory&2026-04-181-1/+1
* Fix error logging, dont use simple-arrayRory&2026-04-1812-19/+75
* Split out attachment handling from message handlerRory&2026-04-181-0/+17
* Fix up some straggler columnsRory&2026-04-181-1/+1
* Fix missed relationsRory&2026-04-181-0/+39
* Fix attachmentsRory&2026-04-183-20/+32
* No attachment URLsRory&2026-04-182-14/+47
* jsonbRory&2026-04-1818-52/+137
* re-reconcile migrationsRory&2026-04-181-0/+14
* int8 primary keysRory&2026-04-1816-3/+677
* Make presence clear async, clean up temp session codeRory&2026-04-132-16/+6
* Presence disconnect works!Rory&2026-04-131-1/+1
* Time out presenceRory&2026-04-131-0/+1
* prep for presenceRory&2026-04-131-0/+78
* Emit presence on identify, support deduped gw eventsRory&2026-04-132-1/+11
* Align Message object with API specwhinis2026-04-131-7/+6
* Fix Typing event so that it returns undefined rather than nullwhinis2026-04-132-20/+9
* Maybe fix an issue elisa had with discord.pywhinis2026-04-131-0/+6
* Added the @JsonRemoveEmpty decrorator to most of the fields in the message cl...whinis2026-04-131-0/+24
* revert the change on ElapsedTime read-only classOh642026-04-061-4/+0
* indexes on instance_bans lookup columnsOh642026-04-061-1/+4
* use arrayGroupBy, include group time in query tracesOh642026-04-061-0/+4
* Add indexes to instance bans tableRory&2026-03-271-0/+23
* EmbedHandlers: more configuration for embeds, switch to storing all returned ...Rory&2026-03-265-5/+52
* User: use single query to determine taken discriminatorsRory&2026-03-261-6/+5
* Embeds: factor out from postMessageRory&2026-03-264-0/+34
* add channel status migrationRory&2026-03-211-0/+13
* lambert-server: Remove unused jsonBody optionRory&2026-03-211-2/+0
* lambert-server: dont overwrite express Router classRory&2026-03-211-9/+0
* Fix schemas scriptRory&2026-03-211-2/+2
* lambert-server: remove global namespace pollution for serverRory&2026-03-211-9/+0
* make spacebar compile again github/dev/emma/as-to-satisfies-gw dev/emma/as-to-satisfies-gwOh642026-03-212-4/+15
* Message toJSON -> null vs undefinedRory&2026-03-211-9/+5
* Message*Event: as->satisfies (WIP)Rory&2026-03-211-1/+1
* MessageCreate/UpdateEvent: use PublicMessageRory&2026-03-201-2/+3
* Migrate Thread*Event to satisfies, part of #1577Rory&2026-03-203-15/+19
* Migrate Channel*Event to satisfies, part of #1577Rory&2026-03-201-2/+2
* Migrate Member#addToGuild GuildCreateEvent to satisfies, part of #1577Rory&2026-03-202-2/+4
* Migrate GuildMember*Event to satisfies, part of #1577Rory&2026-03-202-28/+30
* Migrate GuildDeleteEvent to satisfies, part of #1577Rory&2026-03-201-1/+1
* Migrate GuildBan*Event to satisfies, part of #1577Rory&2026-03-201-2/+2
* Migrate ChannelRecipient*Event to satisfies, part of #1577Rory&2026-03-202-3/+3
* Migrate GuildMemberUpdate to satisfies, part of #1577Rory&2026-03-202-8/+9
* merge the functionsMathMan052026-03-201-46/+42
* make some correctionsMathMan052026-03-203-0/+7
* that shouldn't existMathMan052026-03-201-13/+0
* fix typoMathMan052026-03-201-1/+1
* more pk fixesMathMan052026-03-202-8/+5
* fixes for pluralkitMathMan052026-03-201-0/+1
* a lot of small fixesMathMan052026-03-205-1/+33
* it ain't asyncMathMan052026-03-201-1/+1
* sign 'emMathMan052026-03-201-1/+61
* switch messages to base message typeMathMan052026-03-201-2/+2
* Remove all traces of sqlite3 - resolves #1617Rory&2026-03-203-37/+16
* Remove PrimaryIdAutoGenerated (only for what used to be mongodb support)Rory&2026-03-201-4/+2
* Remove PrimaryIdColumn (only for what used to be mongodb support)Rory&2026-03-206-19/+17
* Fix some commentsRory&2026-03-191-1/+1
* Fix typing for activity metadataRory&2026-03-181-2/+4
* Schemas for stickersRory&2026-03-171-1/+0
* Array method to get distinct items by a selectorRory&2026-03-161-0/+12
* Clean up schemas some moreRory&2026-03-161-2/+0
* Added two new configuration options for SMTP: "starttls" andLisa Marie Maginnis2026-03-152-19/+24
* give remove the same treatmentMathMan052026-03-151-0/+1
* Fix adding reactionsMathMan052026-03-151-1/+5
* Some minor workRory&2026-03-144-43/+1
* Remove array global pollutionRory&2026-03-143-21/+3
* Shorten importsRory&2026-03-149-30/+10
* Remove unused imports for entitiesRory&2026-03-149-17/+10
* Remove unused imports for non-entitiesRory&2026-03-145-6/+1
* Fix some JSdoc errorsRory&2026-03-143-5/+6
* Clean up some type guardsRory&2026-03-142-5/+2
* properly mark unused paramsRory&2026-03-147-5/+9
* lambert-server: remove unused codeRory&2026-03-143-59/+2
* Snowflake: remove unused binaryToID functionRory&2026-03-141-30/+0
* Remove unused autoupdater codeRory&2026-03-142-91/+0
* Qodana: fix async warningsRory&2026-03-142-4/+4
* gateway offload workRory&2026-03-132-3/+6
* Gateway: add SB_SESSION_CLOSE and SB_SESSION_INVALIDATE eventsRory&2026-03-131-1/+2
* Gateway: allow addressing dispatch events to specific sessionsRory&2026-03-132-3/+4
* sticker implMathMan052026-03-071-0/+39
* Dont serialise guild parentsRory&2026-03-071-0/+1
* Dont serialize discovery weight/exclusion statusRory&2026-03-071-0/+2
* [rel/1518] Member flagsRory&2026-03-072-0/+17
* [rel/1518] Interaction failure reason enum, add missing copyright headersRory&2026-03-071-2/+12
* temp hack: ...and dont forget to save itRory&2026-03-061-0/+1
* temp hack: maybe set the right didRory&2026-03-061-1/+1
* temp hack: re-create sessiosn that went missingRory&2026-03-061-1/+11
* Log creation of new sessions, fix some commentsRory&2026-03-061-2/+4
* IPC: unix socket reinit + backlog systemRory&2026-02-271-20/+52
* IPC: more unix socket loggingRory&2026-02-271-0/+12
* IPC: eagerly init unix sockets on startupRory&2026-02-271-2/+9
* IPC: factor out importsRory&2026-02-271-6/+4
* Option to disable logging route registrationsRory&2026-02-271-1/+1
* added clean_data to places after a member is created but not constructed to a...whinis2026-02-261-0/+2
* Add /_spacebar/api/version - resolves #1222Rory&2026-02-252-0/+48
* disable toJSON for read states?Rory&2026-02-251-15/+15
* Fix undefined accessPablo Stebler2026-02-251-1/+1
* Merge remote-tracking branch 'mathium05/refineSearch'Rory&2026-02-251-3/+3
|\
| * why didn't anyone do thisMathMan052026-02-231-3/+3
* | last_pinned_timestamp int4 -> timestampRory&2026-02-252-2/+17
* | Include explicit update where NULL in migrationRory&2026-02-251-0/+1
* | swap migration orderRory&2026-02-231-2/+2
* | Faster pingsRory&2026-02-232-10/+54
* | util: update message flags to match upstream (and use short bigint notation)Rory&2026-02-181-8/+17
* | Renamed to JsonNumber and removed from incorrectly typed date fieldwhinis2026-02-184-11/+10
* | Add decorator to change Bigint back to string using Numberwhinis2026-02-184-0/+26
* | Add Decorators to clean classes before json serialization and remove invalid ...whinis2026-02-173-0/+58
* | Fix loading discord guild templatesChrisChrome2026-02-164-4/+20
* | Separate IP check options during registrationChrisChrome2026-02-161-1/+2
|/
* Allow for smarthosts/local SMTP relays that dont use user/pass AUTHLisa Marie Maginnis2026-02-141-10/+22
* Fixed import of nodemailer ('nodemailer.default' does not exist)Lisa Marie Maginnis2026-02-141-1/+1
* Try to enforce channel limts?Rory&2026-02-142-0/+5
* fix it the other way arroundMathMan052026-02-131-1/+1
* fix pinsMathMan052026-02-131-1/+1
* fix it the other way arroundMathMan052026-02-131-1/+1
* fix pinsMathMan052026-02-131-1/+1
* trace origin of the issueMathMan052026-02-131-1/+4
* oops, fix the callMathMan052026-02-131-1/+1
* fix it bettererMathMan052026-02-131-1/+1
* hopefully fix this bugMathMan052026-02-131-1/+1
* speed up fetching messagesMathMan052026-02-131-2/+24
* Fix leaking private User data in mentionsAhmed A2026-02-131-0/+1
* Devshell: add python setuptoolsRory&2026-02-101-2/+2
* Reword sqlite errorRory&2026-02-101-1/+8
* Add discovery filteringRory&2026-02-102-0/+21
* dont send channel create for dms that were already open???Rory&2026-02-081-1/+5
* fix channel checkMathMan052026-02-081-1/+1
* fix channel flagsMathMan052026-02-081-2/+1
* post with tagsMathMan052026-02-052-0/+31
* create tagsMathMan052026-02-053-2/+20
* array initMathMan052026-02-054-0/+90
* merge masterMathMan052026-02-044-15/+27
|\
| * Merge remote-tracking branch 'mathium05/threadMore'Rory&2026-02-041-1/+1
| |\
| | * allow deep threadsMathMan052026-02-031-1/+1
| * | Fix disabling migrations on nix not wirkingRory&2026-02-042-14/+23
| |/
| * more thread improvementsMathMan052026-02-031-0/+3
* | forum fixesMathMan052026-02-041-0/+2
|/
* stupid migrationMathMan052026-02-031-17/+0
* more purgingMathMan052026-02-031-2/+0
* prune migrationMathMan052026-02-031-4/+0
* fix threads :3MathMan052026-02-041-7/+21
* some fixesMathMan052026-02-042-1/+30
* Merge remote-tracking branch 'mathium05/threadFixes'Rory&2026-02-043-3/+3
|\
| * more changesMathMan052026-02-031-1/+1
| * some thread fixesMathMan052026-02-032-2/+2
* | Merge remote-tracking branch 'mathium05/errorFix'Rory&2026-02-031-7/+6
|\ \
| * \ Merge branch 'spacebarchat:master' into errorFixMathium052025-12-233-4/+16
| |\ \
| * | | feild error fixesMathMan052025-12-231-8/+8
* | | | Merge remote-tracking branch 's074/add-rabbitmq-error-handling'Rory&2026-02-032-62/+177
|\ \ \ \
| * | | | don't rethrow error, just keep retryingdank0742026-02-031-1/+0
| * | | | don't need thisdank0742026-02-011-3/+1
| * | | | remove jitter from delay calculation altogetherdank0742026-01-301-9/+3
| * | | | simplify reconnect delay and shorten timedank0742026-01-301-7/+6
| * | | | add rabbitmq reconnection logic with state recoverydank0742026-01-222-62/+187
* | | | | Merge remote-tracking branch 'oh64/master'Rory&2026-02-031-19/+136
|\ \ \ \ \
| * | | | | Add emit listener check and ghost file handlingOh642026-02-031-6/+28
| * | | | | try to enhance Unix socket handlingOh642026-02-031-13/+108
* | | | | | Guild discovery: option to hide already joined guildsRory&2026-02-031-0/+1
* | | | | | Env var to disable db migrations, nix: drop pre-start serviceRory&2026-02-031-2/+4
* | | | | | Well, dont then igRory&2026-02-031-5/+0
* | | | | | try catch a migration lineRory&2026-02-031-4/+5
* | | | | | Add member profile customisation fields to dbRory&2026-02-032-3/+48
* | | | | | Add user profile costomisation fields to dbRory&2026-02-032-1/+42
|/ / / / /
* | | | | temp unfinished json stuff in tsRory&2026-02-016-0/+376
* | | | | Use describe for test grouping, more functions, less const arrowsRory&2026-02-015-332/+340
* | | | | Basic offload configurationRory&2026-01-303-0/+28
| |_|_|/ |/| | |
* | | | Thread membership routesRory&2026-01-291-0/+1
* | | | READY changes for threads ported from #876Rory&2026-01-291-3/+3
* | | | Channel/thread util methods ported from #876Rory&2026-01-292-5/+136
* | | | Gateway event types ported from #876Rory&2026-01-291-1/+60
* | | | Thread members ported from #876Rory&2026-01-294-0/+234
* | | | Regenerate migrations for threadsRory&2026-01-284-67/+6
* | | | Merge remote-tracking branch 'origin/dev/threads'Rory&2026-01-287-1/+113
|\ \ \ \
| * | | | initial recipients workMathMan052026-01-282-0/+2
| * | | | thread API startMathMan052026-01-285-1/+39
| * | | | sechema changes+migrationsMathMan052026-01-284-1/+73
* | | | | Add basic thread helper functionsRory&2026-01-281-0/+12
* | | | | Update channel type enum to un-erkinalp-ize it, and match discordRory&2026-01-281-1/+1
|/ / / /
* | | | Rename use_thread permissions to create_threadRory&2026-01-281-2/+2
* | | | Make bot invites configurableRory&2026-01-241-0/+1
* | | | Port User.tag getter from pomelo as utilityRory&2026-01-231-1/+8
|/ / /
* | | WIP: StopForumSpam supportRory&2026-01-222-0/+132
* | | bot fixMathMan052026-01-211-1/+1
* | | Add stub POSt report endpointRory&2026-01-172-1/+46
* | | fix: `FieldErrors` function returned array instead of an objectCyberL12026-01-141-7/+8
* | | Fix schemas...Rory&2025-12-271-24/+32
* | | Allow passing config secrets as pathsRory&2025-12-271-0/+15
* | | print cwd in jwtRory&2025-12-271-1/+1
* | | Log some pathsRory&2025-12-272-2/+3
* | | Drop unused metrics configurationRory&2025-12-253-24/+0
* | | Drop unused Kafka configurationRory&2025-12-253-26/+0
* | | Consistent imports and instructions for emailRory&2025-12-254-10/+15
* | | Drop sqlite3 by defaultRory&2025-12-251-5/+13
| |/ |/|
* | Add server name config option for use in client redirectsRory&2025-12-232-4/+10
* | Merge pull request #1449 from MathMan05/inviteFixCyber2025-12-221-0/+6
|\ \ | |/ |/|
| * fix invite API slightlyMathMan052025-12-221-0/+6
* | Commit evil (set process names)Rory&2025-12-201-1/+0
|/