ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/core/m_server.c
Revision 4612 - (view) (annotate) - [select for diffs]
Modified Tue Sep 2 08:55:13 2014 UTC (9 years, 6 months ago) by michael
File length: 27390 byte(s)
Diff to previous 4611 , to selected 4189
- m_server.c:server_estab(): since we no longer put connecting/unknown servers on the local_server_list,
  we can simplify that "I'm no hub, I'm not allowed to link" test.

Revision 4611 - (view) (annotate) - [select for diffs]
Modified Tue Sep 2 08:35:35 2014 UTC (9 years, 6 months ago) by michael
File length: 27568 byte(s)
Diff to previous 4607 , to selected 4189
- m_server.c: removed some redundant ERROR messages. exit_client() already takes care of sending ERRORs

Revision 4607 - (view) (annotate) - [select for diffs]
Modified Sun Aug 31 08:05:38 2014 UTC (9 years, 6 months ago) by michael
File length: 28052 byte(s)
Diff to previous 4605 , to selected 4189
- m_server.c:server_estab(): don't set SetGotId here. There is no reason why
  it should be done in this place

Revision 4605 - (view) (annotate) - [select for diffs]
Modified Sat Aug 30 18:18:59 2014 UTC (9 years, 6 months ago) by michael
File length: 28119 byte(s)
Diff to previous 4595 , to selected 4189
- m_server.c:server_estab(): cleaned up 'inpath', 'inpath_ip' mess

Revision 4595 - (view) (annotate) - [select for diffs]
Modified Sat Aug 30 16:53:05 2014 UTC (9 years, 6 months ago) by michael
File length: 28196 byte(s)
Diff to previous 4588 , to selected 4189
- m_server.c:server_estab(): removed 'host = client_p->name' assignment

Revision 4588 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:59:07 2014 UTC (9 years, 7 months ago) by michael
File length: 28217 byte(s)
Diff to previous 4581 , to selected 4189
- Renamed 'localClient' Client structure member to just 'connection'

Revision 4581 - (view) (annotate) - [select for diffs]
Modified Mon Aug 25 10:33:40 2014 UTC (9 years, 7 months ago) by michael
File length: 28230 byte(s)
Diff to previous 4572 , to selected 4189
- Fixed misspellings

Revision 4572 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 17:07:32 2014 UTC (9 years, 7 months ago) by michael
File length: 28229 byte(s)
Diff to previous 4565 , to selected 4189
- m_server.c: fixed spelling in some places

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (9 years, 7 months ago) by michael
File length: 28226 byte(s)
Diff to previous 4545 , to selected 4189
- Update GPL 2 license headers

Revision 4545 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:13 2014 UTC (9 years, 7 months ago) by michael
File length: 28222 byte(s)
Diff to previous 4439 , to selected 4189
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

Revision 4439 - (view) (annotate) - [select for diffs]
Modified Sat Aug 9 18:36:19 2014 UTC (9 years, 7 months ago) by michael
File length: 28210 byte(s)
Diff to previous 4340 , to selected 4189
- Renamed various variables

Revision 4340 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:22 2014 UTC (9 years, 7 months ago) by michael
File length: 28206 byte(s)
Diff to previous 4298 , to selected 4189
- Renamed structures to meet code conventions

Revision 4298 - (view) (annotate) - [select for diffs]
Modified Sun Jul 20 13:51:16 2014 UTC (9 years, 8 months ago) by michael
File length: 28202 byte(s)
Diff to previous 4247 , to selected 4189
- Fixed typos all over the place

Revision 4247 - (view) (annotate) - [select for diffs]
Modified Thu Jul 17 19:41:48 2014 UTC (9 years, 8 months ago) by michael
File length: 28201 byte(s)
Diff to previous 4213 , to selected 4189
- m_server.c: fixed build with LibreSSL which hasn't compression support
- ax_check_openssl.m4: 0.9.8m is now the minimum requirement

