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

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

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

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

Revision 7924 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:08 2016 UTC (7 years, 2 months ago) by michael
File length: 13186 byte(s)
Diff to previous 7668 , to selected 3488
- Update copyright years

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

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

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

Revision 7304 - (view) (annotate) - [select for diffs]
Modified Wed Feb 10 10:45:46 2016 UTC (8 years, 1 month ago) by michael
File length: 13258 byte(s)
Diff to previous 7282 , to selected 3488
- Cleanup/separate XLINE / gecos{} conf implementation

Revision 7282 - (view) (annotate) - [select for diffs]
Modified Sun Feb 7 18:04:26 2016 UTC (8 years, 1 month ago) by michael
File length: 13261 byte(s)
Diff to previous 7046 , to selected 3488
- Cleanup/separate RESV conf implementation

Revision 7046 - (view) (annotate) - [select for diffs]
Modified Sat Jan 9 20:13:59 2016 UTC (8 years, 2 months ago) by michael
File length: 13264 byte(s)
Diff to previous 7006 , to selected 3488
- Rename 'non-standard' RPL_ENDOFTRACE to RPL_TRACEEND

Revision 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (8 years, 2 months ago) by michael
File length: 13266 byte(s)
Diff to previous 6858 , to selected 3488
- Update copyright years

Revision 6858 - (view) (annotate) - [select for diffs]
Modified Sun Nov 29 18:28:53 2015 UTC (8 years, 3 months ago) by michael
File length: 13266 byte(s)
Diff to previous 6842 , to selected 3488
- Added channel mode +T which forbids NOTICEs to be sent to a channel

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

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

Revision 6782 - (view) (annotate) - [select for diffs]
Modified Sun Nov 15 18:49:32 2015 UTC (8 years, 4 months ago) by michael
File length: 13276 byte(s)
Diff to previous 6592 , to selected 3488
- 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 6592 - (view) (annotate) - [select for diffs]
Modified Wed Oct 21 20:16:57 2015 UTC (8 years, 5 months ago) by michael
File length: 13274 byte(s)
Diff to previous 6569 , to selected 3488
- Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks

Revision 6569 - (view) (annotate) - [select for diffs]
Modified Tue Oct 13 17:57:51 2015 UTC (8 years, 5 months ago) by michael
File length: 13315 byte(s)
Diff to previous 6375 , to selected 3488
- Add dissect_time() from HOPM and make use of it in some places

Revision 6375 - (view) (annotate) - [select for diffs]
Modified Fri Aug 21 10:34:16 2015 UTC (8 years, 7 months ago) by michael
File length: 13334 byte(s)
Diff to previous 6252 , to selected 3488
- Remove splitmode checking

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

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

Revision 5804 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 20:03:43 2015 UTC (8 years, 11 months ago) by michael
File length: 13462 byte(s)
Diff to previous 5664 , to selected 3488
- numeric.c: use C99 array initialization

Revision 5664 - (view) (annotate) - [select for diffs]
Modified Wed Mar 11 16:14:05 2015 UTC (9 years ago) by michael
File length: 24884 byte(s)
Diff to previous 5631 , to selected 3488
- numeric.c: RPL_WHOREPLY: use %u conversion specifier for unsigned ints

Revision 5631 - (view) (annotate) - [select for diffs]
Modified Sun Mar 1 12:20:27 2015 UTC (9 years ago) by michael
File length: 24884 byte(s)
Diff to previous 5481 , to selected 3488
- 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 5481 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 12:33:55 2015 UTC (9 years, 1 month ago) by michael
File length: 24870 byte(s)
Diff to previous 5477 , to selected 3488
- numeric.c: fixed inconsistent use of "You are" and "You're"

Revision 5477 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 11:01:56 2015 UTC (9 years, 1 month ago) by michael
File length: 24867 byte(s)
Diff to previous 5469 , to selected 3488
- numeric.h, numeric.c: moved ERR_SSLONLYCHAN numeric to 489 to match with insp/unreal

