ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/packet.c
Revision 6350 - (view) (annotate) - [select for diffs]
Modified Tue Aug 11 17:53:44 2015 UTC (10 years ago) by michael
File length: 9544 byte(s)
Diff to previous 6313
- Make use of enum in more places

Revision 6313 - (view) (annotate) - [select for diffs]
Modified Sat Aug 1 18:03:39 2015 UTC (10 years ago) by michael
File length: 9540 byte(s)
Diff to previous 5545
- Make use of the *Flag() macros in some more places

Revision 5545 - (view) (annotate) - [select for diffs]
Modified Thu Feb 12 14:13:34 2015 UTC (10 years, 6 months ago) by michael
File length: 9505 byte(s)
Diff to previous 5422
- Fixed style in several places

Revision 5422 - (view) (annotate) - [select for diffs]
Modified Sun Jan 25 17:57:12 2015 UTC (10 years, 7 months ago) by michael
File length: 9506 byte(s)
Diff to previous 5421
- packet.c: made extract_one_line() unsigned

Revision 5421 - (view) (annotate) - [select for diffs]
Modified Sun Jan 25 17:50:37 2015 UTC (10 years, 7 months ago) by michael
File length: 9473 byte(s)
Diff to previous 5413
- packet.c:extract_one_line(): constification; renamed variable

Revision 5413 - (view) (annotate) - [select for diffs]
Modified Sun Jan 25 17:36:37 2015 UTC (10 years, 7 months ago) by michael
File length: 9463 byte(s)
Diff to previous 5347
- packet.c: from p4: change extract_one_line to not over agressively strip whitespace from buffers

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (10 years, 7 months ago) by michael
File length: 10098 byte(s)
Diff to previous 4989
- Update copyright years

Revision 4989 - (view) (annotate) - [select for diffs]
Modified Mon Dec 8 20:07:36 2014 UTC (10 years, 8 months ago) by michael
File length: 10098 byte(s)
Diff to previous 4982
- The general::true_no_oper_flood configuration option has been deprecated.
  Operators still can have higher 'flood' limits with no_oper_flood = yes;
  hoewever, they are no longer allowed to bypass RecvQ limits.

Revision 4982 - (view) (annotate) - [select for diffs]
Modified Sat Dec 6 18:17:20 2014 UTC (10 years, 8 months ago) by michael
File length: 10517 byte(s)
Diff to previous 4894
- Cleaned up style; reformatting; const correctness

Revision 4894 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 17:16:06 2014 UTC (10 years, 9 months ago) by michael
File length: 10513 byte(s)
Diff to previous 4890
- Fixed compile warning

Revision 4890 - (view) (annotate) - [select for diffs]
Modified Wed Nov 19 17:10:46 2014 UTC (10 years, 9 months ago) by michael
File length: 10497 byte(s)
Diff to previous 4815
- Style corrections

Revision 4815 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 15:28:42 2014 UTC (10 years, 9 months ago) by michael
File length: 10495 byte(s)
Diff to previous 4588
- Renamed variables

Revision 4588 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:59:07 2014 UTC (11 years ago) by michael
File length: 10491 byte(s)
Diff to previous 4576
- Renamed 'localClient' Client structure member to just 'connection'

Revision 4576 - (view) (annotate) - [select for diffs]
Modified Mon Aug 25 09:45:11 2014 UTC (11 years ago) by michael
File length: 10507 byte(s)
Diff to previous 4565
- Renamed struct LocalUser to struct Connection

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (11 years ago) by michael
File length: 10505 byte(s)
Diff to previous 4461
- Update GPL 2 license headers

Revision 4461 - (view) (annotate) - [select for diffs]
Modified Wed Aug 13 17:05:26 2014 UTC (11 years ago) by michael
File length: 10501 byte(s)
Diff to previous 4340
- Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out
  a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really
  has to be a 'fde_t' pointer.
- Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.

Revision 4340 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:22 2014 UTC (11 years ago) by michael
File length: 10507 byte(s)
Diff to previous 3453
- Renamed structures to meet code conventions

Revision 3453 - (view) (annotate) - [select for diffs]
Modified Thu May 1 19:31:11 2014 UTC (11 years, 3 months ago) by michael
File length: 10513 byte(s)
Diff to previous 3347
- packet.c: style corrections

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (11 years, 4 months ago) by michael
File length: 10553 byte(s)
Diff to previous 3274
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3274 - (view) (annotate) - [select for diffs]
Modified Sun Apr 6 12:22:23 2014 UTC (11 years, 4 months ago) by michael
File length: 10555 byte(s)
Diff to previous 3171
- Clean up redundant/unused header includes

