log

age author description
Tue, 05 Jun 2012 22:33:21 +0300 Matti Hamalainen Add /prvon and /prvoff
Tue, 05 Jun 2012 22:28:38 +0300 Matti Hamalainen Added tag dev-1_2_0 for changeset 08bbd850e2dc
Tue, 05 Jun 2012 22:26:53 +0300 Matti Hamalainen Cosmetics. dev-1_2_0
Tue, 05 Jun 2012 22:17:39 +0300 Matti Hamalainen Fix ignore mode toggling.
Tue, 05 Jun 2012 22:16:57 +0300 Matti Hamalainen Bump version.
Tue, 05 Jun 2012 22:16:42 +0300 Matti Hamalainen Refactor input handling.
Tue, 05 Jun 2012 19:56:57 +0300 Matti Hamalainen Support XDG specification.
Tue, 05 Jun 2012 19:28:34 +0300 Matti Hamalainen Move logParseFilename() to nn_log_parse_filename() under util.c and rename logFileOpen() and logFileClose().
Sun, 03 Jun 2012 06:33:28 +0300 Matti Hamalainen Added tag dev-1_1_0 for changeset 942eea564b15
Sun, 03 Jun 2012 06:32:55 +0300 Matti Hamalainen Fix backbuffer offset manipulation, prevents a segfault. dev-1_1_0
Sun, 03 Jun 2012 06:32:18 +0300 Matti Hamalainen Remove useless check from nnwin_putch().
Sun, 03 Jun 2012 06:31:52 +0300 Matti Hamalainen Fix a memory leak.
Sat, 02 Jun 2012 23:33:06 +0300 Matti Hamalainen Improve prompt function.
Sat, 02 Jun 2012 22:38:47 +0300 Matti Hamalainen Fix Windows build.
Sat, 02 Jun 2012 22:00:25 +0300 Matti Hamalainen Refactor window backbuffer to use integer as internal storage to simplify
Sat, 02 Jun 2012 20:03:08 +0300 Matti Hamalainen More work on curses cleanup. Almost working now.
Fri, 01 Jun 2012 17:45:38 +0300 Matti Hamalainen Rename some variables to be a bit more sane.
Fri, 01 Jun 2012 12:00:11 +0300 Matti Hamalainen Begin work on integrating the removal of ncurses "windowing" and transition
Fri, 01 Jun 2012 06:11:11 +0300 Matti Hamalainen Update resource template file.
Fri, 01 Jun 2012 06:00:56 +0300 Matti Hamalainen Bump version.
Fri, 01 Jun 2012 04:43:53 +0300 Matti Hamalainen Add str_trim_right().
Sun, 27 May 2012 13:28:51 +0300 Matti Hamalainen Fix /ignore command.
Sun, 27 May 2012 11:46:41 +0300 Matti Hamalainen Check editbuf dirty flag in editline update.
Sun, 27 May 2012 11:45:51 +0300 Matti Hamalainen Cosmetics.
Sun, 27 May 2012 11:44:59 +0300 Matti Hamalainen Set editbuf dirty flag in few situations that didn't have it yet.
Sun, 27 May 2012 11:43:59 +0300 Matti Hamalainen Simplify ctrl+L screen refreshing.
Sun, 27 May 2012 10:06:42 +0300 Matti Hamalainen Add dirty flag to editbuf struct and handling functions.
Sun, 27 May 2012 09:23:36 +0300 Matti Hamalainen Added tag dev-1_0_3 for changeset 9141f13be70c
Sun, 27 May 2012 09:23:12 +0300 Matti Hamalainen Don't set conn->err if we are handling EINTR and it isn't supposed to get to dev-1_0_3
Sun, 27 May 2012 03:31:35 +0300 Matti Hamalainen Move network initialization/shutdown flag checking to network module.