ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/include/server.h
Revision 6364 - (view) (annotate) - [select for diffs]
Modified Wed Aug 19 09:59:43 2015 UTC (8 years, 7 months ago) by michael
File length: 3538 byte(s)
Diff to previous 6353 , to selected 1155
- Remove unused header includes

Revision 6353 - (view) (annotate) - [select for diffs]
Modified Fri Aug 14 17:50:40 2015 UTC (8 years, 8 months ago) by michael
File length: 3554 byte(s)
Diff to previous 6346 , to selected 1155
- Rename server capabilities flags from CAP_* to CAPAB_*

Revision 6346 - (view) (annotate) - [select for diffs]
Modified Tue Aug 11 17:23:45 2015 UTC (8 years, 8 months ago) by michael
File length: 3524 byte(s)
Diff to previous 6316 , to selected 1155
- Cleanup/fix names of several #ifndef INCLUDED_*

Revision 6316 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 14:51:26 2015 UTC (8 years, 8 months ago) by michael
File length: 3520 byte(s)
Diff to previous 6160 , to selected 1155
- Make use of enums some more

Revision 6160 - (view) (annotate) - [select for diffs]
Modified Thu Jun 18 10:49:13 2015 UTC (8 years, 10 months ago) by michael
File length: 3581 byte(s)
Diff to previous 6157 , to selected 1155
- Move all SID/UID related code to id.c

Revision 6157 - (view) (annotate) - [select for diffs]
Modified Thu Jun 18 09:22:51 2015 UTC (8 years, 10 months ago) by michael
File length: 3613 byte(s)
Diff to previous 5810 , to selected 1155
- Automatically generate sid on startup if none is configured. Patch provided by Adam

Revision 5810 - (view) (annotate) - [select for diffs]
Modified Thu Apr 23 17:27:17 2015 UTC (8 years, 11 months ago) by michael
File length: 3581 byte(s)
Diff to previous 5795 , to selected 1155
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
  dline_min_cidr6 configuration options
- m_dline.c: allow d-lines to be added even if an exempt {} exists

Revision 5795 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 16:09:23 2015 UTC (9 years ago) by michael
File length: 3643 byte(s)
Diff to previous 5775 , to selected 1155
- Minor cleanups to CAPAB related code

Revision 5775 - (view) (annotate) - [select for diffs]
Modified Sat Apr 4 17:31:06 2015 UTC (9 years ago) by michael
File length: 3958 byte(s)
Diff to previous 5509 , to selected 1155
- Changed some function to void if we don't need a return value
- Have some other functions return saner values

Revision 5509 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 19:26:36 2015 UTC (9 years, 2 months ago) by michael
File length: 3957 byte(s)
Diff to previous 5474 , to selected 1155
- server.h: removed redundant struct MaskItem declaration

Revision 5474 - (view) (annotate) - [select for diffs]
Modified Sat Feb 7 19:44:49 2015 UTC (9 years, 2 months ago) by michael
File length: 3975 byte(s)
Diff to previous 5346 , to selected 1155
- Allow servers to send as many CAPAB messages as they want, regardless of TS6; Removed CAP_CAP

Revision 5346 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:41:14 2015 UTC (9 years, 3 months ago) by michael
File length: 4052 byte(s)
Diff to previous 4589 , to selected 1155
- Update copyright years

Revision 4589 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:59:21 2014 UTC (9 years, 7 months ago) by michael
File length: 4052 byte(s)
Diff to previous 4564 , to selected 1155
- Renamed 'localClient' Client structure member to just 'connection'

Revision 4564 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:24:47 2014 UTC (9 years, 7 months ago) by michael
File length: 4055 byte(s)
Diff to previous 3377 , to selected 1155
- Update GPL 2 license headers

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: 4051 byte(s)
Copied from: ircd-hybrid/trunk/include/s_serv.h revision 3346
Diff to previous 3347 , to selected 1155
- 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/include/server.h
File length: 4051 byte(s)
Copied from: ircd-hybrid/trunk/include/s_serv.h revision 3346
Diff to previous 3306 , to selected 1155
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3306 - (view) (annotate) - [select for diffs]
Modified Mon Apr 14 18:37:05 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/include/s_serv.h
File length: 4051 byte(s)
Diff to previous 3267 , to selected 1155
- Made server_estab() and sendnick_TS() use 'static' keyword

