Log of /ircd-hybrid-8/include/conf.h
Parent Directory
|
Revision Log
Revision
1459 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jul 6 14:23:09 2012 UTC
(10 years, 6 months ago)
by
michael
File length: 16395 byte(s)
Diff to
previous 1446
- remove g-line acls
- added general::gline_request_duration configuration option which
simply replaces the harcoded PENDING_GLINE_TIME definition
Revision
1446 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 25 20:05:12 2012 UTC
(10 years, 7 months ago)
by
michael
File length: 16517 byte(s)
Diff to
previous 1432
- Removed OMOTD
--- Diese und die folgenden Zeilen werden ignoriert --
M include/defaults.h
M include/conf.h
M include/numeric.h
M include/motd.h
M src/s_user.c
M src/messages.tab
M src/motd.c
M src/ircd.c
M modules/Makefile.in
M modules/m_challenge.c
M modules/m_oper.c
D modules/m_omotd.c
M modules/m_rehash.c
M modules/Makefile.am
M NEWS
Revision
1432 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jun 9 19:40:08 2012 UTC
(10 years, 7 months ago)
by
michael
File length: 16541 byte(s)
Diff to
previous 1401
- Added channel::max_chans_per_oper configuration directive. The old way
was to let ircops join three times the amount of max_chans_per_user.
I'd rather would make this a class{} based limit, but this would require us
to reprint the ISUPPORT buffer every time a client connects.
Revision
1401 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 8 18:58:13 2012 UTC
(10 years, 8 months ago)
by
michael
File length: 16506 byte(s)
Diff to
previous 1393
o) Removed channel::burst_topicwho configuration option. Topicsetters are
now sent by default
Revision
1393 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 2 19:17:37 2012 UTC
(10 years, 9 months ago)
by
michael
File length: 16528 byte(s)
Diff to
previous 1389
- conf.h: remove CONF_LISTEN_PORT and CONF_EXEMPTKLINE #defines
- hostmask.h: remove HostMaskEntry structure
- hostmask.c: remove find_gline_conf() and find_kline_conf() wrapper functions
Revision
1383 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue May 1 11:18:22 2012 UTC
(10 years, 9 months ago)
by
michael
File length: 16680 byte(s)
Diff to
previous 1380
- Cleanup/rewrite Hub/Leaf-mask configuration. Hub and Leaf configuration items
are no longer separately attached to Client structures.
Revision
1379 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 30 19:49:57 2012 UTC
(10 years, 9 months ago)
by
michael
File length: 17022 byte(s)
Diff to
previous 1377
- remove operlog and logpath from config_file_entry structure
Revision
1377 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Apr 30 19:35:16 2012 UTC
(10 years, 9 months ago)
by
michael
File length: 17056 byte(s)
Diff to
previous 1370
- Remove all Class related #defines like MaxTotal, MaxSendq, etc.
All they do is lead to confusion.
Revision
1364 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 22 19:28:21 2012 UTC
(10 years, 9 months ago)
by
michael
File length: 17794 byte(s)
Diff to
previous 1353
- Optimize get_oper_name(). No need to walk client_p->localClient->confs.
If there's any attached CONF_OPERATOR, it'll always be the last attached
one
Revision
1353 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 15 18:35:55 2012 UTC
(10 years, 9 months ago)
by
michael
File length: 17788 byte(s)
Diff to
previous 1335
- move conf_yy_input and conf_yy_fatal_error to conf_lexer.l
- conf_lexer.l: replace a strcpy with strlcpy
Revision
1329 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 1 12:02:12 2012 UTC
(10 years, 10 months ago)
by
michael
File length: 18206 byte(s)
Diff to
previous 1328
- Remove unused configure tests
- Fixed compile warning in conf_parser.c
Revision
1328 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 31 17:43:32 2012 UTC
(10 years, 10 months ago)
by
michael
File length: 18245 byte(s)
Diff to
previous 1325
- Change SHOW_IP, MASK_IP and HIDE_IP into an enum type
- Removed unused CONF_SERVER_INFO_TLS_VERSION_* definition
Revision
1325 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 31 10:29:02 2012 UTC
(10 years, 10 months ago)
by
michael
File length: 18340 byte(s)
Diff to
previous 1324
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
Revision
1324 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Mar 30 21:40:38 2012 UTC
(10 years, 10 months ago)
by
michael
File length: 18391 byte(s)
Diff to
previous 1317
- Remove log::timestamp configuration directive. Timestamps are now enabled by default.
- Timestamps are iso8601 now
Revision
1309 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 25 11:24:18 2012 UTC
(10 years, 10 months ago)
by
michael
File length: 18445 byte(s)
Copied from:
ircd-hybrid-8/include/s_conf.h revision 1306
Diff to
previous 1306
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
Revision
1301 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 10 21:47:17 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/include/s_conf.h
File length: 18789 byte(s)
Diff to
previous 1285
- add 'dline' and 'undline' operator flags
- implement remote dlines mainly for services purposes, but can be used
by operators as well
- update example configuration files; remove invalid shared::flags entries
Revision
1013 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 18 14:26:49 2009 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include/s_conf.h
File length: 19064 byte(s)
Diff to
previous 1009
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding
Revision
912 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 7 22:47:44 2007 UTC
(15 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include/s_conf.h
File length: 18793 byte(s)
Diff to
previous 885
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
I really don't want to force other people that want to test the snapshots
or svn versions to install yyacc, lex, automake, autoconf and libtool...
No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us
Revision
671 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 13 07:15:38 2006 UTC
(16 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include/s_conf.h
File length: 18978 byte(s)
Diff to
previous 632
- Fixed class limit bug as spotted by stu. ("REHASH" would always reset
current user count)
- Made "STATS y|Y" show inactive (deleted) classes that still have attached
clients
Revision
632 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 1 10:53:00 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include/s_conf.h
File length: 18964 byte(s)
Diff to
previous 618
- Added channel::disable_fake_channels which disallows creation of channels
that have ascii 2, 3, 31 and 160 in their names.
- Minor improvements and cleanups to channel name validation routines
backported from 7.3
Revision
593 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri May 12 05:47:32 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include/s_conf.h
File length: 18966 byte(s)
Diff to
previous 584
- Backported RKLINE fix so the user and host portion of a banmask don't get
cut off after 10 and 63 chars, respectively.
A split_nuh() rewrite was required for this.
- Removed now unused xstrldup() function
Revision
584 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun May 7 15:26:45 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include/s_conf.h
File length: 18860 byte(s)
Diff to
previous 201
- Added new general::stats_e_disabled configuration option. Known from RB,
all it does is to disable "STATS e", which is a good idea if you have any
exempted server ips.
- Updated RELNOTES
Revision
56 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Oct 3 11:33:30 2005 UTC
(17 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include/s_conf.h
File length: 18859 byte(s)
Diff to
previous 34
- Re-added an equivalent of H6's sixth O-line field (Modes to get on operup).
- Updated efnet's example.conf to reflect the new
opers_bypass_callerid directive
- Misc style corrections to s_user.c while on it
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.