ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/include/numeric.h
Revision 4314 - (view) (annotate) - [select for diffs]
Modified Thu Jul 31 18:53:31 2014 UTC (11 years ago) by michael
File length: 8602 byte(s)
Diff to previous 3766
- Improved AWAY throttling to allow for better fine-tuning

Revision 3766 - (view) (annotate) - [select for diffs]
Modified Sun Jun 1 21:42:51 2014 UTC (11 years, 2 months ago) by michael
File length: 8568 byte(s)
Diff to previous 3763
- /INVITE without any parameters now shows a list of channels a client is invited to

Revision 3763 - (view) (annotate) - [select for diffs]
Modified Sun Jun 1 20:29:36 2014 UTC (11 years, 2 months ago) by michael
File length: 8500 byte(s)
Diff to previous 3574
- Added INVITE flood protection/throttling as requested by Adam. This basically
  works similar as the KNOCK throttling algorithm.

Revision 3574 - (view) (annotate) - [select for diffs]
Modified Fri May 16 17:11:42 2014 UTC (11 years, 3 months ago) by michael
File length: 8466 byte(s)
Diff to previous 3556
- Replaced remaining sendto_one() with sendto_one_numeric().
  SND_EXPLICIT idea derived from ircu.

Revision 3556 - (view) (annotate) - [select for diffs]
Modified Fri May 16 12:43:59 2014 UTC (11 years, 3 months ago) by michael
File length: 8388 byte(s)
Diff to previous 3377
- Removed RPL_STATSNLINE

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

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 8422 byte(s)
Diff to previous 3019
- Applied Adam's sendto_one_numeric() changes

Revision 3019 - (view) (annotate) - [select for diffs]
Modified Sat Feb 22 21:31:35 2014 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 8418 byte(s)
Diff to previous 3017
- numeric.h: removed some other unused numeric constants as pointed out by Adam

Revision 3017 - (view) (annotate) - [select for diffs]
Modified Sat Feb 22 21:06:29 2014 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 8701 byte(s)
Diff to previous 2848
- numeric.h: removed unused RPL_HOSTHIDDEN numeric constant

