/[svn]/ircd-hybrid-8/src/parse.c
ViewVC logotype

Log of /ircd-hybrid-8/src/parse.c

Parent Directory Parent Directory | Revision Log Revision Log


Sticky Revision:
(Current path doesn't exist after revision 1591)

Revision 1298 - (view) (annotate) - [select for diffs]
Modified Tue Feb 28 18:51:13 2012 UTC (11 years, 3 months ago) by michael
File length: 24957 byte(s)
Diff to previous 1247
- fixed style in some places


Revision 1247 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 07:54:24 2011 UTC (11 years, 8 months ago) by michael
File length: 24956 byte(s)
Diff to previous 1246
- 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 (11 years, 8 months ago) by michael
File length: 24943 byte(s)
Diff to previous 1243
- parse.c: remove unused variable, plus style cleanups


Revision 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (11 years, 8 months ago) by michael
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) - [select for diffs]
Modified Fri Sep 23 08:55:50 2011 UTC (11 years, 8 months ago) by michael
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 (11 years, 8 months ago) by michael
File length: 25819 byte(s)
Diff to previous 1219
- 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 (11 years, 8 months ago) by michael
File length: 25771 byte(s)
Diff to previous 1206
- 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 (11 years, 9 months ago) by michael
File length: 25757 byte(s)
Diff to previous 1178
- Implement GLOBOPS
- remove debugging code from parse.c


Revision 1178 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 08:11:31 2011 UTC (11 years, 9 months ago) by michael
File length: 26421 byte(s)
Diff to previous 1169
- 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 (11 years, 9 months ago) by michael
File length: 25885 byte(s)
Diff to previous 1156
- 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 (11 years, 10 months ago) by michael
File length: 25875 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 (11 years, 10 months ago) by michael
Original Path: ircd-hybrid/src/parse.c
File length: 25875 byte(s)
Diff to previous 1118
- recreate "trunk"


Revision 1118 - (view) (annotate) - [select for diffs]
Modified Thu Jan 6 13:39:10 2011 UTC (12 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3/src/parse.c
File length: 25875 byte(s)
Diff to previous 1080
- 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 (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/src/parse.c
File length: 26281 byte(s)
Diff to previous 1029
- 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 (13 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/src/parse.c
File length: 26275 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 (13 years, 7 months ago) by michael
Original Path: ircd-hybrid/src/parse.c
File length: 26275 byte(s)
Diff to previous 1013
- move ircd-hybrid-7.2 to trunk


Revision 1013 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (13 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/parse.c
File length: 26275 byte(s)
Diff to previous 948
- 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 (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2/src/parse.c
File length: 26287 byte(s)
Diff to previous 946
- lp64\llp64\ilp32 portability fixes


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



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


Revision 753 - (view) (annotate) - [select for diffs]
Modified Wed Jul 26 15:58:16 2006 UTC (16 years, 10 months ago) by adx
Original Path: ircd-hybrid-7.2/src/parse.c
File length: 25282 byte(s)
Diff to previous 522
+ 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 (17 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2/src/parse.c
File length: 25491 byte(s)
Diff to previous 34
- Backported msg_tree_parse() speedup


Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (17 years, 8 months ago) by lusky
Original Path: ircd-hybrid-7.2/src/parse.c
File length: 25638 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 (17 years, 8 months ago) by knight
Original Path: ircd-hybrid/src/parse.c
File length: 25638 byte(s)
Diff to previous 32
- svn:keywords


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


Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (17 years, 8 months ago) by knight
Original Path: ircd-hybrid/src/parse.c
File length: 25638 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 (17 years, 8 months ago) by adx
Original Path: ircd-hybrid/src/parse.c
File length: 25683 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up


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

svnadmin@ircd-hybrid.org
ViewVC Help
Powered by ViewVC 1.1.30