ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/parse.c
Revision 1681 - (view) (annotate) - [select for diffs]
Modified Tue Dec 18 18:43:55 2012 UTC (11 years, 3 months ago) by michael
File length: 25590 byte(s)
Diff to previous 1618 , to selected 1235
- parse.c:handle_numeric(): added temporary workaround for servers sending
  numeric 451 (ERR_NOTREGISTERED) in response to the "NOTICE AUTH ..." messages
  uppon registration

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: 24555 byte(s)
Diff to previous 1592 , to selected 1235
- 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: 24239 byte(s)
Diff to previous 1570 , to selected 1235
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1570 - (view) (annotate) - [select for diffs]
Modified Tue Oct 16 19:37:24 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/parse.c
File length: 24239 byte(s)
Diff to previous 1569 , to selected 1235
- parse.c: whitespace commit

Revision 1569 - (view) (annotate) - [select for diffs]
Modified Tue Oct 16 18:46:53 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/parse.c
File length: 24127 byte(s)
Diff to previous 1427 , to selected 1235
- Removed remnants of MFLG_UNREG which is no longer needed with the
  current implementation of message handlers

Revision 1427 - (view) (annotate) - [select for diffs]
Modified Thu Jun 7 11:36:21 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/src/parse.c
File length: 24524 byte(s)
Diff to previous 1361 , to selected 1235
- parse.c: make msg_tree_parse() only take one argument
- client.h: rearrange structures

Revision 1361 - (view) (annotate) - [select for diffs]
Modified Sun Apr 22 19:01:51 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/parse.c
File length: 24567 byte(s)
Diff to previous 1323 , to selected 1235
- remove clear_tree_parse()

Revision 1323 - (view) (annotate) - [select for diffs]
Modified Fri Mar 30 11:40:49 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/parse.c
File length: 24831 byte(s)
Diff to previous 1322 , to selected 1235
- parse.c: remove unused prototypes

