ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/channel.h
Revision 9476 - (view) (annotate) - [select for diffs]
Modified Sat Jul 4 15:26:19 2020 UTC (3 years, 9 months ago) by michael
File length: 5387 byte(s)
Diff to previous 9474 , to selected 7668
- channel.c:channel_send_namereply(): remove show_eon argument. In hybrid we no longer have a case where a names reply needs to be sent with no RPL_ENDOFNAMES

Revision 9474 - (view) (annotate) - [select for diffs]
Modified Sat Jul 4 15:14:57 2020 UTC (3 years, 9 months ago) by michael
File length: 5393 byte(s)
Diff to previous 9455 , to selected 7668
- Rename channel_member_names() to channel_send_namereply()

Revision 9455 - (view) (annotate) - [select for diffs]
Modified Tue Jun 30 17:33:17 2020 UTC (3 years, 9 months ago) by michael
File length: 5391 byte(s)
Diff to previous 9454 , to selected 7668
- Rename find_channel_link() to member_find_link()

Revision 9454 - (view) (annotate) - [select for diffs]
Modified Tue Jun 30 16:56:21 2020 UTC (3 years, 9 months ago) by michael
File length: 5392 byte(s)
Diff to previous 9450 , to selected 7668
- Add member_get_prefix_len() and make use of it in some places;  rename get_member_status() to member_get_prefix()

Revision 9450 - (view) (annotate) - [select for diffs]
Modified Tue Jun 30 14:29:33 2020 UTC (3 years, 9 months ago) by michael
File length: 5319 byte(s)
Diff to previous 9435 , to selected 7668
- Move remove_a_mode() from m_join.c to channel.c and rename it to channel_demote_members();  have m_sjoin.c make use of it as well

Revision 9435 - (view) (annotate) - [select for diffs]
Modified Thu Jun 25 12:16:20 2020 UTC (3 years, 9 months ago) by michael
File length: 5216 byte(s)
Diff to previous 9265 , to selected 7668
- Replace remaining occurrences of IsMember with find_channel_link and remove IsMember entirely

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

Revision 9250 - (view) (annotate) - [select for diffs]
Modified Sat Feb 1 13:36:10 2020 UTC (4 years, 2 months ago) by michael
File length: 5786 byte(s)
Diff to previous 9234 , to selected 7668
- Rename most occurrences of 'client_p' to 'client'

Revision 9234 - (view) (annotate) - [select for diffs]
Modified Fri Jan 31 17:38:34 2020 UTC (4 years, 2 months ago) by michael
File length: 5790 byte(s)
Diff to previous 9120 , to selected 7668
- Extbans have been implemented. Main implementation done by Adam for p4.
  Currently supported extbans:

  Matching:

   $a:<account>   Matches users logged into a matching account.
   $c:<channel>   Matches users that are on the given channel. An additional
                  prefix of either @, %, or + can be specified to test for
                  certain channel privileges.
   $o:<class>     Matches IRC operators that have joined a class
                  matching the mask.
   $r:<realname>  Matches users with a matching realname.
   $s:<server>    Matches users that are connected to a server matching the mask.
   $u:<modes>     Matches users having the specified user modes set or not set.
   $z:<certfp>    Matches users having the given TLS certificate fingerprint.

  Acting:

   $j:<banmask>   Prevents matching users from joining the channel.
   $m:<banmask>   Blocks messages from matching users. Users with voice
                  or above are not affected.

Revision 9120 - (view) (annotate) - [select for diffs]
Modified Sun Jan 5 11:43:57 2020 UTC (4 years, 3 months ago) by michael
File length: 5549 byte(s)
Diff to previous 9101 , to selected 7668
- channel.h: remove unused ShowChannel macro

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

Revision 9081 - (view) (annotate) - [select for diffs]
Modified Sun Oct 13 09:52:35 2019 UTC (4 years, 6 months ago) by michael
File length: 5641 byte(s)
Diff to previous 9073 , to selected 7668
- 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 9073 - (view) (annotate) - [select for diffs]
Modified Sat Oct 5 18:18:10 2019 UTC (4 years, 6 months ago) by michael
File length: 5616 byte(s)
Diff to previous 8917 , to selected 7668
- Renamed 'creationtime' Channel structure member to 'creation_time'

