diff --git a/.forgejo/ISSUE_TEMPLATE/config.yml b/.forgejo/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index e69de29..0000000 diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6be18d3..c725223 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,13 +1,16 @@ blank_issues_enabled: true contact_links: - name: New ObjMatrix ticket - url: https://git.nil.im/ObjFW/ObjMatrix/issues/new + url: https://fl.nil.im/objmatrix/tktnew about: Please use this to create a new ticket. You can also report issues on GitHub, but this is preferred. - name: Existing ObjMatrix tickets - url: https://git.nil.im/ObjFW/ObjFW/issues + url: https://fl.nil.im/objmatrix/reportlist about: Please use this to look for existing tickets. + - name: ObjMatrix Forum + url: https://fl.nil.im/objmatrix/forum + about: Please use this if you have questions or want support. - name: ObjFW Matrix Room url: https://matrix.to/#/%23objfw:nil.im about: Please use this for interactive questions and support. diff --git a/src/MTXClient.h b/src/MTXClient.h index dedc684..f07f674 100644 --- a/src/MTXClient.h +++ b/src/MTXClient.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, 2021, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/MTXClient.m b/src/MTXClient.m index 24a7a8d..1398c6a 100644 --- a/src/MTXClient.m +++ b/src/MTXClient.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, 2021, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/MTXRequest.h b/src/MTXRequest.h index 5e19945..54d81f7 100644 --- a/src/MTXRequest.h +++ b/src/MTXRequest.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, 2021, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/MTXRequest.m b/src/MTXRequest.m index c5ec123..307c737 100644 --- a/src/MTXRequest.m +++ b/src/MTXRequest.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, 2021, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/MTXSQLite3Storage.h b/src/MTXSQLite3Storage.h index 3472c25..1fbcdd0 100644 --- a/src/MTXSQLite3Storage.h +++ b/src/MTXSQLite3Storage.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2020 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/MTXSQLite3Storage.m b/src/MTXSQLite3Storage.m index 5022e22..075baa4 100644 --- a/src/MTXSQLite3Storage.m +++ b/src/MTXSQLite3Storage.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, 2021 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/MTXStorage.h b/src/MTXStorage.h index 99bc124..cc7224e 100644 --- a/src/MTXStorage.h +++ b/src/MTXStorage.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, 2021 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/ObjMatrix.h b/src/ObjMatrix.h index 3ee5086..eff21b5 100644 --- a/src/ObjMatrix.h +++ b/src/ObjMatrix.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2020 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/MTXClientException.h b/src/exceptions/MTXClientException.h index 14c70b3..3cd47d3 100644 --- a/src/exceptions/MTXClientException.h +++ b/src/exceptions/MTXClientException.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, 2021 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/MTXClientException.m b/src/exceptions/MTXClientException.m index 594bb86..aa26968 100644 --- a/src/exceptions/MTXClientException.m +++ b/src/exceptions/MTXClientException.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, 2021 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/MTXFetchRoomListFailedException.h b/src/exceptions/MTXFetchRoomListFailedException.h index 4d70106..b1ee63c 100644 --- a/src/exceptions/MTXFetchRoomListFailedException.h +++ b/src/exceptions/MTXFetchRoomListFailedException.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2020 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/MTXFetchRoomListFailedException.m b/src/exceptions/MTXFetchRoomListFailedException.m index abd2e9f..1df04fd 100644 --- a/src/exceptions/MTXFetchRoomListFailedException.m +++ b/src/exceptions/MTXFetchRoomListFailedException.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2020 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/MTXJoinRoomFailedException.h b/src/exceptions/MTXJoinRoomFailedException.h index c696751..0e5cf98 100644 --- a/src/exceptions/MTXJoinRoomFailedException.h +++ b/src/exceptions/MTXJoinRoomFailedException.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, 2021 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/MTXJoinRoomFailedException.m b/src/exceptions/MTXJoinRoomFailedException.m index e9de26d..372048c 100644 --- a/src/exceptions/MTXJoinRoomFailedException.m +++ b/src/exceptions/MTXJoinRoomFailedException.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, 2021 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/MTXLeaveRoomFailedException.h b/src/exceptions/MTXLeaveRoomFailedException.h index 51c3949..fbb9abf 100644 --- a/src/exceptions/MTXLeaveRoomFailedException.h +++ b/src/exceptions/MTXLeaveRoomFailedException.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, 2021 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/MTXLeaveRoomFailedException.m b/src/exceptions/MTXLeaveRoomFailedException.m index b5555e1..c39afc3 100644 --- a/src/exceptions/MTXLeaveRoomFailedException.m +++ b/src/exceptions/MTXLeaveRoomFailedException.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, 2021 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/MTXLoginFailedException.h b/src/exceptions/MTXLoginFailedException.h index 0f50713..35d3490 100644 --- a/src/exceptions/MTXLoginFailedException.h +++ b/src/exceptions/MTXLoginFailedException.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, 2021, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/MTXLoginFailedException.m b/src/exceptions/MTXLoginFailedException.m index 5017dc0..70de57a 100644 --- a/src/exceptions/MTXLoginFailedException.m +++ b/src/exceptions/MTXLoginFailedException.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, 2021, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/MTXLogoutFailedException.h b/src/exceptions/MTXLogoutFailedException.h index 0d3306b..94454f4 100644 --- a/src/exceptions/MTXLogoutFailedException.h +++ b/src/exceptions/MTXLogoutFailedException.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2020 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/MTXLogoutFailedException.m b/src/exceptions/MTXLogoutFailedException.m index b2da22e..21ed341 100644 --- a/src/exceptions/MTXLogoutFailedException.m +++ b/src/exceptions/MTXLogoutFailedException.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2020 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/MTXSendMessageFailedException.h b/src/exceptions/MTXSendMessageFailedException.h index 25e2de3..46e7438 100644 --- a/src/exceptions/MTXSendMessageFailedException.h +++ b/src/exceptions/MTXSendMessageFailedException.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, 2021 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/MTXSendMessageFailedException.m b/src/exceptions/MTXSendMessageFailedException.m index b1c1d6f..a0bdc31 100644 --- a/src/exceptions/MTXSendMessageFailedException.m +++ b/src/exceptions/MTXSendMessageFailedException.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, 2021 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/MTXSyncFailedException.h b/src/exceptions/MTXSyncFailedException.h index 923a7dc..04b0104 100644 --- a/src/exceptions/MTXSyncFailedException.h +++ b/src/exceptions/MTXSyncFailedException.h @@ -1,7 +1,7 @@ /* * Copyright (c) 2020 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/src/exceptions/MTXSyncFailedException.m b/src/exceptions/MTXSyncFailedException.m index a1ce7cf..ce98bba 100644 --- a/src/exceptions/MTXSyncFailedException.m +++ b/src/exceptions/MTXSyncFailedException.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2020 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above diff --git a/tests/Tests.m b/tests/Tests.m index 9be0db1..986e26f 100644 --- a/tests/Tests.m +++ b/tests/Tests.m @@ -1,7 +1,7 @@ /* * Copyright (c) 2020, 2021, 2024 Jonathan Schleifer * - * https://git.nil.im/ObjFW/ObjMatrix + * https://fl.nil.im/objmatrix * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above