mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 13:26:22 +00:00
security(CWE-134): fix format string injections + add CI check fix(ui): subwindow lifecycle, newwin/newpad guards, fallback timestamps fix(db): sqlite cleanup on failures, sqlite3_close_v2 fix(xmpp): queued_messages loop, barejid leak perf(core): g_hash_table_iter_init instead of g_hash_table_get_keys refactor(ui): CLAMP macro in _check_subwin_width test: XEP-0012 and XEP-0045 functional tests Author: jabber.developer2 Closes #58, #85
17 lines
816 B
C
17 lines
816 B
C
void sends_room_join(void **state);
|
|
void sends_room_join_with_nick(void **state);
|
|
void sends_room_join_with_password(void **state);
|
|
void sends_room_join_with_nick_and_password(void **state);
|
|
void shows_role_and_affiliation_on_join(void **state);
|
|
void shows_subject_on_join(void **state);
|
|
void shows_history_message(void **state);
|
|
void shows_occupant_join(void **state);
|
|
void shows_message(void **state);
|
|
void shows_me_message_from_occupant(void **state);
|
|
void shows_me_message_from_self(void **state);
|
|
void shows_all_messages_in_console_when_window_not_focussed(void **state);
|
|
void shows_first_message_in_console_when_window_not_focussed(void **state);
|
|
void shows_no_message_in_console_when_window_not_focussed(void **state);
|
|
void sends_affiliation_list_request(void **state);
|
|
void sends_kick_request(void **state);
|