ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/numeric.c
Revision 8254 - (view) (annotate) - [select for diffs]
Modified Wed May 24 17:08:16 2017 UTC (6 years, 10 months ago) by michael
File length: 13265 byte(s)
Diff to previous 8083 , to selected 2616
- Change RPL_WELCOME to rfc2812 style now that we have the realhost information in Client::realhost

Revision 8083 - (view) (annotate) - [select for diffs]
Modified Sun Mar 26 10:14:41 2017 UTC (7 years ago) by michael
File length: 13259 byte(s)
Diff to previous 8052 , to selected 2616
- Add RPL_ETRACEEND numeric taken from irc2.11

Revision 8052 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 17:47:59 2017 UTC (7 years ago) by michael
File length: 13207 byte(s)
Diff to previous 7984 , to selected 2616
- numeric.c: add channel modes 'Lu' to RPL_MYINFO

Revision 7984 - (view) (annotate) - [select for diffs]
Modified Tue Mar 14 00:11:05 2017 UTC (7 years, 1 month ago) by michael
File length: 13205 byte(s)
Diff to previous 7925 , to selected 2616
- numeric.c: made ERR_SSLONLYCHAN more descriptive as requested by r0d3nt

Revision 7925 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:24 2016 UTC (7 years, 3 months ago) by michael
File length: 13186 byte(s)
Diff to previous 7667 , to selected 2616
- Update copyright years

Revision 7667 - (view) (annotate) - [select for diffs]
Modified Wed Jul 20 17:09:36 2016 UTC (7 years, 8 months ago) by michael
File length: 13186 byte(s)
Diff to previous 7398 , to selected 2616
- Fixed svn properties

Revision 7398 - (view) (annotate) - [select for diffs]
Modified Sun Mar 6 10:21:18 2016 UTC (8 years, 1 month ago) by michael
File length: 13186 byte(s)
Diff to previous 7376 , to selected 2616
- numeric.h, numeric.c: remove unused ERR_NOADMININFO

Revision 7376 - (view) (annotate) - [select for diffs]
Modified Sun Feb 28 17:36:55 2016 UTC (8 years, 1 month ago) by michael
File length: 13259 byte(s)
Diff to previous 7303 , to selected 2616
- numeric.c: RPL_TRACEUNKNOWN: use proper conversion specifier for 'uintmax_t'

Revision 7303 - (view) (annotate) - [select for diffs]
Modified Wed Feb 10 10:34:25 2016 UTC (8 years, 2 months ago) by michael
File length: 13258 byte(s)
Diff to previous 7281 , to selected 2616
- Cleanup/separate XLINE / gecos{} conf implementation

Revision 7281 - (view) (annotate) - [select for diffs]
Modified Sun Feb 7 18:02:24 2016 UTC (8 years, 2 months ago) by michael
File length: 13261 byte(s)
Diff to previous 7045 , to selected 2616
- Cleanup/separate RESV conf implementation

Revision 7045 - (view) (annotate) - [select for diffs]
Modified Sat Jan 9 20:11:17 2016 UTC (8 years, 3 months ago) by michael
File length: 13264 byte(s)
Diff to previous 7007 , to selected 2616
- Rename 'non-standard' RPL_TRACEEND to RPL_ENDOFTRACE

Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (8 years, 3 months ago) by michael
File length: 13266 byte(s)
Diff to previous 6918 , to selected 2616
- Update copyright years

Revision 6918 - (view) (annotate) - [select for diffs]
Modified Thu Dec 10 12:32:07 2015 UTC (8 years, 4 months ago) by michael
File length: 13266 byte(s)
Diff to previous 6840 , to selected 2616
- Added channel mode +T which forbids NOTICEs to be sent to a channel

Revision 6840 - (view) (annotate) - [select for diffs]
Modified Tue Nov 24 17:44:32 2015 UTC (8 years, 4 months ago) by michael
File length: 13265 byte(s)
Diff to previous 6809 , to selected 2616
- conf.c, numeric.c: use the appropriate conversion specifier for unsigned int

Revision 6809 - (view) (annotate) - [select for diffs]
Modified Wed Nov 18 12:57:04 2015 UTC (8 years, 4 months ago) by michael
File length: 13265 byte(s)
Diff to previous 6781 , to selected 2616
- numeric.c: made RPL_YOUREOPER look more serious

