Skip to content

Releases: matszpk/simple-irc-server

simple-irc-server-0.1.8

17 Jul 14:38
Compare
Choose a tag to compare

Fixed handling rename user and compiler warnings.

simple-irc-server-0.1.7

22 Jun 16:31
Compare
Choose a tag to compare

Formatting and fixing warnings from Clippy.

simple-irc-server-0.1.6

31 May 12:29
Compare
Choose a tag to compare

Add a missing DIE command. Small fixes in README.md.

simple-irc-server-0.1.5

23 May 06:51
Compare
Choose a tag to compare

Introduce message buffering to avoid deadlocks if some messages will not be sent immediately.

simple-irc-server-0.1.4

22 May 14:14
Compare
Choose a tag to compare

Fixed USERHOST. Add STATS and ISON commands. Fixed server quitting. Some small refactorings.

simple-irc-server-0.1.2

21 May 18:56
Compare
Choose a tag to compare

Fixed testcase for HELP command. Fixed dns_lookup. Remove unnecessary fields from User and Channel to save memory.