about summary refs log tree commit diff stats
path: root/README.md
Commit message (Expand)AuthorAgeFilesLines
* 7475Kartik Agaram2020-12-301-7/+7
* 7471Kartik Agaram2020-12-291-0/+7
* 7465Kartik Agaram2020-12-291-4/+3
* 7429Kartik Agaram2020-12-271-0/+7
* 7401 - clean up support for non-Linux platformsKartik Agaram2020-12-251-6/+15
* 7393Kartik Agaram2020-12-231-0/+3
* 7374Kartik Agaram2020-12-211-3/+16
* 7351Kartik Agaram2020-12-141-1/+1
* 7268Kartik Agaram2020-11-201-2/+2
* 7265Kartik Agaram2020-11-171-2/+2
* 7264Kartik Agaram2020-11-171-3/+5
* 7259Kartik Agaram2020-11-171-5/+6
* 7255Kartik Agaram2020-11-171-1/+1
* 7235 - belatedly add spiritual forksKartik Agaram2020-11-141-0/+6
* 7204Kartik Agaram2020-11-071-1/+1
* clarify that we don't use C++20 modulesKartik Agaram2020-10-231-1/+1
* new forkKartik Agaram2020-10-231-0/+4
* Fix broken linkJimmy Miller2020-10-081-1/+1
* 6640Kartik Agaram2020-07-121-32/+32
* 6639Kartik Agaram2020-07-121-6/+4
* 6633Kartik Agaram2020-07-111-2/+2
* 6618 - new docsKartik Agaram2020-07-061-710/+78
* 6499Kartik Agaram2020-06-071-2/+2
* 6498Kartik Agaram2020-06-061-108/+108
* 6403Kartik Agaram2020-05-241-1/+1
* 6402Kartik Agaram2020-05-241-1/+1
* 6386 - documentation on editor setupKartik Agaram2020-05-231-0/+16
* 6218 - link to Mu's first forkKartik Agaram2020-05-101-0/+9
* 6200 - --dump is not needed for incremental tracesKartik Agaram2020-04-091-1/+1
* 6174Kartik Agaram2020-03-271-1/+1
* 6171Kartik Agaram2020-03-251-2/+2
* 6168Kartik Agaram2020-03-251-1/+1
* 6167Kartik Agaram2020-03-251-1/+1
* 6166Kartik Agaram2020-03-251-2/+2
* 6165Kartik Agaram2020-03-251-10/+10
* 6154 - include link to the Mu paperKartik Agaram2020-03-161-1/+1
* 6151Kartik Agaram2020-03-151-2/+6
* 6142Kartik Agaram2020-03-141-6/+9
* 6141Kartik Agaram2020-03-141-0/+12
* 6140Kartik Agaram2020-03-141-2/+1
* 6127Kartik Agaram2020-03-111-0/+11
* 5968Kartik Agaram2020-02-011-8/+10
* 5966 - document all supported Mu instructionsKartik Agaram2020-01-311-2/+3
* 5965Kartik Agaram2020-01-311-10/+1
* 5886Kartik Agaram2020-01-121-3/+4
* 5874Kartik Agaram2020-01-021-7/+1
* 5873Kartik Agaram2020-01-021-25/+20
* 5872Kartik Agaram2020-01-021-7/+7
* 5871Kartik Agaram2020-01-021-2/+2
* 5869Kartik Agaram2020-01-021-7/+8
ss="n">PROF_FUNC_TEST(message_receive_chatwin), PROF_FUNC_TEST(sends_message_to_barejid_when_contact_offline), PROF_FUNC_TEST(sends_message_to_barejid_when_contact_online), PROF_FUNC_TEST(sends_message_to_fulljid_when_received_from_fulljid), PROF_FUNC_TEST(sends_subsequent_messages_to_fulljid), PROF_FUNC_TEST(resets_to_barejid_after_presence_received), PROF_FUNC_TEST(new_session_when_message_received_from_different_fulljid), PROF_FUNC_TEST(send_enable_carbons), PROF_FUNC_TEST(connect_with_carbons_enabled), PROF_FUNC_TEST(send_disable_carbons), PROF_FUNC_TEST(receive_carbon), PROF_FUNC_TEST(receive_self_carbon), PROF_FUNC_TEST(receive_private_carbon), PROF_FUNC_TEST(send_receipt_request), PROF_FUNC_TEST(send_receipt_on_request), PROF_FUNC_TEST(does_not_send_receipt_request_to_barejid), PROF_FUNC_TEST(sends_new_item), PROF_FUNC_TEST(sends_new_item_nick), PROF_FUNC_TEST(sends_remove_item), PROF_FUNC_TEST(sends_nick_change), PROF_FUNC_TEST(send_software_version_request), PROF_FUNC_TEST(display_software_version_result), PROF_FUNC_TEST(shows_message_when_software_version_error), PROF_FUNC_TEST(display_software_version_result_when_from_domainpart), PROF_FUNC_TEST(show_message_in_chat_window_when_no_resource), PROF_FUNC_TEST(display_software_version_result_in_chat), PROF_FUNC_TEST(sends_room_join), PROF_FUNC_TEST(sends_room_join_with_nick), PROF_FUNC_TEST(sends_room_join_with_password), PROF_FUNC_TEST(sends_room_join_with_nick_and_password), PROF_FUNC_TEST(shows_role_and_affiliation_on_join), PROF_FUNC_TEST(shows_subject_on_join), PROF_FUNC_TEST(shows_history_message), PROF_FUNC_TEST(shows_occupant_join), PROF_FUNC_TEST(shows_message), PROF_FUNC_TEST(shows_me_message_from_occupant), PROF_FUNC_TEST(shows_me_message_from_self), PROF_FUNC_TEST(shows_all_messages_in_console_when_window_not_focussed), PROF_FUNC_TEST(shows_first_message_in_console_when_window_not_focussed), PROF_FUNC_TEST(shows_no_message_in_console_when_window_not_focussed), PROF_FUNC_TEST(disconnect_ends_session), }; return run_tests(all_tests); }