Revision 6781 - (view) (annotate) - [select for diffs]
Modified Sun Nov 15 18:45:53 2015 UTC (8 years, 5 months ago) by michael
File length: 13276 byte(s)
Diff to previous 6591 , to selected 2616
- Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t

Revision 6591 - (view) (annotate) - [select for diffs]
Modified Wed Oct 21 20:16:43 2015 UTC (8 years, 5 months ago) by michael
File length: 13274 byte(s)
Diff to previous 6570 , to selected 2616
- Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks

Revision 6570 - (view) (annotate) - [select for diffs]
Modified Tue Oct 13 17:58:46 2015 UTC (8 years, 6 months ago) by michael
File length: 13315 byte(s)
Diff to previous 6376 , to selected 2616
- Add dissect_time() from HOPM and make use of it in some places

Revision 6376 - (view) (annotate) - [select for diffs]
Modified Fri Aug 21 10:36:52 2015 UTC (8 years, 7 months ago) by michael
File length: 13334 byte(s)
Diff to previous 6253 , to selected 2616
- Remove splitmode checking

Revision 6253 - (view) (annotate) - [select for diffs]
Modified Fri Jul 10 15:32:36 2015 UTC (8 years, 9 months ago) by michael
File length: 13418 byte(s)
Diff to previous 6154 , to selected 2616
- Removed RPL_YOURID. Clients don't need to know about their associated UID nor is the information of any use for them

Revision 6154 - (view) (annotate) - [select for diffs]
Modified Tue Jun 16 18:32:27 2015 UTC (8 years, 10 months ago) by michael
File length: 13468 byte(s)
Diff to previous 5803 , to selected 2616
- m_message.c, numeric.c: changed RPL_UMODEGMSG numeric format to match with insp/ratbox/chary as suggested by Adam and jackal

Revision 5803 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 20:03:23 2015 UTC (9 years ago) by michael
File length: 13462 byte(s)
Diff to previous 5663 , to selected 2616
- numeric.c: use C99 array initialization

Revision 5663 - (view) (annotate) - [select for diffs]
Modified Wed Mar 11 16:13:41 2015 UTC (9 years, 1 month ago) by michael
File length: 24884 byte(s)
Diff to previous 5630 , to selected 2616
- numeric.c: RPL_WHOREPLY: use %u conversion specifier for unsigned ints

Revision 5630 - (view) (annotate) - [select for diffs]
Modified Sun Mar 1 12:18:47 2015 UTC (9 years, 1 month ago) by michael
File length: 24884 byte(s)
Diff to previous 5480 , to selected 2616
- WHOWAS now shows IP addresses to irc operators
- Changed RPL_WHOISACTUALLY numeric string. In the future it will also show the
  *real* hostname once we distinguish between spoofs/vhosts and real hosts

Revision 5480 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 12:33:36 2015 UTC (9 years, 2 months ago) by michael
File length: 24870 byte(s)
Diff to previous 5476 , to selected 2616
- numeric.c: fixed inconsistent use of "You are" and "You're"

Revision 5476 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 11:01:21 2015 UTC (9 years, 2 months ago) by michael
File length: 24867 byte(s)
Diff to previous 5468 , to selected 2616
- numeric.h, numeric.c: moved ERR_SSLONLYCHAN numeric to 489 to match with insp/unreal

Revision 5468 - (view) (annotate) - [select for diffs]
Modified Thu Feb 5 20:20:43 2015 UTC (9 years, 2 months ago) by michael
File length: 24867 byte(s)
Diff to previous 5463 , to selected 2616
- numeric.c: added channel mode C to RPL_MYINFO

Revision 5463 - (view) (annotate) - [select for diffs]
Modified Wed Feb 4 18:18:26 2015 UTC (9 years, 2 months ago) by michael
File length: 24866 byte(s)
Diff to previous 5419 , to selected 2616
- Added channel mode +C which prevents users from sending CTCPS to a channel

