ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_connect.c
Revision 7524 - (view) (annotate) - [select for diffs]
Modified Mon Apr 4 18:51:46 2016 UTC (7 years, 11 months ago) by michael
File length: 8139 byte(s)
Diff to previous 7400 , to selected 33
- m_connect.c:mo_connect(): don't let 'flags::connect:remote' override 'flags::connect'

Revision 7400 - (view) (annotate) - [select for diffs]
Modified Sun Mar 6 16:10:14 2016 UTC (8 years ago) by michael
File length: 8143 byte(s)
Diff to previous 7103 , to selected 33
- Cleanups to operator/connect block lookup routines

Revision 7103 - (view) (annotate) - [select for diffs]
Modified Sat Jan 23 17:57:04 2016 UTC (8 years, 2 months ago) by michael
File length: 8247 byte(s)
Diff to previous 7067 , to selected 33
- m_connect.c:mo_connect(): remove invalid comment

Revision 7067 - (view) (annotate) - [select for diffs]
Modified Tue Jan 19 17:32:28 2016 UTC (8 years, 2 months ago) by michael
File length: 8314 byte(s)
Diff to previous 7065 , to selected 33
- m_connect.c: minor cleanup - avoid multiple array indices

Revision 7065 - (view) (annotate) - [select for diffs]
Modified Tue Jan 19 17:18:28 2016 UTC (8 years, 2 months ago) by michael
File length: 8287 byte(s)
Diff to previous 7057 , to selected 33
- m_connect.c: improve CONNECT logging

Revision 7057 - (view) (annotate) - [select for diffs]
Modified Sat Jan 16 19:51:09 2016 UTC (8 years, 2 months ago) by michael
File length: 8291 byte(s)
Diff to previous 7055 , to selected 33
- m_connect.c:mo_connect(): cleanups

Revision 7055 - (view) (annotate) - [select for diffs]
Modified Sat Jan 16 19:33:08 2016 UTC (8 years, 2 months ago) by michael
File length: 8477 byte(s)
Diff to previous 7007 , to selected 33
- m_connect.c:ms_connect(): parv[3] is not allowed to be NULL, so clean up weird logic checking EmptyString(parv[2])

Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (8 years, 2 months ago) by michael
File length: 8853 byte(s)
Diff to previous 6364 , to selected 33
- Update copyright years

Revision 6364 - (view) (annotate) - [select for diffs]
Modified Wed Aug 19 09:59:43 2015 UTC (8 years, 7 months ago) by michael
File length: 8853 byte(s)
Diff to previous 6317 , to selected 33
- Remove unused header includes

Revision 6317 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 16:03:09 2015 UTC (8 years, 7 months ago) by michael
File length: 8872 byte(s)
Diff to previous 5880 , to selected 33
- Get rid of UMODE_ALL

Revision 5880 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:01:42 2015 UTC (8 years, 10 months ago) by michael
File length: 8865 byte(s)
Diff to previous 5863 , to selected 33
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER

Revision 5863 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 12:23:14 2015 UTC (8 years, 11 months ago) by michael
File length: 8719 byte(s)
Diff to previous 5346 , to selected 33
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5346 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:41:14 2015 UTC (9 years, 2 months ago) by michael
File length: 8807 byte(s)
Diff to previous 5015 , to selected 33
- Update copyright years

Revision 5015 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 17:53:37 2014 UTC (9 years, 3 months ago) by michael
File length: 8807 byte(s)
Diff to previous 4963 , to selected 33
- Removed unused header includes:wq

Revision 4963 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 13:08:44 2014 UTC (9 years, 3 months ago) by michael
File length: 8827 byte(s)
Diff to previous 4688 , to selected 33
- Get rid of NOCAPS

Revision 4688 - (view) (annotate) - [select for diffs]
Modified Fri Oct 3 13:04:52 2014 UTC (9 years, 5 months ago) by michael
File length: 8837 byte(s)
Diff to previous 4686 , to selected 33
- m_connect.c: whitespace changes

Revision 4686 - (view) (annotate) - [select for diffs]
Modified Fri Oct 3 11:38:06 2014 UTC (9 years, 5 months ago) by michael
File length: 8839 byte(s)
Diff to previous 4685 , to selected 33
- m_connect.c: clarify server notice. Don't use hardcoded "ircd.conf".

Revision 4685 - (view) (annotate) - [select for diffs]
Modified Fri Oct 3 11:29:20 2014 UTC (9 years, 5 months ago) by michael
File length: 8821 byte(s)
Diff to previous 4682 , to selected 33
- m_connect.c:ms_connect(): properly sanity check parv[3] before
  actually calling hunt_server()