Revision 8917 - (view) (annotate) - [select for diffs]
Modified Sun Apr 21 22:50:42 2019 UTC (4 years, 11 months ago) by michael
File length: 5615 byte(s)
Diff to previous 8808 , to selected 7668
- Update documentation in some files

Revision 8808 - (view) (annotate) - [select for diffs]
Modified Sat Jan 19 19:47:33 2019 UTC (5 years, 2 months ago) by michael
File length: 5434 byte(s)
Diff to previous 8752 , to selected 7668
- Move CAN_SEND_ enum from channel_mode.h to channel.h

Revision 8752 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:07:01 2019 UTC (5 years, 3 months ago) by michael
File length: 5355 byte(s)
Diff to previous 8664 , to selected 7668
- Update copyright years

Revision 8664 - (view) (annotate) - [select for diffs]
Modified Thu Nov 22 14:26:32 2018 UTC (5 years, 4 months ago) by michael
File length: 5355 byte(s)
Diff to previous 8660 , to selected 7668
- Make use of bool even more

Revision 8660 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 12:55:59 2018 UTC (5 years, 4 months ago) by michael
File length: 5353 byte(s)
Diff to previous 8656 , to selected 7668
- Make use of the bool data type in some more places

Revision 8656 - (view) (annotate) - [select for diffs]
Modified Sun Nov 11 20:19:17 2018 UTC (5 years, 5 months ago) by michael
File length: 5355 byte(s)
Diff to previous 8599 , to selected 7668
- Make use of the bool data type in some places

Revision 8599 - (view) (annotate) - [select for diffs]
Modified Sun Oct 28 18:09:37 2018 UTC (5 years, 5 months ago) by michael
File length: 5359 byte(s)
Diff to previous 8439 , to selected 7668
- Rename Channel:locmembers to Channel::members_local

Revision 8439 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 13:07:32 2018 UTC (6 years ago) by michael
File length: 5353 byte(s)
Diff to previous 8431 , to selected 7668
- Add channel_get_list() to channel.c which should be used when accessing channel_list outside of channel.c

Revision 8431 - (view) (annotate) - [select for diffs]
Modified Tue Mar 27 18:49:15 2018 UTC (6 years ago) by michael
File length: 5280 byte(s)
Diff to previous 8385 , to selected 7668
- Stylistic changes

Revision 8385 - (view) (annotate) - [select for diffs]
Modified Fri Mar 16 20:09:55 2018 UTC (6 years, 1 month ago) by michael
File length: 5290 byte(s)
Diff to previous 8367 , to selected 7668
- Rip out mempool

Revision 8367 - (view) (annotate) - [select for diffs]
Modified Mon Mar 5 19:51:42 2018 UTC (6 years, 1 month ago) by michael
File length: 5322 byte(s)
Diff to previous 8279 , to selected 7668
- "JOIN 0" is now no longer supported

Revision 8279 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:13 2018 UTC (6 years, 1 month ago) by michael
File length: 5370 byte(s)
Diff to previous 7924 , to selected 7668
- Update copyright years

Revision 7924 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:08 2016 UTC (7 years, 3 months ago) by michael
File length: 5370 byte(s)
Diff to previous 7862 , to selected 7668
- Update copyright years

Revision 7862 - (view) (annotate) - [select for diffs]
Modified Tue Nov 8 20:16:26 2016 UTC (7 years, 5 months ago) by michael
File length: 5370 byte(s)
Diff to previous 7762 , to selected 7668
- Use unsigned where appropriate

Revision 7762 - (view) (annotate) - [select for diffs]
Modified Thu Oct 6 16:45:18 2016 UTC (7 years, 6 months ago) by michael
File length: 5361 byte(s)
Diff to previous 7668
- Get rid of clear_invites_channel() and clear_invites_client(). Use clear_invite_list() instead.

Revision 7668 - (view) (annotate) - [selected]
Modified Wed Jul 20 17:09:49 2016 UTC (7 years, 8 months ago) by michael
File length: 5420 byte(s)
Diff to previous 7549
- Fixed svn properties

