Skip to content

Releases: abenson/minitalk

v0.3.1

09 May 17:35
Compare
Choose a tag to compare

Fixes in the release:

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

Changing your nick

18 Sep 19:09
Compare
Choose a tag to compare

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

26 Feb 02:08
Compare
Choose a tag to compare

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.

02 Oct 14:27
Compare
Choose a tag to compare
v0.2.4

Fix compilation issues on some platforms.

Legal stuff?

02 Jul 04:14
Compare
Choose a tag to compare
  • Added a comment in the man page regarding security issues.
  • Updated versions and copyrights and etc.

v0.2.2

26 Dec 20:37
Compare
Choose a tag to compare
  • Added manual page.

Mostly housekeeping.

22 Nov 16:43
Compare
Choose a tag to compare
  • 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.

22 Nov 06:10
Compare
Choose a tag to compare
  • 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.

21 Nov 22:38
Compare
Choose a tag to compare
  • Fix makefile for compilation.
  • Remove possible buffer overflow.

Initial release!

21 Nov 22:35
Compare
Choose a tag to compare

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!