Log of /ircd-hybrid/trunk/src/ircd.c
Parent Directory
|
Revision Log
Revision
1798 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 31 17:09:50 2013 UTC
(7 years, 10 months ago)
by
michael
File length: 17422 byte(s)
Diff to
previous 1718
- Cleanup/reorganize header file layout
- Fixed naming convention in some places
Revision
1718 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 27 19:03:00 2012 UTC
(8 years, 1 month ago)
by
michael
File length: 17724 byte(s)
Diff to
previous 1702
- src/ircd.c: minor updates to myopts[] commandline options
Revision
1702 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 20 15:49:20 2012 UTC
(8 years, 1 month ago)
by
michael
File length: 17534 byte(s)
Diff to
previous 1654
- /info now also shows pathnames of g-/x-line database files
Revision
1654 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 16 19:39:37 2012 UTC
(8 years, 2 months ago)
by
michael
File length: 17525 byte(s)
Diff to
previous 1632
- Implemented memory pool allocator which basically is taken from Tor's
mempool allocator for Tor cells
- Fixed compile warnings in conf_class.c
- ./configure --enable-assert works again
Revision
1622 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Nov 1 13:16:37 2012 UTC
(8 years, 2 months ago)
by
michael
File length: 17412 byte(s)
Diff to
previous 1618
- klines, dlines, xlines, glines and resv now make use of the new database;
also, temporary *lines are now stored, so they're not lost after
restarting the ircd. This also applies to G-lines.
Revision
1618 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 30 21:04:38 2012 UTC
(8 years, 3 months ago)
by
michael
File length: 17263 byte(s)
Diff to
previous 1592
- Made m_globops() and ms_globops() use sendto_realops_flags()
- Added message-type parameter to sendto_realops_flags() which can be one of
SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS
- Forward-port -r1617
Revision
1592 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 27 21:02:32 2012 UTC
(8 years, 3 months ago)
by
michael
File length: 17237 byte(s)
Diff to
previous 1518
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
Revision
1446 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jun 25 20:05:12 2012 UTC
(8 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src/ircd.c
File length: 17450 byte(s)
Diff to
previous 1404
- Removed OMOTD
--- Diese und die folgenden Zeilen werden ignoriert --
M include/defaults.h
M include/conf.h
M include/numeric.h
M include/motd.h
M src/s_user.c
M src/messages.tab
M src/motd.c
M src/ircd.c
M modules/Makefile.in
M modules/m_challenge.c
M modules/m_oper.c
D modules/m_omotd.c
M modules/m_rehash.c
M modules/Makefile.am
M NEWS
Revision
1402 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed May 9 18:42:45 2012 UTC
(8 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src/ircd.c
File length: 17546 byte(s)
Diff to
previous 1361
- /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
1316 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Mar 27 17:05:51 2012 UTC
(8 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src/ircd.c
File length: 17664 byte(s)
Diff to
previous 1309
- Removed 'ssl_server_protocol' configuration directive and
added 'ssl_client_method' and 'ssl_server_method' instead.
Both of these options can now be changed at runtime.
- src/Makefile.am: swapped order of conf_parser.y and conf_lexer.l
- Update example configuration files
Revision
1309 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Mar 25 11:24:18 2012 UTC
(8 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src/ircd.c
File length: 17600 byte(s)
Diff to
previous 1307
- renaming files:
ircd_parser.y -> conf_parser.y
ircd_lexer.l -> conf_lexer.l
s_conf.c -> conf.c
s_conf.h -> conf.h
s_log.c -> log.c
s_log.h -> log.h
Revision
1307 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 24 09:33:33 2012 UTC
(8 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src/ircd.c
File length: 17604 byte(s)
Diff to
previous 1303
- 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
1243 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 30 10:47:53 2011 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src/ircd.c
File length: 17343 byte(s)
Diff to
previous 1241
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
remove headers accordingly
- killed common.h
- remove m_killhost.c and m_flags.c from contrib/
- sort out unused header includes here and there
Revision
1241 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 29 20:26:09 2011 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src/ircd.c
File length: 17427 byte(s)
Diff to
previous 1236
- move firsttime, since, and lasttime Client struct members to LocalUser struct
- m_watch.c: show_watch() now properly reports signon times. This also fixes
an invalid signon time of zero for remote clients.
Revision
1176 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 14 11:24:24 2011 UTC
(9 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-8/src/ircd.c
File length: 17425 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
1115 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Dec 21 14:42:54 2010 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.3/src/ircd.c
File length: 17767 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
1013 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Oct 18 14:26:49 2009 UTC
(11 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src/ircd.c
File length: 17525 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
998 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Aug 23 12:43:17 2009 UTC
(11 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src/ircd.c
File length: 18014 byte(s)
Diff to
previous 982
- change resolver/auth to use balloc memory pool
- ircd.c: init_resolver() has to be called *before* read_conf_files(), otherwise
recvfrom() aborts with ENOTSOCK in case there are configured connect{} blocks
with a host that needs to be resolved on the very first configuration read.
Revision
885 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 31 18:09:24 2007 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src/ircd.c
File length: 19131 byte(s)
Diff to
previous 876
- 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
(15 years, 4 months ago)
by
adx
Original Path:
ircd-hybrid/src/ircd.c
File length: 19177 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.