ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/config.c
Revision 9517 - (view) (annotate) - [select for diffs]
Modified Sat Jul 11 20:28:46 2020 UTC (3 years, 9 months ago) by michael
File length: 3161 byte(s)
Diff to previous 9501 , to selected 5269
- Allow IRCItem.oper and IRCItem.mode to be empty

Revision 9501 - (view) (annotate) - [select for diffs]
Modified Sun Jul 5 05:41:27 2020 UTC (3 years, 9 months ago) by michael
File length: 3232 byte(s)
Diff to previous 9478 , to selected 5269
- Add tls_hostname_verification switch to allow the server identity check to be turned off if desired

Revision 9478 - (view) (annotate) - [select for diffs]
Modified Sat Jul 4 19:03:19 2020 UTC (3 years, 9 months ago) by michael
File length: 3191 byte(s)
Diff to previous 9328 , to selected 5269
- Incorporate basic TLS support for the irc bot part. Changes submitted by Adam <adam@anope.org>

Revision 9328 - (view) (annotate) - [select for diffs]
Modified Sun Mar 29 13:15:52 2020 UTC (4 years ago) by michael
File length: 3172 byte(s)
Diff to previous 9104 , to selected 5269
- Stylistic changes

Revision 9104 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 10:03:28 2020 UTC (4 years, 3 months ago) by michael
File length: 3162 byte(s)
Diff to previous 8750 , to selected 5269
- Bump copyright years everywhere

Revision 8750 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:06:38 2019 UTC (5 years, 3 months ago) by michael
File length: 3162 byte(s)
Diff to previous 8579 , to selected 5269
- Update copyright years

Revision 8579 - (view) (annotate) - [select for diffs]
Modified Sun Oct 14 15:12:50 2018 UTC (5 years, 6 months ago) by michael
File length: 3162 byte(s)
Diff to previous 8563 , to selected 5269
- Allocate most list_t and node_t items from within their corresponding structure to save extra calloc/free calls

Revision 8563 - (view) (annotate) - [select for diffs]
Modified Sun Sep 23 11:39:44 2018 UTC (5 years, 6 months ago) by michael
File length: 3961 byte(s)
Diff to previous 8197 , to selected 5269
- Update copyright years

Revision 8197 - (view) (annotate) - [select for diffs]
Modified Sat Apr 15 18:04:17 2017 UTC (7 years ago) by michael
File length: 3961 byte(s)
Diff to previous 8135 , to selected 5269
- Update 'connregex'

Revision 8135 - (view) (annotate) - [select for diffs]
Modified Tue Apr 4 16:19:03 2017 UTC (7 years ago) by michael
File length: 3964 byte(s)
Diff to previous 7927 , to selected 5269
- config.c:config_setup(): update default IRCItem->connregex

Revision 7927 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:59:46 2016 UTC (7 years, 3 months ago) by michael
File length: 3957 byte(s)
Diff to previous 7728 , to selected 5269
- Update copyright years

Revision 7728 - (view) (annotate) - [select for diffs]
Modified Mon Sep 26 15:20:52 2016 UTC (7 years, 6 months ago) by michael
File length: 3957 byte(s)
Diff to previous 7724 , to selected 5269
- config.c:yyerror(): fixed an off-by-one

Revision 7724 - (view) (annotate) - [select for diffs]
Modified Mon Sep 26 14:55:08 2016 UTC (7 years, 6 months ago) by michael
File length: 3961 byte(s)
Diff to previous 7711 , to selected 5269
- Add stripws() to misc.c; make warnings about syntax errors with multiple whitespaces look nicer

Revision 7711 - (view) (annotate) - [select for diffs]
Modified Mon Sep 26 11:45:41 2016 UTC (7 years, 6 months ago) by michael
File length: 4035 byte(s)
Diff to previous 7014 , to selected 5269
- Allow configuration file inclusion from within the main conf

Revision 7014 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 16:08:57 2016 UTC (8 years, 3 months ago) by michael
File length: 3813 byte(s)
Diff to previous 7005 , to selected 5269
- Added 'command_queue_size', 'command_interval', and 'command_timeout', configuration directives to the options {} block. Removed hardcoded settings from options.h.

Revision 7005 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:06:56 2016 UTC (8 years, 3 months ago) by michael
File length: 3697 byte(s)
Diff to previous 6209 , to selected 5269
- Update copyright years

Revision 6209 - (view) (annotate) - [select for diffs]
Modified Fri Jun 26 16:58:11 2015 UTC (8 years, 9 months ago) by michael
File length: 3697 byte(s)
Diff to previous 6200 , to selected 5269
- config.c:config_load(): move the fclose(yyin) right after yyparse()

Revision 6200 - (view) (annotate) - [select for diffs]
Modified Thu Jun 25 15:56:16 2015 UTC (8 years, 9 months ago) by michael
File length: 3698 byte(s)
Diff to previous 6175 , to selected 5269
- Added options::dns_timeout configuration option which allows to specify the amount of time the
  resolver waits until a response is received from a name server

Revision 6175 - (view) (annotate) - [select for diffs]
Modified Sun Jun 21 16:13:25 2015 UTC (8 years, 9 months ago) by michael
File length: 3666 byte(s)
Diff to previous 6149 , to selected 5269
- Get rid of command_init()

Revision 6149 - (view) (annotate) - [select for diffs]
Modified Sun Jun 14 17:29:51 2015 UTC (8 years, 10 months ago) by michael
File length: 3720 byte(s)
Diff to previous 6078 , to selected 5269
- Style corrections

Revision 6078 - (view) (annotate) - [select for diffs]
Modified Tue Jun 9 18:21:36 2015 UTC (8 years, 10 months ago) by michael
File length: 3716 byte(s)
Diff to previous 6043 , to selected 5269
- Made the RECONNECTINTERVAL configurable via the hopm.conf

Revision 6043 - (view) (annotate) - [select for diffs]
Modified Thu Jun 4 11:07:23 2015 UTC (8 years, 10 months ago) by michael
File length: 3681 byte(s)
Diff to previous 5726 , to selected 5269
- Made 'linenum' unsigned

Revision 5726 - (view) (annotate) - [select for diffs]
Modified Tue Mar 24 18:04:06 2015 UTC (9 years ago) by michael
File length: 3681 byte(s)
Diff to previous 5667 , to selected 5269
- Removed some irrelevant comments

Revision 5667 - (view) (annotate) - [select for diffs]
Modified Wed Mar 11 16:30:37 2015 UTC (9 years, 1 month ago) by michael
File length: 3695 byte(s)
Diff to previous 5405 , to selected 5269
- 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 , to selected 5269
- 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, 3 months ago) by michael
File length: 3644 byte(s)
Diff to previous 5335 , to selected 5269
- Update license headers

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

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

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

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

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

Revision 5269 - (view) (annotate) - [selected]
Modified Thu Jan 1 19:35:54 2015 UTC (9 years, 3 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, 3 months ago) by michael
File length: 3859 byte(s)
Diff to previous 5216 , to selected 5269
- 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, 3 months ago) by michael
File length: 3818 byte(s)
Diff to previous 5202 , to selected 5269
- 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 , to selected 5269
- 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 , to selected 5269
- 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 , to selected 5269
- 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 , to selected 5269
- 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 , to selected 5269
- 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 , to selected 5269
- 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 , to selected 5269
- 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 , to selected 5269
- 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 , to selected 5269
- 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 , to selected 5269
- 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 , to selected 5269
- 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 , to selected 5269
- 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 , to selected 5269
- 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)
Diff to selected 5269
- 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