Revision 1322 - (view) (annotate) - [select for diffs]
Modified Fri Mar 30 11:37:32 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/src/parse.c
File length: 24986 byte(s)
Diff to previous 1309 , to selected 1235
- parse.c: fixed archaic bug which would easily allow para[] being accessed
  out of bounds. Just to remember: para[] must be able hold: <prefix>+<15params>+<NULL>

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/parse.c
File length: 24953 byte(s)
Diff to previous 1298 , to selected 1235
- 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 1298 - (view) (annotate) - [select for diffs]
Modified Tue Feb 28 18:51:13 2012 UTC (12 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/src/parse.c
File length: 24957 byte(s)
Diff to previous 1247 , to selected 1235
- fixed style in some places

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/parse.c
File length: 24956 byte(s)
Diff to previous 1246 , to selected 1235
- Rewrite and cleanup half-broken logging subsystem.
  Logfile rotating is not working yet

Revision 1246 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 16:13:11 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/parse.c
File length: 24943 byte(s)
Diff to previous 1243 , to selected 1235
- parse.c: remove unused variable, plus style cleanups

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/parse.c
File length: 25402 byte(s)
Diff to previous 1235
- 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 1235 - (view) (annotate) - [selected]
Modified Fri Sep 23 08:55:50 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/parse.c
File length: 25488 byte(s)
Diff to previous 1234
- m_unregistered(): fix 11 years old bug where ircd sends an invalid formatted
  ERR_NOTREGISTERED string.
- ERR_NOTREGISTERED is not rate-limited any longer

Revision 1234 - (view) (annotate) - [select for diffs]
Modified Fri Sep 23 08:15:04 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/parse.c
File length: 25819 byte(s)
Diff to previous 1219 , to selected 1235
- replace all instances of parv[0] with source_p->name

Revision 1219 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 09:02:38 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/parse.c
File length: 25771 byte(s)
Diff to previous 1206 , to selected 1235
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.

Revision 1206 - (view) (annotate) - [select for diffs]
Modified Wed Aug 24 21:41:23 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/parse.c
File length: 25757 byte(s)
Diff to previous 1178 , to selected 1235
- Implement GLOBOPS
- remove debugging code from parse.c

Revision 1178 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 08:11:31 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/parse.c
File length: 26421 byte(s)
Diff to previous 1169 , to selected 1235
- Cleanup and restore older parts of the irc-command parser.
  Gives back ability to specify maximum amount of parameters
  that are processed within a command.

Revision 1169 - (view) (annotate) - [select for diffs]
Modified Fri Aug 12 18:45:03 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/parse.c
File length: 25885 byte(s)
Diff to previous 1156 , to selected 1235
- rename find_server to hash_find_server to satisfy naming convention
- pull m_services.c and m_jupe.c from contrib/
- style fixes in some 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/parse.c
File length: 25875 byte(s)
Diff to previous 1155 , to selected 1235
- 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/parse.c
File length: 25875 byte(s)
Diff to previous 1118 , to selected 1235
- recreate "trunk"

Revision 1118 - (view) (annotate) - [select for diffs]
Modified Thu Jan 6 13:39:10 2011 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/src/parse.c
File length: 25875 byte(s)
Diff to previous 1080 , to selected 1235
- cleanup and sanitize m_server.c. remove hostmasking. Improve TS6 suppport

Revision 1080 - (view) (annotate) - [select for diffs]
Modified Wed Mar 10 23:09:36 2010 UTC (14 years ago) by michael
Original Path: ircd-hybrid-7.3/src/parse.c
File length: 26281 byte(s)
Diff to previous 1029 , to selected 1235
- Sort out unneeded arguments of some user registration functions

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/parse.c
File length: 26275 byte(s)
Diff to previous 1028 , to selected 1235
- 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/parse.c
File length: 26275 byte(s)
Diff to previous 1013 , to selected 1235
- move ircd-hybrid-7.2 to trunk

Revision 1013 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/src/parse.c
File length: 26275 byte(s)
Diff to previous 948 , to selected 1235
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding

Revision 948 - (view) (annotate) - [select for diffs]
Modified Tue Jul 21 17:34:06 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/src/parse.c
File length: 26287 byte(s)
Diff to previous 946 , to selected 1235
- lp64\llp64\ilp32 portability fixes

Revision 946 - (view) (annotate) - [select for diffs]
Modified Mon Jul 20 23:18:04 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/src/parse.c
File length: 26250 byte(s)
Diff to previous 896 , to selected 1235
- move m_error.c to modules/


Revision 896 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 08:54:09 2007 UTC (16 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/src/parse.c
File length: 25231 byte(s)
Diff to previous 753 , to selected 1235
- Killed s_stats.c

Revision 753 - (view) (annotate) - [select for diffs]
Modified Wed Jul 26 15:58:16 2006 UTC (17 years, 8 months ago) by adx
Original Path: ircd-hybrid-7.2/src/parse.c
File length: 25282 byte(s)
Diff to previous 522 , to selected 1235
+ fixed an old bug that affected our numeric delivery:

Spotted by: stu

Imagine we have a scenario like this:
[origin A on server 0] --> [OUR IRCD] --> [TS6 server] --> [TS5 server and target Z]

We'd try to address Z by its null ID only because the next server on the way
is TS6.  That led to delivery failure in cases like
ts6(origin)->ts6->ts6->ts5(target).

Revision 522 - (view) (annotate) - [select for diffs]
Modified Sun Mar 12 13:42:20 2006 UTC (18 years ago) by michael
Original Path: ircd-hybrid-7.2/src/parse.c
File length: 25491 byte(s)
Diff to previous 34 , to selected 1235
- Backported msg_tree_parse() speedup

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/parse.c
File length: 25638 byte(s)
Diff to previous 33 , to selected 1235
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/parse.c
File length: 25638 byte(s)
Diff to previous 32 , to selected 1235
- 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/parse.c
File length: 25638 byte(s)
Diff to previous 31 , to selected 1235
- 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/parse.c
File length: 25638 byte(s)
Diff to previous 30 , to selected 1235
- 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/parse.c
File length: 25683 byte(s)
Diff to selected 1235
- 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