Revision 7549 - (view) (annotate) - [select for diffs]
Modified Fri Apr 22 19:29:22 2016 UTC (7 years, 11 months ago) by michael
File length: 5420 byte(s)
Diff to previous 7330 , to selected 7668
- Rewrite invite handling to be more flexible for future additions such as client based invite throttling, invite expiration, etc

Revision 7330 - (view) (annotate) - [select for diffs]
Modified Fri Feb 19 17:50:13 2016 UTC (8 years, 1 month ago) by michael
File length: 5099 byte(s)
Diff to previous 7006 , to selected 7668
- 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 (8 years, 3 months ago) by michael
File length: 5075 byte(s)
Diff to previous 6982 , to selected 7668
- Update copyright years

Revision 6982 - (view) (annotate) - [select for diffs]
Modified Wed Dec 23 19:49:38 2015 UTC (8 years, 3 months ago) by michael
File length: 5075 byte(s)
Diff to previous 6932 , to selected 7668
- Cache channel name lengths

Revision 6932 - (view) (annotate) - [select for diffs]
Modified Sat Dec 12 18:34:12 2015 UTC (8 years, 4 months ago) by michael
File length: 5056 byte(s)
Diff to previous 6881 , to selected 7668
- USERHOST_REPLYLEN I never liked. Gone.

Revision 6881 - (view) (annotate) - [select for diffs]
Modified Tue Dec 1 19:25:43 2015 UTC (8 years, 4 months ago) by michael
File length: 5042 byte(s)
Diff to previous 6858 , to selected 7668
- channel.h, channel.c: declared can_join() as static

Revision 6858 - (view) (annotate) - [select for diffs]
Modified Sun Nov 29 18:28:53 2015 UTC (8 years, 4 months ago) by michael
File length: 5118 byte(s)
Diff to previous 6792 , to selected 7668
- Added channel mode +T which forbids NOTICEs to be sent to a channel

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

Revision 6375 - (view) (annotate) - [select for diffs]
Modified Fri Aug 21 10:34:16 2015 UTC (8 years, 7 months ago) by michael
File length: 5091 byte(s)
Diff to previous 6373 , to selected 7668
- Remove splitmode checking

Revision 6373 - (view) (annotate) - [select for diffs]
Modified Fri Aug 21 10:00:10 2015 UTC (8 years, 7 months ago) by michael
File length: 5165 byte(s)
Diff to previous 6328 , to selected 7668
- Rename several functions in channel.c to comply with naming convention

Revision 6328 - (view) (annotate) - [select for diffs]
Modified Sat Aug 8 18:14:06 2015 UTC (8 years, 8 months ago) by michael
File length: 5213 byte(s)
Diff to previous 6323 , to selected 7668
- channel.h: rename FLOOD_NOTICED to MSG_FLOOD_NOTICED

Revision 6323 - (view) (annotate) - [select for diffs]
Modified Sat Aug 8 17:47:58 2015 UTC (8 years, 8 months ago) by michael
File length: 5201 byte(s)
Diff to previous 5852 , to selected 7668
- Make use of enum in more places

Revision 5852 - (view) (annotate) - [select for diffs]
Modified Mon Apr 27 17:55:01 2015 UTC (8 years, 11 months ago) by michael
File length: 5188 byte(s)
Diff to previous 5757 , to selected 7668
- Renamed clear_invites() to clear_invites_channel()
- Added separate clear_invites_client()

Revision 5757 - (view) (annotate) - [select for diffs]
Modified Thu Apr 2 18:25:34 2015 UTC (9 years ago) by michael
File length: 5129 byte(s)
Diff to previous 5347 , to selected 7668
- Changed some members of the Ban structure to use fixed-size arrays

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

Revision 4818 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 16:06:36 2014 UTC (9 years, 5 months ago) by michael
File length: 5061 byte(s)
Diff to previous 4811 , to selected 7668
- Renamed variables

Revision 4811 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 11:56:53 2014 UTC (9 years, 5 months ago) by michael
File length: 5058 byte(s)
Diff to previous 4785 , to selected 7668
- channel.c, channel.h: added clear_invites() and make use of it
- ms_sjoin.c:ms_sjoin(): clear invites if the introduced channel has lower TS