Revision 5469 - (view) (annotate) - [select for diffs]
Modified Thu Feb 5 20:20:56 2015 UTC (9 years, 1 month ago) by michael
File length: 24867 byte(s)
Diff to previous 5464 , to selected 3488
- numeric.c: added channel mode C to RPL_MYINFO

Revision 5464 - (view) (annotate) - [select for diffs]
Modified Wed Feb 4 18:20:56 2015 UTC (9 years, 1 month ago) by michael
File length: 24866 byte(s)
Diff to previous 5418 , to selected 3488
- Added channel mode +C which prevents users from sending CTCPS to a channel

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

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (9 years, 2 months ago) by michael
File length: 24802 byte(s)
Diff to previous 4933 , to selected 3488
- Update copyright years

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

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

Revision 4767 - (view) (annotate) - [select for diffs]
Modified Sun Oct 19 18:02:20 2014 UTC (9 years, 5 months ago) by michael
File length: 24854 byte(s)
Diff to previous 4764 , to selected 3488
- /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

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

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

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

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

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (9 years, 7 months ago) by michael
File length: 24872 byte(s)
Diff to previous 4557 , to selected 3488
- Update GPL 2 license headers

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

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

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

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

Revision 4380 - (view) (annotate) - [select for diffs]
Modified Sun Aug 3 16:26:48 2014 UTC (9 years, 7 months ago) by michael
File length: 24806 byte(s)
Diff to previous 4379 , to selected 3488
- numeric.c: ERR_NICKTOOFAST: use %u conversion specifier

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

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

Revision 4313 - (view) (annotate) - [select for diffs]
Modified Thu Jul 31 18:50:11 2014 UTC (9 years, 7 months ago) by michael
File length: 24820 byte(s)
Diff to previous 3767 , to selected 3488
- Improved AWAY throttling to allow for better fine-tuning

Revision 3767 - (view) (annotate) - [select for diffs]
Modified Sun Jun 1 21:44:18 2014 UTC (9 years, 9 months ago) by michael
File length: 24751 byte(s)
Diff to previous 3762 , to selected 3488
- /INVITE without any parameters now shows a list of channels a client is invited to

Revision 3762 - (view) (annotate) - [select for diffs]
Modified Sun Jun 1 19:35:16 2014 UTC (9 years, 9 months ago) by michael
File length: 24696 byte(s)
Diff to previous 3724 , to selected 3488
- Added INVITE flood protection/throttling as requested by Adam. This basically
  works similar as the KNOCK throttling algorithm.

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

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

Revision 3555 - (view) (annotate) - [select for diffs]
Modified Fri May 16 12:43:24 2014 UTC (9 years, 10 months ago) by michael
File length: 24743 byte(s)
Diff to previous 3488
- Removed RPL_STATSNLINE

Revision 3488 - (view) (annotate) - [selected]
Modified Wed May 7 16:19:45 2014 UTC (9 years, 10 months ago) by michael
File length: 24772 byte(s)
Diff to previous 3118
- numeric.c: fixed RPL_WHOISCHANNELS using wrong numeric

Revision 3118 - (view) (annotate) - [select for diffs]
Modified Fri Mar 7 19:32:34 2014 UTC (10 years ago) by michael
File length: 24772 byte(s)
Diff to previous 3109 , to selected 3488
- 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 ago) by michael
File length: 24770 byte(s)
Diff to previous 3069 , to selected 3488
- 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
File length: 26887 byte(s)
Diff to previous 3061 , to selected 3488
- 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
File length: 26886 byte(s)
Diff to previous 2989 , to selected 3488
- 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
File length: 26885 byte(s)
Diff to previous 2947 , to selected 3488
- 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
File length: 26907 byte(s)
Diff to previous 2848 , to selected 3488
- 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, 2 months ago) by michael
File length: 26910 byte(s)
Diff to previous 2727 , to selected 3488
- 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
File length: 26877 byte(s)
Diff to previous 2630 , to selected 3488
- Cleaned up RPL_WHOISADMIN hack