Revision 5419 - (view) (annotate) - [select for diffs]
Modified Sun Jan 25 17:46:57 2015 UTC (9 years, 2 months ago) by michael
File length: 24802 byte(s)
Diff to previous 5346 , to selected 2616
- numeric.h, numeric.c: moved ERR_OPERONLYCHAN numeric to 520 to match with insp/unreal

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

Revision 4932 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 17:54:30 2014 UTC (9 years, 4 months ago) by michael
File length: 24802 byte(s)
Diff to previous 4896 , to selected 2616
- numeric.h, numeric.c: removed now unused ERR_GHOSTEDCLIENT

Revision 4896 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 18:45:31 2014 UTC (9 years, 4 months ago) by michael
File length: 24855 byte(s)
Diff to previous 4766 , to selected 2616
- numeric.c: added 'h' (half-op) to supported channel modes in RPL_MYINFO

Revision 4766 - (view) (annotate) - [select for diffs]
Modified Sun Oct 19 18:01:04 2014 UTC (9 years, 5 months ago) by michael
File length: 24854 byte(s)
Diff to previous 4765 , to selected 2616
- /WHOWAS now shows the name of the services account a user was logged in
- Prepare whois_person() for target_p->svid[0] being '*' for user that aren't logged into a services account
- Update NEWS

Revision 4765 - (view) (annotate) - [select for diffs]
Modified Sun Oct 19 17:22:22 2014 UTC (9 years, 5 months ago) by michael
File length: 24854 byte(s)
Diff to previous 4758 , to selected 2616
- numeric.c: correction to RPL_ENDOFMODLIST

Revision 4758 - (view) (annotate) - [select for diffs]
Modified Sun Oct 19 10:54:27 2014 UTC (9 years, 5 months ago) by michael
File length: 24850 byte(s)
Diff to previous 4584 , to selected 2616
- Improved RPL_LOAD2HI numeric

Revision 4584 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:45:13 2014 UTC (9 years, 7 months ago) by michael
File length: 24847 byte(s)
Diff to previous 4583 , to selected 2616
- numeric.h, numeric.c: removed unused ERR_RESTRICTED

Revision 4583 - (view) (annotate) - [select for diffs]
Modified Mon Aug 25 15:54:40 2014 UTC (9 years, 7 months ago) by michael
File length: 24879 byte(s)
Diff to previous 4564 , to selected 2616
- numeric.c: cosmetical fixes

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: 24872 byte(s)
Diff to previous 4558 , to selected 2616
- Update GPL 2 license headers

Revision 4558 - (view) (annotate) - [select for diffs]
Modified Sat Aug 23 17:25:44 2014 UTC (9 years, 7 months ago) by michael
File length: 24868 byte(s)
Diff to previous 4544 , to selected 2616
- Replaced RPL_NEWHOSTIS with RPL_VISIBLEHOST

Revision 4544 - (view) (annotate) - [select for diffs]
Modified Thu Aug 21 17:03:28 2014 UTC (9 years, 7 months ago) by michael
File length: 24858 byte(s)
Diff to previous 4541 , to selected 2616
- numeric.c: fixed ERR_PASSWDMISMATCH numeric string

Revision 4541 - (view) (annotate) - [select for diffs]
Modified Thu Aug 21 16:27:21 2014 UTC (9 years, 7 months ago) by michael
File length: 24858 byte(s)
Diff to previous 4509 , to selected 2616
- numeric.c: update ERR_SERVICESDOWN numeric string

Revision 4509 - (view) (annotate) - [select for diffs]
Modified Sun Aug 17 11:58:59 2014 UTC (9 years, 8 months ago) by michael
File length: 24850 byte(s)
Diff to previous 4381 , to selected 2616
- Instead of silently truncating WHO at 500 replies, added ERR_WHOLIMEXCEED numeric
  to inform users about the /who limit being exceeded

Revision 4381 - (view) (annotate) - [select for diffs]
Modified Sun Aug 3 16:27:05 2014 UTC (9 years, 8 months ago) by michael
File length: 24806 byte(s)
Diff to previous 4378 , to selected 2616
- numeric.c: ERR_NICKTOOFAST: use %u conversion specifier

Revision 4378 - (view) (annotate) - [select for diffs]
Modified Sun Aug 3 16:18:29 2014 UTC (9 years, 8 months ago) by michael
File length: 24806 byte(s)
Diff to previous 4377 , to selected 2616
- Fixed ERR_NICKTOOFAST numeric string to make more sense and to comply with other ircds

