Log of /ircd-hybrid/trunk/include/ircd.h
Parent Directory
|
Revision Log
Revision
5602 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Feb 23 21:04:46 2015 UTC
(7 years, 11 months ago)
by
michael
File length: 4073 byte(s)
Diff to
previous 5507
- 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
5489 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 8 14:52:23 2015 UTC
(8 years ago)
by
michael
File length: 3905 byte(s)
Diff to
previous 5462
- 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
4609 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 31 08:12:35 2014 UTC
(8 years, 5 months ago)
by
michael
File length: 3860 byte(s)
Diff to
previous 4565
- ircd.h: changed Counter structures to anonymous structure
Revision
4106 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 30 15:50:11 2014 UTC
(8 years, 7 months ago)
by
michael
File length: 3896 byte(s)
Diff to
previous 4094
- ircd.h, ircd.c: change some structures to anonymous structures
Revision
3929 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 9 14:56:25 2014 UTC
(8 years, 8 months ago)
by
michael
File length: 3979 byte(s)
Diff to
previous 3923
- 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
2865 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Jan 19 14:35:22 2014 UTC
(9 years ago)
by
michael
File length: 3944 byte(s)
Diff to
previous 1858
- 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
(9 years, 9 months ago)
by
michael
File length: 3920 byte(s)
Diff to
previous 1798
- 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
(9 years, 10 months ago)
by
michael
File length: 3867 byte(s)
Diff to
previous 1666
- 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
(10 years, 2 months ago)
by
michael
File length: 3887 byte(s)
Diff to
previous 1592
- 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
(10 years, 3 months ago)
by
michael
File length: 4358 byte(s)
Diff to
previous 1549
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
Revision
1402 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 9 18:42:45 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/include/ircd.h
File length: 4434 byte(s)
Diff to
previous 1307
- /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
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/include/ircd.h
File length: 4514 byte(s)
Diff to
previous 1176
- 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
(11 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/include/ircd.h
File length: 4590 byte(s)
Diff to
previous 1156
- 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
1013 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 18 14:26:49 2009 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include/ircd.h
File length: 4394 byte(s)
Diff to
previous 1011
- 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
912 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 7 22:47:44 2007 UTC
(15 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include/ircd.h
File length: 4452 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
885 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 31 18:09:24 2007 UTC
(15 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/include/ircd.h
File length: 3256 byte(s)
Diff to
previous 34
- 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
30 -
(
view)
(
annotate)
-
[select for diffs]
Added
Sun Oct 2 20:03:27 2005 UTC
(17 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/include/ircd.h
File length: 3387 byte(s)
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up
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.