Log of /ircd-hybrid-8/src/channel.c
Parent Directory
|
Revision Log
Revision
1430 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 7 19:21:04 2012 UTC
(10 years, 7 months ago)
by
michael
File length: 23984 byte(s)
Diff to
previous 1429
- channel.c:can_join(): use strcmp() instead of irccmp() when comparing
channel key (+k)
Revision
1330 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 1 12:12:00 2012 UTC
(10 years, 10 months ago)
by
michael
File length: 23738 byte(s)
Diff to
previous 1309
- Squash two other compile warnings. ircd now compiles clean with
-Wall
-Wextra
-Wno-unused
-Wcast-qual
-Wcast-align
-Wbad-function-cast
-Wmissing-declarations
-Wmissing-prototypes
-Wnested-externs
-Wredundant-decls
-Wshadow
-Wwrite-strings
-Wundef
Revision
1309 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 25 11:24:18 2012 UTC
(10 years, 10 months ago)
by
michael
File length: 23737 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
(11 years, 4 months ago)
by
michael
File length: 23739 byte(s)
Diff to
previous 1219
- 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
1219 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Sep 18 09:02:38 2011 UTC
(11 years, 4 months ago)
by
michael
File length: 23759 byte(s)
Diff to
previous 1203
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.
Revision
1203 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 23 20:06:08 2011 UTC
(11 years, 5 months ago)
by
michael
File length: 23704 byte(s)
Diff to
previous 1173
- make channel::topic and channel::topic_info fixed-size arrays
Revision
1173 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 14 00:23:02 2011 UTC
(11 years, 5 months ago)
by
michael
File length: 24975 byte(s)
Diff to
previous 1167
- add usermode +R; only registered clients may message other clients with that mode set
- add channelmode +R; only registered clients may join a channel with that mode set
Revision
1013 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 18 14:26:49 2009 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src/channel.c
File length: 24556 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
885 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 31 18:09:24 2007 UTC
(15 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src/channel.c
File length: 24590 byte(s)
Diff to
previous 675
- 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
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src/channel.c
File length: 24770 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
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src/channel.c
File length: 25197 byte(s)
Diff to
previous 567
- 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
371 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 10 10:45:48 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src/channel.c
File length: 25787 byte(s)
Diff to
previous 356
- 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
30 -
(
view)
(
annotate)
-
[select for diffs]
Added
Sun Oct 2 20:03:27 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/src/channel.c
File length: 25068 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up
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.