ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/include/ircd.h
Revision 6375 - (view) (annotate) - [select for diffs]
Modified Fri Aug 21 10:34:16 2015 UTC (8 years, 7 months ago) by michael
File length: 3871 byte(s)
Diff to previous 5796 , to selected 4565
- Remove splitmode checking

Revision 5796 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 16:12:30 2015 UTC (9 years ago) by michael
File length: 4005 byte(s)
Diff to previous 5614 , to selected 4565
- Minor cleanups to CAPAB related code

Revision 5614 - (view) (annotate) - [select for diffs]
Modified Tue Feb 24 19:41:24 2015 UTC (9 years, 1 month ago) by michael
File length: 4048 byte(s)
Diff to previous 5602 , to selected 4565
- ircd.h: removed useless comment

Revision 5602 - (view) (annotate) - [select for diffs]
Modified Mon Feb 23 21:04:46 2015 UTC (9 years, 1 month ago) by michael
File length: 4073 byte(s)
Diff to previous 5507 , to selected 4565
- Fixed core in conjunction with OSX 10.10/possibly other system when parsing pseudo{} blocks as reported by Daniel Oaks
- Reverted -r4080, -r4609 and 4106 as they only cause undefined behavior on some systems

Revision 5507 - (view) (annotate) - [select for diffs]
Modified Mon Feb 9 19:19:41 2015 UTC (9 years, 2 months ago) by michael
File length: 3905 byte(s)
Diff to previous 5489 , to selected 4565
- ircd.h: 'int unsigned' -> 'unsigned int'

Revision 5489 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 14:52:23 2015 UTC (9 years, 2 months ago) by michael
File length: 3905 byte(s)
Diff to previous 5462 , to selected 4565
- Fixed bug where "/rehash" would always reset the "MAX", "JFLOODTIME", and "JFLOODCOUNT" values that
  have been changed from within IRC via the "/set" command
- Renamed the following ircd.conf configuration directives to be more descriptive:

  max_clients -> default_max_clients
  join_flood_count -> default_join_flood_count
  join_flood_time -> default_join_flood_time

- Updated related ircd.conf documentation accordingly

Revision 5462 - (view) (annotate) - [select for diffs]
Modified Tue Feb 3 23:11:22 2015 UTC (9 years, 2 months ago) by michael
File length: 3878 byte(s)
Diff to previous 5347 , to selected 4565
- ircd.h: fixed compile error

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (9 years, 3 months ago) by michael
File length: 3860 byte(s)
Diff to previous 4609 , to selected 4565
- Update copyright years

Revision 4609 - (view) (annotate) - [select for diffs]
Modified Sun Aug 31 08:12:35 2014 UTC (9 years, 7 months ago) by michael
File length: 3860 byte(s)
Diff to previous 4565
- ircd.h: changed Counter structures to anonymous structure

Revision 4565 - (view) (annotate) - [selected]
Modified Sun Aug 24 10:27:40 2014 UTC (9 years, 7 months ago) by michael
File length: 3900 byte(s)
Diff to previous 4106
- Update GPL 2 license headers

Revision 4106 - (view) (annotate) - [select for diffs]
Modified Mon Jun 30 15:50:11 2014 UTC (9 years, 9 months ago) by michael
File length: 3896 byte(s)
Diff to previous 4094 , to selected 4565
- ircd.h, ircd.c: change some structures to anonymous structures

Revision 4094 - (view) (annotate) - [select for diffs]
Modified Sun Jun 29 11:48:50 2014 UTC (9 years, 9 months ago) by michael
File length: 4023 byte(s)
Diff to previous 3929 , to selected 4565
- Merged Adam's event system rewrite

Revision 3929 - (view) (annotate) - [select for diffs]
Modified Mon Jun 9 14:56:25 2014 UTC (9 years, 10 months ago) by michael
File length: 3979 byte(s)
Diff to previous 3923 , to selected 4565
- Greatly speedup d-line lookup. Instead of testing every single client against
  every existing d-line just check the just added ban against connected clients.
  Also now check d-line _before_ looking for a matching exempt{}

Revision 3923 - (view) (annotate) - [select for diffs]
Modified Mon Jun 9 12:33:34 2014 UTC (9 years, 10 months ago) by michael
File length: 4007 byte(s)
Diff to previous 3907 , to selected 4565
- Ugly-fix compile warning

Revision 3907 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 23:53:35 2014 UTC (9 years, 10 months ago) by michael
File length: 4025 byte(s)
Diff to previous 3902 , to selected 4565
- Use 'unsigned' whenever possible

