ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/irc_string.c
Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (8 years, 2 months ago) by michael
File length: 6388 byte(s)
Diff to previous 6545
- Update copyright years

Revision 6545 - (view) (annotate) - [select for diffs]
Modified Wed Sep 16 19:54:01 2015 UTC (8 years, 6 months ago) by michael
File length: 6388 byte(s)
Diff to previous 5346
- Removed that dirty strtoken definition in stdinc.h

Revision 5346 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:41:14 2015 UTC (9 years, 2 months ago) by michael
File length: 6388 byte(s)
Diff to previous 4916
- Update copyright years

Revision 4916 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 12:37:59 2014 UTC (9 years, 4 months ago) by michael
File length: 6388 byte(s)
Diff to previous 4564
- Style corrections; renamed variables

Revision 4564 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:24:47 2014 UTC (9 years, 7 months ago) by michael
File length: 6389 byte(s)
Diff to previous 4310
- Update GPL 2 license headers

Revision 4310 - (view) (annotate) - [select for diffs]
Modified Tue Jul 29 17:25:16 2014 UTC (9 years, 8 months ago) by michael
File length: 6385 byte(s)
Diff to previous 3566
- Backported auth code related cleanups from newio branch

Revision 3566 - (view) (annotate) - [select for diffs]
Modified Fri May 16 14:48:17 2014 UTC (9 years, 10 months ago) by michael
File length: 5406 byte(s)
Diff to previous 3377
- Style corrections

Revision 3377 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 16:15:51 2014 UTC (9 years, 11 months ago) by michael
File length: 5399 byte(s)
Diff to previous 3246
- Create 8.2.x branch

Revision 3246 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 17:37:13 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/src/irc_string.c
File length: 5399 byte(s)
Diff to previous 2970
- Fixed inconsistent style in several places

Revision 2970 - (view) (annotate) - [select for diffs]
Modified Fri Jan 31 11:23:46 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/src/irc_string.c
File length: 5424 byte(s)
Diff to previous 2916
- Move myctime() from irc_string.c to s_misc.c

Revision 2916 - (view) (annotate) - [select for diffs]
Modified Sat Jan 25 21:09:18 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/src/irc_string.c
File length: 6085 byte(s)
Diff to previous 2883
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2883 - (view) (annotate) - [select for diffs]
Modified Mon Jan 20 18:17:57 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/src/irc_string.c
File length: 6073 byte(s)
Diff to previous 1921
- irc_string.c:has_wildcards(): add support for character escaping

Revision 1921 - (view) (annotate) - [select for diffs]
Modified Tue Apr 30 14:54:20 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/irc_string.c
File length: 5941 byte(s)
Diff to previous 1801
- Forward-port -r1920 [Dropped PCRE support]

Revision 1801 - (view) (annotate) - [select for diffs]
Modified Mon Apr 1 11:54:07 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/irc_string.c
File length: 6395 byte(s)
Diff to previous 1793
- myctime(): replaced strcpy() with strlcpy()

Revision 1793 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 14:06:08 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/irc_string.c
File length: 6381 byte(s)
Diff to previous 1592
- Replaced all occurrences of ircsprintf with sprintf/snprintf
  and killed sprintf_irc.(c|h)

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/irc_string.c
File length: 6406 byte(s)
Diff to previous 1400
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1400 - (view) (annotate) - [select for diffs]
Modified Mon May 7 20:08:32 2012 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/irc_string.c
File length: 6406 byte(s)
Diff to previous 1156
- move has_wildcards() to irc_string.c and make use of it in several places

Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/irc_string.c
File length: 6283 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 (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/src/irc_string.c
File length: 6283 byte(s)
Diff to previous 1122
- recreate "trunk"

Revision 1122 - (view) (annotate) - [select for diffs]
Modified Mon Jan 10 09:14:19 2011 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/src/irc_string.c
File length: 6283 byte(s)
Diff to previous 1045
- simplify remove_ipv6_mapping() and get rid of inetntoa

Revision 1045 - (view) (annotate) - [select for diffs]
Modified Tue Jan 26 12:58:42 2010 UTC (14 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/src/irc_string.c
File length: 14072 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 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/src/irc_string.c
File length: 14898 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 (14 years, 4 months ago) by michael
Original Path: ircd-hybrid/src/irc_string.c
File length: 14898 byte(s)
Diff to previous 1011
- move ircd-hybrid-7.2 to trunk

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/irc_string.c
File length: 14898 byte(s)
Diff to previous 1009
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 1009 - (view) (annotate) - [select for diffs]
Modified Sun Sep 13 15:02:30 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/irc_string.c
File length: 14969 byte(s)
Diff to previous 978
- add configure test for pcre lib and remove pcre sources from the tree

Revision 978 - (view) (annotate) - [select for diffs]
Modified Sun Aug 9 09:47:58 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/irc_string.c
File length: 14894 byte(s)
Diff to previous 593
- avoid using native basename() since some implementations may or may not modify passed data

Revision 593 - (view) (annotate) - [select for diffs]
Modified Fri May 12 05:47:32 2006 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/irc_string.c
File length: 14916 byte(s)
Diff to previous 176
- 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 176 - (view) (annotate) - [select for diffs]
Modified Sat Oct 22 00:00:13 2005 UTC (18 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/irc_string.c
File length: 15087 byte(s)
Diff to previous 34
- Fixed gcc4 related compilewarnings in inet_ntop6().  Reported by ThaPrince

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

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/src/irc_string.c
File length: 15071 byte(s)
Diff to previous 31
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/src/irc_string.c
File length: 15071 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 (18 years, 5 months ago) by adx
Original Path: ircd-hybrid/src/irc_string.c
File length: 15125 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