Revision 4377 - (view) (annotate) - [select for diffs]
Modified Sun Aug 3 15:22:55 2014 UTC (9 years, 8 months ago) by michael
File length: 24809 byte(s)
Diff to previous 4314 , to selected 2616
- numeric.c: fixed ERR_TOOMANYAWAY numeric string

Revision 4314 - (view) (annotate) - [select for diffs]
Modified Thu Jul 31 18:53:31 2014 UTC (9 years, 8 months ago) by michael
File length: 24820 byte(s)
Diff to previous 3766 , to selected 2616
- 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 (9 years, 10 months ago) by michael
File length: 24751 byte(s)
Diff to previous 3763 , to selected 2616
- /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 (9 years, 10 months ago) by michael
File length: 24696 byte(s)
Diff to previous 3725 , to selected 2616
- Added INVITE flood protection/throttling as requested by Adam. This basically
  works similar as the KNOCK throttling algorithm.

Revision 3725 - (view) (annotate) - [select for diffs]
Modified Sat May 31 16:29:38 2014 UTC (9 years, 10 months ago) by michael
File length: 24654 byte(s)
Diff to previous 3558 , to selected 2616
- Halfops are now part of the ircd core and enabled by default

Revision 3558 - (view) (annotate) - [select for diffs]
Modified Fri May 16 12:55:52 2014 UTC (9 years, 11 months ago) by michael
File length: 24743 byte(s)
Diff to previous 3556 , to selected 2616
- numeric.c: minor conversion specifier cleanups

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

Revision 3489 - (view) (annotate) - [select for diffs]
Modified Wed May 7 16:19:58 2014 UTC (9 years, 11 months ago) by michael
File length: 24772 byte(s)
Diff to previous 3377 , to selected 2616
- numeric.c: fixed RPL_WHOISCHANNELS using wrong numeric

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: 24772 byte(s)
Diff to previous 3118 , to selected 2616
- Create 8.2.x branch

Revision 3118 - (view) (annotate) - [select for diffs]
Modified Fri Mar 7 19:32:34 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 24772 byte(s)
Diff to previous 3109 , to selected 2616
- numeric.c, m_dline.c: fixed inconsistent use of "can't" and "cannot"

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 24770 byte(s)
Diff to previous 3069 , to selected 2616
- Applied Adam's sendto_one_numeric() changes

Revision 3069 - (view) (annotate) - [select for diffs]
Modified Thu Feb 27 19:12:00 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26887 byte(s)
Diff to previous 3061 , to selected 2616
- numeric.c, m_set.c: fixed inconsistent use of "can't" and "cannot"

Revision 3061 - (view) (annotate) - [select for diffs]
Modified Thu Feb 27 18:47:50 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26886 byte(s)
Diff to previous 2989 , to selected 2616
- numeric.c: fixed inconsistent use of "can't" and "cannot"

Revision 2989 - (view) (annotate) - [select for diffs]
Modified Tue Feb 18 11:21:42 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26885 byte(s)
Diff to previous 2947 , to selected 2616
- Stole recent /map changes from p4. Network map looks much better now.

Revision 2947 - (view) (annotate) - [select for diffs]
Modified Sun Jan 26 19:41:03 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26907 byte(s)
Diff to previous 2848 , to selected 2616
- Revert -r1925. We no longer show how many times an oline has been hit.

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

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

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