Revision 4213 - (view) (annotate) - [select for diffs]
Modified Mon Jul 14 09:26:05 2014 UTC (9 years, 8 months ago) by michael
File length: 27918 byte(s)
Diff to previous 4209 , to selected 4189
- Renamed serv_list to local_server_list

Revision 4209 - (view) (annotate) - [select for diffs]
Modified Sat Jul 12 18:15:19 2014 UTC (9 years, 8 months ago) by michael
File length: 27886 byte(s)
Diff to previous 4189
- Renammed global_serv_list to global_server_list

Revision 4189 - (view) (annotate) - [selected]
Modified Mon Jul 7 18:30:34 2014 UTC (9 years, 8 months ago) by michael
File length: 27880 byte(s)
Diff to previous 4020
- Don't add/remove unregistered connections to/from global_client_list

Revision 4020 - (view) (annotate) - [select for diffs]
Modified Fri Jun 20 16:17:27 2014 UTC (9 years, 9 months ago) by michael
File length: 27820 byte(s)
Diff to previous 4009 , to selected 4189
- Got rid of SEND_UMODES. We now propagate all modes.

Revision 4009 - (view) (annotate) - [select for diffs]
Modified Thu Jun 19 15:18:34 2014 UTC (9 years, 9 months ago) by michael
File length: 27833 byte(s)
Diff to previous 3961 , to selected 4189
- m_server.c:server_estab(): SVINFO can be prefixed

Revision 3961 - (view) (annotate) - [select for diffs]
Modified Tue Jun 17 18:15:20 2014 UTC (9 years, 9 months ago) by michael
File length: 27822 byte(s)
Diff to previous 3944 , to selected 4189
- Fixed EOB logic for remote servers. Fix derived from p4

Revision 3944 - (view) (annotate) - [select for diffs]
Modified Mon Jun 16 18:04:03 2014 UTC (9 years, 9 months ago) by michael
File length: 27914 byte(s)
Diff to previous 3473 , to selected 4189
- Renamed global_channel_list to channel_list

Revision 3473 - (view) (annotate) - [select for diffs]
Modified Sun May 4 15:40:26 2014 UTC (9 years, 10 months ago) by michael
File length: 27921 byte(s)
Diff to previous 3347 , to selected 4189
- Renamed general::warn_no_nline to warn_no_connect_block

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (9 years, 11 months ago) by michael
File length: 27913 byte(s)
Diff to previous 3306 , to selected 4189
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3306 - (view) (annotate) - [select for diffs]
Modified Mon Apr 14 18:37:05 2014 UTC (9 years, 11 months ago) by michael
File length: 27917 byte(s)
Diff to previous 3303 , to selected 4189
- Made server_estab() and sendnick_TS() use 'static' keyword

Revision 3303 - (view) (annotate) - [select for diffs]
Modified Sun Apr 13 11:19:36 2014 UTC (9 years, 11 months ago) by michael
File length: 27903 byte(s)
Diff to previous 3246 , to selected 4189
- s_serv.c, m_server.c: moved all netburst related code to m_server.c

Revision 3246 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 17:37:13 2014 UTC (10 years ago) by michael
File length: 15620 byte(s)
Diff to previous 3192 , to selected 4189
- Fixed inconsistent style in several places

Revision 3192 - (view) (annotate) - [select for diffs]
Modified Sun Mar 23 19:46:39 2014 UTC (10 years ago) by michael
File length: 15606 byte(s)
Diff to previous 3190 , to selected 4189
- Fixed compile error in ms_sid()
- Cleaned up find_chasing(). Removed useless third 'chasing' argument.

Revision 3190 - (view) (annotate) - [select for diffs]
Modified Fri Mar 21 18:58:43 2014 UTC (10 years ago) by michael
File length: 15591 byte(s)
Diff to previous 3183 , to selected 4189
- mr_server(), ms_sid(): minor cleanup