Revision 4682 - (view) (annotate) - [select for diffs]
Modified Fri Oct 3 11:25:40 2014 UTC (9 years, 5 months ago) by michael
File length: 8809 byte(s)
Diff to previous 4681 , to selected 33
- m_connect.c: style corrections

Revision 4681 - (view) (annotate) - [select for diffs]
Modified Fri Oct 3 11:18:09 2014 UTC (9 years, 5 months ago) by michael
File length: 8879 byte(s)
Diff to previous 4679 , to selected 33
- m_connect.c: don't let wildcard /connects bypass hash_find_server()

Revision 4679 - (view) (annotate) - [select for diffs]
Modified Fri Oct 3 11:07:56 2014 UTC (9 years, 5 months ago) by michael
File length: 8873 byte(s)
Diff to previous 4564 , to selected 33
- m_connect.c: use target_p->name instead of parv[1] for connection notices

Revision 4564 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:24:47 2014 UTC (9 years, 7 months ago) by michael
File length: 8859 byte(s)
Diff to previous 4546 , to selected 33
- Update GPL 2 license headers

Revision 4546 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:38 2014 UTC (9 years, 7 months ago) by michael
File length: 8855 byte(s)
Diff to previous 3874 , to selected 33
- Fixed compile warnings with -Wmissing-field-initializers

Revision 3874 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 14:42:13 2014 UTC (9 years, 9 months ago) by michael
File length: 8849 byte(s)
Diff to previous 3849 , to selected 33
- Style corrections; fixed comments

Revision 3849 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 12:00:31 2014 UTC (9 years, 9 months ago) by michael
File length: 8845 byte(s)
Diff to previous 3807 , to selected 33
- m_connect.c:ms_connect(): use sendto_realops_flags() when announcing the CONNECT

Revision 3807 - (view) (annotate) - [select for diffs]
Modified Tue Jun 3 18:55:28 2014 UTC (9 years, 9 months ago) by michael
File length: 8815 byte(s)
Diff to previous 3795 , to selected 33
- m_connect.c:ms_connect(): use GLOBOPS to announce remote connects

Revision 3795 - (view) (annotate) - [select for diffs]
Modified Mon Jun 2 23:38:02 2014 UTC (9 years, 9 months ago) by michael
File length: 8815 byte(s)
Diff to previous 3377 , to selected 33
- m_connect.c: whitespace commit

Revision 3377 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 16:15:51 2014 UTC (9 years, 11 months ago) by michael
File length: 8818 byte(s)
Diff to previous 3347 , to selected 33
- Create 8.2.x branch

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_connect.c
File length: 8818 byte(s)
Diff to previous 3300 , to selected 33
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3300 - (view) (annotate) - [select for diffs]
Modified Sat Apr 12 18:26:22 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_connect.c
File length: 8818 byte(s)
Diff to previous 3156 , to selected 33
- doxygen

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_connect.c
File length: 8092 byte(s)
Diff to previous 3135 , to selected 33
- Removed client_p pointers from everywhere

Revision 3135 - (view) (annotate) - [select for diffs]
Modified Mon Mar 10 21:11:25 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_connect.c
File length: 8184 byte(s)
Diff to previous 3110 , to selected 33
- Server now no longer accepts TS5 links

Revision 3110 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 20:33:17 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_connect.c
File length: 8344 byte(s)
Diff to previous 3109 , to selected 33
- Added sendto_one_notice()

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_connect.c
File length: 8873 byte(s)
Diff to previous 3096 , to selected 33
- Applied Adam's sendto_one_numeric() changes

Revision 3096 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 23:31:45 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_connect.c
File length: 9023 byte(s)
Diff to previous 2820 , to selected 33
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

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

Revision 2801 - (view) (annotate) - [select for diffs]
Modified Sat Jan 11 21:23:41 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_connect.c
File length: 8927 byte(s)
Diff to previous 2345 , to selected 33
- Fixed inconsistent ERR_NOPRIVS vs. ERR_NOPRIVILEGES mess