Revision 3267 - (view) (annotate) - [select for diffs]
Modified Sat Apr 5 19:16:06 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/include/s_serv.h
File length: 4223 byte(s)
Diff to previous 3156 , to selected 1155
- Re-add CHW capability to cope nice with rb

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/include/s_serv.h
File length: 4146 byte(s)
Diff to previous 3055 , to selected 1155
- Removed client_p pointers from everywhere

Revision 3055 - (view) (annotate) - [select for diffs]
Modified Wed Feb 26 18:38:06 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/include/s_serv.h
File length: 4186 byte(s)
Diff to previous 3045 , to selected 1155
- Removed FAKEHOST server capability for now

Revision 3045 - (view) (annotate) - [select for diffs]
Modified Tue Feb 25 21:38:23 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/include/s_serv.h
File length: 4263 byte(s)
Diff to previous 2925 , to selected 1155
- Removed CAP_CHW. This is mandatory since hybrid 6.0 beta 25

Revision 2925 - (view) (annotate) - [select for diffs]
Modified Sat Jan 25 21:46:42 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/s_serv.h
File length: 4340 byte(s)
Diff to previous 2868 , to selected 1155
- s_serv.h: removed unused header include

Revision 2868 - (view) (annotate) - [select for diffs]
Modified Sun Jan 19 17:01:59 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/s_serv.h
File length: 4359 byte(s)
Diff to previous 2865 , to selected 1155
- s_serv.h: made some things use an enum

Revision 2865 - (view) (annotate) - [select for diffs]
Modified Sun Jan 19 14:35:22 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/include/s_serv.h
File length: 4373 byte(s)
Diff to previous 2293 , to selected 1155
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2293 - (view) (annotate) - [select for diffs]
Modified Wed Jun 19 10:54:16 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/include/s_serv.h
File length: 4352 byte(s)
Diff to previous 2282 , to selected 1155
- Added FAKEHOST server capability for later use

Revision 2282 - (view) (annotate) - [select for diffs]
Modified Tue Jun 18 18:02:14 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/include/s_serv.h
File length: 4275 byte(s)
Diff to previous 2216 , to selected 1155
- s_serv.c: cleanup show_capabilities(). Replace sprintf() combo with strlcat()

Revision 2216 - (view) (annotate) - [select for diffs]
Modified Thu Jun 6 17:35:45 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/include/s_serv.h
File length: 4269 byte(s)
Diff to previous 1877 , to selected 1155
- Added read_links_file()

Revision 1877 - (view) (annotate) - [select for diffs]
Modified Sat Apr 27 10:26:51 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/include/s_serv.h
File length: 4234 byte(s)
Diff to previous 1857 , to selected 1155
- Made find_capability() return an unsigned int

Revision 1857 - (view) (annotate) - [select for diffs]
Modified Wed Apr 24 20:47:21 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/include/s_serv.h
File length: 4225 byte(s)
Diff to previous 1632 , to selected 1155
- Constification

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/include/s_serv.h
File length: 4212 byte(s)
Diff to previous 1592 , to selected 1155
- 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/include/s_serv.h
File length: 4237 byte(s)
Diff to previous 1472 , to selected 1155
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1472 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 12:03:18 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/include/s_serv.h
File length: 4237 byte(s)
Diff to previous 1320 , to selected 1155
- remove CAP_TB
- add proper TS6 support to TBURST

Revision 1320 - (view) (annotate) - [select for diffs]
Modified Thu Mar 29 11:15:26 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/include/s_serv.h
File length: 4314 byte(s)
Diff to previous 1302 , to selected 1155
- s_serv.h: sort out unused CAPABS, remove unused capabtab[]

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/include/s_serv.h
File length: 4594 byte(s)
Diff to previous 1301 , to selected 1155
- remove servlink in preparation for tls links/compression