Revision 3183 - (view) (annotate) - [select for diffs]
Modified Thu Mar 20 16:49:21 2014 UTC (10 years ago) by michael
File length: 15645 byte(s)
Diff to previous 3171 , to selected 4189
- Cleanup some places where we no longer need to use ID_or_name()

Revision 3171 - (view) (annotate) - [select for diffs]
Modified Sun Mar 16 11:51:48 2014 UTC (10 years ago) by michael
File length: 15663 byte(s)
Diff to previous 3156 , to selected 4189
- Incorporate Adam's exit_client/quit storm cleanups
  Note: QS is mandatory now

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (10 years ago) by michael
File length: 15798 byte(s)
Diff to previous 3148 , to selected 4189
- Removed client_p pointers from everywhere

Revision 3148 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 12:34:45 2014 UTC (10 years ago) by michael
File length: 15811 byte(s)
Diff to previous 3139 , to selected 4189
- m_server.c:mr_server(): check for bogus server ID

Revision 3139 - (view) (annotate) - [select for diffs]
Modified Wed Mar 12 18:33:51 2014 UTC (10 years ago) by michael
File length: 15230 byte(s)
Diff to previous 3135 , to selected 4189
- m_server.c:ms_sid(): constification + fixed comments

Revision 3135 - (view) (annotate) - [select for diffs]
Modified Mon Mar 10 21:11:25 2014 UTC (10 years ago) by michael
File length: 15220 byte(s)
Diff to previous 3096 , to selected 4189
- Server now no longer accepts TS5 links

Revision 3096 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 23:31:45 2014 UTC (10 years ago) by michael
File length: 21590 byte(s)
Diff to previous 2976 , to selected 4189
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

Revision 2976 - (view) (annotate) - [select for diffs]
Modified Fri Jan 31 12:31:22 2014 UTC (10 years, 1 month ago) by michael
File length: 21608 byte(s)
Diff to previous 2850 , to selected 4189
- m_server.c:mr_server(): don't falsely exit a server with the reason
  being "SID already exists" if it's just hash_find_server() that
  returned non-NULL.

Revision 2850 - (view) (annotate) - [select for diffs]
Modified Fri Jan 17 18:22:04 2014 UTC (10 years, 2 months ago) by michael
File length: 21067 byte(s)
Diff to previous 2820 , to selected 4189
- m_server.c:mr_server(): if there's no connect block for a server,
  exit the connection with "No connect{} block." instead of
  "Invalid servername." 

Revision 2820 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:10:26 2014 UTC (10 years, 2 months ago) by michael
File length: 21067 byte(s)
Diff to previous 2433 , to selected 4189
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2433 - (view) (annotate) - [select for diffs]
Modified Fri Aug 2 18:43:00 2013 UTC (10 years, 7 months ago) by michael
File length: 20892 byte(s)
Diff to previous 2228 , to selected 4189
- Removed rfc1459_command_send_error() message handler

Revision 2228 - (view) (annotate) - [select for diffs]
Modified Thu Jun 13 19:46:30 2013 UTC (10 years, 9 months ago) by michael
File length: 20910 byte(s)
Diff to previous 1997 , to selected 4189
- Implement certificate fingerprint validation for oper{} and connect{} blocks.
  Some code taken from oftc-hybrid. Hello, stu!

Revision 1997 - (view) (annotate) - [select for diffs]
Modified Sat May 11 17:35:07 2013 UTC (10 years, 10 months ago) by michael
File length: 20357 byte(s)
Diff to previous 1652 , to selected 4189
- Mostly style cleanups & whitespace changes

Revision 1652 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 20:28:53 2012 UTC (11 years, 4 months ago) by michael
File length: 20406 byte(s)
Diff to previous 1632 , to selected 4189
- changed match() polarity. match() now returns 0 on match and 1 on non-match
  This cleans up several places where function pointers of different matching
  functions like irccmp/strcmp/match are passed to other functions.
- added improved collapse() to match.c