Revision 2848 - (view) (annotate) - [select for diffs]
Modified Fri Jan 17 18:05:01 2014 UTC (11 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 8735 byte(s)
Diff to previous 2727
- Made irc numeric use an enum

Revision 2727 - (view) (annotate) - [select for diffs]
Modified Sun Dec 29 13:28:03 2013 UTC (11 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 8766 byte(s)
Diff to previous 2630
- Cleaned up RPL_WHOISADMIN hack

Revision 2630 - (view) (annotate) - [select for diffs]
Modified Sun Dec 8 13:42:51 2013 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 8799 byte(s)
Diff to previous 2529
- RPL_WHOISMODES now uses the 310 numeric to comply with other ircds

Revision 2529 - (view) (annotate) - [select for diffs]
Modified Fri Nov 8 17:49:24 2013 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 8799 byte(s)
Diff to previous 2511
- Administrators are now able to see user modes a user has set via /whois

Revision 2511 - (view) (annotate) - [select for diffs]
Modified Sun Oct 27 18:56:53 2013 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 8766 byte(s)
Diff to previous 2478
- Added usermode +W. Users connected via a webirc gateway get this
  mode set by servers.
- /WHOIS now shows whether a client is connected via a webirc
  gateway

Revision 2478 - (view) (annotate) - [select for diffs]
Modified Wed Oct 23 14:04:31 2013 UTC (11 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 8733 byte(s)
Diff to previous 2228
- Stole ircu's RPL_WHOISACCOUNT numeric

Revision 2228 - (view) (annotate) - [select for diffs]
Modified Thu Jun 13 19:46:30 2013 UTC (12 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 8700 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 (12 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 8667 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 (12 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 8700 byte(s)
Diff to previous 2137
- Implement motd{} configuration blocks based on ircu's implementation

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

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

Revision 1937 - (view) (annotate) - [select for diffs]
Modified Sat May 4 20:54:13 2013 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 8799 byte(s)
Diff to previous 1849
-  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 1849 - (view) (annotate) - [select for diffs]
Modified Tue Apr 23 20:30:08 2013 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 8766 byte(s)
Diff to previous 1848
- numeric.h: cosmetical cleanups; removed useless comments

Revision 1848 - (view) (annotate) - [select for diffs]
Modified Tue Apr 23 20:19:36 2013 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 8946 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 (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 8979 byte(s)
Diff to previous 1837
- Add ERR_CHANBANREASON (numeric 485)

Revision 1837 - (view) (annotate) - [select for diffs]
Modified Sun Apr 21 09:27:27 2013 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 8946 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 (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 16179 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
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 15343 byte(s)
Diff to previous 1592
- 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 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/include/numeric.h
File length: 16179 byte(s)
Diff to previous 1549
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1549 - (view) (annotate) - [select for diffs]
Modified Mon Oct 1 18:11:11 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/include/numeric.h
File length: 16179 byte(s)
Diff to previous 1495
- Removed general::kline_with_reason configuration options. It's now enabled
  by default
- Removed remnants of the broken reject holding code

Revision 1495 - (view) (annotate) - [select for diffs]
Modified Sun Aug 5 09:35:42 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8/include/numeric.h
File length: 16277 byte(s)
Diff to previous 1446
- Removed use_invex, use_except and use_knock configuration options.
  These features are now enabled by default

Revision 1446 - (view) (annotate) - [select for diffs]
Modified Mon Jun 25 20:05:12 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/include/numeric.h
File length: 16310 byte(s)
Diff to previous 1175
- Removed OMOTD
--- Diese und die folgenden Zeilen werden ignoriert --

M    include/defaults.h
M    include/conf.h
M    include/numeric.h
M    include/motd.h
M    src/s_user.c
M    src/messages.tab
M    src/motd.c
M    src/ircd.c
M    modules/Makefile.in
M    modules/m_challenge.c
M    modules/m_oper.c
D    modules/m_omotd.c
M    modules/m_rehash.c
M    modules/Makefile.am
M    NEWS

Revision 1175 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 10:47:48 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/include/numeric.h
File length: 16402 byte(s)
Diff to previous 1173
- several fixes to services compatibility mode

Revision 1173 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 00:23:02 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/include/numeric.h
File length: 16369 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 1167 - (view) (annotate) - [select for diffs]
Modified Thu Aug 11 20:13:38 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/include/numeric.h
File length: 16407 byte(s)
Diff to previous 1158
- Improve services support
- Add channelmode +r

Revision 1158 - (view) (annotate) - [select for diffs]
Modified Wed Aug 10 19:46:00 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/include/numeric.h
File length: 16423 byte(s)
Diff to previous 1156
- UMODE_REJ goes to usermode 'j'
- add UMODE_REGISTERED ('r') (registered nickname)

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/numeric.h
File length: 16451 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/numeric.h
File length: 16451 byte(s)
Diff to previous 1150
- recreate "trunk"

Revision 1150 - (view) (annotate) - [select for diffs]
Modified Wed Aug 3 01:09:49 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-7.3/include/numeric.h
File length: 16451 byte(s)
Diff to previous 1114
- add new channel modes O and S

Revision 1114 - (view) (annotate) - [select for diffs]
Modified Mon Dec 20 20:33:05 2010 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/include/numeric.h
File length: 16458 byte(s)
Diff to previous 1029
- Move RPL_ETRACE to messages.tab
- CHANGE RPL_WHOISSSL to use the 671 numeric

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

Revision 876 - (view) (annotate) - [select for diffs]
Modified Wed Oct 24 21:51:21 2007 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/include/numeric.h
File length: 16392 byte(s)
Diff to previous 660
Backported WATCH
Revision 660 - (view) (annotate) - [select for diffs]
Modified Fri Jun 9 18:51:22 2006 UTC (19 years, 2 months ago) by adx
Original Path: ircd-hybrid-7.2/include/numeric.h
File length: 16587 byte(s)
Diff to previous 503
+ backported numeric changes

Revision 503 - (view) (annotate) - [select for diffs]
Modified Fri Mar 3 19:53:47 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/include/numeric.h
File length: 16587 byte(s)
Diff to previous 34
- Backported CAP changes from HEAD since it doesn't affect
  any of the ircd's core components and should be supported
  as soon as possible.

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/numeric.h
File length: 16554 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/numeric.h
File length: 16554 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/numeric.h
File length: 16554 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/numeric.h
File length: 16554 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/numeric.h
File length: 16604 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