ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/s_serv.h
Revision 2925 - (view) (annotate) - [select for diffs]
Modified Sat Jan 25 21:46:42 2014 UTC (10 years, 2 months ago) by michael
File length: 4340 byte(s)
Diff to previous 2868
- 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
File length: 4359 byte(s)
Diff to previous 2865
- 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
File length: 4373 byte(s)
Diff to previous 2293
- 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
File length: 4352 byte(s)
Diff to previous 2282
- 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, 9 months ago) by michael
File length: 4275 byte(s)
Diff to previous 2216
- 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, 9 months ago) by michael
File length: 4269 byte(s)
Diff to previous 1877
- 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
File length: 4234 byte(s)
Diff to previous 1857
- 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
File length: 4225 byte(s)
Diff to previous 1632
- Constification

Revision 1632 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 15:37:10 2012 UTC (11 years, 4 months ago) by michael
File length: 4212 byte(s)
Diff to previous 1592
- 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
File length: 4237 byte(s)
Diff to previous 1472
- 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
- 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
- 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
- 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 ago) by michael
Original Path: ircd-hybrid-8/include/s_serv.h
File length: 9735 byte(s)
Diff to previous 1196
- 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
- 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, 7 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) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (12 years, 7 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, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/include/s_serv.h
File length: 9503 byte(s)
Diff to previous 1118
- 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, 2 months ago) by michael
Original Path: ircd-hybrid-7.3/include/s_serv.h
File length: 9573 byte(s)
Diff to previous 1115
- 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
- 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, 4 months ago) by michael
Original Path: ircd-hybrid-7.3/include/s_serv.h
File length: 9588 byte(s)
Diff to previous 1028
- 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, 4 months ago) by michael
Original Path: ircd-hybrid/include/s_serv.h
File length: 9588 byte(s)
Diff to previous 912
- 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, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_serv.h
File length: 9588 byte(s)
Diff to previous 896
- 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, 4 months ago) by michael
Original Path: ircd-hybrid-7.2/include/s_serv.h
File length: 9587 byte(s)
Diff to previous 885
- 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
- 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
- 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, 5 months ago) by lusky
Original Path: ircd-hybrid-7.2/include/s_serv.h
File length: 9984 byte(s)
Diff to previous 33
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, 5 months ago) by knight
Original Path: ircd-hybrid/include/s_serv.h
File length: 9984 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
Original Path: ircd-hybrid/include/s_serv.h
File length: 9984 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
Original Path: ircd-hybrid/include/s_serv.h
File length: 9984 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
Original Path: ircd-hybrid/include/s_serv.h
File length: 10034 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 3346)

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