ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_invite.c
Revision 9857 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 04:43:22 2021 UTC (5 years, 6 months ago) by michael
File length: 7895 byte(s)
Diff to previous 9796
- Bump copyright years

Revision 9796 - (view) (annotate) - [select for diffs]
Modified Mon Dec 7 21:58:35 2020 UTC (5 years, 7 months ago) by michael
File length: 7895 byte(s)
Diff to previous 9746
- m_invite.c: cleanup kludgy type-casting

Revision 9746 - (view) (annotate) - [select for diffs]
Modified Sat Nov 21 14:03:10 2020 UTC (5 years, 7 months ago) by michael
File length: 7883 byte(s)
Diff to previous 9598
- m_invite.c:ms_invite(): timestamped INVITE messages are mandatory now

Revision 9598 - (view) (annotate) - [select for diffs]
Modified Sat Sep 5 10:10:00 2020 UTC (5 years, 10 months ago) by michael
File length: 7924 byte(s)
Diff to previous 9455
- Style corrections; reformatting

Revision 9455 - (view) (annotate) - [select for diffs]
Modified Tue Jun 30 17:33:17 2020 UTC (6 years ago) by michael
File length: 7916 byte(s)
Diff to previous 9435
- Rename find_channel_link() to member_find_link()

Revision 9435 - (view) (annotate) - [select for diffs]
Modified Thu Jun 25 12:16:20 2020 UTC (6 years ago) by michael
File length: 7919 byte(s)
Diff to previous 9384
- Replace remaining occurrences of IsMember with find_channel_link and remove IsMember entirely

Revision 9384 - (view) (annotate) - [select for diffs]
Modified Sun May 10 09:00:11 2020 UTC (6 years, 2 months ago) by michael
File length: 7901 byte(s)
Diff to previous 9374
- Refactor Message flags

Revision 9374 - (view) (annotate) - [select for diffs]
Modified Sat May 9 20:54:46 2020 UTC (6 years, 2 months ago) by michael
File length: 7876 byte(s)
Diff to previous 9265
- Each type of command handler now has its own min/max argument count pair;  remove remaining argument checks from all modules

Revision 9265 - (view) (annotate) - [select for diffs]
Modified Wed Feb 12 16:55:10 2020 UTC (6 years, 5 months ago) by michael
File length: 7861 byte(s)
Diff to previous 9200
- Move channel invitation related functions to channel_invite.c

Revision 9200 - (view) (annotate) - [select for diffs]
Modified Thu Jan 23 17:49:27 2020 UTC (6 years, 5 months ago) by michael
File length: 7833 byte(s)
Diff to previous 9101
- Stylistic changes

Revision 9101 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 09:58:45 2020 UTC (6 years, 6 months ago) by michael
File length: 7843 byte(s)
Diff to previous 9081
- Bump copyright years everywhere

Revision 9081 - (view) (annotate) - [select for diffs]
Modified Sun Oct 13 09:52:35 2019 UTC (6 years, 9 months ago) by michael
File length: 7843 byte(s)
Diff to previous 9077
- Rename struct Membership to ChannelMember
- Rename Channel::last_knock to last_knock_time
- Rename Channel::last_invite to last_invite_time
- Rename chptr to channel

Revision 9077 - (view) (annotate) - [select for diffs]
Modified Sat Oct 12 20:15:17 2019 UTC (6 years, 9 months ago) by michael
File length: 7745 byte(s)
Diff to previous 9073
- Command handlers are now of type void again

Revision 9073 - (view) (annotate) - [select for diffs]
Modified Sat Oct 5 18:18:10 2019 UTC (6 years, 9 months ago) by michael
File length: 7795 byte(s)
Diff to previous 8903
- Renamed 'creationtime' Channel structure member to 'creation_time'

Revision 8903 - (view) (annotate) - [select for diffs]
Modified Sun Apr 21 20:43:53 2019 UTC (7 years, 3 months ago) by michael
File length: 7792 byte(s)
Diff to previous 8752
- Make more timers use monotonic time

Revision 8752 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:07:01 2019 UTC (7 years, 6 months ago) by michael
File length: 7697 byte(s)
Diff to previous 8715
- Update copyright years

Revision 8715 - (view) (annotate) - [select for diffs]
Modified Sun Dec 9 20:17:02 2018 UTC (7 years, 7 months ago) by michael
File length: 7697 byte(s)
Diff to previous 8437
- Rewrites to have parse_handle_command() end the flood grace period.  MODE and TIME no longer ends the grace period.

Revision 8437 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 09:05:34 2018 UTC (8 years, 3 months ago) by michael
File length: 7731 byte(s)
Diff to previous 8279
- Stylistic changes