Revision 2616 - (view) (annotate) - [selected]
Modified Wed Dec 4 17:52:24 2013 UTC (10 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26946 byte(s)
Diff to previous 2580
- Administrators may now see channel modes in /LIST

Revision 2580 - (view) (annotate) - [select for diffs]
Modified Wed Nov 20 20:46:57 2013 UTC (10 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26944 byte(s)
Diff to previous 2547 , to selected 2616
- Better distinguishing between usermode +g and +G in both /whois and /privmsg
  as suggested by Adam <adam@anope.org>

Revision 2547 - (view) (annotate) - [select for diffs]
Modified Fri Nov 15 21:22:55 2013 UTC (10 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26960 byte(s)
Diff to previous 2529 , to selected 2616
- src/numeric.c: added missing +h mode to 004 numeric when building the ircd with --enable-halfops
  as reported by Adam <adam@anope.org>

Revision 2529 - (view) (annotate) - [select for diffs]
Modified Fri Nov 8 17:49:24 2013 UTC (10 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26859 byte(s)
Diff to previous 2513 , to selected 2616
- Administrators are now able to see user modes a user has set via /whois

Revision 2513 - (view) (annotate) - [select for diffs]
Modified Sun Oct 27 19:02:07 2013 UTC (10 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26814 byte(s)
Diff to previous 2511 , to selected 2616
- src/numeric.c: fixed typo

Revision 2511 - (view) (annotate) - [select for diffs]
Modified Sun Oct 27 18:56:53 2013 UTC (10 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26814 byte(s)
Diff to previous 2478 , to selected 2616
- 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 (10 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26785 byte(s)
Diff to previous 2304 , to selected 2616
- Stole ircu's RPL_WHOISACCOUNT numeric

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 , to selected 2616
- numeric.c: constificate replies[]

Revision 2262 - (view) (annotate) - [select for diffs]
Modified Mon Jun 17 18:35:12 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26731 byte(s)
Diff to previous 2233 , to selected 2616
- 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, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26731 byte(s)
Diff to previous 2228 , to selected 2616
- 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, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26747 byte(s)
Diff to previous 2189 , to selected 2616
- 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, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26665 byte(s)
Diff to previous 2150 , to selected 2616
- 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, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26717 byte(s)
Diff to previous 2145 , to selected 2616
- 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 , to selected 2616
- 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 , to selected 2616
- 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 , to selected 2616
- 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, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26645 byte(s)
Diff to previous 2084 , to selected 2616
- 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, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26651 byte(s)
Diff to previous 1961 , to selected 2616
- Removed testline and testmask

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

Revision 1958 - (view) (annotate) - [select for diffs]
Modified Tue May 7 20:31:14 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26789 byte(s)
Diff to previous 1954 , to selected 2616
- 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, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26791 byte(s)
Diff to previous 1937 , to selected 2616
- 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, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 26790 byte(s)
Diff to previous 1925 , to selected 2616
-  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 , to selected 2616
- "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 , to selected 2616
- 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 , to selected 2616
- 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 , to selected 2616
- 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 , to selected 2616
- 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 , to selected 2616
- 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 , to selected 2616
- 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 , to selected 2616
- 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 , to selected 2616
- 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 , to selected 2616
- 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, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 5920 byte(s)
Diff to previous 1618 , to selected 2616
- 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, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/numeric.c
File length: 5921 byte(s)
Diff to previous 1592 , to selected 2616
- 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 , to selected 2616
- 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 , to selected 2616
- 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 , to selected 2616
- 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, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/numeric.c
File length: 5910 byte(s)
Diff to previous 1243 , to selected 2616
- 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 , to selected 2616
- 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, 8 months ago) by michael
Original Path: ircd-hybrid-8/src/numeric.c
File length: 5932 byte(s)
Diff to previous 1155 , to selected 2616
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid/src/numeric.c
File length: 5932 byte(s)
Diff to previous 1029 , to selected 2616
- recreate "trunk"

Revision 1029 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3/src/numeric.c
File length: 5932 byte(s)
Diff to previous 1028 , to selected 2616
- 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, 5 months ago) by michael
Original Path: ircd-hybrid/src/numeric.c
File length: 5932 byte(s)
Diff to previous 34 , to selected 2616
- 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, 6 months ago) by lusky
Original Path: ircd-hybrid-7.2/src/numeric.c
File length: 5932 byte(s)
Diff to previous 33 , to selected 2616
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, 6 months ago) by knight
Original Path: ircd-hybrid/src/numeric.c
File length: 5932 byte(s)
Diff to previous 32 , to selected 2616
- svn:keywords

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

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (18 years, 6 months ago) by knight
Original Path: ircd-hybrid/src/numeric.c
File length: 5932 byte(s)
Diff to previous 30 , to selected 2616
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (18 years, 6 months ago) by adx
Original Path: ircd-hybrid/src/numeric.c
File length: 5983 byte(s)
Diff to selected 2616
- 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