Log of /ircd-hybrid/trunk/include/irc_string.h
Parent Directory
|
Revision Log
Revision
2865 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jan 19 14:35:22 2014 UTC
(9 years ago)
by
michael
File length: 4585 byte(s)
Diff to
previous 1921
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
Revision
1653 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 14 11:50:55 2012 UTC
(10 years, 2 months ago)
by
michael
File length: 4647 byte(s)
Diff to
previous 1652
- added improved match() stolen from ircu
- fixed compile warning in m_module.c
Revision
1652 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Nov 13 20:28:53 2012 UTC
(10 years, 2 months ago)
by
michael
File length: 5006 byte(s)
Diff to
previous 1592
- changed match() polarity. match() now returns 0 on match and 1 on non-match
This cleans up several places where function pointers of different matching
functions like irccmp/strcmp/match are passed to other functions.
- added improved collapse() to match.c
Revision
1592 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 27 21:02:32 2012 UTC
(10 years, 3 months ago)
by
michael
File length: 5105 byte(s)
Diff to
previous 1400
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
Revision
1045 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 26 12:58:42 2010 UTC
(13 years ago)
by
michael
Original Path:
ircd-hybrid-7.3/include/irc_string.h
File length: 5374 byte(s)
Diff to
previous 1029
- contrib/spy_links_notice.c: do not show additional arguments supplied to the
LINKS command in spy notices. new behaviour is to simply show the command sent
by the client, which exactly behaves like all other contributed spy modules.
- remove clean_string()
Revision
912 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 7 22:47:44 2007 UTC
(15 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include/irc_string.h
File length: 5726 byte(s)
Diff to
previous 633
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
I really don't want to force other people that want to test the snapshots
or svn versions to install yyacc, lex, automake, autoconf and libtool...
No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us
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/include/irc_string.h
File length: 5719 byte(s)
Diff to
previous 593
- 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
593 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri May 12 05:47:32 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include/irc_string.h
File length: 5594 byte(s)
Diff to
previous 371
- Backported RKLINE fix so the user and host portion of a banmask don't get
cut off after 10 and 63 chars, respectively.
A split_nuh() rewrite was required for this.
- Removed now unused xstrldup() function
Revision
371 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 10 10:45:48 2006 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.2/include/irc_string.h
File length: 5639 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()
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.