log main.c @ 531:5d1a832d6e61

age author description
Wed, 06 Jun 2012 17:24:08 +0300 Matti Hamalainen Fix removing from lists.
Wed, 06 Jun 2012 16:20:53 +0300 Matti Hamalainen Change coloring to use friend list as well.
Tue, 05 Jun 2012 23:59:34 +0300 Matti Hamalainen Make it possible to quit when entering username/passwd.
Tue, 05 Jun 2012 23:51:20 +0300 Matti Hamalainen Fix win32 build again.
Tue, 05 Jun 2012 23:31:10 +0300 Matti Hamalainen Slight optimization.
Tue, 05 Jun 2012 23:20:52 +0300 Matti Hamalainen Add option for only allowing private messages from people on a special friend list.
Tue, 05 Jun 2012 22:33:21 +0300 Matti Hamalainen Add /prvon and /prvoff
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: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:32:55 +0300 Matti Hamalainen Fix backbuffer offset manipulation, prevents a segfault. dev-1_1_0
Sat, 02 Jun 2012 22:38:47 +0300 Matti Hamalainen Fix Windows build.
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
Sun, 27 May 2012 13:28:51 +0300 Matti Hamalainen Fix /ignore command.
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 03:31:35 +0300 Matti Hamalainen Move network initialization/shutdown flag checking to network module.
Sat, 26 May 2012 15:33:14 +0300 Matti Hamalainen Implement /who / /names functionality.
Sat, 26 May 2012 08:40:37 +0300 Matti Hamalainen Improve error reporting.
Sat, 26 May 2012 08:18:52 +0300 Matti Hamalainen Fix opening of browser windows on UNIX.
Sat, 26 May 2012 07:46:26 +0300 Matti Hamalainen Refactor web-browser launching into nn_open_uri().
Sat, 26 May 2012 07:45:36 +0300 Matti Hamalainen Remove unfinished internal help.
Sat, 26 May 2012 07:24:42 +0300 Matti Hamalainen Combine some prints.
Sat, 26 May 2012 07:07:03 +0300 Matti Hamalainen Fix win32 build.
Sat, 26 May 2012 06:56:18 +0300 Matti Hamalainen Refactor much of the "windowing" UI code into a new module, ui.[ch]
Sat, 26 May 2012 06:01:06 +0300 Matti Hamalainen Move str_*() functions to util.c