CtdlCheckExpress() now accepts a session context.
[citadel.git] / citadel / server / room_ops.c
2024-01-30 Art CancroCtdlCheckExpress() now accepts a session context.
2024-01-03 Art Cancrostyle cleanup
2023-08-29 Art CancroTemporarily disable the indexer
2023-08-29 Art Cancrocdb_tick() called periodically
2023-08-29 Art CancroWhen opening a cursor, always read through to the end.
2023-08-27 Art CancroCM_SetField() no longer accepts a length, just uses...
2023-08-23 Art Cancrocdb_next_item() now returns both key and value
2023-08-22 Art CancroCalls to cdb_fetch()/cdb_next_item() now check ptr...
2023-08-21 Art Cancrocdb_fetch() and cdb_next_item() now return a struct...
2023-08-21 Art CancroRemove diagnostic section
2023-08-19 Art Cancroserv_imap.c: moved to new CtdlFetchMsgList() API.
2023-08-17 Art CancroCtdlFetchMsgList() - treat no-record and zero-messages...
2023-08-17 Art Cancroserv_nntp.c: move to new API
2023-08-16 Art Cancroserv_expire: move to new msglists call
2023-08-16 Art CancroDRY fetch of msglists.
2023-08-11 Art CancroRevert "Prepared for upcoming change to cdb_next_item...
2023-08-11 Art CancroRevert "Changed the API for cdb_rewind() / cdb_next_ite...
2023-08-10 Art CancroChanged the API for cdb_rewind() / cdb_next_item()...
2023-08-10 Art CancroPrepared for upcoming change to cdb_next_item() API.
2023-08-07 Art CancroMarked code that will require some rework for LMDB.
2023-07-15 Art CancroReplaced all the pointer arithmetic in getuser/putuser...
2023-02-14 Art Cancro"visit" is now "struct visit" again.
2022-11-23 Art CancroGOTO no longer counts newly arrived mail in the inbox...
2022-07-06 Art CancroDefine the citserver BUILD_ID as a five digit number...
2022-06-25 Art CancroMostly just changes to make the code more readable...
2022-06-04 Art CancroThis is an omnibus commit which moves the Citadel Serve...