ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/packet.c
Revision 3454 - (view) (annotate) - [select for diffs]
Modified Thu May 1 19:31:23 2014 UTC (9 years, 11 months ago) by michael
File length: 10513 byte(s)
Diff to previous 3377 , to selected 1516
- packet.c: style corrections

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: 10553 byte(s)
Diff to previous 3347 , to selected 1516
- Create 8.2.x branch

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/src/packet.c
File length: 10553 byte(s)
Diff to previous 3274 , to selected 1516
- 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 (10 years ago) by michael
Original Path: ircd-hybrid/trunk/src/packet.c
File length: 10555 byte(s)
Diff to previous 3171 , to selected 1516
- Clean up redundant/unused header includes

Revision 3171 - (view) (annotate) - [select for diffs]
Modified Sun Mar 16 11:51:48 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/src/packet.c
File length: 10573 byte(s)
Diff to previous 3113 , to selected 1516
- 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 (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/src/packet.c
File length: 10583 byte(s)
Diff to previous 3107 , to selected 1516
- Update dbuf.h, dbuf.c

Revision 3107 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 12:09:42 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/src/packet.c
File length: 10587 byte(s)
Diff to previous 2916 , to selected 1516
- 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 (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/src/packet.c
File length: 10512 byte(s)
Diff to previous 2881 , to selected 1516
- 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 (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/src/packet.c
File length: 10478 byte(s)
Diff to previous 1798 , to selected 1516
- 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 (11 years ago) by michael
Original Path: ircd-hybrid/trunk/src/packet.c
File length: 10511 byte(s)
Diff to previous 1632 , to selected 1516
- 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 (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/src/packet.c
File length: 10848 byte(s)
Diff to previous 1592 , to selected 1516
- Initial rewrite of the configuration subsystem

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/packet.c
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) - [selected]
Modified Thu Aug 30 15:08:36 2012 UTC (11 years, 7 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 (12 years ago) by michael
Original Path: ircd-hybrid-8/src/packet.c
File length: 10914 byte(s)
Diff to previous 1302 , to selected 1516
- 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 (12 years ago) by michael
Original Path: ircd-hybrid-8/src/packet.c
File length: 10916 byte(s)
Diff to previous 1243 , to selected 1516
- remove servlink in preparation for tls links/compression

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/packet.c
File length: 13803 byte(s)
Diff to previous 1241 , to selected 1516
- 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 (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/src/packet.c
File length: 13803 byte(s)
Diff to previous 1219 , to selected 1516
- 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 (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/src/packet.c
File length: 13738 byte(s)
Diff to previous 1156 , to selected 1516
- 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 (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/src/packet.c
File length: 13710 byte(s)
Diff to previous 1155 , to selected 1516
- 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/packet.c
File length: 13710 byte(s)
Diff to previous 1123 , to selected 1516
- recreate "trunk"

Revision 1123 - (view) (annotate) - [select for diffs]
Modified Sun Feb 6 21:57:50 2011 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/src/packet.c
File length: 13710 byte(s)
Diff to previous 1029 , to selected 1516
- 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 (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3/src/packet.c
File length: 13739 byte(s)
Diff to previous 1028 , to selected 1516
- 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/packet.c
File length: 13739 byte(s)
Diff to previous 1011 , to selected 1516
- move ircd-hybrid-7.2 to trunk

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/packet.c
File length: 13739 byte(s)
Diff to previous 1001 , to selected 1516
- 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 (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/src/packet.c
File length: 13758 byte(s)
Diff to previous 428 , to selected 1516
- remove half done and broken win32 support

Revision 428 - (view) (annotate) - [select for diffs]
Modified Sat Feb 11 12:21:51 2006 UTC (18 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2/src/packet.c
File length: 13836 byte(s)
Diff to previous 163 , to selected 1516
- 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 (18 years, 6 months ago) by adx
Original Path: ircd-hybrid-7.2/src/packet.c
File length: 13752 byte(s)
Diff to previous 34 , to selected 1516
- MFC iorecv/iosend changes to allow charset recoding

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/packet.c
File length: 13511 byte(s)
Diff to previous 33 , to selected 1516
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/packet.c
File length: 13511 byte(s)
Diff to previous 32 , to selected 1516
- 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/packet.c
File length: 13511 byte(s)
Diff to previous 31 , to selected 1516
- 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/packet.c
File length: 13511 byte(s)
Diff to previous 30 , to selected 1516
- 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/packet.c
File length: 13558 byte(s)
Diff to selected 1516
- 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