Revision 4785 - (view) (annotate) - [select for diffs]
Modified Sat Oct 25 16:13:48 2014 UTC (9 years, 5 months ago) by michael
File length: 5013 byte(s)
Diff to previous 4618 , to selected 7668
- Constification

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

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: 5003 byte(s)
Diff to previous 4404 , to selected 7668
- Update GPL 2 license headers

Revision 4404 - (view) (annotate) - [select for diffs]
Modified Wed Aug 6 17:02:18 2014 UTC (9 years, 8 months ago) by michael
File length: 4999 byte(s)
Diff to previous 4170 , to selected 7668
- Minor documentation updates

Revision 4170 - (view) (annotate) - [select for diffs]
Modified Sat Jul 5 15:32:59 2014 UTC (9 years, 9 months ago) by michael
File length: 5057 byte(s)
Diff to previous 4094 , to selected 7668
- Bring back channel->locmember list

Revision 4094 - (view) (annotate) - [select for diffs]
Modified Sun Jun 29 11:48:50 2014 UTC (9 years, 9 months ago) by michael
File length: 4935 byte(s)
Diff to previous 4023 , to selected 7668
- Merged Adam's event system rewrite

Revision 4023 - (view) (annotate) - [select for diffs]
Modified Fri Jun 20 16:28:42 2014 UTC (9 years, 9 months ago) by michael
File length: 4898 byte(s)
Diff to previous 3944 , to selected 7668
- channel.h: removed Channel.last_invite; it's not used anymore

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

Revision 3941 - (view) (annotate) - [select for diffs]
Modified Tue Jun 10 19:29:19 2014 UTC (9 years, 10 months ago) by michael
File length: 4963 byte(s)
Diff to previous 3937 , to selected 7668
- Renamed set_channel_topic() to channel_set_topic()

Revision 3937 - (view) (annotate) - [select for diffs]
Modified Tue Jun 10 19:01:12 2014 UTC (9 years, 10 months ago) by michael
File length: 4963 byte(s)
Diff to previous 3912 , to selected 7668
- Fixed SVSJOIN/SVSPART issues

Revision 3912 - (view) (annotate) - [select for diffs]
Modified Sun Jun 8 13:10:20 2014 UTC (9 years, 10 months ago) by michael
File length: 4951 byte(s)
Diff to previous 3762 , to selected 7668
- Moved duplicated code used by m_svspart.c and m_part.c, aswell as
  m_svsjoin.c and m_join.c to channel.c

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

Revision 2865 - (view) (annotate) - [select for diffs]
Modified Sun Jan 19 14:35:22 2014 UTC (10 years, 2 months ago) by michael
File length: 4733 byte(s)
Diff to previous 2296 , to selected 7668
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2296 - (view) (annotate) - [select for diffs]
Modified Wed Jun 19 11:19:22 2013 UTC (10 years, 9 months ago) by michael
File length: 4735 byte(s)
Diff to previous 2133 , to selected 7668
- Rename Ban::username structure member to Ban::user

Revision 2133 - (view) (annotate) - [select for diffs]
Modified Wed May 29 18:27:24 2013 UTC (10 years, 10 months ago) by michael
File length: 4739 byte(s)
Diff to previous 1937 , to selected 7668
- get_member_status(), valid_wildcard(): constification

Revision 1937 - (view) (annotate) - [select for diffs]
Modified Sat May 4 20:54:13 2013 UTC (10 years, 11 months ago) by michael
File length: 4733 byte(s)
Diff to previous 1847 , to selected 7668
-  Implemented channel mode +c. Known from other ircds, this mode basically
   prevents users from sending messages including control codes to a channel
   that has this mode set

Revision 1847 - (view) (annotate) - [select for diffs]
Modified Tue Apr 23 16:42:02 2013 UTC (10 years, 11 months ago) by michael
File length: 4719 byte(s)
Diff to previous 1834 , to selected 7668
- Constification, replaced few sprintf with snprintf

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (10 years, 11 months ago) by michael
File length: 4701 byte(s)
Diff to previous 1832 , to selected 7668
- 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
File length: 4709 byte(s)
Diff to previous 1798 , to selected 7668
- 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 1798 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 17:09:50 2013 UTC (11 years ago) by michael
File length: 4701 byte(s)
Diff to previous 1751 , to selected 7668
- Cleanup/reorganize header file layout
- Fixed naming convention in some places

