ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/newio/src/numeric.c
Revision 2396 - (view) (annotate) - [select for diffs]
Modified Mon Jul 15 19:51:03 2013 UTC (10 years, 8 months ago) by michael
File length: 26787 byte(s)
Diff to previous 2381
- ioengine changes as of 15JUL13

Revision 2381 - (view) (annotate) - [select for diffs]
Modified Sat Jul 6 16:22:05 2013 UTC (10 years, 8 months ago) by michael
File length: 26737 byte(s)
Diff to previous 2304
- Add NEWIO branch

Revision 2304 - (view) (annotate) - [select for diffs]
Modified Wed Jun 19 16:05:49 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26737 byte(s)
Diff to previous 2262
- numeric.c: constificate replies[]

Revision 2262 - (view) (annotate) - [select for diffs]
Modified Mon Jun 17 18:35:12 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26731 byte(s)
Diff to previous 2233
- trace_get_dependent(): use unsigned int here

Revision 2233 - (view) (annotate) - [select for diffs]
Modified Fri Jun 14 18:29:06 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26731 byte(s)
Diff to previous 2228
- numeric.c: fixed core introduced in -r2228

Revision 2228 - (view) (annotate) - [select for diffs]
Modified Thu Jun 13 19:46:30 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26747 byte(s)
Diff to previous 2189
- Implement certificate fingerprint validation for oper{} and connect{} blocks.
  Some code taken from oftc-hybrid. Hello, stu!

Revision 2189 - (view) (annotate) - [select for diffs]
Modified Tue Jun 4 12:45:38 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26665 byte(s)
Diff to previous 2150
- Removed Client::client_host and Client::client_server members

Revision 2150 - (view) (annotate) - [select for diffs]
Modified Fri May 31 18:39:43 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26717 byte(s)
Diff to previous 2145
- Implement motd{} configuration blocks based on ircu's implementation

Revision 2145 - (view) (annotate) - [select for diffs]
Modified Thu May 30 10:57:08 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26686 byte(s)
Diff to previous 2137
- m_svsmode(), user_set_hostmask(): minor cleanups and fixes to previous commit

Revision 2137 - (view) (annotate) - [select for diffs]
Modified Wed May 29 19:49:27 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26693 byte(s)
Diff to previous 2120
- Finished proper implementation of usermode 'x' (UMODE_HIDDENHOST)
  Only services may set a fakehost via SVSMODE.

Revision 2120 - (view) (annotate) - [select for diffs]
Modified Sun May 26 15:11:58 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26643 byte(s)
Diff to previous 2097
- m_version.c: removed confopts(). Configuration options can be seen in /info

Revision 2097 - (view) (annotate) - [select for diffs]
Modified Sun May 19 08:47:35 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26645 byte(s)
Diff to previous 2084
- Undo -r1899 for now [Changed RPL_WELCOME to comply with rfc2812]. Looks like this
  confuses mIRC in conjunction with spoofed hosts

Revision 2084 - (view) (annotate) - [select for diffs]
Modified Sat May 18 17:39:39 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26651 byte(s)
Diff to previous 1961
- Removed testline and testmask

Revision 1961 - (view) (annotate) - [select for diffs]
Modified Tue May 7 21:45:45 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26789 byte(s)
Diff to previous 1958
- (RPL_REDIR) Change conversion specifiers

Revision 1958 - (view) (annotate) - [select for diffs]
Modified Tue May 7 20:31:14 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26789 byte(s)
Diff to previous 1954
- Fixed strange user/oper idle-times shown in /trace

Revision 1954 - (view) (annotate) - [select for diffs]
Modified Mon May 6 18:51:19 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26791 byte(s)
Diff to previous 1937
- Implemented channel mode +M. Clients that haven't identified their
  name with NickServ may not speak in a channel that has this mode set

Revision 1937 - (view) (annotate) - [select for diffs]
Modified Sat May 4 20:54:13 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26790 byte(s)
Diff to previous 1925
-  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 1925 - (view) (annotate) - [select for diffs]
Modified Tue Apr 30 15:22:51 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26701 byte(s)
Diff to previous 1921
- "STATS o" now shows how many times an oper{} block has been used.
  Just like "STATS x|q"

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/numeric.c
File length: 26698 byte(s)
Diff to previous 1899
- Forward-port -r1920 [Dropped PCRE support]

Revision 1899 - (view) (annotate) - [select for diffs]
Modified Sat Apr 27 18:55:28 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26698 byte(s)
Diff to previous 1851
- Changed RPL_WELCOME to comply with rfc2812

Revision 1851 - (view) (annotate) - [select for diffs]
Modified Wed Apr 24 18:31:06 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26692 byte(s)
Diff to previous 1848
- Cleanup m_map.c
- Implemented serverhide::hide_services configuration option

Revision 1848 - (view) (annotate) - [select for diffs]
Modified Tue Apr 23 20:19:36 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26631 byte(s)
Diff to previous 1839
- numeric.(c|h): remove RPL_TEXT, re-add RPL_RSACHALLENGE

Revision 1839 - (view) (annotate) - [select for diffs]
Modified Sun Apr 21 09:41:40 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26602 byte(s)
Diff to previous 1838
- Add ERR_CHANBANREASON (numeric 485)

Revision 1838 - (view) (annotate) - [select for diffs]
Modified Sun Apr 21 09:36:19 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26547 byte(s)
Diff to previous 1837
- Numeric 432 now shows the actual reason of quarantined nicknames

Revision 1837 - (view) (annotate) - [select for diffs]
Modified Sun Apr 21 09:27:27 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26563 byte(s)
Diff to previous 1834
- Remove current msg locale implementation

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 5920 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 (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 1072 byte(s)
Diff to previous 1646
- 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 1646 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 21:02:43 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 5920 byte(s)
Diff to previous 1618
- First pass of conf parser stabilization/cleanup

Revision 1618 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 21:04:38 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 5921 byte(s)
Diff to previous 1592
- Made m_globops() and ms_globops() use sendto_realops_flags()
- Added message-type parameter to sendto_realops_flags() which can be one of
  SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS
- Forward-port -r1617

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/numeric.c
File length: 5883 byte(s)
Diff to previous 1325
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1325 - (view) (annotate) - [select for diffs]
Modified Sat Mar 31 10:29:02 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/numeric.c
File length: 5883 byte(s)
Diff to previous 1309
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/numeric.c
File length: 5908 byte(s)
Diff to previous 1247
- 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 1247 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 07:54:24 2011 UTC (12 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/numeric.c
File length: 5910 byte(s)
Diff to previous 1243
- Rewrite and cleanup half-broken logging subsystem.
  Logfile rotating is not working yet

Revision 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/numeric.c
File length: 5890 byte(s)
Diff to previous 1156
- 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 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/numeric.c
File length: 5932 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/numeric.c
File length: 5932 byte(s)
Diff to previous 1029
- recreate "trunk"

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/numeric.c
File length: 5932 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/numeric.c
File length: 5932 byte(s)
Diff to previous 34
- move ircd-hybrid-7.2 to trunk

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/numeric.c
File length: 5932 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/numeric.c
File length: 5932 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/numeric.c
File length: 5932 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/numeric.c
File length: 5932 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/numeric.c
File length: 5983 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

(Current path doesn't exist after revision 9091)

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