ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/src/channel_mode.c
Revision 741 - (view) (annotate) - [select for diffs]
Modified Sun Jul 23 13:49:20 2006 UTC (19 years, 1 month ago) by adx
File length: 45778 byte(s)
Diff to previous 719
+ removed s_conf.h and superseded parts of s_conf.c

Revision 719 - (view) (annotate) - [select for diffs]
Modified Sun Jul 16 16:56:58 2006 UTC (19 years, 1 month ago) by adx
File length: 45847 byte(s)
Diff to previous 607
+ reworked operator{} blocks to make them independent from oldconf
+ moved some utilities from s_conf.* to libio
+ added stub for auth{} blocks

Revision 607 - (view) (annotate) - [select for diffs]
Modified Tue May 16 08:12:00 2006 UTC (19 years, 3 months ago) by michael
File length: 45824 byte(s)
Diff to previous 605
- Only fully registered clients are added into the whowas history,
  so let's remove those pointles IsClient tests.

Revision 605 - (view) (annotate) - [select for diffs]
Modified Tue May 16 07:05:34 2006 UTC (19 years, 3 months ago) by michael
File length: 45851 byte(s)
Diff to previous 602
- Made find_chasing() only take 3 arguments
- Cleaned up find_person()

Revision 602 - (view) (annotate) - [select for diffs]
Modified Sun May 14 09:36:11 2006 UTC (19 years, 3 months ago) by michael
File length: 45881 byte(s)
Diff to previous 534
- channel_mode.c: removed a bunch of prototypes we don't need

Revision 534 - (view) (annotate) - [select for diffs]
Modified Tue Mar 21 19:06:29 2006 UTC (19 years, 5 months ago) by michael
File length: 48360 byte(s)
Diff to previous 405
- Renamed MAXPARA definition to IRCD_MAXPARA and moved it to ircd_defs.h
- Untabified parse.c

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


Revision 387 - (view) (annotate) - [select for diffs]
Modified Wed Feb 1 11:04:08 2006 UTC (19 years, 6 months ago) by michael
File length: 48390 byte(s)
Diff to previous 364
- Fixed +bbb nick1 nick2 nick3 bug as reported by ThaPrince.
  Currently not the best fix, but does the job for now

Revision 364 - (view) (annotate) - [select for diffs]
Modified Sun Jan 8 15:39:24 2006 UTC (19 years, 7 months ago) by michael
File length: 48136 byte(s)
Diff to previous 358
- Entirely changed the way of ban match processing to be more cleaner.
  It also should nicely speed up matching of pure ip (may include cidr mask)
  bans.
- Removed match_cidr() which is now not longed needed
- Add back some prototypes to res.h to fix compile errors

Revision 358 - (view) (annotate) - [select for diffs]
Modified Thu Jan 5 16:09:28 2006 UTC (19 years, 7 months ago) by michael
File length: 48074 byte(s)
Diff to previous 357
- s/NICKLEN+1/NICKLEN/

Revision 357 - (view) (annotate) - [select for diffs]
Modified Thu Jan 5 16:06:45 2006 UTC (19 years, 7 months ago) by michael
File length: 48082 byte(s)
Diff to previous 355
- Mainly re-wrote split_nuh() to fix a regexp kline bug where we would cut off
  the user portion after 9 chars, but also to be a bit more flexible when we
  have to deal with different user/host name lengths.
- Re-wrote m_capture() to use split_nuh()

Revision 355 - (view) (annotate) - [select for diffs]
Modified Mon Jan 2 22:04:51 2006 UTC (19 years, 7 months ago) by adx
File length: 47818 byte(s)
Diff to previous 227
+ present halfops as ops to servers which don't support it
+ should work but please review before I break another net ;)


Revision 227 - (view) (annotate) - [select for diffs]
Modified Thu Nov 3 18:29:22 2005 UTC (19 years, 9 months ago) by db
File length: 46604 byte(s)
Diff to previous 211
- replace all MODE_PRIVATE with MODE_PARANOID
- Can't use make_dlink_node() too early in startup or it will core


Revision 211 - (view) (annotate) - [select for diffs]
Modified Tue Nov 1 21:42:01 2005 UTC (19 years, 9 months ago) by adx
File length: 46599 byte(s)
Diff to previous 199
- reorganisations which aim at:
  1) moving read_conf_files() at the end of daemon bootup process,
  2) making load_*_modules a part of conf parsing, after the 1st pass

Revision 199 - (view) (annotate) - [select for diffs]
Modified Tue Nov 1 10:34:38 2005 UTC (19 years, 9 months ago) by michael
File length: 46556 byte(s)
Diff to previous 198
- Fixed typo in clear_ban_cache()

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

Revision 69 - (view) (annotate) - [select for diffs]
Modified Tue Oct 4 16:09:51 2005 UTC (19 years, 10 months ago) by adx
File length: 46524 byte(s)
Diff to previous 48
- 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 48 - (view) (annotate) - [select for diffs]
Modified Mon Oct 3 01:36:06 2005 UTC (19 years, 10 months ago) by adx
File length: 46688 byte(s)
Diff to previous 33
- added a hook for get_channel_access to allow oper override modules
- please review

Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (19 years, 10 months ago) by knight
File length: 46293 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
File length: 46293 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
File length: 46293 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
File length: 46350 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