Revision 8279 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:13 2018 UTC (8 years, 4 months ago) by michael
File length: 7768 byte(s)
Diff to previous 8044
- Update copyright years

Revision 8044 - (view) (annotate) - [select for diffs]
Modified Sat Mar 18 16:52:10 2017 UTC (9 years, 4 months ago) by michael
File length: 7768 byte(s)
Diff to previous 7924
- Add chptr->mode.mode manipulation macros

Revision 7924 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:08 2016 UTC (9 years, 6 months ago) by michael
File length: 7776 byte(s)
Diff to previous 7904
- Update copyright years

Revision 7904 - (view) (annotate) - [select for diffs]
Modified Sun Nov 27 13:44:44 2016 UTC (9 years, 7 months ago) by michael
File length: 7776 byte(s)
Diff to previous 7687
- m_invite.c:m_invite(): adjust "/invite" to work with the new Invite structure

Revision 7687 - (view) (annotate) - [select for diffs]
Modified Thu Aug 18 17:32:22 2016 UTC (9 years, 11 months ago) by michael
File length: 7770 byte(s)
Diff to previous 7330
- Remove excessive const keyword on dlink_node pointers

Revision 7330 - (view) (annotate) - [select for diffs]
Modified Fri Feb 19 17:50:13 2016 UTC (10 years, 5 months ago) by michael
File length: 7777 byte(s)
Diff to previous 7006
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
  we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
  doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
  forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
  associated with it.

Revision 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (10 years, 6 months ago) by michael
File length: 7777 byte(s)
Diff to previous 6900
- Update copyright years

Revision 6900 - (view) (annotate) - [select for diffs]
Modified Thu Dec 3 21:43:14 2015 UTC (10 years, 7 months ago) by michael
File length: 7777 byte(s)
Diff to previous 6792
- Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now

Revision 6792 - (view) (annotate) - [select for diffs]
Modified Tue Nov 17 20:48:38 2015 UTC (10 years, 8 months ago) by michael
File length: 7762 byte(s)
Diff to previous 6782
- Add channel::invite_delay_channel configuration option

Revision 6782 - (view) (annotate) - [select for diffs]
Modified Sun Nov 15 18:49:32 2015 UTC (10 years, 8 months ago) by michael
File length: 7504 byte(s)
Diff to previous 6771
- Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t

Revision 6771 - (view) (annotate) - [select for diffs]
Modified Fri Nov 13 19:05:23 2015 UTC (10 years, 8 months ago) by michael
File length: 7534 byte(s)
Diff to previous 6767
- m_invite.c: fix arguments to sendto_channel_local()

Revision 6767 - (view) (annotate) - [select for diffs]
Modified Fri Nov 13 18:46:50 2015 UTC (10 years, 8 months ago) by michael
File length: 7518 byte(s)
Diff to previous 6759
- Implement ircv3.2 invite-notify client capability support

Revision 6759 - (view) (annotate) - [select for diffs]
Modified Fri Nov 13 18:23:37 2015 UTC (10 years, 8 months ago) by michael
File length: 6990 byte(s)
Diff to previous 6403
- Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()

Revision 6403 - (view) (annotate) - [select for diffs]
Modified Mon Aug 24 18:18:28 2015 UTC (10 years, 10 months ago) by michael
File length: 6922 byte(s)
Diff to previous 5881
- m_invite.c: p4 style broadcast of INVITE to all servers on the network

Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (11 years, 2 months ago) by michael
File length: 7062 byte(s)
Diff to previous 5864
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER

Revision 5864 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 12:23:30 2015 UTC (11 years, 2 months ago) by michael
File length: 6933 byte(s)
Diff to previous 5347
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (11 years, 6 months ago) by michael
File length: 7021 byte(s)
Diff to previous 5017
- Update copyright years

Revision 5017 - (view) (annotate) - [select for diffs]
Modified Thu Dec 11 13:49:59 2014 UTC (11 years, 7 months ago) by michael
File length: 7021 byte(s)
Diff to previous 5014
- m_invite.c, m_knock.c: send KNOCK/INVITE notifications to halfops too

Revision 5014 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 17:51:47 2014 UTC (11 years, 7 months ago) by michael
File length: 6991 byte(s)
Diff to previous 4890
- Removed unused header includes:wq

Revision 4890 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 17:10:46 2014 UTC (11 years, 8 months ago) by michael
File length: 7011 byte(s)
Diff to previous 4818
- Style corrections

Revision 4818 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 16:06:36 2014 UTC (11 years, 8 months ago) by michael
File length: 7010 byte(s)
Diff to previous 4815
- Renamed variables