Revision 1632 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 15:37:10 2012 UTC (11 years, 4 months ago) by michael
File length: 20402 byte(s)
Diff to previous 1624 , to selected 4189
- Initial rewrite of the configuration subsystem

Revision 1624 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 13:27:04 2012 UTC (11 years, 4 months ago) by michael
File length: 20435 byte(s)
Diff to previous 1618 , to selected 4189
- Fixed compile warnings due to missing arguments to sendto_realops_flags()

Revision 1618 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 21:04:38 2012 UTC (11 years, 4 months ago) by michael
File length: 20422 byte(s)
Diff to previous 1592 , to selected 4189
- Made m_globops() and ms_globops() use sendto_realops_flags()
- Added message-type parameter to sendto_realops_flags() which can be one of
  SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS
- Forward-port -r1617

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (11 years, 5 months ago) by michael
File length: 19898 byte(s)
Diff to previous 1569 , to selected 4189
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1569 - (view) (annotate) - [select for diffs]
Modified Tue Oct 16 18:46:53 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 19898 byte(s)
Diff to previous 1533 , to selected 4189
- Removed remnants of MFLG_UNREG which is no longer needed with the
  current implementation of message handlers

Revision 1533 - (view) (annotate) - [select for diffs]
Modified Sun Sep 23 13:04:45 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 19911 byte(s)
Diff to previous 1529 , to selected 4189
- A server's description can again include the '[' and ']' characters

Revision 1529 - (view) (annotate) - [select for diffs]
Modified Sun Sep 16 10:27:19 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 21241 byte(s)
Diff to previous 1528 , to selected 4189
- removed server hostmasking leftovers

Revision 1528 - (view) (annotate) - [select for diffs]
Modified Fri Sep 14 18:20:34 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 21428 byte(s)
Diff to previous 1527 , to selected 4189
- ms_sid, ms_server: minor optimization. if we already found a matching
  hub/leaf mask, don't continue looking for other masks

Revision 1527 - (view) (annotate) - [select for diffs]
Modified Fri Sep 14 17:58:08 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 21392 byte(s)
Diff to previous 1474 , to selected 4189
- Fixed SID introduction as reported by Mantas M.
  This bug has been nicely implemented in -r1239

Revision 1474 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 14:44:07 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 21378 byte(s)
Diff to previous 1414 , to selected 4189
- removed &localchannels

Revision 1414 - (view) (annotate) - [select for diffs]
Modified Sat May 26 08:36:29 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 21396 byte(s)
Diff to previous 1385 , to selected 4189
- Minor cleanups to check_server(). Checking for long servernames was redundant
  here, since valid_servername() already does that job. Also make use of
  match_conf_password()

Revision 1385 - (view) (annotate) - [select for diffs]
Modified Tue May 1 11:31:35 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 21855 byte(s)
Diff to previous 1384 , to selected 4189
- ms_server(), ms_sid(): it's client_p which has an attached
  CONF_SERVER, not source_p. Stupid me.

Revision 1384 - (view) (annotate) - [select for diffs]
Modified Tue May 1 11:25:58 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 21855 byte(s)
Diff to previous 1383 , to selected 4189
- m_server.c: fixed core introduced by previous commit to m_server.c

Revision 1383 - (view) (annotate) - [select for diffs]
Modified Tue May 1 11:18:22 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 21822 byte(s)
Diff to previous 1321 , to selected 4189
- Cleanup/rewrite Hub/Leaf-mask configuration. Hub and Leaf configuration items
  are no longer separately attached to Client structures.

Revision 1321 - (view) (annotate) - [select for diffs]
Modified Fri Mar 30 11:23:16 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22267 byte(s)
Diff to previous 1309 , to selected 4189
- remove unused variables

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22275 byte(s)
Diff to previous 1302 , to selected 4189
- 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 1302 - (view) (annotate) - [select for diffs]
Modified Wed Mar 21 17:48:54 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22279 byte(s)
Diff to previous 1243 , to selected 4189
- remove servlink in preparation for tls links/compression

