ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/src/send.c
Revision 844 - (view) (annotate) - [select for diffs]
Modified Sat Feb 10 02:23:51 2007 UTC (17 years, 1 month ago) by adx
File length: 32280 byte(s)
Diff to previous 801
+ improve I/O and fix soft_reboot

Revision 801 - (view) (annotate) - [select for diffs]
Modified Wed Aug 30 16:54:25 2006 UTC (17 years, 7 months ago) by adx
File length: 32211 byte(s)
Diff to previous 743
+ only filename changes

Revision 743 - (view) (annotate) - [select for diffs]
Modified Sun Jul 23 20:03:42 2006 UTC (17 years, 8 months ago) by adx
File length: 32211 byte(s)
Diff to previous 741
+ make ircd core compile except server.c and parse_aline.c

Revision 741 - (view) (annotate) - [select for diffs]
Modified Sun Jul 23 13:49:20 2006 UTC (17 years, 8 months ago) by adx
File length: 32192 byte(s)
Diff to previous 653
+ removed s_conf.h and superseded parts of s_conf.c

Revision 653 - (view) (annotate) - [select for diffs]
Modified Thu Jun 8 07:55:03 2006 UTC (17 years, 9 months ago) by michael
File length: 32212 byte(s)
Diff to previous 628
- Changed Client::random_ping and Client::serial to standard unsigned integer
  types

Revision 628 - (view) (annotate) - [select for diffs]
Modified Mon May 29 20:04:32 2006 UTC (17 years, 10 months ago) by adx
File length: 32214 byte(s)
Diff to previous 571
Added contrib module for character set recoding

Note it doesn't work at the moment because listen{} itself
is not yet modularised.  Will probably also need some modifications
to include iconv headers and libraries in the build process.

Revision 571 - (view) (annotate) - [select for diffs]
Modified Fri Apr 28 06:48:08 2006 UTC (17 years, 11 months ago) by michael
File length: 32102 byte(s)
Diff to previous 511
- removed INVARIANTS leftover and updated configure.ac accordingly

Revision 511 - (view) (annotate) - [select for diffs]
Modified Sat Mar 4 08:51:36 2006 UTC (18 years ago) by michael
File length: 32229 byte(s)
Diff to previous 431
- Removed LL leftovers

Revision 431 - (view) (annotate) - [select for diffs]
Modified Sat Feb 11 12:59:06 2006 UTC (18 years, 1 month ago) by michael
File length: 32812 byte(s)
Diff to previous 405
- Forward ported r430

Revision 405 - (view) (annotate) - [select for diffs]
Modified Tue Feb 7 19:38:35 2006 UTC (18 years, 1 month ago) by michael
File length: 32723 byte(s)
Diff to previous 398
- Removed now unused llflags parameter from sendto_server()


Revision 398 - (view) (annotate) - [select for diffs]
Modified Tue Feb 7 12:00:21 2006 UTC (18 years, 1 month ago) by michael
File length: 32816 byte(s)
Diff to previous 288
- Ripped out lazylinks as discussed on irc. the main concept wasn't very well
  designed and will be done in a better way some day.  Anyways, they propably
  never worked and were considered bloat by most people.  Good bye!

Revision 288 - (view) (annotate) - [select for diffs]
Modified Sat Dec 3 17:15:38 2005 UTC (18 years, 3 months ago) by adx
File length: 34323 byte(s)
Diff to previous 286
+ fixed my bustage

Revision 286 - (view) (annotate) - [select for diffs]
Modified Sat Dec 3 10:59:57 2005 UTC (18 years, 3 months ago) by adx
File length: 34332 byte(s)
Diff to previous 249
+ (MFC) fixed problems with amd64 and possibly other platforms

Revision 249 - (view) (annotate) - [select for diffs]
Modified Thu Nov 10 13:41:31 2005 UTC (18 years, 4 months ago) by michael
File length: 34090 byte(s)
Diff to previous 198
- Moved serial to LocalUser part

Revision 198 - (view) (annotate) - [select for diffs]
Modified Tue Nov 1 10:29:06 2005 UTC (18 years, 4 months ago) by michael
File length: 33947 byte(s)
Diff to previous 187
- Killed Channel.locmembers.  The few cycles we save aren't worth
  the memory wasteage.

Revision 187 - (view) (annotate) - [select for diffs]
Modified Sun Oct 23 20:30:07 2005 UTC (18 years, 5 months ago) by michael
File length: 33863 byte(s)
Diff to previous 178
- Fixed bug in sendto_channel_remote() that would cause
  multiple copies of the same message to be sent to the
  uplinked server.
  That one needs propably to be backported to 7.1.4 and 7.2

Revision 178 - (view) (annotate) - [select for diffs]
Modified Sat Oct 22 10:02:43 2005 UTC (18 years, 5 months ago) by adx
File length: 33732 byte(s)
Diff to previous 69
- somehow it didn't get committed, fixing

Revision 69 - (view) (annotate) - [select for diffs]
Modified Tue Oct 4 16:09:51 2005 UTC (18 years, 5 months ago) by adx
File length: 33498 byte(s)
Diff to previous 33
- splitted ircd/libio, all headers connected with libio sources have been
  moved for internal use only. To use libio interface, include "libio.h"
  (which is already done in "stdinc.h")


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (18 years, 5 months ago) by knight
File length: 33727 byte(s)
Diff to previous 32
- 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
File length: 33727 byte(s)
Diff to previous 31
- 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
File length: 33727 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 (18 years, 5 months ago) by adx
File length: 33772 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

(Current path doesn't exist after revision 1586)

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