Commit Graph

808 Commits (c4733676cf16267ffbb0b348848e87a7d103cf37)

Author SHA1 Message Date
Torsten Flammiger e24d75cffc
Return the ID of the appservice that was created by register_appservice 2 years ago
Torsten Flammiger 8f69f02e59
add error handling for register_appservice too 2 years ago
Torsten Flammiger da7b55b39c
Cleanup appservice events after removing the appservice 2 years ago
Andrej Kacian 529e88c7f9 Do not copy mxc string unnecessarily in db.get_thumbnail() 2 years ago
Andrej Kacian 0f6d232cb1 Style fixes from 'cargo fmt' 2 years ago
Andrej Kacian ccfc243c2c Make get_remote_content() return Result instead of ConduitResult 2 years ago
Timo Kösters f7148def90 Merge branch 'up-ruma' into 'next'
Upgrade Ruma

See merge request famedly/conduit!268
2 years ago
Timo Kösters 63309e52f8 Merge branch 'media-download-with-filename' into 'next'
Media download with filename

See merge request famedly/conduit!266
2 years ago
Andrej Kacian c4317a7a96 Reduce code duplication in media download route handlers 2 years ago
Jonas Platte 9c2000cb89
Upgrade Ruma 2 years ago
Andrej Kacian 52873c88b7 Fix incorrect HTTP method in doc comments of two media routes 2 years ago
Andrej Kacian 8472eff277 Implement media download with custom filename 2 years ago
Timo Kösters f50bdb6010 Merge branch 'list_local_users' into 'next'
Implement list_local_users command

See merge request famedly/conduit!260
2 years ago
Timo Kösters f88523988e
improvement: use jemalloc for lower memory usage 2 years ago
Timo Kösters 5d3ba5c628 Merge branch 'WIP_persy_batch_next' into 'next'
feat: Integration with persy using background ops

See merge request famedly/conduit!231
2 years ago
Torsten Flammiger 960ba8bd99 Merged current next 2 years ago
Torsten Flammiger ba6d72f3f9 Reformatted 2 years ago
Jonas Platte 6bb1081b71
Use BTreeMap::into_values
Stable under new MSRV.
2 years ago
Jonas Platte 756a41f22d
Fix rustc / clippy warnings 2 years ago
Jonas Platte a0fc5eba72
Remove unnecessary Result 2 years ago
Jonas Platte c6277c72a1
Fix warnings in database::abstraction 3 years ago
Jonas Platte 13a48c4577
Clean up mod and use statements in lib.rs and main.rs 3 years ago
Timo Kösters 53de350908
fix: less load when lazy loading 3 years ago
Torsten Flammiger fd6427a83f Update/Revert code comment 3 years ago
Torsten Flammiger fc39b3447c Little bit of refactoring 3 years ago
Torsten Flammiger 4aefc29650 Merge branch 'list_local_users_test' into list_local_users 3 years ago
Timo Kösters 03b174335c
improvement: lower default pdu cache capacity 3 years ago
Timo Kösters 8c90e7adfb
refactor: fix warnings 3 years ago
Timo Kösters ee8e72f7a8
feat: implement server ACLs 3 years ago
Torsten Flammiger 50430cf4ab Name function after command: list_local_users 3 years ago
Torsten Flammiger 52284ef9e2 Add some debug/info if user was found 3 years ago
Torsten Flammiger 3e79d15495 Updated function documentation 3 years ago
Torsten Flammiger 9205c07048 Update get_local_users description 3 years ago
Torsten Flammiger c03bf6ef11 name the function after its purpose: iter_locals -> get_local_users 3 years ago
Torsten Flammiger 91eb6c4d08 Return a Result instead of a vector 3 years ago
Torsten Flammiger fb19114bd9 rename iter_locals to get_local_users; make get_local_users skip on parse errors; remove deprecated function count_local_users 3 years ago
Tglman f9977ca64f fix: changes to update to the last database engine trait definition 3 years ago
Tglman 1cc41937bd refactor:use generic watcher in persy implementation 3 years ago
Tglman ab15ec6c32 feat: Integration with persy using background ops 3 years ago
Timo Kösters d434dfb3a5
feat: config option for rocksdb max open files 3 years ago
Timo Kösters 80e51986c4
improvement: better default cache capacity 3 years ago
Timo Kösters 16f826773b
refactor: fix warnings 3 years ago
Timo Kösters 6fa01aa982
fix: remove dbg 3 years ago
Timo Kösters a336027b0e
fix: better memory usage message 3 years ago
Timo Kösters 447639054e
improvement: higher default pdu capacity 3 years ago
Timo Kösters 9e77f7617c
fix: disable direct IO again 3 years ago
Timo Kösters 7f27af032b
improvement: optimize rocksdb for spinning disks 3 years ago
Timo Kösters b96822b617
fix: use db options for column families too 3 years ago
Timo Kösters 0bb7d76dec
improvement: rocksdb configuration 3 years ago
Timo Kösters 077e9ad438
improvement: memory usage for caches 3 years ago