Revision 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22305 byte(s)
Diff to previous 1239 , to selected 4189
- 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 1239 - (view) (annotate) - [select for diffs]
Modified Thu Sep 29 14:02:25 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22432 byte(s)
Diff to previous 1230 , to selected 4189
- minor cleanup to m_sid and m_server: replace DLINK_FOREACH loops
 with sendto_server()

Revision 1230 - (view) (annotate) - [select for diffs]
Modified Thu Sep 22 19:41:19 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22973 byte(s)
Diff to previous 1219 , to selected 4189
- cleanup module loader. Make module api more flexible

Revision 1219 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 09:02:38 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22978 byte(s)
Diff to previous 1178 , to selected 4189
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.

Revision 1178 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 08:11:31 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22929 byte(s)
Diff to previous 1169 , to selected 4189
- Cleanup and restore older parts of the irc-command parser.
  Gives back ability to specify maximum amount of parameters
  that are processed within a command.

Revision 1169 - (view) (annotate) - [select for diffs]
Modified Fri Aug 12 18:45:03 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22953 byte(s)
Diff to previous 1157 , to selected 4189
- rename find_server to hash_find_server to satisfy naming convention
- pull m_services.c and m_jupe.c from contrib/
- style fixes in some places

Revision 1157 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 22:03:59 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22938 byte(s)
Diff to previous 1156 , to selected 4189
- preliminary services support

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/core/m_server.c
File length: 22685 byte(s)
Diff to previous 1155 , to selected 4189
- 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/modules/core/m_server.c
File length: 22685 byte(s)
Diff to previous 1121 , to selected 4189
- recreate "trunk"

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/modules/core/m_server.c
File length: 22685 byte(s)
Diff to previous 1118 , to selected 4189
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

Revision 1118 - (view) (annotate) - [select for diffs]
Modified Thu Jan 6 13:39:10 2011 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/core/m_server.c
File length: 22715 byte(s)
Diff to previous 1115 , to selected 4189
- cleanup and sanitize m_server.c. remove hostmasking. Improve TS6 suppport

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/modules/core/m_server.c
File length: 26442 byte(s)
Diff to previous 1029 , to selected 4189
- 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/modules/core/m_server.c
File length: 26827 byte(s)
Diff to previous 1028 , to selected 4189
- 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/modules/core/m_server.c
File length: 26827 byte(s)
Diff to previous 1011 , to selected 4189
- move ircd-hybrid-7.2 to trunk

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/modules/core/m_server.c
File length: 26827 byte(s)
Diff to previous 946 , to selected 4189
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 946 - (view) (annotate) - [select for diffs]
Modified Mon Jul 20 23:18:04 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/core/m_server.c
File length: 26871 byte(s)
Diff to previous 896 , to selected 4189
- move m_error.c to modules/


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/modules/core/m_server.c
File length: 26852 byte(s)
Diff to previous 889 , to selected 4189
- Killed s_stats.c

Revision 889 - (view) (annotate) - [select for diffs]
Modified Thu Nov 1 12:59:05 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/core/m_server.c
File length: 26895 byte(s)
Diff to previous 885 , to selected 4189
- Got rid of Serv.dep_users and Serv.dep_servers

Revision 885 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 18:09:24 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/core/m_server.c
File length: 26955 byte(s)
Diff to previous 34 , to selected 4189
- 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 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/modules/core/m_server.c
File length: 27925 byte(s)
Diff to previous 33 , to selected 4189
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/modules/core/m_server.c
File length: 27925 byte(s)
Diff to previous 32 , to selected 4189
- 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/modules/core/m_server.c
File length: 27925 byte(s)
Diff to previous 31 , to selected 4189
- 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/modules/core/m_server.c
File length: 27925 byte(s)
Diff to previous 30 , to selected 4189
- 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/modules/core/m_server.c
File length: 27981 byte(s)
Diff to selected 4189
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

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