ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/channel.h
Revision 8439 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 13:07:32 2018 UTC (7 years, 4 months ago) by michael
File length: 5353 byte(s)
Diff to previous 8431
- 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 (7 years, 5 months ago) by michael
File length: 5280 byte(s)
Diff to previous 8385
- Stylistic changes

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

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

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

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

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

Revision 7762 - (view) (annotate) - [select for diffs]
Modified Thu Oct 6 16:45:18 2016 UTC (8 years, 10 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) - [select for diffs]
Modified Wed Jul 20 17:09:49 2016 UTC (9 years, 1 month 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 (9 years, 4 months ago) by michael
File length: 5420 byte(s)
Diff to previous 7330
- 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 (9 years, 6 months ago) by michael
File length: 5099 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 (9 years, 7 months ago) by michael
File length: 5075 byte(s)
Diff to previous 6982
- Update copyright years

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

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

Revision 6881 - (view) (annotate) - [select for diffs]
Modified Tue Dec 1 19:25:43 2015 UTC (9 years, 8 months ago) by michael
File length: 5042 byte(s)
Diff to previous 6858
- 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 (9 years, 8 months ago) by michael
File length: 5118 byte(s)
Diff to previous 6792
- 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 (9 years, 9 months ago) by michael
File length: 5113 byte(s)
Diff to previous 6375
- Add channel::invite_delay_channel configuration option

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

Revision 6373 - (view) (annotate) - [select for diffs]
Modified Fri Aug 21 10:00:10 2015 UTC (10 years ago) by michael
File length: 5165 byte(s)
Diff to previous 6328
- 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 (10 years ago) by michael
File length: 5213 byte(s)
Diff to previous 6323
- 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 (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, 1 month 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, 2 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, 9 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, 3 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