diff --git a/nips b/nips deleted file mode 160000 index 8c45ff5..0000000 --- a/nips +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 8c45ff5d964d6d9bf329c72713e43c89c060de09 diff --git a/nostr_core_lib b/nostr_core_lib index a8dc2ed..f3068f8 160000 --- a/nostr_core_lib +++ b/nostr_core_lib @@ -1 +1 @@ -Subproject commit a8dc2ed0464f4220ef306fa1ce07673dd4e94880 +Subproject commit f3068f82f3ba5f9f8680af33a1081a9d6e92810d diff --git a/src/main.h b/src/main.h index 1141771..608d2a7 100644 --- a/src/main.h +++ b/src/main.h @@ -12,8 +12,8 @@ // Version information (auto-updated by build system) #define VERSION_MAJOR 1 #define VERSION_MINOR 0 -#define VERSION_PATCH 2 -#define VERSION "v1.0.2" +#define VERSION_PATCH 3 +#define VERSION "v1.0.3" // Relay metadata (authoritative source for NIP-11 information) #define RELAY_NAME "C-Relay" diff --git a/src/websockets.c b/src/websockets.c index 61d7a17..67faecf 100644 --- a/src/websockets.c +++ b/src/websockets.c @@ -1260,7 +1260,7 @@ static struct lws_protocols protocols[] = { "nostr-relay-protocol", nostr_relay_callback, sizeof(struct per_session_data), - 4096, // rx buffer size + 65536, // rx buffer size 0, NULL, 0 }, { NULL, NULL, 0, 0, 0, NULL, 0 } // terminator