ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/channel.h
Revision 6323 - (view) (annotate) - [select for diffs]
Modified Sat Aug 8 17:47:58 2015 UTC (10 years ago) by michael
File length: 5201 byte(s)
Diff to previous 5852
- Make use of enum in more places

Revision 5852 - (view) (annotate) - [select for diffs]
Modified Mon Apr 27 17:55:01 2015 UTC (10 years, 4 months ago) by michael
File length: 5188 byte(s)
Diff to previous 5757
- 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 (10 years, 4 months ago) by michael
File length: 5129 byte(s)
Diff to previous 5347
- 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 (10 years, 7 months ago) by michael
File length: 5061 byte(s)
Diff to previous 4818
- Update copyright years

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

Revision 4811 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 11:56:53 2014 UTC (10 years, 9 months ago) by michael
File length: 5058 byte(s)
Diff to previous 4785
- 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 (10 years, 10 months ago) by michael
File length: 5013 byte(s)
Diff to previous 4618
- Constification

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

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

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

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

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

Revision 4023 - (view) (annotate) - [select for diffs]
Modified Fri Jun 20 16:28:42 2014 UTC (11 years, 2 months ago) by michael
File length: 4898 byte(s)
Diff to previous 3944
- 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 (11 years, 2 months ago) by michael
File length: 4956 byte(s)
Diff to previous 3941
- Renamed global_channel_list to channel_list

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

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

Revision 3912 - (view) (annotate) - [select for diffs]
Modified Sun Jun 8 13:10:20 2014 UTC (11 years, 2 months ago) by michael
File length: 4951 byte(s)
Diff to previous 3762
- 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 (11 years, 2 months ago) by michael
File length: 4791 byte(s)
Diff to previous 2865
- 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 (11 years, 7 months ago) by michael
File length: 4733 byte(s)
Diff to previous 2296
- 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 (12 years, 2 months ago) by michael
File length: 4735 byte(s)
Diff to previous 2133
- Rename Ban::username structure member to Ban::user

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

Revision 1937 - (view) (annotate) - [select for diffs]
Modified Sat May 4 20:54:13 2013 UTC (12 years, 3 months ago) by michael
File length: 4733 byte(s)
Diff to previous 1847
-  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 (12 years, 4 months ago) by michael
File length: 4719 byte(s)
Diff to previous 1834
- Constification, replaced few sprintf with snprintf

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (12 years, 4 months ago) by michael
File length: 4701 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 (12 years, 4 months ago) by michael
File length: 4709 byte(s)
Diff to previous 1798
- 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 (12 years, 4 months ago) by michael
File length: 4701 byte(s)
Diff to previous 1751
- 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 (12 years, 7 months ago) by michael
File length: 4689 byte(s)
Diff to previous 1644
- 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 (12 years, 9 months ago) by michael
File length: 4684 byte(s)
Diff to previous 1592
- More config subsystem cleanups

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (12 years, 10 months ago) by michael
File length: 4685 byte(s)
Diff to previous 1365
- 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 (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8/include/channel.h
File length: 4685 byte(s)
Diff to previous 1203
- 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 (14 years ago) by michael
Original Path: ircd-hybrid-8/include/channel.h
File length: 4681 byte(s)
Diff to previous 1156
- 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 (14 years ago) by michael
Original Path: ircd-hybrid-8/include/channel.h
File length: 4692 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 ago) by michael
Original Path: ircd-hybrid/include/channel.h
File length: 4692 byte(s)
Diff to previous 1029
- recreate "trunk"

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

Revision 1013 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (15 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/include/channel.h
File length: 4692 byte(s)
Diff to previous 1011
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/include/channel.h
File length: 4670 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 (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2/include/channel.h
File length: 4689 byte(s)
Diff to previous 632
- 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 (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2/include/channel.h
File length: 4728 byte(s)
Diff to previous 572
- 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 (19 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/include/channel.h
File length: 4756 byte(s)
Diff to previous 454
- 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 (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/include/channel.h
File length: 4878 byte(s)
Diff to previous 371
- 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 (19 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/include/channel.h
File length: 4939 byte(s)
Diff to previous 34
- 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 (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid-7.2/include/channel.h
File length: 4888 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 (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/include/channel.h
File length: 4888 byte(s)
Diff to previous 32
- svn:keywords

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

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/include/channel.h
File length: 4888 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 (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/include/channel.h
File length: 4940 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