Revision 3902 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 21:39:29 2014 UTC (9 years, 10 months ago) by michael
File length: 4016 byte(s)
Diff to previous 2865 , to selected 4565
- ircd.h: use 'unsigned' whenever possible

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: 3944 byte(s)
Diff to previous 1858 , to selected 4565
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 1858 - (view) (annotate) - [select for diffs]
Modified Thu Apr 25 15:00:52 2013 UTC (10 years, 11 months ago) by michael
File length: 3920 byte(s)
Diff to previous 1798 , to selected 4565
- Added basic support for libGeoIP
- Added exempt configuration option to resv{} blocks

Revision 1798 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 17:09:50 2013 UTC (11 years ago) by michael
File length: 3867 byte(s)
Diff to previous 1666 , to selected 4565
- Cleanup/reorganize header file layout
- Fixed naming convention in some places

Revision 1666 - (view) (annotate) - [select for diffs]
Modified Sun Nov 18 17:03:18 2012 UTC (11 years, 4 months ago) by michael
File length: 3887 byte(s)
Diff to previous 1592 , to selected 4565
- Cleanup unused header file includes
- Fixed minor compile warning in conf.c

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: 4358 byte(s)
Diff to previous 1549 , to selected 4565
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1549 - (view) (annotate) - [select for diffs]
Modified Mon Oct 1 18:11:11 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/include/ircd.h
File length: 4358 byte(s)
Diff to previous 1402 , to selected 4565
- Removed general::kline_with_reason configuration options. It's now enabled
  by default
- Removed remnants of the broken reject holding code

Revision 1402 - (view) (annotate) - [select for diffs]
Modified Wed May 9 18:42:45 2012 UTC (11 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/include/ircd.h
File length: 4434 byte(s)
Diff to previous 1307 , to selected 4565
- /info no longer sends information about the platform ircd is running on
- remove get_ircd_platform() function
- configure: --enable-efnet switch is no longer required

Revision 1307 - (view) (annotate) - [select for diffs]
Modified Sat Mar 24 09:33:33 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/include/ircd.h
File length: 4514 byte(s)
Diff to previous 1176 , to selected 4565
- rsa.c:report_crypto_errors: remove ERR_load_crypto_strings call.
  libcrypto error strings are already registered by SSL_load_error_strings()
- rsa.c: remove verify_private_key()

Revision 1176 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 11:24:24 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/include/ircd.h
File length: 4590 byte(s)
Diff to previous 1156 , to selected 4565
- remove idle-time klines
- rename LocalUser.last to LocalUser.last_privmsg
- m_message.c: reset source_p->last_privmsg even if a client is messaging itself


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

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

Revision 1143 - (view) (annotate) - [select for diffs]
Modified Mon Jul 25 18:58:51 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/include/ircd.h
File length: 4606 byte(s)
Diff to previous 1029 , to selected 4565
- Update NEWS file
- Minor optimization to update_client_exit_stats close_connection
- Move MaxConnectionCount/MaxClientCount to Counter struct

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/ircd.h
File length: 4394 byte(s)
Diff to previous 1028 , to selected 4565
- 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/ircd.h
File length: 4394 byte(s)
Diff to previous 1013 , to selected 4565
- move ircd-hybrid-7.2 to trunk

Revision 1013 - (view) (annotate) - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2/include/ircd.h
File length: 4394 byte(s)
Diff to previous 1011 , to selected 4565
- Add -Wextra -Wcast-align -Wbad-function-cast to CFLAGS if --enable-warnings is specified
- Fixed several compile warnings
- 64-bit cleanliness fixes, e.g., reorganize data structures to reduce storage/unnecessary padding

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2/include/ircd.h
File length: 4331 byte(s)
Diff to previous 948 , to selected 4565
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 948 - (view) (annotate) - [select for diffs]
Modified Tue Jul 21 17:34:06 2009 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2/include/ircd.h
File length: 4351 byte(s)
Diff to previous 912 , to selected 4565
- lp64\llp64\ilp32 portability fixes

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/ircd.h
File length: 4452 byte(s)
Diff to previous 896 , to selected 4565
- 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/ircd.h
File length: 4451 byte(s)
Diff to previous 885 , to selected 4565
- 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/ircd.h
File length: 3256 byte(s)
Diff to previous 34 , to selected 4565
- 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 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/ircd.h
File length: 3343 byte(s)
Diff to previous 33 , to selected 4565
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/ircd.h
File length: 3343 byte(s)
Diff to previous 32 , to selected 4565
- 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/ircd.h
File length: 3343 byte(s)
Diff to previous 31 , to selected 4565
- 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/ircd.h
File length: 3343 byte(s)
Diff to previous 30 , to selected 4565
- 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/ircd.h
File length: 3387 byte(s)
Diff to selected 4565
- 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