Revision 2630 - (view) (annotate) - [select for diffs]
Modified Sun Dec 8 13:42:51 2013 UTC (10 years, 3 months ago) by michael
File length: 26946 byte(s)
Diff to previous 2616 , to selected 3488
- RPL_WHOISMODES now uses the 310 numeric to comply with other ircds

Revision 2616 - (view) (annotate) - [select for diffs]
Modified Wed Dec 4 17:52:24 2013 UTC (10 years, 3 months ago) by michael
File length: 26946 byte(s)
Diff to previous 2580 , to selected 3488
- 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
File length: 26944 byte(s)
Diff to previous 2547 , to selected 3488
- 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, 4 months ago) by michael
File length: 26960 byte(s)
Diff to previous 2529 , to selected 3488
- 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, 4 months ago) by michael
File length: 26859 byte(s)
Diff to previous 2513 , to selected 3488
- 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
File length: 26814 byte(s)
Diff to previous 2511 , to selected 3488
- 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
File length: 26814 byte(s)
Diff to previous 2478 , to selected 3488
- 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
File length: 26785 byte(s)
Diff to previous 2304 , to selected 3488
- 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
File length: 26737 byte(s)
Diff to previous 2262 , to selected 3488
- 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
File length: 26731 byte(s)
Diff to previous 2233 , to selected 3488
- 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
File length: 26731 byte(s)
Diff to previous 2228 , to selected 3488
- 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
File length: 26747 byte(s)
Diff to previous 2189 , to selected 3488
- 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
File length: 26665 byte(s)
Diff to previous 2150 , to selected 3488
- 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
File length: 26717 byte(s)
Diff to previous 2145 , to selected 3488
- 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
File length: 26686 byte(s)
Diff to previous 2137 , to selected 3488
- 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
File length: 26693 byte(s)
Diff to previous 2120 , to selected 3488
- 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
File length: 26643 byte(s)
Diff to previous 2097 , to selected 3488
- 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
File length: 26645 byte(s)
Diff to previous 2084 , to selected 3488
- 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
File length: 26651 byte(s)
Diff to previous 1961 , to selected 3488
- 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
File length: 26789 byte(s)
Diff to previous 1958 , to selected 3488
- (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
File length: 26789 byte(s)
Diff to previous 1954 , to selected 3488
- 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
File length: 26791 byte(s)
Diff to previous 1937 , to selected 3488
- 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
File length: 26790 byte(s)
Diff to previous 1925 , to selected 3488
-  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
File length: 26701 byte(s)
Diff to previous 1921 , to selected 3488
- "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
File length: 26698 byte(s)
Diff to previous 1899 , to selected 3488
- 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
File length: 26698 byte(s)
Diff to previous 1851 , to selected 3488
- 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
File length: 26692 byte(s)
Diff to previous 1848 , to selected 3488
- 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
File length: 26631 byte(s)
Diff to previous 1839 , to selected 3488
- 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
File length: 26602 byte(s)
Diff to previous 1838 , to selected 3488
- 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
File length: 26547 byte(s)
Diff to previous 1837 , to selected 3488
- 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
File length: 26563 byte(s)
Diff to previous 1834 , to selected 3488
- 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
File length: 5920 byte(s)
Diff to previous 1832 , to selected 3488
- 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
File length: 1072 byte(s)
Diff to previous 1646 , to selected 3488
- 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
File length: 5920 byte(s)
Diff to previous 1618 , to selected 3488
- 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
File length: 5921 byte(s)
Diff to previous 1592 , to selected 3488
- 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
File length: 5883 byte(s)
Diff to previous 1325 , to selected 3488
- 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 (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/numeric.c
File length: 5883 byte(s)
Diff to previous 1309 , to selected 3488
- 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 3488
- 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 , to selected 3488
- 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 3488
- 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 , to selected 3488
- 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 , to selected 3488
- 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 , to selected 3488
- 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 , to selected 3488
- 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 , to selected 3488
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 , to selected 3488
- 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 , to selected 3488
- 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 , to selected 3488
- 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)
Diff to selected 3488
- 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