Skip to content

Releases: abenson/minitalk

v0.3.1

Choose a tag to compare

@abenson abenson released this 09 May 17:35

Fixes in the release:

  • Some makefile updates.
  • Handle when someone tries to send an empty string.

Changing your nick

Choose a tag to compare

@abenson abenson released this 18 Sep 19:09

New feature! You can change your nick.

  • Fixed some sketchy memory handling with (probably) more sketchy memory handling.
  • Makefile should be better behaved now.
  • Some (hopeful) fixes for OpenBSD.

Better username detection

Choose a tag to compare

@abenson abenson released this 26 Feb 02:08

getlogin wasn't being reliable, so per the manpage:

For most purposes, it is more useful to use the environment variable
LOGNAME to find out who the user is. This is more flexible precisely
because the user can set LOGNAME arbitrarily.

Minor compilation issues.

Choose a tag to compare

@abenson abenson released this 02 Oct 14:27
v0.2.4

Fix compilation issues on some platforms.

Legal stuff?

Choose a tag to compare

@abenson abenson released this 02 Jul 04:14
  • Added a comment in the man page regarding security issues.
  • Updated versions and copyrights and etc.

v0.2.2

Choose a tag to compare

@abenson abenson released this 26 Dec 20:37
  • Added manual page.

Mostly housekeeping.

Choose a tag to compare

@abenson abenson released this 22 Nov 16:43
  • Fix the error message when an invalid slash command is given.
  • General housekeeping of the code.
  • Fixed some README stuff and added a demo gif.

Some fixes, enhancements, and tweaks.

Choose a tag to compare

@abenson abenson released this 22 Nov 06:10
  • Added README with some instruction for the project.
  • Add installation target to makefile.
  • Remove need for signals/timers.
  • Print a message regarding unknown slash commands instead of sending them as a chat.
  • Clean up the prompt area before exiting.
  • Some internal housekeeping, refactoring.
  • Ding when the current user's nick is mentioned in the chat.
  • Fix a performance issue where CPU is bound at 100%.

Minor bugfix.

Choose a tag to compare

@abenson abenson released this 21 Nov 22:38
  • Fix makefile for compilation.
  • Remove possible buffer overflow.

Initial release!

Choose a tag to compare

@abenson abenson released this 21 Nov 22:35

Features currently available:

  • Inherent logging of all messages (just cat/grep the file)
  • Timestamp and nick of user along with message.

I look forward to feedback!