Revision 1751 - (view) (annotate) - [select for diffs]
Modified Wed Jan 16 18:30:52 2013 UTC (11 years, 3 months ago) by michael
File length: 4689 byte(s)
Diff to previous 1644 , to selected 7668
- Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable
  via ircd.conf. A max_nick_length, as well as a max_topic_length configuration
  option can now be found in the serverinfo{} block]
- OpenSSL 0.9.8s and higher is now required in order to enable ssl support

Revision 1644 - (view) (annotate) - [select for diffs]
Modified Tue Nov 6 22:20:16 2012 UTC (11 years, 5 months ago) by michael
File length: 4684 byte(s)
Diff to previous 1592 , to selected 7668
- More config subsystem cleanups

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: 4685 byte(s)
Diff to previous 1365 , to selected 7668
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1365 - (view) (annotate) - [select for diffs]
Modified Sun Apr 22 19:59:02 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/channel.h
File length: 4685 byte(s)
Diff to previous 1203 , to selected 7668
- change KEYLEN semantics. KEYLEN no longer includes space
  for the trailing \0

Revision 1203 - (view) (annotate) - [select for diffs]
Modified Tue Aug 23 20:06:08 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/include/channel.h
File length: 4681 byte(s)
Diff to previous 1156 , to selected 7668
- make channel::topic and channel::topic_info fixed-size arrays

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/include/channel.h
File length: 4692 byte(s)
Diff to previous 1155 , to selected 7668
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid/include/channel.h
File length: 4692 byte(s)
Diff to previous 1029 , to selected 7668
- recreate "trunk"

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3/include/channel.h
File length: 4692 byte(s)
Diff to previous 1028 , to selected 7668
- 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, 5 months ago) by michael
Original Path: ircd-hybrid/include/channel.h
File length: 4692 byte(s)
Diff to previous 1013 , to selected 7668
- move ircd-hybrid-7.2 to trunk

Revision 1013 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/include/channel.h
File length: 4692 byte(s)
Diff to previous 1011 , to selected 7668
- 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, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/include/channel.h
File length: 4670 byte(s)
Diff to previous 885 , to selected 7668
- 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 (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/include/channel.h
File length: 4689 byte(s)
Diff to previous 632 , to selected 7668
- 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 632 - (view) (annotate) - [select for diffs]
Modified Thu Jun 1 10:53:00 2006 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/include/channel.h
File length: 4728 byte(s)
Diff to previous 572 , to selected 7668
- 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 572 - (view) (annotate) - [select for diffs]
Modified Sun Apr 30 16:57:48 2006 UTC (17 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/include/channel.h
File length: 4756 byte(s)
Diff to previous 454 , to selected 7668
- Backported changes made in HEAD to get rid of Channel::locmembers.
  This is mainly to save about 5megs of ram on networks like efnet where
  we have about 600k allocated Membership structures.

Revision 454 - (view) (annotate) - [select for diffs]
Modified Sun Feb 12 19:01:25 2006 UTC (18 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2/include/channel.h
File length: 4878 byte(s)
Diff to previous 371 , to selected 7668
- Get rid of can_send_part. This also fixes a bug where voiced clients
  weren't able to send a PART message to the channel.  Reported by ThaPrince.

Revision 371 - (view) (annotate) - [select for diffs]
Modified Tue Jan 10 10:45:48 2006 UTC (18 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2/include/channel.h
File length: 4939 byte(s)
Diff to previous 34 , to selected 7668
- Imported recent channelban changes from HEAD which have been tested extensively.
  The match_cidr() fix didn't work in the first try, so I'm not going to bother
  with further debugging.
- Removed match_cidr() and comp_with_mask()

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (18 years, 6 months ago) by lusky
Original Path: ircd-hybrid-7.2/include/channel.h
File length: 4888 byte(s)
Diff to previous 33 , to selected 7668
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, 6 months ago) by knight
Original Path: ircd-hybrid/include/channel.h
File length: 4888 byte(s)
Diff to previous 32 , to selected 7668
- svn:keywords

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

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

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (18 years, 6 months ago) by adx
Original Path: ircd-hybrid/include/channel.h
File length: 4940 byte(s)
Diff to selected 7668
- 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