ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src/ircd.c
Revision 1518 - (view) (annotate) - [select for diffs]
Modified Sun Sep 2 16:50:40 2012 UTC (11 years, 6 months ago) by michael
File length: 17237 byte(s)
Diff to previous 1503
- Removed rkline.conf and rxline.conf leftovers. Regular expression based
  k- and x-lines can be set via ircd.conf only.

Revision 1503 - (view) (annotate) - [select for diffs]
Modified Tue Aug 14 09:05:58 2012 UTC (11 years, 7 months ago) by michael
File length: 17379 byte(s)
Diff to previous 1446
- Removed all unused references to GPATH and glinefile. There's no glines.conf.

Revision 1446 - (view) (annotate) - [select for diffs]
Modified Mon Jun 25 20:05:12 2012 UTC (11 years, 8 months ago) by michael
File length: 17450 byte(s)
Diff to previous 1404
- 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 1404 - (view) (annotate) - [select for diffs]
Modified Thu May 10 20:41:45 2012 UTC (11 years, 10 months ago) by michael
File length: 17564 byte(s)
Diff to previous 1402
- minor cleanups to the module code

Revision 1402 - (view) (annotate) - [select for diffs]
Modified Wed May 9 18:42:45 2012 UTC (11 years, 10 months ago) by michael
File length: 17546 byte(s)
Diff to previous 1361
- /info no longer sends information about the platform ircd is running on
- remove get_ircd_platform() function
- configure: --enable-efnet switch is no longer required

Revision 1361 - (view) (annotate) - [select for diffs]
Modified Sun Apr 22 19:01:51 2012 UTC (11 years, 10 months ago) by michael
File length: 17616 byte(s)
Diff to previous 1358
- remove clear_tree_parse()

Revision 1358 - (view) (annotate) - [select for diffs]
Modified Sun Apr 22 13:49:23 2012 UTC (11 years, 10 months ago) by michael
File length: 17638 byte(s)
Diff to previous 1357
- cleanup and rewrite whowas.c to use the dlink list manipulation routines
- increase NICKNAMEHISTORYLENGTH to 16384

Revision 1357 - (view) (annotate) - [select for diffs]
Modified Sat Apr 21 20:47:01 2012 UTC (11 years, 10 months ago) by michael
File length: 17638 byte(s)
Diff to previous 1325
- minor cleanups to the getopt code

Revision 1325 - (view) (annotate) - [select for diffs]
Modified Sat Mar 31 10:29:02 2012 UTC (11 years, 11 months ago) by michael
File length: 17631 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 (11 years, 11 months ago) by michael
File length: 17676 byte(s)
Diff to previous 1316
- Remove log::timestamp configuration directive. Timestamps are now enabled by default.
- Timestamps are iso8601 now

Revision 1316 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 17:05:51 2012 UTC (11 years, 11 months ago) by michael
File length: 17664 byte(s)
Diff to previous 1309
- Removed 'ssl_server_protocol' configuration directive and
  added 'ssl_client_method' and 'ssl_server_method' instead.

  Both of these options can now be changed at runtime.

- src/Makefile.am: swapped order of conf_parser.y and conf_lexer.l
- Update example configuration files

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (11 years, 11 months ago) by michael
File length: 17600 byte(s)
Diff to previous 1307
- 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 1307 - (view) (annotate) - [select for diffs]
Modified Sat Mar 24 09:33:33 2012 UTC (11 years, 11 months ago) by michael
File length: 17604 byte(s)
Diff to previous 1303
- rsa.c:report_crypto_errors: remove ERR_load_crypto_strings call.
  libcrypto error strings are already registered by SSL_load_error_strings()
- rsa.c: remove verify_private_key()

Revision 1303 - (view) (annotate) - [select for diffs]
Modified Fri Mar 23 10:52:19 2012 UTC (11 years, 11 months ago) by michael
File length: 17721 byte(s)
Diff to previous 1302
- Implement basic tls connections for server-server links

Revision 1302 - (view) (annotate) - [select for diffs]
Modified Wed Mar 21 17:48:54 2012 UTC (12 years ago) by michael
File length: 17159 byte(s)
Diff to previous 1286
- remove servlink in preparation for tls links/compression

Revision 1286 - (view) (annotate) - [select for diffs]
Modified Sun Feb 5 15:20:03 2012 UTC (12 years, 1 month ago) by michael
File length: 17385 byte(s)
Diff to previous 1247
- ircd.c: fix compile warning

Revision 1247 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 07:54:24 2011 UTC (12 years, 5 months ago) by michael
File length: 17383 byte(s)
Diff to previous 1243
- Rewrite and cleanup half-broken logging subsystem.
  Logfile rotating is not working yet

Revision 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (12 years, 5 months ago) by michael
File length: 17343 byte(s)
Diff to previous 1241
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
  remove headers accordingly
- killed common.h
- remove m_killhost.c and m_flags.c from contrib/
- sort out unused header includes here and there

Revision 1241 - (view) (annotate) - [select for diffs]
Modified Thu Sep 29 20:26:09 2011 UTC (12 years, 5 months ago) by michael
File length: 17427 byte(s)
Diff to previous 1236
- move firsttime, since, and lasttime Client struct members to LocalUser struct
- m_watch.c: show_watch() now properly reports signon times. This also fixes
  an invalid signon time of zero for remote clients.

Revision 1236 - (view) (annotate) - [select for diffs]
Modified Thu Sep 29 11:21:27 2011 UTC (12 years, 5 months ago) by michael
File length: 17325 byte(s)
Diff to previous 1196
- Getting rid of rlimits.h. Relying on RLIMIT_NOFILE is
  more than enough nowadays

