ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/ircd-hybrid-newconf/include/user.h
Revision 1027 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:01:13 2009 UTC (16 years, 8 months ago) by michael
File length: 2645 byte(s)
Copied from: ircd-hybrid/include/s_user.h revision 799
Diff to previous 801
- Move old 7.3 sources to branches/ircd-hybrid-newconf

Revision 801 - (view) (annotate) - [select for diffs]
Modified Wed Aug 30 16:54:25 2006 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/include/user.h
File length: 2645 byte(s)
Copied from: ircd-hybrid/include/s_user.h revision 799
Diff to previous 764
+ only filename changes

Revision 764 - (view) (annotate) - [select for diffs]
Modified Sat Aug 19 20:14:06 2006 UTC (19 years, 11 months ago) by adx
Original Path: ircd-hybrid/include/s_user.h
File length: 2645 byte(s)
Diff to previous 746
+ restored class limits plus reworked them to be a bit more sane.


Revision 746 - (view) (annotate) - [select for diffs]
Modified Mon Jul 24 18:47:50 2006 UTC (20 years ago) by adx
Original Path: ircd-hybrid/include/s_user.h
File length: 2640 byte(s)
Diff to previous 743
+ make most modules compile, except a few ones which need deeper changes

Revision 743 - (view) (annotate) - [select for diffs]
Modified Sun Jul 23 20:03:42 2006 UTC (20 years ago) by adx
Original Path: ircd-hybrid/include/s_user.h
File length: 2589 byte(s)
Diff to previous 719
+ make ircd core compile except server.c and parse_aline.c

Revision 719 - (view) (annotate) - [select for diffs]
Modified Sun Jul 16 16:56:58 2006 UTC (20 years ago) by adx
Original Path: ircd-hybrid/include/s_user.h
File length: 2497 byte(s)
Diff to previous 458
+ reworked operator{} blocks to make them independent from oldconf
+ moved some utilities from s_conf.* to libio
+ added stub for auth{} blocks

Revision 458 - (view) (annotate) - [select for diffs]
Modified Sun Feb 12 20:45:14 2006 UTC (20 years, 5 months ago) by michael
Original Path: ircd-hybrid/include/s_user.h
File length: 2508 byte(s)
Diff to previous 332
- Small changes so register_local_user() only takes 2 parameters instead of 4

Revision 332 - (view) (annotate) - [select for diffs]
Modified Sun Dec 25 12:53:19 2005 UTC (20 years, 7 months ago) by michael
Original Path: ircd-hybrid/include/s_user.h
File length: 2572 byte(s)
Diff to previous 211
- Got rid of do_local_user() function

Revision 211 - (view) (annotate) - [select for diffs]
Modified Tue Nov 1 21:42:01 2005 UTC (20 years, 8 months ago) by adx
Original Path: ircd-hybrid/include/s_user.h
File length: 2755 byte(s)
Diff to previous 190
- 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 190 - (view) (annotate) - [select for diffs]
Modified Sun Oct 23 22:06:17 2005 UTC (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/include/s_user.h
File length: 2671 byte(s)
Diff to previous 116
* prototypes are now prefixed with either nothing or EXTERN
  (meaning it's an ircd.dll API)
* dynamic modules now work on win32.
Revision 116 - (view) (annotate) - [select for diffs]
Modified Wed Oct 12 17:11:55 2005 UTC (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/include/s_user.h
File length: 2684 byte(s)
Diff to previous 101
- More GCC4 fixes

Revision 101 - (view) (annotate) - [select for diffs]
Modified Mon Oct 10 03:52:14 2005 UTC (20 years, 9 months ago) by db
Original Path: ircd-hybrid/include/s_user.h
File length: 2667 byte(s)
Diff to previous 33
- First pass at s_conf.c cleanup for attach clients
- attach_conf() is gone replaced with attach_iline()
  Clients/servers have one single I line "attached", i.e. the confs
  list is gone.
- Add attach_leaf_hub()
  Add a leaf or hub mask to the given server, ->serv must exist
  since there can be a list of hub masks and leaf masks, this continues
  to be a dlink list
- Removed redundant find_conf_exact()
  This function can be replaced in all cases with find_exact_name_conf()
  notably because all find_conf_exact did differently was count whether
  an oper conf would cause an already connected client to exceed class limits.
- oper_up() now takes an extra conf pointer pointing to the found
  oper conf, the oper flags are set in the client->iline as necessary
  in oper_up()
- Cleaned up more prototypes that should have been moved from s_conf.h
  to parse_aline.h notably. find_kill() and find_gkill()
- m_stats.c needs more cleanup since memory in attached "confs" is now
  not counted. This should be replaced with iline memory count and
  hub/leaf confs memory count.
  

Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/include/s_user.h
File length: 2648 byte(s)
Diff to previous 32
- svn:keywords

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

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (20 years, 9 months ago) by knight
Original Path: ircd-hybrid/include/s_user.h
File length: 2648 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 (20 years, 9 months ago) by adx
Original Path: ircd-hybrid/include/s_user.h
File length: 2698 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