Nikita Vilunov nikita
  • Joined on 2023-08-25
nikita pushed to persistent-memberships at nikita/lavina 2024-04-13 00:27:46 +00:00
041c1b5fe2 implement persistent memberships
fd694cd75c Add message timestamps (#41)
cccc05afe9 xmpp: ignore text elements with spaces at the stream root
8b099f9be2 xmpp: fix handling of the `bind` iq
Compare 4 commits »
nikita created branch persistent-memberships in nikita/lavina 2024-04-13 00:27:46 +00:00
nikita pushed to main at lavina/lavina 2024-04-12 21:32:22 +00:00
fd694cd75c Add message timestamps (#41)
nikita closed issue lavina/lavina#38 2024-04-12 21:32:21 +00:00
Add message timestamps to stored history
nikita merged pull request lavina/lavina#41 2024-04-12 21:32:21 +00:00
Add message timestamps
nikita pushed to main at lavina/lavina 2024-04-11 21:08:15 +00:00
cccc05afe9 xmpp: ignore text elements with spaces at the stream root
nikita pushed to main at lavina/lavina 2024-04-07 12:06:29 +00:00
8b099f9be2 xmpp: fix handling of the `bind` iq
nikita created pull request lavina/lavina#47 2024-04-07 10:19:36 +00:00
xmpp: make the hostname configurable
nikita created branch configurablw-hostname in nikita/lavina 2024-04-07 10:19:07 +00:00
nikita pushed to configurablw-hostname at nikita/lavina 2024-04-07 10:19:07 +00:00
b0721160ff xmpp: make the hostname configurable
2ed70a4885 xmpp: add the server's hostname to the config
36b0d50d51 irc: allow PART without a reason
adece11fef xmpp: make xml-headers optional in the c2s stream
ab61e975bf xmpp: send correct errors on unknown iqs
Compare 7 commits »
nikita pushed to main at lavina/lavina 2024-04-06 23:01:28 +00:00
36b0d50d51 irc: allow PART without a reason
nikita deleted branch fix-xml-header from nikita/lavina 2024-04-06 22:38:38 +00:00
nikita closed pull request lavina/lavina#44 2024-04-06 22:38:38 +00:00
xmpp: make xml-headers optional in the c2s stream
nikita closed pull request lavina/lavina#45 2024-04-06 22:38:33 +00:00
xmpp: buffer data outgoing over a TLS-stream
nikita deleted branch xmpp-tls-buffering from nikita/lavina 2024-04-06 22:38:33 +00:00
nikita deleted branch iq-errors from nikita/lavina 2024-04-06 22:38:24 +00:00
nikita closed pull request lavina/lavina#46 2024-04-06 22:38:24 +00:00
xmpp: send correct errors on unknown iqs
nikita pushed to main at lavina/lavina 2024-04-06 22:38:09 +00:00
adece11fef xmpp: make xml-headers optional in the c2s stream
ab61e975bf xmpp: send correct errors on unknown iqs
fd437df67e xmpp: buffer data outgoing over a TLS-stream
a325c7307c irc: improve tests and remove tail space in chan member list
Compare 4 commits »
nikita created pull request lavina/lavina#46 2024-04-06 15:29:13 +00:00
xmpp: send correct errors on unknown iqs
nikita pushed to iq-errors at nikita/lavina 2024-04-06 15:28:54 +00:00
15638b8a01 xmpp: send correct errors on unknown iqs