Revision 1196 - (view) (annotate) - [select for diffs]
Modified Sun Aug 21 10:09:23 2011 UTC (12 years, 7 months ago) by michael
File length: 17462 byte(s)
Diff to previous 1176
- implement NICK/UID servicestamps
- add "SVS" to server capabilities

Revision 1176 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 11:24:24 2011 UTC (12 years, 7 months ago) by michael
File length: 17425 byte(s)
Diff to previous 1156
- remove idle-time klines
- rename LocalUser.last to LocalUser.last_privmsg
- m_message.c: reset source_p->last_privmsg even if a client is messaging itself


Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 7 months ago) by michael
File length: 17481 byte(s)
Diff to previous 1155
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/src/ircd.c
File length: 17481 byte(s)
Diff to previous 1149
- recreate "trunk"

Revision 1149 - (view) (annotate) - [select for diffs]
Modified Sun Jul 31 20:04:17 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd.c
File length: 17481 byte(s)
Diff to previous 1145
- Style cleanups
- Doxify hook.c

Revision 1145 - (view) (annotate) - [select for diffs]
Modified Tue Jul 26 19:35:49 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd.c
File length: 17654 byte(s)
Diff to previous 1124
- fixed compile warning in ircd.c

Revision 1124 - (view) (annotate) - [select for diffs]
Modified Mon Feb 7 11:45:27 2011 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd.c
File length: 17648 byte(s)
Diff to previous 1121
- replace several ircsprintf with snprintf

Revision 1121 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 11:03:03 2011 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd.c
File length: 17635 byte(s)
Diff to previous 1117
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

Revision 1117 - (view) (annotate) - [select for diffs]
Modified Tue Dec 21 15:01:46 2010 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd.c
File length: 17693 byte(s)
Diff to previous 1115
- ircd_parser.y: ensure only valid hostnames can be
  specified in serverinfo::name

Revision 1115 - (view) (annotate) - [select for diffs]
Modified Tue Dec 21 14:42:54 2010 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd.c
File length: 17767 byte(s)
Diff to previous 1029
- Rename bogus_host() found in several modules to check_servname() and move
  it to s_serv.c
- serverinfo::sid is now mandatory and must be specified.
  ircd won't start otherwise

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/src/ircd.c
File length: 17507 byte(s)
Diff to previous 1028
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid/src/ircd.c
File length: 17507 byte(s)
Diff to previous 1022
- move ircd-hybrid-7.2 to trunk

Revision 1022 - (view) (annotate) - [select for diffs]
Modified Fri Oct 30 02:30:29 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd.c
File length: 17507 byte(s)
Diff to previous 1013
- remove pointless check_class() call on ircd initialization

Revision 1013 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd.c
File length: 17525 byte(s)
Diff to previous 1011
- 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 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd.c
File length: 17593 byte(s)
Diff to previous 1001
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 1001 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 22:44:44 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd.c
File length: 17612 byte(s)
Diff to previous 998
- remove half done and broken win32 support

Revision 998 - (view) (annotate) - [select for diffs]
Modified Sun Aug 23 12:43:17 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd.c
File length: 18014 byte(s)
Diff to previous 982
- change resolver/auth to use balloc memory pool
- ircd.c: init_resolver() has to be called *before* read_conf_files(), otherwise
  recvfrom() aborts with ENOTSOCK in case there are configured connect{} blocks
  with a host that needs to be resolved on the very first configuration read.

Revision 982 - (view) (annotate) - [select for diffs]
Modified Thu Aug 13 22:15:08 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd.c
File length: 18036 byte(s)
Diff to previous 967
- added a mersenne twister basedn prng

Revision 967 - (view) (annotate) - [select for diffs]
Modified Sun Aug 2 18:05:28 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd.c
File length: 18088 byte(s)
Diff to previous 950
- added ssl_server_protocol configuration option to servinfo{}.
  valid flags are 'sslv3' and 'tlsv1'

Revision 950 - (view) (annotate) - [select for diffs]
Modified Tue Jul 21 23:07:52 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd.c
File length: 18069 byte(s)
Diff to previous 948
- squash several compile warnings

Revision 948 - (view) (annotate) - [select for diffs]
Modified Tue Jul 21 17:34:06 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd.c
File length: 18054 byte(s)
Diff to previous 896
- lp64\llp64\ilp32 portability fixes

Revision 896 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 08:54:09 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd.c
File length: 19176 byte(s)
Diff to previous 885
- Killed s_stats.c

Revision 885 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 18:09:24 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd.c
File length: 19131 byte(s)
Diff to previous 876
- Removed LazyLinks in 7.2 to stop people from asking why we keep
  broken code for half a decade. LL will be implemented in a smarter
  fashion in due time

Revision 876 - (view) (annotate) - [select for diffs]
Modified Wed Oct 24 21:51:21 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/src/ircd.c
File length: 19183 byte(s)
Diff to previous 163
Backported WATCH
Revision 163 - (view) (annotate) - [select for diffs]
Modified Thu Oct 20 21:09:02 2005 UTC (18 years, 5 months ago) by adx
Original Path: ircd-hybrid-7.2/src/ircd.c
File length: 19148 byte(s)
Diff to previous 34
- MFC iorecv/iosend changes to allow charset recoding

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 5 months ago) by lusky
Original Path: ircd-hybrid-7.2/src/ircd.c
File length: 19128 byte(s)
Diff to previous 33
create 7.2 branch, we can move/rename it as needed.


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/src/ircd.c
File length: 19128 byte(s)
Diff to previous 32
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/src/ircd.c
File length: 19128 byte(s)
Diff to previous 31
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/src/ircd.c
File length: 19128 byte(s)
Diff to previous 30
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (18 years, 5 months ago) by adx
Original Path: ircd-hybrid/src/ircd.c
File length: 19177 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

(Current path doesn't exist after revision 1591)

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