ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/config.c
Revision 5667 - (view) (annotate) - [select for diffs]
Modified Wed Mar 11 16:30:37 2015 UTC (9 years ago) by michael
File length: 3695 byte(s)
Diff to previous 5405
- config.c: fixed compile warnings with -Wmissing-prototypes

Revision 5405 - (view) (annotate) - [select for diffs]
Modified Tue Jan 20 19:14:40 2015 UTC (9 years, 2 months ago) by michael
File length: 3681 byte(s)
Diff to previous 5351
- Added irc::notice configuration option (notice(s) to send to a newly connected client).

Revision 5351 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 13:24:19 2015 UTC (9 years, 2 months ago) by michael
File length: 3644 byte(s)
Diff to previous 5335
- Update license headers

Revision 5335 - (view) (annotate) - [select for diffs]
Modified Wed Jan 7 21:10:33 2015 UTC (9 years, 2 months ago) by michael
File length: 3602 byte(s)
Diff to previous 5333
- Fix up header inclusion mess

Revision 5333 - (view) (annotate) - [select for diffs]
Modified Wed Jan 7 20:45:06 2015 UTC (9 years, 2 months ago) by michael
File length: 3582 byte(s)
Diff to previous 5332
- Move malloc.c to memory.c

Revision 5332 - (view) (annotate) - [select for diffs]
Modified Wed Jan 7 18:01:01 2015 UTC (9 years, 2 months ago) by michael
File length: 3582 byte(s)
Diff to previous 5274
- Added options::negcache_rebuild configuration option

Revision 5274 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 20:00:33 2015 UTC (9 years, 2 months ago) by michael
File length: 3541 byte(s)
Diff to previous 5270
- Renamed MyMalloc() to xcalloc()

Revision 5270 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 19:49:22 2015 UTC (9 years, 2 months ago) by michael
File length: 3545 byte(s)
Diff to previous 5269
- config.c: reformatting

Revision 5269 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 19:35:54 2015 UTC (9 years, 2 months ago) by michael
File length: 3597 byte(s)
Diff to previous 5254
- config.c:config_setup(): removed some pointless defaults

Revision 5254 - (view) (annotate) - [select for diffs]
Modified Thu Jan 1 13:57:07 2015 UTC (9 years, 2 months ago) by michael
File length: 3859 byte(s)
Diff to previous 5216
- config.c:config_load(): improved error reporting if fopen() fails

Revision 5216 - (view) (annotate) - [select for diffs]
Modified Tue Dec 30 16:42:02 2014 UTC (9 years, 2 months ago) by michael
File length: 3818 byte(s)
Diff to previous 5202
- Removed all instances of #ifdef HAVE_STRING_H

Revision 5202 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 17:50:43 2014 UTC (9 years, 3 months ago) by michael
File length: 3848 byte(s)
Diff to previous 5198
- Moved OPT_DEBUG prototype to main.h (where it belongs to) and removed extern.h

Revision 5198 - (view) (annotate) - [select for diffs]
Modified Mon Dec 29 16:53:16 2014 UTC (9 years, 3 months ago) by michael
File length: 3868 byte(s)
Diff to previous 5151
- Made NODATA_TIMEOUT a configuration option

Revision 5151 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 15:43:44 2014 UTC (9 years, 3 months ago) by michael
File length: 3838 byte(s)
Diff to previous 5148
- config.c:config_load(): use EXIT_FAILURE as an argument to exit()

Revision 5148 - (view) (annotate) - [select for diffs]
Modified Fri Dec 26 15:30:19 2014 UTC (9 years, 3 months ago) by michael
File length: 3827 byte(s)
Diff to previous 5135
- config.c:config_setup(): by default +s is not needed for IRCItem->mode

Revision 5135 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:51:51 2014 UTC (9 years, 3 months ago) by michael
File length: 3828 byte(s)
Diff to previous 5134
- propset svn:eol-style native

Revision 5134 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:50:02 2014 UTC (9 years, 3 months ago) by michael
File length: 3828 byte(s)
Diff to previous 5114
- propset svn:keywords "Id"

Revision 5114 - (view) (annotate) - [select for diffs]
Modified Wed Dec 24 22:12:05 2014 UTC (9 years, 3 months ago) by michael
File length: 3828 byte(s)
Diff to previous 5109
- Style corrections

Revision 5109 - (view) (annotate) - [select for diffs]
Modified Wed Dec 24 13:26:29 2014 UTC (9 years, 3 months ago) by michael
File length: 3936 byte(s)
Diff to previous 5092
- Use reserved example domains as specified in rfc2606

Revision 5092 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 20:12:39 2014 UTC (9 years, 3 months ago) by michael
File length: 3941 byte(s)
Diff to previous 5087
- Renamed DupString() to xstrdup()

Revision 5087 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 21:37:16 2014 UTC (9 years, 3 months ago) by michael
File length: 3981 byte(s)
Diff to previous 5085
- Update reference.conf

Revision 5085 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 20:08:17 2014 UTC (9 years, 3 months ago) by michael
File length: 3971 byte(s)
Diff to previous 5083
- Removed some useless memset()

Revision 5083 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 19:42:14 2014 UTC (9 years, 3 months ago) by michael
File length: 4099 byte(s)
Diff to previous 5069
- Make irc::away optional

Revision 5069 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 14:57:12 2014 UTC (9 years, 3 months ago) by michael
File length: 4174 byte(s)
Diff to previous 5052
- Replaced more references of bopm with hopm

Revision 5052 - (view) (annotate) - [select for diffs]
Added Mon Dec 22 11:56:03 2014 UTC (9 years, 3 months ago) by michael
File length: 4224 byte(s)
- Initial import of bopm 3.1.3

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a