Revision 4815 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 15:28:42 2014 UTC (11 years, 8 months ago) by michael
File length: 7001 byte(s)
Diff to previous 4814
- Renamed variables

Revision 4814 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 12:12:05 2014 UTC (11 years, 8 months ago) by michael
File length: 6986 byte(s)
Diff to previous 4618
- Channel half-ops can now use /INVITE as well

Revision 4618 - (view) (annotate) - [select for diffs]
Modified Sun Sep 7 13:01:09 2014 UTC (11 years, 10 months ago) by michael
File length: 6972 byte(s)
Diff to previous 4588
- Renamed Channel::chname to Channel::name

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

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

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

Revision 4081 - (view) (annotate) - [select for diffs]
Modified Sat Jun 28 16:19:37 2014 UTC (12 years ago) by michael
File length: 6996 byte(s)
Diff to previous 3866
- m_knock.c, m_invite.c: don't further penalize throttled clients

Revision 3866 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 21:07:55 2014 UTC (12 years, 1 month ago) by michael
File length: 6995 byte(s)
Diff to previous 3860
- m_invite.c, m_knock.c: fixed stupid logic error

Revision 3860 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 19:55:07 2014 UTC (12 years, 1 month ago) by michael
File length: 6995 byte(s)
Diff to previous 3767
- Made the INVITE/KNOCK throttling logic less aggressive as requested by Adam

Revision 3767 - (view) (annotate) - [select for diffs]
Modified Sun Jun 1 21:44:18 2014 UTC (12 years, 1 month ago) by michael
File length: 7067 byte(s)
Diff to previous 3762
- /INVITE without any parameters now shows a list of channels a client is invited to

Revision 3762 - (view) (annotate) - [select for diffs]
Modified Sun Jun 1 19:35:16 2014 UTC (12 years, 1 month ago) by michael
File length: 6728 byte(s)
Diff to previous 3431
- Added INVITE flood protection/throttling as requested by Adam. This basically
  works similar as the KNOCK throttling algorithm.

Revision 3431 - (view) (annotate) - [select for diffs]
Modified Thu May 1 12:44:31 2014 UTC (12 years, 2 months ago) by michael
File length: 6207 byte(s)
Diff to previous 3347
- Replace few hash_find_id() with find_person()

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

Revision 3299 - (view) (annotate) - [select for diffs]
Modified Sat Apr 12 16:55:13 2014 UTC (12 years, 3 months ago) by michael
File length: 6221 byte(s)
Diff to previous 3294
- doxygen

Revision 3294 - (view) (annotate) - [select for diffs]
Modified Thu Apr 10 18:48:55 2014 UTC (12 years, 3 months ago) by michael
File length: 6221 byte(s)
Diff to previous 3274
- doxygen

Revision 3274 - (view) (annotate) - [select for diffs]
Modified Sun Apr 6 12:22:23 2014 UTC (12 years, 3 months ago) by michael
File length: 5399 byte(s)
Diff to previous 3206
- Clean up redundant/unused header includes

Revision 3206 - (view) (annotate) - [select for diffs]
Modified Mon Mar 24 20:42:55 2014 UTC (12 years, 3 months ago) by michael
File length: 5417 byte(s)
Diff to previous 3205
- m_invite.c:ms_invite(): replaced find_person() with hash_find_id()

Revision 3205 - (view) (annotate) - [select for diffs]
Modified Mon Mar 24 20:41:24 2014 UTC (12 years, 3 months ago) by michael
File length: 5403 byte(s)
Diff to previous 3156
- m_invite.c: add ms_invite(). Cleaned up m_invite()

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (12 years, 4 months ago) by michael
File length: 4312 byte(s)
Diff to previous 3119
- Removed client_p pointers from everywhere

Revision 3119 - (view) (annotate) - [select for diffs]
Modified Fri Mar 7 20:34:49 2014 UTC (12 years, 4 months ago) by michael
File length: 4340 byte(s)
Diff to previous 3109
- m_invite.c: whitespace commit

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (12 years, 4 months ago) by michael
File length: 4358 byte(s)
Diff to previous 3096
- Applied Adam's sendto_one_numeric() changes

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

Revision 2888 - (view) (annotate) - [select for diffs]
Modified Tue Jan 21 17:47:11 2014 UTC (12 years, 6 months ago) by michael
File length: 4661 byte(s)
Diff to previous 2820
- Fixed improper use of the ID_or_name macro in several places

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

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (13 years, 3 months ago) by michael
File length: 4596 byte(s)
Diff to previous 1832
- Revert to -r1831