Revision 2345 - (view) (annotate) - [select for diffs]
Modified Wed Jul 3 18:17:39 2013 UTC (10 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_connect.c
File length: 8920 byte(s)
Diff to previous 2012 , to selected 33
- White-space commit / style corrections

Revision 2012 - (view) (annotate) - [select for diffs]
Modified Sun May 12 14:47:26 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_connect.c
File length: 8874 byte(s)
Diff to previous 1834 , to selected 33
- Removed 'remote', and 'global_kill' oper flags, and added 'connect',
  'squit', and 'kill' flags for better fine-tuning instead. Whether or 
  not a specific action is allowed on a remote server can be controlled
  by appeding the ':remote' flag. For example: 'kill' allows only local
  clients to be killed, whereas 'kill:remote' allows to issue a KILL for
  remote clients

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_connect.c
File length: 8695 byte(s)
Diff to previous 1832 , to selected 33
- Revert to -r1831

Revision 1832 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:16:09 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_connect.c
File length: 8665 byte(s)
Diff to previous 1636 , to selected 33
- Made all numeric defines use the actual string instead of the numeric value
  which allows to use gcc's printf format attribute
- Remove current message locale implementation

Revision 1636 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 17:09:47 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_connect.c
File length: 8695 byte(s)
Diff to previous 1632 , to selected 33
- Cleanup configuration subsystem
- Fixed broken CIDR support for /challenge

Revision 1632 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 15:37:10 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_connect.c
File length: 8682 byte(s)
Diff to previous 1592 , to selected 33
- Initial rewrite of the configuration subsystem

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

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/m_connect.c
File length: 9022 byte(s)
Diff to previous 1463 , to selected 33
- removed &localchannels

Revision 1463 - (view) (annotate) - [select for diffs]
Modified Tue Jul 17 21:11:49 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_connect.c
File length: 9034 byte(s)
Diff to previous 1413 , to selected 33
- m_connect.c,m_gline.c: add proper TS6 support
- m_gline(),m_gungline(): don't let non-opers find out whether or not
  a server has GLINE/GUNGLINE disabled

Revision 1413 - (view) (annotate) - [select for diffs]
Modified Sat May 26 08:25:12 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_connect.c
File length: 8872 byte(s)
Diff to previous 1309 , to selected 33
- Don't try to access aconf->user when aconf is a SERVER_TYPE.
  aconf->user is a NULL pointer.

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/m_connect.c
File length: 8868 byte(s)
Diff to previous 1247 , to selected 33
- 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 1247 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 07:54:24 2011 UTC (12 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_connect.c
File length: 8872 byte(s)
Diff to previous 1243 , to selected 33
- 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, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_connect.c
File length: 8860 byte(s)
Diff to previous 1230 , to selected 33
- 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 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/m_connect.c
File length: 8899 byte(s)
Diff to previous 1219 , to selected 33
- 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/m_connect.c
File length: 8856 byte(s)
Diff to previous 1178 , to selected 33
- 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/m_connect.c
File length: 8829 byte(s)
Diff to previous 1169 , to selected 33
- 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/m_connect.c
File length: 8823 byte(s)
Diff to previous 1156 , to selected 33
- 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 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/m_connect.c
File length: 8813 byte(s)
Diff to previous 1155 , to selected 33
- 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/m_connect.c
File length: 8813 byte(s)
Diff to previous 1121 , to selected 33
- 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/m_connect.c
File length: 8813 byte(s)
Diff to previous 1029 , to selected 33
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

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/m_connect.c
File length: 8843 byte(s)
Diff to previous 1028 , to selected 33
- 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/m_connect.c
File length: 8843 byte(s)
Diff to previous 971 , to selected 33
- move ircd-hybrid-7.2 to trunk

Revision 971 - (view) (annotate) - [select for diffs]
Modified Sun Aug 2 23:27:42 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_connect.c
File length: 8843 byte(s)
Diff to previous 885 , to selected 33
- cleanup m_connect() while reviewing: remove useless MyConnect() test
  in mo_connect().
- Fix possible core in mo_connect() in case if there is a ConfItem that doesn't
  have an AccessItem mapped.

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/m_connect.c
File length: 8881 byte(s)
Diff to previous 34 , to selected 33
- 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/m_connect.c
File length: 8886 byte(s)
Diff to previous 33
create 7.2 branch, we can move/rename it as needed.


Revision 33 - (view) (annotate) - [selected]
Modified Sun Oct 2 20:50:00 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/modules/m_connect.c
File length: 8886 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/modules/m_connect.c
File length: 8886 byte(s)
Diff to previous 31 , to selected 33
- 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/m_connect.c
File length: 8886 byte(s)
Diff to previous 30 , to selected 33
- 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/m_connect.c
File length: 8941 byte(s)
Diff to selected 33
- 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