Revision 1301 - (view) (annotate) - [select for diffs]
Modified Sat Mar 10 21:47:17 2012 UTC (12 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/include/s_serv.h
File length: 9735 byte(s)
Diff to previous 1196 , to selected 1155
- add 'dline' and 'undline' operator flags
- implement remote dlines mainly for services purposes, but can be used
  by operators as well
- update example configuration files; remove invalid shared::flags entries

Revision 1196 - (view) (annotate) - [select for diffs]
Modified Sun Aug 21 10:09:23 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/include/s_serv.h
File length: 9580 byte(s)
Diff to previous 1156 , to selected 1155
- implement NICK/UID servicestamps
- add "SVS" to server capabilities

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/include/s_serv.h
File length: 9503 byte(s)
Diff to previous 1155
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [selected]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid/include/s_serv.h
File length: 9503 byte(s)
Diff to previous 1119
- recreate "trunk"

Revision 1119 - (view) (annotate) - [select for diffs]
Modified Fri Jan 7 22:01:47 2011 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/include/s_serv.h
File length: 9503 byte(s)
Diff to previous 1118 , to selected 1155
- removed HUB capability, which was a LL leftover

Revision 1118 - (view) (annotate) - [select for diffs]
Modified Thu Jan 6 13:39:10 2011 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/include/s_serv.h
File length: 9573 byte(s)
Diff to previous 1115 , to selected 1155
- cleanup and sanitize m_server.c. remove hostmasking. Improve TS6 suppport

Revision 1115 - (view) (annotate) - [select for diffs]
Modified Tue Dec 21 14:42:54 2010 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3/include/s_serv.h
File length: 9629 byte(s)
Diff to previous 1029 , to selected 1155
- Rename bogus_host() found in several modules to check_servname() and move
  it to s_serv.c
- serverinfo::sid is now mandatory and must be specified.
  ircd won't start otherwise

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/include/s_serv.h
File length: 9588 byte(s)
Diff to previous 1028 , to selected 1155
- 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/include/s_serv.h
File length: 9588 byte(s)
Diff to previous 912 , to selected 1155
- move ircd-hybrid-7.2 to trunk

Revision 912 - (view) (annotate) - [select for diffs]
Modified Wed Nov 7 22:47:44 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_serv.h
File length: 9588 byte(s)
Diff to previous 896 , to selected 1155
- Implemented libtool-ltdl. Only shared modules are supported currently
- Several build fixes and cleanups. ircd now builds and runs without any problems
- Added back all files to SVN that are needed to built the daemon
  I really don't want to force other people that want to test the snapshots
  or svn versions to install yyacc, lex, automake, autoconf and libtool...
  No problem having required files in svn
- Removed some automake maintainer stuff which is kinda useless for us

Revision 896 - (view) (annotate) - [select for diffs]
Modified Sat Nov 3 08:54:09 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_serv.h
File length: 9587 byte(s)
Diff to previous 885 , to selected 1155
- Killed s_stats.c

Revision 885 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 18:09:24 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_serv.h
File length: 9649 byte(s)
Diff to previous 327 , to selected 1155
- Removed LazyLinks in 7.2 to stop people from asking why we keep
  broken code for half a decade. LL will be implemented in a smarter
  fashion in due time

Revision 327 - (view) (annotate) - [select for diffs]
Modified Sun Dec 25 09:55:48 2005 UTC (18 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_serv.h
File length: 10061 byte(s)
Diff to previous 34 , to selected 1155
- propset svn:keywords "Id" modules/m_tburst.c
- Added CAP_TBURST definition to get m_tburst.c compile

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/include/s_serv.h
File length: 9984 byte(s)
Diff to previous 33 , to selected 1155
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/include/s_serv.h
File length: 9984 byte(s)
Diff to previous 32 , to selected 1155
- 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/include/s_serv.h
File length: 9984 byte(s)
Diff to previous 31 , to selected 1155
- 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/include/s_serv.h
File length: 9984 byte(s)
Diff to previous 30 , to selected 1155
- 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/include/s_serv.h
File length: 10034 byte(s)
Diff to selected 1155
- 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