Revision 1832 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:16:09 2013 UTC (13 years, 3 months ago) by michael
File length: 4516 byte(s)
Diff to previous 1721
- 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 1721 - (view) (annotate) - [select for diffs]
Modified Sat Dec 29 22:12:50 2012 UTC (13 years, 6 months ago) by michael
File length: 4596 byte(s)
Diff to previous 1592
- m_invite.c: fixed broken CHWALL invite notice for invitees that are
  on a remote server

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

Revision 1483 - (view) (annotate) - [select for diffs]
Modified Wed Jul 25 19:15:48 2012 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_invite.c
File length: 5223 byte(s)
Diff to previous 1479
- Made Client::away a fixed-size array at the expense of a somewhat higher
  memory consumption

Revision 1479 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 17:02:48 2012 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_invite.c
File length: 5220 byte(s)
Diff to previous 1477
- fix msg_channel_flags() so it can deal with messages coming from servers

Revision 1477 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 15:36:30 2012 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_invite.c
File length: 4989 byte(s)
Diff to previous 1476
- m_invite(): using INVITE now always requires channel operator status,
  regardless of channelmode 'i/p'.
  Also, halfops may no longer use the INVITE command

Revision 1476 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 15:20:31 2012 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_invite.c
File length: 5162 byte(s)
Diff to previous 1474
- m_invite(): fixed _remote_ INVITE announcement notices. channel names
  needs to be prepended with an '@', otherwise even non-channelops will
  receive the anouncement if the invitee is on a remote server

Revision 1474 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 14:44:07 2012 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_invite.c
File length: 5160 byte(s)
Diff to previous 1450
- removed &localchannels

Revision 1450 - (view) (annotate) - [select for diffs]
Modified Tue Jun 26 18:33:45 2012 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_invite.c
File length: 5726 byte(s)
Diff to previous 1309
- Minor optimization to m_invite()

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_invite.c
File length: 5726 byte(s)
Diff to previous 1243
- 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 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (14 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_invite.c
File length: 5728 byte(s)
Diff to previous 1230
- 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 (14 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_invite.c
File length: 5767 byte(s)
Diff to previous 1178
- cleanup module loader. Make module api more flexible

Revision 1178 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 08:11:31 2011 UTC (14 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_invite.c
File length: 5649 byte(s)
Diff to previous 1156
- 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 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_invite.c
File length: 5643 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 (14 years, 11 months ago) by michael
Original Path: ircd-hybrid/modules/m_invite.c
File length: 5643 byte(s)
Diff to previous 1121
- recreate "trunk"

Revision 1121 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 11:03:03 2011 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_invite.c
File length: 5643 byte(s)
Diff to previous 1029
- 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 (16 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_invite.c
File length: 5673 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 (16 years, 8 months ago) by michael
Original Path: ircd-hybrid/modules/m_invite.c
File length: 5673 byte(s)
Diff to previous 1011
- move ircd-hybrid-7.2 to trunk

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (16 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_invite.c
File length: 5673 byte(s)
Diff to previous 885
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 885 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 18:09:24 2007 UTC (18 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_invite.c
File length: 5713 byte(s)
Diff to previous 322
- 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 322 - (view) (annotate) - [select for diffs]
Modified Sat Dec 24 22:04:58 2005 UTC (20 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_invite.c
File length: 6094 byte(s)
Diff to previous 219
- Only locally connected clients should be checked for a valid channelmembership
  when processing the INVITE message.  Remote clients that are outside a channel
  e.g. services, are allowed to send INVITEs.  This also fixes a bug with anope
  services.  Reported by r0d3nt

Revision 219 - (view) (annotate) - [select for diffs]
Modified Thu Nov 3 14:41:55 2005 UTC (20 years, 8 months ago) by db
Original Path: ircd-hybrid-7.2/modules/m_invite.c
File length: 6071 byte(s)
Diff to previous 201
- Use MODE_PRIVATE, MODE_PARANOID isn't defined until HEAD (7.3)


Revision 201 - (view) (annotate) - [select for diffs]
Modified Tue Nov 1 11:41:52 2005 UTC (20 years, 8 months ago) by adx
Original Path: ircd-hybrid-7.2/modules/m_invite.c
File length: 6072 byte(s)
Diff to previous 34
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (20 years, 9 months ago) by lusky
Original Path: ircd-hybrid-7.2/modules/m_invite.c
File length: 6087 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 (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/modules/m_invite.c
File length: 6087 byte(s)
Diff to previous 32
- svn:keywords

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

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/modules/m_invite.c
File length: 6087 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 (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/modules/m_invite.c
File length: 6142 byte(s)
- 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