Revision 3171 - (view) (annotate) - [select for diffs]
Modified Sun Mar 16 11:51:48 2014 UTC (11 years, 5 months ago) by michael
File length: 10573 byte(s)
Diff to previous 3113
- Incorporate Adam's exit_client/quit storm cleanups
  Note: QS is mandatory now

Revision 3113 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 22:19:29 2014 UTC (11 years, 5 months ago) by michael
File length: 10583 byte(s)
Diff to previous 3107
- Update dbuf.h, dbuf.c

Revision 3107 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 12:09:42 2014 UTC (11 years, 5 months ago) by michael
File length: 10587 byte(s)
Diff to previous 2916
- Applied dbuf changes as provided by Adam:
  Refcount dbufs instead of copying the same message to many
  different buffers.

Revision 2916 - (view) (annotate) - [select for diffs]
Modified Sat Jan 25 21:09:18 2014 UTC (11 years, 7 months ago) by michael
File length: 10512 byte(s)
Diff to previous 2881
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2881 - (view) (annotate) - [select for diffs]
Modified Mon Jan 20 17:15:39 2014 UTC (11 years, 7 months ago) by michael
File length: 10478 byte(s)
Diff to previous 1798
- Use the i/o subsystem to execute scheduled writes. Patch provided by Adam.

Revision 1798 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 17:09:50 2013 UTC (12 years, 4 months ago) by michael
File length: 10511 byte(s)
Diff to previous 1632
- Cleanup/reorganize header file layout
- Fixed naming convention in some places

Revision 1632 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 15:37:10 2012 UTC (12 years, 9 months ago) by michael
File length: 10848 byte(s)
Diff to previous 1592
- Initial rewrite of the configuration subsystem

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (12 years, 10 months ago) by michael
File length: 10827 byte(s)
Diff to previous 1516
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1516 - (view) (annotate) - [select for diffs]
Modified Thu Aug 30 15:08:36 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/src/packet.c
File length: 10827 byte(s)
Diff to previous 1309
- Removed general::client_flood configuration option and added the
  new 'recvq' configuration directive to class{} blocks.
  The max size of a receive queue can be seen in "STATS Y" for each class
- Update NEWS

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/packet.c
File length: 10914 byte(s)
Diff to previous 1302
- 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 1302 - (view) (annotate) - [select for diffs]
Modified Wed Mar 21 17:48:54 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/src/packet.c
File length: 10916 byte(s)
Diff to previous 1243
- remove servlink in preparation for tls links/compression

Revision 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/packet.c
File length: 13803 byte(s)
Diff to previous 1241
- 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 1241 - (view) (annotate) - [select for diffs]
Modified Thu Sep 29 20:26:09 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/src/packet.c
File length: 13803 byte(s)
Diff to previous 1219
- move firsttime, since, and lasttime Client struct members to LocalUser struct
- m_watch.c: show_watch() now properly reports signon times. This also fixes
  an invalid signon time of zero for remote clients.

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

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/src/packet.c
File length: 13710 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/src/packet.c
File length: 13710 byte(s)
Diff to previous 1123
- recreate "trunk"

Revision 1123 - (view) (annotate) - [select for diffs]
Modified Sun Feb 6 21:57:50 2011 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3/src/packet.c
File length: 13710 byte(s)
Diff to previous 1029
- Got rid of irc_addrinfo.c and irc_getnameinfo.c
- Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES

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/src/packet.c
File length: 13739 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/src/packet.c
File length: 13739 byte(s)
Diff to previous 1011
- move ircd-hybrid-7.2 to trunk

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/packet.c
File length: 13739 byte(s)
Diff to previous 1001
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 1001 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 22:44:44 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2/src/packet.c
File length: 13758 byte(s)
Diff to previous 428
- remove half done and broken win32 support

Revision 428 - (view) (annotate) - [select for diffs]
Modified Sat Feb 11 12:21:51 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/src/packet.c
File length: 13836 byte(s)
Diff to previous 163
- Fixed bug where all ssl clients would get disconnected in certain situations.
  (reported by many people)

Revision 163 - (view) (annotate) - [select for diffs]
Modified Thu Oct 20 21:09:02 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid-7.2/src/packet.c
File length: 13752 byte(s)
Diff to previous 34
- MFC iorecv/iosend changes to allow charset recoding

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/src/packet.c
File length: 13511 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/src/packet.c
File length: 13511 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/src/packet.c
File length: 13511 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/src/packet.c
File length: 13511 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/src/packet.c
File length: 13558 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