Log of /ircd-hybrid/branches/8.2.x/src
Directory Listing
Revision
8600 -
Directory Listing
Modified
Sun Oct 28 18:12:12 2018 UTC
(4 years, 6 months ago)
by
michael
- Rename Channel:locmembers to Channel::members_local
Revision
8591 -
Directory Listing
Modified
Sun Oct 21 15:44:22 2018 UTC
(4 years, 7 months ago)
by
michael
- watch: cache hash values
Revision
8589 -
Directory Listing
Modified
Sun Oct 21 10:52:11 2018 UTC
(4 years, 7 months ago)
by
michael
- Sprinkle some assert(); cleanup existing ones
Revision
8556 -
Directory Listing
Modified
Sat Sep 22 21:45:27 2018 UTC
(4 years, 8 months ago)
by
michael
- Minor style corrections
Revision
8541 -
Directory Listing
Modified
Sat Sep 15 14:11:29 2018 UTC
(4 years, 8 months ago)
by
michael
- channel.c:channel_do_join(): deduplicate
Revision
8539 -
Directory Listing
Modified
Mon Apr 30 19:49:01 2018 UTC
(5 years ago)
by
michael
- modules.c: style corrections
Revision
8537 -
Directory Listing
Modified
Sun Apr 29 18:09:01 2018 UTC
(5 years ago)
by
michael
- s_bsd.c:ssl_handshake: use 'F' instead of 'client_p->connection->fd'
Revision
8535 -
Directory Listing
Modified
Sun Apr 29 17:12:02 2018 UTC
(5 years ago)
by
michael
- s_bsd_epoll.c: remove syscall.h header include
Revision
8534 -
Directory Listing
Modified
Sun Apr 29 16:43:39 2018 UTC
(5 years ago)
by
michael
- s_bsd_epoll.c: get rid of the fixed size ep_fdlist and add support for a growing epoll_event array. Some code derived from libevent.
Revision
8531 -
Directory Listing
Modified
Sun Apr 29 15:02:45 2018 UTC
(5 years ago)
by
michael
- s_bsd_epoll.c: use epoll_create1 w/ EPOLL_CLOEXEC
Revision
8530 -
Directory Listing
Modified
Sun Apr 29 14:29:55 2018 UTC
(5 years ago)
by
michael
- s_bsd_epoll.c:comm_setselect(): use memset 0 on 'ep_event'
Revision
8527 -
Directory Listing
Modified
Sun Apr 29 13:59:14 2018 UTC
(5 years ago)
by
michael
- Minor cleanup to fd_open()
Revision
8525 -
Directory Listing
Modified
Tue Apr 24 20:33:08 2018 UTC
(5 years, 1 month ago)
by
michael
- user.c: style corrections
Revision
8523 -
Directory Listing
Modified
Tue Apr 24 19:55:18 2018 UTC
(5 years, 1 month ago)
by
michael
- auth.c: style correction; add some assert() to auth_error()
Revision
8521 -
Directory Listing
Modified
Tue Apr 24 19:46:21 2018 UTC
(5 years, 1 month ago)
by
michael
- Style corrections
Revision
8519 -
Directory Listing
Modified
Mon Apr 16 19:32:15 2018 UTC
(5 years, 1 month ago)
by
michael
- fdlist.c: initialize 'highest_fd' with -1 so we don't run into problems if we ever have a fd == 0 in fdlist_update_highest_fd(), which currently is highly unlikely
Revision
8517 -
Directory Listing
Modified
Fri Apr 6 22:52:20 2018 UTC
(5 years, 1 month ago)
by
michael
- AUTHORS, version.c: purge a bunch of yada yada yada
Revision
8514 -
Directory Listing
Modified
Fri Apr 6 20:15:15 2018 UTC
(5 years, 1 month ago)
by
michael
- channel.c: channel_do_join() is called for local clients only; use NULL as first argument to sendto_server()
Revision
8511 -
Directory Listing
Modified
Fri Apr 6 19:27:49 2018 UTC
(5 years, 1 month ago)
by
michael
- Style corrections
Revision
8509 -
Directory Listing
Modified
Fri Apr 6 12:54:47 2018 UTC
(5 years, 1 month ago)
by
michael
- Further cleanups to log.c
Revision
8507 -
Directory Listing
Modified
Fri Apr 6 12:41:36 2018 UTC
(5 years, 1 month ago)
by
michael
- log.c: further cleanups
Revision
8505 -
Directory Listing
Modified
Fri Apr 6 11:43:04 2018 UTC
(5 years, 1 month ago)
by
michael
- log.c: cleanups to improve readability; remove pointless log_set_file() call in ilog()
Revision
8499 -
Directory Listing
Modified
Thu Apr 5 12:59:25 2018 UTC
(5 years, 1 month ago)
by
michael
- Killed Connection::aftype. Use Client::ip.ss.ss_family instead.
Revision
8498 -
Directory Listing
Modified
Thu Apr 5 12:49:07 2018 UTC
(5 years, 1 month ago)
by
michael
- Recreate autogenerated files
Revision
8495 -
Directory Listing
Modified
Thu Apr 5 12:40:05 2018 UTC
(5 years, 1 month ago)
by
michael
- Killed userhost.c. Rewrote everything to use ipcache.c
Revision
8490 -
Directory Listing
Modified
Wed Apr 4 22:02:18 2018 UTC
(5 years, 1 month ago)
by
michael
- pseudo {} blocks aka services aliases are now reported via "STATS s"
Revision
8486 -
Directory Listing
Modified
Wed Apr 4 15:13:05 2018 UTC
(5 years, 1 month ago)
by
michael
- propset
Revision
8483 -
Directory Listing
Modified
Wed Apr 4 15:07:19 2018 UTC
(5 years, 1 month ago)
by
michael
- Move svstag related code into its own files
Revision
8472 -
Directory Listing
Modified
Tue Apr 3 12:54:41 2018 UTC
(5 years, 1 month ago)
by
michael
- conf_gecos.c, conf_resv.c: stylistic changes
Revision
8469 -
Directory Listing
Modified
Tue Apr 3 12:05:14 2018 UTC
(5 years, 1 month ago)
by
michael
- auth.c: deduplicate; minor cleanups
Revision
8467 -
Directory Listing
Modified
Tue Apr 3 11:21:48 2018 UTC
(5 years, 1 month ago)
by
michael
- Implemented channel mode 'N' which prevents users from changing their nick while in a channel with that mode set
Revision
8465 -
Directory Listing
Modified
Mon Apr 2 14:04:25 2018 UTC
(5 years, 1 month ago)
by
michael
- s_bsd_epoll.c:comm_setselect(): add assert()
Revision
8461 -
Directory Listing
Modified
Sat Mar 31 15:42:41 2018 UTC
(5 years, 1 month ago)
by
michael
- conf_pseudo.c:pseudo_message_handler(): stylistic changes
Revision
8460 -
Directory Listing
Modified
Sat Mar 31 15:36:09 2018 UTC
(5 years, 1 month ago)
by
michael
- Recreate conf_parser
Revision
8457 -
Directory Listing
Modified
Sat Mar 31 15:33:39 2018 UTC
(5 years, 1 month ago)
by
michael
- Move pseudot_stats() to m_stats.c
Revision
8452 -
Directory Listing
Modified
Fri Mar 30 16:41:25 2018 UTC
(5 years, 1 month ago)
by
michael
- Report configured pseudo {} blocks in '/stats R'. For now we use the numeric 227. Maybe there's some other numeric that's more suitable for this.
Revision
8450 -
Directory Listing
Modified
Fri Mar 30 15:15:01 2018 UTC
(5 years, 1 month ago)
by
michael
- conf.c:clear_out_old_conf(): free ConfigServerHide.hidden_name
Revision
8446 -
Directory Listing
Modified
Fri Mar 30 11:36:06 2018 UTC
(5 years, 1 month ago)
by
michael
- Stylistic changes
Revision
8438 -
Directory Listing
Modified
Thu Mar 29 13:05:42 2018 UTC
(5 years, 2 months ago)
by
michael
- Add channel_get_list() to channel.c which should be used when accessing channel_list outside of channel.c
Revision
8436 -
Directory Listing
Modified
Thu Mar 29 09:04:53 2018 UTC
(5 years, 2 months ago)
by
michael
- Stylistic changes
Revision
8434 -
Directory Listing
Modified
Tue Mar 27 20:14:06 2018 UTC
(5 years, 2 months ago)
by
michael
- conf_gecos.c: remove unused header include
Revision
8432 -
Directory Listing
Modified
Tue Mar 27 20:10:09 2018 UTC
(5 years, 2 months ago)
by
michael
- Allow a matching function to be passed to conf_service.c:service_find()
Revision
8430 -
Directory Listing
Modified
Tue Mar 27 18:48:40 2018 UTC
(5 years, 2 months ago)
by
michael
- Stylistic changes
Revision
8425 -
Directory Listing
Modified
Sun Mar 25 17:45:13 2018 UTC
(5 years, 2 months ago)
by
michael
- Rename some functions to comply with naming convention
Revision
8415 -
Directory Listing
Modified
Sat Mar 24 18:37:03 2018 UTC
(5 years, 2 months ago)
by
michael
- Remove CHW and HOPS server capabilities. These are mandatory for quite some time now.
Revision
8413 -
Directory Listing
Modified
Thu Mar 22 18:09:06 2018 UTC
(5 years, 2 months ago)
by
michael
- Rename some functions to comply with naming convention
Revision
8411 -
Directory Listing
Modified
Wed Mar 21 17:19:52 2018 UTC
(5 years, 2 months ago)
by
michael
- ircd_signal.c:setup_signals(): use NULL instead of 0 as third argument for sigaction()
Revision
8402 -
Directory Listing
Modified
Sun Mar 18 19:14:25 2018 UTC
(5 years, 2 months ago)
by
michael
- server.c:serv_connect_callback, finish_ssl_server_handshake: cleanups; immediately continue with read_packet()
Revision
8400 -
Directory Listing
Modified
Sun Mar 18 16:49:08 2018 UTC
(5 years, 2 months ago)
by
michael
- client.c:client_free(): remove some assert() that are now no longer valid
Revision
8398 -
Directory Listing
Modified
Sun Mar 18 14:42:53 2018 UTC
(5 years, 2 months ago)
by
michael
- client.c:dead_link_on_read(): replace two report_error with a sendto_realops_flags/ilog combo
Revision
8396 -
Directory Listing
Modified
Sun Mar 18 13:47:47 2018 UTC
(5 years, 2 months ago)
by
michael
- list.c: revert 'dlinkDelete(): reset m->data as well'
Revision
8394 -
Directory Listing
Modified
Sun Mar 18 13:13:20 2018 UTC
(5 years, 2 months ago)
by
michael
- Rename attach_conf() -> conf_attach(), detach_conf() -> conf_detach(); clean up documentation
Revision
8392 -
Directory Listing
Modified
Sun Mar 18 12:53:46 2018 UTC
(5 years, 2 months ago)
by
michael
- Move close_connection() from s_bsd.c to client.c
Revision
8390 -
Directory Listing
Modified
Sat Mar 17 21:43:52 2018 UTC
(5 years, 2 months ago)
by
michael
- Clean up some awful CONF_SERVER handling in serv_connect()
Revision
8388 -
Directory Listing
Modified
Fri Mar 16 20:23:06 2018 UTC
(5 years, 2 months ago)
by
michael
- hash.c:free_list_task(): properly unlink nodes from their lists even though memory is freed solely for debugging purposes
Revision
8386 -
Directory Listing
Modified
Fri Mar 16 20:10:18 2018 UTC
(5 years, 2 months ago)
by
michael
- autoreconf
Revision
8384 -
Directory Listing
Modified
Fri Mar 16 20:06:38 2018 UTC
(5 years, 2 months ago)
by
michael
- Rip out mempool
Revision
8382 -
Directory Listing
Modified
Wed Mar 14 14:11:26 2018 UTC
(5 years, 2 months ago)
by
michael
- s_bsd_epoll.c, s_bsd_kqueue.c: make use of epoll_event.data.ptr and kevent.udata
Revision
8378 -
Directory Listing
Modified
Sun Mar 11 14:56:39 2018 UTC
(5 years, 2 months ago)
by
michael
- Move fd_dump() to m_stats.c; rename it to stats_fdlist()
Revision
8376 -
Directory Listing
Modified
Sat Mar 10 19:44:11 2018 UTC
(5 years, 2 months ago)
by
michael
- client.c: moved clear_invite_list(), and del_all_accepts() calls from exit_one_client() to exit_client()
Revision
8372 -
Directory Listing
Modified
Fri Mar 9 20:06:45 2018 UTC
(5 years, 2 months ago)
by
michael
- Fixed bug spotted by Erick J. Velez where ircd would not remove RPL_WHOISOPERATOR based svstags when deoppering.
Revision
8371 -
Directory Listing
Modified
Wed Mar 7 18:56:54 2018 UTC
(5 years, 2 months ago)
by
michael
- autoreconf
Revision
8366 -
Directory Listing
Modified
Mon Mar 5 19:51:02 2018 UTC
(5 years, 2 months ago)
by
michael
- "JOIN 0" is now no longer supported
Revision
8364 -
Directory Listing
Modified
Sun Mar 4 17:59:06 2018 UTC
(5 years, 2 months ago)
by
michael
- fdlist.c: remove unused header includes
Revision
8362 -
Directory Listing
Modified
Sun Mar 4 14:26:48 2018 UTC
(5 years, 2 months ago)
by
michael
- res.c:restart_resolver(): Added sanity test. ResolverFileDescriptor might be NULL at this point
Revision
8360 -
Directory Listing
Modified
Sun Mar 4 14:22:26 2018 UTC
(5 years, 2 months ago)
by
michael
- auth.c: added some assert()
Revision
8357 -
Directory Listing
Modified
Sun Mar 4 13:57:37 2018 UTC
(5 years, 2 months ago)
by
michael
- autoreconf
Revision
8350 -
Directory Listing
Modified
Sun Mar 4 13:27:17 2018 UTC
(5 years, 2 months ago)
by
michael
- mempool.c:mp_pool_init(): fixed compile warning with --disable-mempool
Revision
8348 -
Directory Listing
Modified
Sun Mar 4 13:23:49 2018 UTC
(5 years, 2 months ago)
by
michael
- Style corrections
Revision
8346 -
Directory Listing
Modified
Sun Mar 4 00:17:21 2018 UTC
(5 years, 2 months ago)
by
michael
- auth.c:make_auth(): fixes to previous commit
Revision
8344 -
Directory Listing
Modified
Sun Mar 4 00:05:53 2018 UTC
(5 years, 2 months ago)
by
michael
- auth.c:make_auth(): properly assign 'auth' to 'auth->client->connection->auth'
Revision
8343 -
Directory Listing
Modified
Sat Mar 3 23:22:31 2018 UTC
(5 years, 2 months ago)
by
michael
- s_bsd_kqueue.c:comm_select(): fixed another compile error
Revision
8340 -
Directory Listing
Modified
Sat Mar 3 23:13:13 2018 UTC
(5 years, 2 months ago)
by
michael
- s_bsd_kqueue.c:comm_select(): fixed build
Revision
8338 -
Directory Listing
Modified
Sat Mar 3 22:26:59 2018 UTC
(5 years, 2 months ago)
by
michael
- Restore fd_table. No longer allocate fde_t items from within any other structures like the AuthRequest, or Connection structure
- struct AuthRequest once again is no longer allocated from within the Connection structure
Revision
8336 -
Directory Listing
Modified
Thu Mar 1 23:06:33 2018 UTC
(5 years, 2 months ago)
by
michael
- client.c:client_free(): fixed assert() broken by previous commit
Revision
8334 -
Directory Listing
Modified
Thu Mar 1 22:11:29 2018 UTC
(5 years, 2 months ago)
by
michael
- client.c:client_free(): inspect most of the relevant 'struct Client' and 'struct Connection' members
Revision
8331 -
Directory Listing
Modified
Wed Feb 28 21:33:00 2018 UTC
(5 years, 2 months ago)
by
michael
- autoreconf
Revision
8327 -
Directory Listing
Modified
Wed Feb 28 19:53:28 2018 UTC
(5 years, 2 months ago)
by
michael
- autoreconf
Revision
8324 -
Directory Listing
Modified
Wed Feb 28 19:52:14 2018 UTC
(5 years, 2 months ago)
by
michael
- The memory pooling allocator can be disabled with the --disable-mempool switch now
Revision
8317 -
Directory Listing
Modified
Wed Feb 28 17:49:36 2018 UTC
(5 years, 2 months ago)
by
michael
- Recreate parser files
Revision
8316 -
Directory Listing
Modified
Wed Feb 28 17:48:39 2018 UTC
(5 years, 2 months ago)
by
michael
- autoreconf
Revision
8313 -
Directory Listing
Modified
Wed Feb 28 17:45:36 2018 UTC
(5 years, 2 months ago)
by
michael
- Remove experimental libgeoip support
Revision
8312 -
Directory Listing
Modified
Wed Feb 28 16:55:22 2018 UTC
(5 years, 2 months ago)
by
michael
- client.c:client_free(): set client_p->connection = NULL after freeing it
Revision
8309 -
Directory Listing
Modified
Wed Feb 28 16:45:52 2018 UTC
(5 years, 2 months ago)
by
michael
- Clean up remaining sizeof() to sizeof(variable)
Revision
8308 -
Directory Listing
Modified
Tue Feb 27 21:19:41 2018 UTC
(5 years, 2 months ago)
by
michael
- s_bsd.c: removed useless auth.h header include
Revision
8305 -
Directory Listing
Modified
Tue Feb 27 21:17:58 2018 UTC
(5 years, 2 months ago)
by
michael
- auth.h, auth.c: reformating; rename some functions to comply with naming convention
Revision
8303 -
Directory Listing
Modified
Tue Feb 27 20:05:22 2018 UTC
(5 years, 2 months ago)
by
michael
- auth.h, auth.c: made release_auth_client() 'static'; removed declaration in auth.h
Revision
8299 -
Directory Listing
Modified
Sun Feb 25 13:05:30 2018 UTC
(5 years, 3 months ago)
by
michael
- auth.c:auth_delete(): clear AM_DOING_AUTH, and AM_DNS_PENDING flags as appropriate
Revision
8297 -
Directory Listing
Modified
Sun Feb 25 11:15:28 2018 UTC
(5 years, 3 months ago)
by
michael
- auth.c:release_auth_client(): use the AddFlag macro
Revision
8295 -
Directory Listing
Modified
Sun Feb 25 10:19:58 2018 UTC
(5 years, 3 months ago)
by
michael
- list.c:dlinkDelete(): added assert()
Revision
8293 -
Directory Listing
Modified
Sun Feb 25 09:48:15 2018 UTC
(5 years, 3 months ago)
by
michael
- client.c:exit_client(): added assert(); style correction
Revision
8291 -
Directory Listing
Modified
Sun Feb 25 09:38:11 2018 UTC
(5 years, 3 months ago)
by
michael
- client.c:exit_aborted_clients(): deduplicate
Revision
8289 -
Directory Listing
Modified
Sun Feb 25 09:33:47 2018 UTC
(5 years, 3 months ago)
by
michael
- list.c:dlinkDelete(): reset m->data as well
Revision
8287 -
Directory Listing
Modified
Sat Feb 24 20:10:04 2018 UTC
(5 years, 3 months ago)
by
michael
- client.c:client_free(): fixed compile error introduced by previous changes
Revision
8285 -
Directory Listing
Modified
Sat Feb 24 19:41:44 2018 UTC
(5 years, 3 months ago)
by
michael
- client.c:client_free(): sprinkle some assert()
Revision
8283 -
Directory Listing
Modified
Sat Feb 24 16:48:07 2018 UTC
(5 years, 3 months ago)
by
michael
- mempool.c:mp_pool_new(): minor clarification in some debug log message
Revision
8281 -
Directory Listing
Modified
Fri Feb 23 17:24:01 2018 UTC
(5 years, 3 months ago)
by
michael
- ircd.c:main(): show 'ircd_version' and 'serno' in 'Server ready' message
Revision
8280 -
Directory Listing
Modified
Tue Feb 20 19:30:33 2018 UTC
(5 years, 3 months ago)
by
michael
- Update copyright years
Revision
8275 -
Directory Listing
Modified
Wed Sep 27 18:53:35 2017 UTC
(5 years, 8 months ago)
by
michael
- channel.c:check_spambot_warning(): stylistic changes; improve readability
Revision
8273 -
Directory Listing
Modified
Wed Sep 27 18:45:32 2017 UTC
(5 years, 8 months ago)
by
michael
- channel.c:check_spambot_warning(): remove extraneous parentheses
Revision
8269 -
Directory Listing
Modified
Fri Jun 23 17:21:09 2017 UTC
(5 years, 11 months ago)
by
michael
- motd.c:motd_lookup(): fixed indentation
Revision
8264 -
Directory Listing
Modified
Sat Jun 3 20:11:14 2017 UTC
(5 years, 11 months ago)
by
michael
- s_bsd.c: from p4: add_connection(): clean up logic for ips beginning with :
Revision
8254 -
Directory Listing
Modified
Wed May 24 17:08:16 2017 UTC
(6 years ago)
by
michael
- Change RPL_WELCOME to rfc2812 style now that we have the realhost information in Client::realhost
Revision
8252 -
Directory Listing
Modified
Mon May 22 19:28:52 2017 UTC
(6 years ago)
by
michael
- Have s_bsd.c:comm_accept() take a fde_t pointer instead of a struct Listener
Revision
8250 -
Directory Listing
Modified
Sat May 20 16:40:35 2017 UTC
(6 years ago)
by
michael
- channel_mode.c:set_channel_mode(): use explicit NULL
Revision
8244 -
Directory Listing
Modified
Mon May 15 17:07:41 2017 UTC
(6 years ago)
by
michael
- flex 2.6.4
Revision
8226 -
Directory Listing
Modified
Mon Apr 17 09:32:37 2017 UTC
(6 years, 1 month ago)
by
michael
- channel_mode.c:channel_modes(): fixed invalid test
Revision
8222 -
Directory Listing
Modified
Sun Apr 16 12:53:37 2017 UTC
(6 years, 1 month ago)
by
michael
- client.c, user.c: show the real host in client connect/exit notices
Revision
8219 -
Directory Listing
Modified
Sun Apr 16 12:31:33 2017 UTC
(6 years, 1 month ago)
by
michael
- auth.c: add documentation
Revision
8216 -
Directory Listing
Modified
Sun Apr 16 12:18:38 2017 UTC
(6 years, 1 month ago)
by
michael
- auth.c: have auth_dns_callback() to check for invalid hostnames rather than in user.c:register_local_user()
Revision
8213 -
Directory Listing
Modified
Sun Apr 16 11:42:51 2017 UTC
(6 years, 1 month ago)
by
michael
- Store real host information in Client.realhost and extend the UID message to send the actual host.
This allows operators to see the real host of a client in /whois and /whowas.
Revision
8209 -
Directory Listing
Modified
Sun Apr 16 10:45:01 2017 UTC
(6 years, 1 month ago)
by
michael
- Remove UMODE_HIDDENHOST as we don't need a separat mode for that
Revision
8171 -
Directory Listing
Modified
Sun Apr 9 16:15:45 2017 UTC
(6 years, 1 month ago)
by
michael
- server_capab.h, server_capab.c: propset
Revision
8169 -
Directory Listing
Modified
Sun Apr 9 16:13:28 2017 UTC
(6 years, 1 month ago)
by
michael
- Add server_capab files
Revision
8168 -
Directory Listing
Modified
Sun Apr 9 16:10:57 2017 UTC
(6 years, 1 month ago)
by
michael
- autoreconf
Revision
8165 -
Directory Listing
Modified
Sun Apr 9 16:08:02 2017 UTC
(6 years, 1 month ago)
by
michael
- Move all CAPAB related code to server_capab.c, and server_capab.h
Revision
8162 -
Directory Listing
Modified
Sun Apr 9 11:28:10 2017 UTC
(6 years, 1 month ago)
by
michael
- irc_string.c: sync strlcpy() and strlcat() with latest versions from openbsd
Revision
8159 -
Directory Listing
Modified
Sun Apr 9 10:24:20 2017 UTC
(6 years, 1 month ago)
by
michael
- channel_mode.c: replace some two-case switches with just a small if/else if
Revision
8158 -
Directory Listing
Modified
Sat Apr 8 19:40:45 2017 UTC
(6 years, 1 month ago)
by
michael
- Update Riedel's email address
Revision
8096 -
Directory Listing
Modified
Sat Apr 1 20:06:13 2017 UTC
(6 years, 1 month ago)
by
michael
- channel_mode.c:chm_simple(): drop redundant mode changes; deduplicate
Revision
8094 -
Directory Listing
Modified
Wed Mar 29 13:47:08 2017 UTC
(6 years, 2 months ago)
by
michael
- Fixed NULL pointer dereference in chm_nosuch()
Revision
8093 -
Directory Listing
Modified
Wed Mar 29 13:17:20 2017 UTC
(6 years, 2 months ago)
by
michael
- channel_mode.c:cmode_tab[]: use designated initializers
Revision
8090 -
Directory Listing
Modified
Wed Mar 29 12:49:28 2017 UTC
(6 years, 2 months ago)
by
michael
- Get rid of chm_registered() and chm_simple_oper()
Revision
8088 -
Directory Listing
Modified
Wed Mar 29 12:21:50 2017 UTC
(6 years, 2 months ago)
by
michael
- Cleanup channel mode table handling
Revision
8083 -
Directory Listing
Modified
Sun Mar 26 10:14:41 2017 UTC
(6 years, 2 months ago)
by
michael
- Add RPL_ETRACEEND numeric taken from irc2.11
Revision
8062 -
Directory Listing
Modified
Thu Mar 23 17:13:05 2017 UTC
(6 years, 2 months ago)
by
michael
- Add UMODE_MAX_STR enum to user.h and make use of it in relevant places
Revision
8060 -
Directory Listing
Modified
Thu Mar 23 16:52:02 2017 UTC
(6 years, 2 months ago)
by
michael
- user.c:show_lusers(): get rid of redundant tests
Revision
8058 -
Directory Listing
Modified
Thu Mar 23 16:13:10 2017 UTC
(6 years, 2 months ago)
by
michael
- Fixed style inconsistencies in various places
Revision
8052 -
Directory Listing
Modified
Wed Mar 22 17:47:59 2017 UTC
(6 years, 2 months ago)
by
michael
- numeric.c: add channel modes 'Lu' to RPL_MYINFO
Revision
8050 -
Directory Listing
Modified
Sun Mar 19 11:25:27 2017 UTC
(6 years, 2 months ago)
by
michael
- channel_mode.c: constification; remove useless comments
Revision
8048 -
Directory Listing
Modified
Sat Mar 18 18:09:45 2017 UTC
(6 years, 2 months ago)
by
michael
- Rebuilt configuration parser files
Revision
8045 -
Directory Listing
Modified
Sat Mar 18 18:05:41 2017 UTC
(6 years, 2 months ago)
by
michael
- Implemented channel mode 'L'. Channels with that mode set can make use of an extended ban list size
specified with the new 'channel::max_bans_large' configuraton option. This mode can be set only by
irc-operators or servers.
Revision
8043 -
Directory Listing
Modified
Sat Mar 18 16:51:06 2017 UTC
(6 years, 2 months ago)
by
michael
- Add chptr->mode.mode manipulation macros
Revision
8041 -
Directory Listing
Modified
Sat Mar 18 16:31:57 2017 UTC
(6 years, 2 months ago)
by
michael
- channel_mode.h, channel_mode.c: use 'unsigned' in some places
Revision
8039 -
Directory Listing
Modified
Sat Mar 18 16:18:51 2017 UTC
(6 years, 2 months ago)
by
michael
- Implement channel mode 'u' which hides bmasks (+b/+e/+I) to non-chanops everywhere
Revision
8037 -
Directory Listing
Modified
Fri Mar 17 22:28:04 2017 UTC
(6 years, 2 months ago)
by
michael
- configure.ac: remove test for sys/resource.h
Revision
8035 -
Directory Listing
Modified
Fri Mar 17 17:49:11 2017 UTC
(6 years, 2 months ago)
by
michael
- send.c: replace IsDefunct() test in sendto_wallops_flags(), and sendto_realops_flags() with just IsDead()
Revision
8033 -
Directory Listing
Modified
Fri Mar 17 17:34:36 2017 UTC
(6 years, 2 months ago)
by
michael
- send.c:sendto_realops_flags(): only allocate a single dbuf_block instead of multiple ones depending on how many recipient there are
Revision
8029 -
Directory Listing
Modified
Fri Mar 17 15:56:45 2017 UTC
(6 years, 2 months ago)
by
michael
- send.c:sendto_realops_flags(): initialize 'ntype' with "???"
Revision
8028 -
Directory Listing
Modified
Fri Mar 17 15:36:42 2017 UTC
(6 years, 2 months ago)
by
michael
- channel.c:channel_make(): commenting
Revision
8023 -
Directory Listing
Modified
Fri Mar 17 15:04:18 2017 UTC
(6 years, 2 months ago)
by
michael
- channel.c: fixed style inconsistencies
Revision
8021 -
Directory Listing
Modified
Thu Mar 16 21:02:38 2017 UTC
(6 years, 2 months ago)
by
michael
- channel_mode.c: fixed an issue in chm_key() where "MODE #chan +k-k bla bla" would result in a "MODE #chan +k-k *" sent back to clients.
Revision
8019 -
Directory Listing
Modified
Thu Mar 16 18:44:58 2017 UTC
(6 years, 2 months ago)
by
michael
- channel_mode.c:send_mode_changes_client(): remove senseless code
Revision
8017 -
Directory Listing
Modified
Thu Mar 16 16:41:58 2017 UTC
(6 years, 2 months ago)
by
michael
- channel_mode.c:chm_ban, chm_except, chm_invex: add some comments about the max length of 'mask'
Revision
8015 -
Directory Listing
Modified
Thu Mar 16 16:26:59 2017 UTC
(6 years, 2 months ago)
by
michael
- channel_mode.c: send_mode_changes_(client|server): remove length test on parabuf; minor other cleanups
Revision
8013 -
Directory Listing
Modified
Thu Mar 16 16:03:07 2017 UTC
(6 years, 2 months ago)
by
michael
- channel_mode.c: send_mode_changes_(client|server): rename variables; 'nc' -> 'modecount', 'mc' -> 'paracount'
Revision
8011 -
Directory Listing
Modified
Thu Mar 16 15:47:45 2017 UTC
(6 years, 2 months ago)
by
michael
- channel_mode.c: fixed possible issue in send_mode_changes_(client|server) where it wouldn't strip the trailing space on TMODE with more than MAXMODEPARAMS parameters
Revision
8002 -
Directory Listing
Modified
Tue Mar 14 14:20:50 2017 UTC
(6 years, 2 months ago)
by
michael
- Removed CAPAB_IE and CAPAB_EX. These are mandatory for some years now.
Revision
8000 -
Directory Listing
Modified
Tue Mar 14 14:12:21 2017 UTC
(6 years, 2 months ago)
by
michael
- Fixed old bug where lusers/stats u would report an invalid max local connection count in RPL_STATSCONN
Revision
7998 -
Directory Listing
Modified
Tue Mar 14 13:50:29 2017 UTC
(6 years, 2 months ago)
by
michael
- Removed redundant 'Count.max_loc_cli'; use 'Count.max_loc' instead
Revision
7996 -
Directory Listing
Modified
Tue Mar 14 13:17:39 2017 UTC
(6 years, 2 months ago)
by
michael
- Rename get_client_name() to client_get_name()
Revision
7994 -
Directory Listing
Modified
Tue Mar 14 12:35:54 2017 UTC
(6 years, 2 months ago)
by
michael
- server.c: stylistic changes
Revision
7990 -
Directory Listing
Modified
Tue Mar 14 12:22:07 2017 UTC
(6 years, 2 months ago)
by
michael
- server.c:server_hunt(): use 'tmp' instead of 'node->data'
Revision
7986 -
Directory Listing
Modified
Tue Mar 14 00:28:48 2017 UTC
(6 years, 2 months ago)
by
michael
- client.c: stylistic changes
Revision
7984 -
Directory Listing
Modified
Tue Mar 14 00:11:05 2017 UTC
(6 years, 2 months ago)
by
michael
- numeric.c: made ERR_SSLONLYCHAN more descriptive as requested by r0d3nt
Revision
7972 -
Directory Listing
Modified
Mon Mar 13 22:05:40 2017 UTC
(6 years, 2 months ago)
by
michael
- Made server_hunt() return a const pointer
Revision
7970 -
Directory Listing
Modified
Mon Mar 13 21:55:33 2017 UTC
(6 years, 2 months ago)
by
michael
- Cleanup some bad mess in mo_trace(). This also fixes some bug where we would get RPL_TRACELINK replies with
"ac2ptr_is_NULL!!" from remote servers including SIDs or UIDs.
Revision
7968 -
Directory Listing
Modified
Mon Mar 13 19:27:42 2017 UTC
(6 years, 2 months ago)
by
michael
- Get rid of Count.local
Revision
7966 -
Directory Listing
Modified
Mon Mar 13 19:09:33 2017 UTC
(6 years, 2 months ago)
by
michael
- Get rid of Count.myserver
Revision
7964 -
Directory Listing
Modified
Mon Mar 13 18:58:59 2017 UTC
(6 years, 2 months ago)
by
michael
- Get rid of Count.total
Revision
7962 -
Directory Listing
Modified
Mon Mar 13 18:48:59 2017 UTC
(6 years, 2 months ago)
by
michael
- No longer put servers on the 'global_client_list'. This was just bad.
Revision
7960 -
Directory Listing
Modified
Mon Mar 13 18:19:54 2017 UTC
(6 years, 2 months ago)
by
michael
- client.c: merge update_client_exit_stats() into exit_one_client()
Revision
7956 -
Directory Listing
Modified
Sun Mar 5 11:52:53 2017 UTC
(6 years, 2 months ago)
by
michael
- Rename some functions in client.c to comply with naming convention
Revision
7954 -
Directory Listing
Modified
Sat Mar 4 19:37:07 2017 UTC
(6 years, 2 months ago)
by
michael
- Rename some functions in auth.c to comply with naming convention
Revision
7952 -
Directory Listing
Modified
Thu Mar 2 18:02:12 2017 UTC
(6 years, 2 months ago)
by
michael
- Rename hunt_server() to server_hunt()
Revision
7950 -
Directory Listing
Modified
Thu Mar 2 17:54:03 2017 UTC
(6 years, 2 months ago)
by
michael
- Move check_server() from server.c to m_server.c; rename it to server_check()
Revision
7948 -
Directory Listing
Modified
Thu Mar 2 13:47:00 2017 UTC
(6 years, 2 months ago)
by
michael
- 'opers_bypass_callerid' now defaults to 'yes'
Revision
7946 -
Directory Listing
Modified
Wed Feb 22 19:53:04 2017 UTC
(6 years, 3 months ago)
by
michael
- send.c: style corrections
Revision
7944 -
Directory Listing
Modified
Wed Feb 22 19:46:11 2017 UTC
(6 years, 3 months ago)
by
michael
- send.c:sendto_channel_butone(): split long if statement
Revision
7942 -
Directory Listing
Modified
Wed Feb 22 19:39:33 2017 UTC
(6 years, 3 months ago)
by
michael
- send.c:sendto_channel_butone(): test IsDefunct() on 'target_p->from' instead of 'target_p' as it can be a remote client
Revision
7940 -
Directory Listing
Modified
Fri Jan 27 15:04:09 2017 UTC
(6 years, 4 months ago)
by
michael
- misc.c: add some comments
Revision
7938 -
Directory Listing
Modified
Fri Jan 27 14:53:37 2017 UTC
(6 years, 4 months ago)
by
michael
- conf_resv.c:resv_find(): remove explicit initialization on 'node' and 'list'
Revision
7936 -
Directory Listing
Modified
Fri Jan 27 14:36:16 2017 UTC
(6 years, 4 months ago)
by
michael
- conf_class.c:class_init(): make things look saner
Revision
7935 -
Directory Listing
Modified
Fri Jan 27 14:29:29 2017 UTC
(6 years, 4 months ago)
by
michael
- motd.c:motd_lookup(): don't retrieve ClassItem pointer when there's no need to
Revision
7925 -
Directory Listing
Modified
Sat Dec 31 13:57:24 2016 UTC
(6 years, 4 months ago)
by
michael
- Update copyright years
Revision
7913 -
Directory Listing
Modified
Sun Nov 27 18:54:38 2016 UTC
(6 years, 6 months ago)
by
michael
- Style corrections
Revision
7907 -
Directory Listing
Modified
Sun Nov 27 13:55:16 2016 UTC
(6 years, 6 months ago)
by
michael
- channel.c:channel_do_join(): rename variable
Revision
7890 -
Directory Listing
Modified
Wed Nov 16 15:00:19 2016 UTC
(6 years, 6 months ago)
by
michael
- mempool.c: remove useless NULL assignment
Revision
7871 -
Directory Listing
Modified
Wed Nov 9 20:13:07 2016 UTC
(6 years, 6 months ago)
by
michael
- Style corrections in several places
Revision
7869 -
Directory Listing
Modified
Wed Nov 9 13:41:34 2016 UTC
(6 years, 6 months ago)
by
michael
- Make hash.c:free_list_task() use dlinkDelete() instead of dlinkFindDelete()
Revision
7860 -
Directory Listing
Modified
Tue Nov 8 20:11:54 2016 UTC
(6 years, 6 months ago)
by
michael
- Rebuilt parser files
Revision
7859 -
Directory Listing
Modified
Tue Nov 8 20:09:29 2016 UTC
(6 years, 6 months ago)
by
michael
- Import FLOODTIME changes from p4
Revision
7826 -
Directory Listing
Modified
Sat Oct 29 18:18:52 2016 UTC
(6 years, 6 months ago)
by
michael
- flex 2.6.2
Revision
7796 -
Directory Listing
Modified
Tue Oct 18 17:26:37 2016 UTC
(6 years, 7 months ago)
by
michael
- Minor style corrections and constifications
Revision
7794 -
Directory Listing
Modified
Mon Oct 17 19:30:29 2016 UTC
(6 years, 7 months ago)
by
michael
- Rebuilt parser files
Revision
7792 -
Directory Listing
Modified
Mon Oct 17 19:22:28 2016 UTC
(6 years, 7 months ago)
by
michael
- Implement INVITE expirations
Revision
7790 -
Directory Listing
Modified
Mon Oct 17 17:30:47 2016 UTC
(6 years, 7 months ago)
by
michael
- hostmask.c: try_parse_v6_netmask()/try_parse_v4_netmask(): set address family accordingly. parse_netmask(): zero out 'addr'
Revision
7788 -
Directory Listing
Modified
Mon Oct 17 15:49:53 2016 UTC
(6 years, 7 months ago)
by
michael
- conf.c:conf_error_report(), yyerror(): use const
Revision
7778 -
Directory Listing
Modified
Sat Oct 8 17:24:11 2016 UTC
(6 years, 7 months ago)
by
michael
- channel.c, dbuf.c: stylistic changes
Revision
7776 -
Directory Listing
Modified
Sat Oct 8 16:57:31 2016 UTC
(6 years, 7 months ago)
by
michael
- conf.c:conf_error_report(): fixed compile warning
Revision
7774 -
Directory Listing
Modified
Sat Oct 8 16:54:12 2016 UTC
(6 years, 7 months ago)
by
michael
- motd.c:motd_cache(): stylistic changes
Revision
7773 -
Directory Listing
Modified
Sat Oct 8 16:31:37 2016 UTC
(6 years, 7 months ago)
by
michael
- Rebuilt parser files
Revision
7770 -
Directory Listing
Modified
Sat Oct 8 16:30:18 2016 UTC
(6 years, 7 months ago)
by
michael
- user.c:send_umode(): fixed compile warning (-Wshadow) on centos and possibly others
Revision
7765 -
Directory Listing
Modified
Fri Oct 7 16:26:19 2016 UTC
(6 years, 7 months ago)
by
michael
- Added 'channel::max_invites' configuration directive
Revision
7763 -
Directory Listing
Modified
Thu Oct 6 16:59:51 2016 UTC
(6 years, 7 months ago)
by
michael
- Get rid of clear_ban_cache_channel() and clear_ban_cache_client(). Use clear_ban_cache_list() instead.
Revision
7761 -
Directory Listing
Modified
Thu Oct 6 16:44:27 2016 UTC
(6 years, 7 months ago)
by
michael
- Get rid of clear_invites_channel() and clear_invites_client(). Use clear_invite_list() instead.
Revision
7759 -
Directory Listing
Modified
Wed Oct 5 18:33:01 2016 UTC
(6 years, 7 months ago)
by
michael
- s_bsd_kqueue.c:kq_update_events(): make 'zero_timespec' a const struct
Revision
7745 -
Directory Listing
Modified
Sat Oct 1 17:43:16 2016 UTC
(6 years, 7 months ago)
by
michael
- conf.c: fixed a lineno off-by-one for parser warnings in included configuration files
Revision
7743 -
Directory Listing
Modified
Fri Sep 30 18:46:03 2016 UTC
(6 years, 7 months ago)
by
michael
- conf_lexer.l: replace a snprintf with strlcpy
Revision
7732 -
Directory Listing
Modified
Mon Sep 26 15:55:25 2016 UTC
(6 years, 8 months ago)
by
michael
- conf_lexer.l:cinclude(): we don't use yyin
Revision
7725 -
Directory Listing
Modified
Mon Sep 26 14:59:44 2016 UTC
(6 years, 8 months ago)
by
michael
- Add stripws() to irc_string.c; make warnings about syntax errors with multiple whitespaces look nicer
Revision
7707 -
Directory Listing
Modified
Fri Sep 23 16:45:18 2016 UTC
(6 years, 8 months ago)
by
michael
- Show GnuTLS/OpenSSL library/header versions in /INFO as suggested by Adam
Revision
7706 -
Directory Listing
Modified
Wed Sep 21 16:49:04 2016 UTC
(6 years, 8 months ago)
by
michael
- conf_lexer.l: cleanup config include stack code (Adam)
Revision
7699 -
Directory Listing
Modified
Sun Sep 4 15:46:47 2016 UTC
(6 years, 8 months ago)
by
michael
- version.c: update metalrock's email
Revision
7695 -
Directory Listing
Modified
Thu Sep 1 09:35:09 2016 UTC
(6 years, 8 months ago)
by
michael
- AUTHORS, version.c: fix inconsistency
Revision
7693 -
Directory Listing
Modified
Wed Aug 31 18:42:42 2016 UTC
(6 years, 8 months ago)
by
michael
- Add Andrew Strutt to AUTHORS and version.c
Revision
7686 -
Directory Listing
Modified
Thu Aug 18 17:32:04 2016 UTC
(6 years, 9 months ago)
by
michael
- Remove excessive const keyword on dlink_node pointers
Revision
7684 -
Directory Listing
Modified
Thu Aug 18 14:40:43 2016 UTC
(6 years, 9 months ago)
by
michael
- conf_pseudo.h, conf_pseudo.c: added pseudo_get_list() for later use
Revision
7677 -
Directory Listing
Modified
Wed Jul 20 19:47:11 2016 UTC
(6 years, 10 months ago)
by
michael
- conf_lexer.l: update filename for \file
Revision
7676 -
Directory Listing
Modified
Wed Jul 20 19:31:34 2016 UTC
(6 years, 10 months ago)
by
michael
- Fixed more svn properties as pointed out by jackal
Revision
7671 -
Directory Listing
Modified
Wed Jul 20 18:47:10 2016 UTC
(6 years, 10 months ago)
by
michael
- hostmask.c:add_conf_by_address(): stylistic changes
Revision
7667 -
Directory Listing
Modified
Wed Jul 20 17:09:36 2016 UTC
(6 years, 10 months ago)
by
michael
- Fixed svn properties
Revision
7638 -
Directory Listing
Modified
Wed Jul 13 17:58:44 2016 UTC
(6 years, 10 months ago)
by
michael
- conf.c:conf_rehash(): from p4: Log when rehashing due to sighup
Revision
7633 -
Directory Listing
Modified
Mon Jul 4 16:13:28 2016 UTC
(6 years, 10 months ago)
by
michael
- list.c: fixed typo in comments
Revision
7631 -
Directory Listing
Modified
Thu Jun 30 16:44:02 2016 UTC
(6 years, 10 months ago)
by
michael
- send.c:sendto_match_servs(): move test
Revision
7629 -
Directory Listing
Modified
Tue Jun 28 16:46:30 2016 UTC
(6 years, 11 months ago)
by
michael
- user.c:register_remote_user(): remove TS5 leftover
Revision
7626 -
Directory Listing
Modified
Thu Jun 23 12:46:46 2016 UTC
(6 years, 11 months ago)
by
michael
- Re-built autogenerated files
Revision
7623 -
Directory Listing
Modified
Thu Jun 23 12:42:04 2016 UTC
(6 years, 11 months ago)
by
michael
- Change userhost.c to deal with ip addresses only. Also we no longer care about usernames/ident replies.
Due to the hash function in hash.c not ideal for ip addresses, we'll be using either iphash.c, or
patricia.c soon for this.
Revision
7611 -
Directory Listing
Modified
Tue Jun 21 12:56:48 2016 UTC
(6 years, 11 months ago)
by
michael
- channel.c:channel_part_one_client(): update comment
Revision
7609 -
Directory Listing
Modified
Tue Jun 21 12:54:40 2016 UTC
(6 years, 11 months ago)
by
michael
- s_user.c: rename variables for consistency
Revision
7600 -
Directory Listing
Modified
Mon Jun 13 19:02:54 2016 UTC
(6 years, 11 months ago)
by
michael
- user.c:send_umode_out(): replace MyClient test with just MyConnect
Revision
7598 -
Directory Listing
Modified
Mon Jun 13 18:55:15 2016 UTC
(6 years, 11 months ago)
by
michael
- Minor cleanup to send_umode() to get rid of the redundant struct Client * pointer
Revision
7596 -
Directory Listing
Modified
Fri Jun 10 16:17:05 2016 UTC
(6 years, 11 months ago)
by
michael
- res.c: minor stylistic changes
Revision
7594 -
Directory Listing
Modified
Thu Jun 9 16:04:16 2016 UTC
(6 years, 11 months ago)
by
michael
- res.c: reslist::id is now of unsigned type; remove reslist::sent which we currently don't need
Revision
7592 -
Directory Listing
Modified
Thu Jun 9 15:51:59 2016 UTC
(6 years, 11 months ago)
by
michael
- res.c:send_res_msg(): remove extraneous parentheses
Revision
7589 -
Directory Listing
Modified
Mon Jun 6 17:41:13 2016 UTC
(6 years, 11 months ago)
by
michael
- Merge send_capabilities() and show_capabilities() into get_capabilities()
Revision
7587 -
Directory Listing
Modified
Wed Jun 1 19:31:47 2016 UTC
(6 years, 11 months ago)
by
michael
- server.c: style corrections
Revision
7583 -
Directory Listing
Modified
Wed Jun 1 19:01:33 2016 UTC
(6 years, 11 months ago)
by
michael
- token_vector(): use unsigned where appropriate
Revision
7576 -
Directory Listing
Modified
Sun May 29 20:42:35 2016 UTC
(6 years, 11 months ago)
by
michael
- hash.c: fixed previous commit to free_list_task()
Revision
7574 -
Directory Listing
Modified
Sun May 29 20:38:28 2016 UTC
(6 years, 11 months ago)
by
michael
- hash.c:free_list_task(): we really want to use dlinkFindDelete() here instead of just dlinkDelete()
Revision
7572 -
Directory Listing
Modified
Tue May 24 16:33:40 2016 UTC
(7 years ago)
by
michael
- Move initialize_server_capabs() from ircd.c to server.c and rename it to server_capab_init()
Revision
7571 -
Directory Listing
Modified
Tue May 24 16:29:46 2016 UTC
(7 years ago)
by
michael
- user.c:register_local_user(): style correction
Revision
7568 -
Directory Listing
Modified
Tue May 24 16:25:32 2016 UTC
(7 years ago)
by
michael
- Rename init_resolver() to resolver_init()
Revision
7567 -
Directory Listing
Modified
Tue May 24 16:23:51 2016 UTC
(7 years ago)
by
michael
- Rename init_netio() to netio_init()
Revision
7556 -
Directory Listing
Modified
Sun May 8 11:29:43 2016 UTC
(7 years ago)
by
michael
- channel.c, m_message.c: stylistic changes
Revision
7548 -
Directory Listing
Modified
Fri Apr 22 19:28:45 2016 UTC
(7 years, 1 month ago)
by
michael
- Rewrite invite handling to be more flexible for future additions such as client based invite throttling, invite expiration, etc
Revision
7543 -
Directory Listing
Modified
Thu Apr 21 11:15:58 2016 UTC
(7 years, 1 month ago)
by
michael
- channel.c:channel_do_join(): const correctness
Revision
7541 -
Directory Listing
Modified
Thu Apr 21 10:32:05 2016 UTC
(7 years, 1 month ago)
by
michael
- channel.c:add_invite(): trim down client's invite list until there are no more
than ConfigChannel.max_channels entries on the list
Revision
7538 -
Directory Listing
Modified
Wed Apr 20 18:31:28 2016 UTC
(7 years, 1 month ago)
by
michael
- channel.c:add_invite(): fixed possible core with channel::max_channels = 0
Revision
7536 -
Directory Listing
Modified
Mon Apr 11 15:02:36 2016 UTC
(7 years, 1 month ago)
by
michael
- conf.c:check_client(): removed redudant sockhost info in server notice
Revision
7532 -
Directory Listing
Modified
Sun Apr 10 17:34:51 2016 UTC
(7 years, 1 month ago)
by
michael
- server.c:find_servconn_in_progress(): replace match() call with irccmp()
Revision
7530 -
Directory Listing
Modified
Sun Apr 10 17:29:41 2016 UTC
(7 years, 1 month ago)
by
michael
- server.c:show_capabilities(): remove "TS" which is irrelevant info
Revision
7528 -
Directory Listing
Modified
Sun Apr 10 17:25:44 2016 UTC
(7 years, 1 month ago)
by
michael
- Update AUTHORS and version.c
Revision
7520 -
Directory Listing
Modified
Sat Apr 2 15:55:25 2016 UTC
(7 years, 1 month ago)
by
michael
- attach_connect_block(), check_server(): replace match() calls with irccmp() since the
strings that are to be compared cannot contain wildcards anyway
Revision
7516 -
Directory Listing
Modified
Wed Mar 30 18:22:29 2016 UTC
(7 years, 1 month ago)
by
michael
- channel_mode.c: cosmetical changes
Revision
7504 -
Directory Listing
Modified
Fri Mar 25 18:08:30 2016 UTC
(7 years, 2 months ago)
by
michael
- reslib.c:add_nameserver(): remove useless test on 'res'
Revision
7500 -
Directory Listing
Modified
Tue Mar 22 19:48:49 2016 UTC
(7 years, 2 months ago)
by
michael
- mempool.c:mp_pool_get(): stylistic change
Revision
7498 -
Directory Listing
Modified
Tue Mar 22 19:46:44 2016 UTC
(7 years, 2 months ago)
by
michael
- modules.h, modules.c: avoid using HYB_PATH_MAX for module_path::path
Revision
7496 -
Directory Listing
Modified
Mon Mar 21 20:33:32 2016 UTC
(7 years, 2 months ago)
by
michael
- whowas.c:whowas_make(): fixed potential core when general::whowas_history_length is set to 0
Revision
7494 -
Directory Listing
Modified
Mon Mar 21 20:03:33 2016 UTC
(7 years, 2 months ago)
by
michael
- whowas.c:whowas_trim(): use dlink_list_length
Revision
7489 -
Directory Listing
Modified
Sat Mar 19 18:58:18 2016 UTC
(7 years, 2 months ago)
by
michael
- whowas.c:whowas_trim(): fixed test on whowas_list.tail
Revision
7487 -
Directory Listing
Modified
Wed Mar 16 15:31:44 2016 UTC
(7 years, 2 months ago)
by
michael
- client.c:free_client(): fix broken assert()
Revision
7485 -
Directory Listing
Modified
Wed Mar 16 10:44:47 2016 UTC
(7 years, 2 months ago)
by
michael
- Rename Client::whowas to Client::whowas_list
Revision
7483 -
Directory Listing
Modified
Wed Mar 16 09:28:00 2016 UTC
(7 years, 2 months ago)
by
michael
- hash.c: remove unused header includes
Revision
7481 -
Directory Listing
Modified
Wed Mar 16 09:18:07 2016 UTC
(7 years, 2 months ago)
by
michael
- event.c: remove unused header includes
Revision
7479 -
Directory Listing
Modified
Wed Mar 16 08:53:26 2016 UTC
(7 years, 2 months ago)
by
michael
- conf.c:read_conf_files(): removed isupport_rebuild() call no longer needed
Revision
7472 -
Directory Listing
Modified
Sun Mar 13 12:31:57 2016 UTC
(7 years, 2 months ago)
by
michael
- watch.c: remove unused header include
Revision
7463 -
Directory Listing
Modified
Sat Mar 12 13:13:43 2016 UTC
(7 years, 2 months ago)
by
michael
- client.c:find_chasing(): remove useless cast
Revision
7451 -
Directory Listing
Modified
Fri Mar 11 17:32:13 2016 UTC
(7 years, 2 months ago)
by
michael
- whowas.c: remove unused header include
Revision
7448 -
Directory Listing
Modified
Fri Mar 11 17:21:27 2016 UTC
(7 years, 2 months ago)
by
michael
- Further cleanups to recent WHOWAS changes
Revision
7444 -
Directory Listing
Modified
Thu Mar 10 20:48:15 2016 UTC
(7 years, 2 months ago)
by
michael
- Rebuilt autogenerated files
Revision
7443 -
Directory Listing
Modified
Thu Mar 10 20:27:34 2016 UTC
(7 years, 2 months ago)
by
michael
- whowas.c: documentation
Revision
7440 -
Directory Listing
Modified
Thu Mar 10 20:20:54 2016 UTC
(7 years, 2 months ago)
by
michael
- whowas.c: documentation
Revision
7439 -
Directory Listing
Modified
Thu Mar 10 20:03:41 2016 UTC
(7 years, 2 months ago)
by
michael
- ircd.c:main(): actually call whowas_init() now
Revision
7436 -
Directory Listing
Modified
Thu Mar 10 19:57:51 2016 UTC
(7 years, 2 months ago)
by
michael
- Change whowas system to use a linked list instead of othe this monolithic WHOWAS table
- Size of the whowas nick name history length is now configurable
Revision
7430 -
Directory Listing
Modified
Tue Mar 8 18:19:38 2016 UTC
(7 years, 2 months ago)
by
michael
- Minor style cleanups & constification
Revision
7428 -
Directory Listing
Modified
Mon Mar 7 17:46:09 2016 UTC
(7 years, 2 months ago)
by
michael
- parse_aline() cleanups
Revision
7402 -
Directory Listing
Modified
Sun Mar 6 16:32:59 2016 UTC
(7 years, 2 months ago)
by
michael
- Remove useless parameters from operator_find()
Revision
7400 -
Directory Listing
Modified
Sun Mar 6 16:10:14 2016 UTC
(7 years, 2 months ago)
by
michael
- Cleanups to operator/connect block lookup routines
Revision
7398 -
Directory Listing
Modified
Sun Mar 6 10:21:18 2016 UTC
(7 years, 2 months ago)
by
michael
- numeric.h, numeric.c: remove unused ERR_NOADMININFO
Revision
7395 -
Directory Listing
Modified
Sat Mar 5 16:59:34 2016 UTC
(7 years, 2 months ago)
by
michael
- whowas.c: rename some variables for consistency
Revision
7392 -
Directory Listing
Modified
Sat Mar 5 16:55:57 2016 UTC
(7 years, 2 months ago)
by
michael
- whowas.c: doxygen
Revision
7390 -
Directory Listing
Modified
Sat Mar 5 16:45:59 2016 UTC
(7 years, 2 months ago)
by
michael
- list.c: cleanup/dedup dlinkFindDelete()
Revision
7386 -
Directory Listing
Modified
Thu Mar 3 12:38:02 2016 UTC
(7 years, 2 months ago)
by
michael
- Remove artificial cap of minimum required size of the dh parameter file
Revision
7380 -
Directory Listing
Modified
Wed Mar 2 17:51:43 2016 UTC
(7 years, 2 months ago)
by
michael
- send.c:sendto_realops_flags(): use sendto_one_notice()
Revision
7378 -
Directory Listing
Modified
Tue Mar 1 17:34:47 2016 UTC
(7 years, 2 months ago)
by
michael
- parse.c:parse(): change length to size_t type
Revision
7376 -
Directory Listing
Modified
Sun Feb 28 17:36:55 2016 UTC
(7 years, 2 months ago)
by
michael
- numeric.c: RPL_TRACEUNKNOWN: use proper conversion specifier for 'uintmax_t'
Revision
7356 -
Directory Listing
Modified
Mon Feb 22 18:59:30 2016 UTC
(7 years, 3 months ago)
by
michael
- Cleanup more conversion specifiers
Revision
7350 -
Directory Listing
Modified
Sun Feb 21 11:56:06 2016 UTC
(7 years, 3 months ago)
by
michael
- Show some stats about allocated listeners in /stats z
Revision
7347 -
Directory Listing
Modified
Sun Feb 21 11:44:24 2016 UTC
(7 years, 3 months ago)
by
michael
- Remove unused header includes
Revision
7346 -
Directory Listing
Modified
Sun Feb 21 11:27:43 2016 UTC
(7 years, 3 months ago)
by
michael
- Remove excessive 'const'
Revision
7341 -
Directory Listing
Modified
Sat Feb 20 18:55:29 2016 UTC
(7 years, 3 months ago)
by
michael
- client_attach_svstag(): remove excessive 'const'
Revision
7336 -
Directory Listing
Modified
Sat Feb 20 18:11:14 2016 UTC
(7 years, 3 months ago)
by
michael
- client.c:exit_client(): improve user logging
Revision
7334 -
Directory Listing
Modified
Sat Feb 20 17:50:27 2016 UTC
(7 years, 3 months ago)
by
michael
- conf.c:clear_out_old_conf(): removed double motd_clear() call which somehow sneaked in
Revision
7329 -
Directory Listing
Modified
Thu Feb 18 21:07:50 2016 UTC
(7 years, 3 months ago)
by
michael
- Now that we got time_t to work nicely on openbsd with snprintf's conversion specifiers,
we ran into a similiar issue on Raspbian/ARMv7's time_t which is of signed 32 bit and
doesn't cope at all with %j. Instead of doing tricks, get rid of time_t everywhere and
forever and use uintmax_t instead which has at least a 'standardized' conversion specifier
associated with it.
Revision
7321 -
Directory Listing
Modified
Sun Feb 14 15:40:45 2016 UTC
(7 years, 3 months ago)
by
michael
- Constification
Revision
7320 -
Directory Listing
Modified
Sun Feb 14 15:22:23 2016 UTC
(7 years, 3 months ago)
by
michael
- Re-built parser files
Revision
7317 -
Directory Listing
Modified
Sun Feb 14 15:20:48 2016 UTC
(7 years, 3 months ago)
by
michael
- conf_parser.y: fixed triggered assert with user = "" in auth {} blocks
Revision
7311 -
Directory Listing
Modified
Wed Feb 10 11:01:53 2016 UTC
(7 years, 3 months ago)
by
michael
- svn propset
Revision
7309 -
Directory Listing
Modified
Wed Feb 10 10:55:30 2016 UTC
(7 years, 3 months ago)
by
michael
- conf_gecos.h, conf_gecos.c: fixed copyright info
Revision
7307 -
Directory Listing
Modified
Wed Feb 10 10:47:36 2016 UTC
(7 years, 3 months ago)
by
michael
- autoreconf
- re-create parser files
Revision
7306 -
Directory Listing
Modified
Wed Feb 10 10:46:47 2016 UTC
(7 years, 3 months ago)
by
michael
- Add conf_gecos.*
Revision
7303 -
Directory Listing
Modified
Wed Feb 10 10:34:25 2016 UTC
(7 years, 3 months ago)
by
michael
- Cleanup/separate XLINE / gecos{} conf implementation
Revision
7295 -
Directory Listing
Modified
Tue Feb 9 19:34:26 2016 UTC
(7 years, 3 months ago)
by
michael
- tls_none.c:tls_new_cred(): return 1 if no tls support is available so conf_handle_tls() doesn't exit the process
Revision
7293 -
Directory Listing
Modified
Tue Feb 9 19:02:08 2016 UTC
(7 years, 3 months ago)
by
michael
- conf_pseudo.c: renaming for consistency
Revision
7289 -
Directory Listing
Modified
Sun Feb 7 20:12:50 2016 UTC
(7 years, 3 months ago)
by
michael
- conf_resv.c:resv_make(): move code
Revision
7287 -
Directory Listing
Modified
Sun Feb 7 19:54:53 2016 UTC
(7 years, 3 months ago)
by
michael
- Further fixes to resv rewrite
Revision
7285 -
Directory Listing
Modified
Sun Feb 7 18:39:06 2016 UTC
(7 years, 3 months ago)
by
michael
- conf_resv.c:resv_make(): actually add the item to its corresponding list
Revision
7284 -
Directory Listing
Modified
Sun Feb 7 18:25:56 2016 UTC
(7 years, 3 months ago)
by
michael
- Re-create parser files
Revision
7281 -
Directory Listing
Modified
Sun Feb 7 18:02:24 2016 UTC
(7 years, 3 months ago)
by
michael
- Cleanup/separate RESV conf implementation
Revision
7280 -
Directory Listing
Modified
Sun Feb 7 15:31:23 2016 UTC
(7 years, 3 months ago)
by
michael
- ircd.c: ensure ircd.log is set up properly before calling tls_init()
Revision
7277 -
Directory Listing
Modified
Sun Feb 7 15:28:09 2016 UTC
(7 years, 3 months ago)
by
michael
- tls_openssl.c: removed logging to stderr which is closed at this point anyway
Revision
7276 -
Directory Listing
Modified
Sat Feb 6 21:09:05 2016 UTC
(7 years, 3 months ago)
by
michael
- tls_none.c: add missing tls_handshake() dummy
Revision
7273 -
Directory Listing
Modified
Sat Feb 6 20:55:20 2016 UTC
(7 years, 3 months ago)
by
michael
- Let's do this better
Revision
7272 -
Directory Listing
Modified
Sat Feb 6 20:48:06 2016 UTC
(7 years, 3 months ago)
by
michael
- Don't exit out with GnuTLS when there's no key and/or certificate
Revision
7265 -
Directory Listing
Modified
Sat Feb 6 19:01:29 2016 UTC
(7 years, 3 months ago)
by
michael
- Minor simplifications on clearing lists
Revision
7261 -
Directory Listing
Modified
Sat Feb 6 17:38:17 2016 UTC
(7 years, 3 months ago)
by
michael
- Re-create parser files
Revision
7260 -
Directory Listing
Modified
Sat Feb 6 17:35:35 2016 UTC
(7 years, 3 months ago)
by
michael
- conf_service.c:service_clear(): free() service->name
Revision
7257 -
Directory Listing
Modified
Sat Feb 6 17:28:28 2016 UTC
(7 years, 3 months ago)
by
michael
- Improve libGeoIP support
Revision
7250 -
Directory Listing
Modified
Thu Feb 4 17:24:07 2016 UTC
(7 years, 3 months ago)
by
michael
- Re-create parser files
Revision
7249 -
Directory Listing
Modified
Thu Feb 4 17:23:21 2016 UTC
(7 years, 3 months ago)
by
michael
- autoreconf
Revision
7247 -
Directory Listing
Modified
Thu Feb 4 17:19:38 2016 UTC
(7 years, 3 months ago)
by
michael
- Move service {} block configuration management into its own module
Revision
7246 -
Directory Listing
Modified
Wed Feb 3 18:30:27 2016 UTC
(7 years, 3 months ago)
by
michael
- Renamed 'mod_clear_paths()' to 'modules_conf_clear()'. Further simplification to modules_conf_clear()
Revision
7243 -
Directory Listing
Modified
Wed Feb 3 18:18:49 2016 UTC
(7 years, 3 months ago)
by
michael
- whowas_off_history(), pseudo_clear(), client_clear_svstags(): simplifications
Revision
7240 -
Directory Listing
Modified
Wed Feb 3 16:40:25 2016 UTC
(7 years, 3 months ago)
by
michael
- conf_cluster, conf_shared: remove unused header includes
Revision
7239 -
Directory Listing
Modified
Wed Feb 3 16:36:00 2016 UTC
(7 years, 3 months ago)
by
michael
- Recreate parser files
Revision
7236 -
Directory Listing
Modified
Wed Feb 3 16:33:23 2016 UTC
(7 years, 3 months ago)
by
michael
- autoreconf
Revision
7235 -
Directory Listing
Modified
Wed Feb 3 16:33:03 2016 UTC
(7 years, 3 months ago)
by
michael
- Move resv.* to conf_resv.*
Revision
7232 -
Directory Listing
Modified
Wed Feb 3 16:07:31 2016 UTC
(7 years, 3 months ago)
by
michael
- tls_openssl.c: removed extraneous curly braces not needed with c99
Revision
7231 -
Directory Listing
Modified
Wed Feb 3 16:00:39 2016 UTC
(7 years, 3 months ago)
by
michael
- conf.c:conf_handle_tls(): use EXIT_FAILURE
Revision
7228 -
Directory Listing
Modified
Wed Feb 3 15:58:38 2016 UTC
(7 years, 3 months ago)
by
michael
- conf.c: documenting
Revision
7227 -
Directory Listing
Modified
Wed Feb 3 15:52:27 2016 UTC
(7 years, 3 months ago)
by
michael
- conf.c:oper_privs_as_string(): rename variables
Revision
7224 -
Directory Listing
Modified
Wed Feb 3 15:47:51 2016 UTC
(7 years, 3 months ago)
by
michael
- conf.c:oper_privs_as_string(): adjust/improve buffer size
Revision
7223 -
Directory Listing
Modified
Wed Feb 3 15:41:13 2016 UTC
(7 years, 3 months ago)
by
michael
- send.c:sendto_match_servs(): fixed longstanding issue where we would cluster to non-CLUSTER capable servers
Revision
7220 -
Directory Listing
Modified
Wed Feb 3 15:35:45 2016 UTC
(7 years, 3 months ago)
by
michael
- svn propset
Revision
7216 -
Directory Listing
Modified
Wed Feb 3 15:22:04 2016 UTC
(7 years, 3 months ago)
by
michael
- conf.c:clear_out_old_conf(): clear ClusterItems
Revision
7212 -
Directory Listing
Modified
Wed Feb 3 15:12:21 2016 UTC
(7 years, 3 months ago)
by
michael
- Regenerate parser files
Revision
7211 -
Directory Listing
Modified
Wed Feb 3 15:11:23 2016 UTC
(7 years, 3 months ago)
by
michael
- autoreconf
Revision
7208 -
Directory Listing
Modified
Wed Feb 3 15:06:47 2016 UTC
(7 years, 3 months ago)
by
michael
- Clustering has been broken in -r7158. Rewrote most of the shared/cluster implementation to be less obscure.
This introduces a little bit of code duplication, but increases readability, is less error prone, and
reduces memory consumption a bit.
Revision
7195 -
Directory Listing
Modified
Sat Jan 30 19:42:19 2016 UTC
(7 years, 3 months ago)
by
michael
- tls_gnutls.c: explicitly disable SSLv3 for releases prior to 3.4
Revision
7194 -
Directory Listing
Modified
Sat Jan 30 18:54:35 2016 UTC
(7 years, 3 months ago)
by
michael
- tls_gnutls.c: add %SERVER_PRECEDENCE to priorities
Revision
7191 -
Directory Listing
Modified
Sat Jan 30 18:47:50 2016 UTC
(7 years, 3 months ago)
by
michael
- tls_openssl.c: removed test on OPENSSL_VERSION_NUMBER which is no longer needed
Revision
7189 -
Directory Listing
Modified
Sat Jan 30 18:45:13 2016 UTC
(7 years, 3 months ago)
by
michael
- tls_openssl.c:tls_new_cred(): set ciphers from serverinfo::ssl_cipher_list which somehow got lost in the rewrite
Revision
7185 -
Directory Listing
Modified
Fri Jan 29 18:58:44 2016 UTC
(7 years, 3 months ago)
by
michael
- version.c: replace occurences of Hybrid with ircd-hybrid
Revision
7183 -
Directory Listing
Modified
Thu Jan 28 19:53:30 2016 UTC
(7 years, 3 months ago)
by
michael
- send.c:sendto_match_servs(): allow for 0 cap
Revision
7163 -
Directory Listing
Modified
Thu Jan 28 11:41:36 2016 UTC
(7 years, 4 months ago)
by
michael
- tls*: more copyright fixups
Revision
7161 -
Directory Listing
Modified
Thu Jan 28 11:28:33 2016 UTC
(7 years, 4 months ago)
by
michael
- Re-built parser file
Revision
7158 -
Directory Listing
Modified
Thu Jan 28 11:25:55 2016 UTC
(7 years, 4 months ago)
by
michael
- Fixed bug where shared & cluster confs would not get removed from their associated list and memory free'd
(SHARED_ALL sets all bits and therefore IsConfDatabase(x) == true
Revision
7154 -
Directory Listing
Modified
Thu Jan 28 10:26:13 2016 UTC
(7 years, 4 months ago)
by
michael
- autoreconf
Revision
7151 -
Directory Listing
Modified
Thu Jan 28 10:22:17 2016 UTC
(7 years, 4 months ago)
by
michael
- Move report_crypto_errors from rsa.c to tls_openssl.c
- Move binary_to_hex from rsa.c to misc.c
- Removed rsa.c & rsa.h
Revision
7149 -
Directory Listing
Modified
Thu Jan 28 10:04:18 2016 UTC
(7 years, 4 months ago)
by
michael
- More copyright -- from Adam
Revision
7147 -
Directory Listing
Modified
Thu Jan 28 10:03:01 2016 UTC
(7 years, 4 months ago)
by
michael
- Fix gnutls error handling -- from Adam
Revision
7144 -
Directory Listing
Modified
Thu Jan 28 10:00:55 2016 UTC
(7 years, 4 months ago)
by
michael
- Fix cert leak in tls_verify_cert -- from Adam
Revision
7143 -
Directory Listing
Modified
Thu Jan 28 09:57:03 2016 UTC
(7 years, 4 months ago)
by
michael
- Remove useless raw_result -- from Adam
Revision
7138 -
Directory Listing
Modified
Wed Jan 27 21:29:13 2016 UTC
(7 years, 4 months ago)
by
michael
- conf.h, conf.c: remove now unused ConfigServerInfo.rsa_private_key
Revision
7133 -
Directory Listing
Modified
Mon Jan 25 19:51:19 2016 UTC
(7 years, 4 months ago)
by
michael
- tls_gnutls.h, tls_gnutls.c: minor cleanups
Revision
7132 -
Directory Listing
Modified
Mon Jan 25 19:12:39 2016 UTC
(7 years, 4 months ago)
by
michael
- Re-create parser files
Revision
7128 -
Directory Listing
Modified
Mon Jan 25 19:09:58 2016 UTC
(7 years, 4 months ago)
by
michael
- conf_pseudo.h, conf_pseudo.c: fix/update copyright header
Revision
7125 -
Directory Listing
Modified
Mon Jan 25 19:08:01 2016 UTC
(7 years, 4 months ago)
by
michael
- conf_parser.y: removed bunch of unused/redundant header includes
Revision
7123 -
Directory Listing
Modified
Sun Jan 24 20:28:27 2016 UTC
(7 years, 4 months ago)
by
michael
- tls_openssl.c: style corrections
Revision
7122 -
Directory Listing
Modified
Sun Jan 24 20:23:34 2016 UTC
(7 years, 4 months ago)
by
michael
- conf_parser.y: removed some cruft
Revision
7119 -
Directory Listing
Modified
Sun Jan 24 20:06:26 2016 UTC
(7 years, 4 months ago)
by
michael
- tls_gnutls.c:tls_get_cipher(): make the string look similar to the openssl variant (add protocol information)
Revision
7114 -
Directory Listing
Modified
Sat Jan 23 20:31:37 2016 UTC
(7 years, 4 months ago)
by
michael
- Remove some HAVE_TLS
Revision
7111 -
Directory Listing
Modified
Sat Jan 23 20:24:52 2016 UTC
(7 years, 4 months ago)
by
michael
- propset
Revision
7110 -
Directory Listing
Modified
Sat Jan 23 20:20:23 2016 UTC
(7 years, 4 months ago)
by
michael
- Re-generate parser files
Revision
7107 -
Directory Listing
Modified
Sat Jan 23 20:17:49 2016 UTC
(7 years, 4 months ago)
by
michael
- autoreconf
Revision
7106 -
Directory Listing
Modified
Sat Jan 23 20:17:08 2016 UTC
(7 years, 4 months ago)
by
michael
- Incorporate gnutls support by Adam & Attila
Revision
7083 -
Directory Listing
Modified
Wed Jan 20 14:12:17 2016 UTC
(7 years, 4 months ago)
by
michael
- watch.h, watch.c, m_watch.c: rename some variables for consistency
Revision
7075 -
Directory Listing
Modified
Wed Jan 20 11:47:29 2016 UTC
(7 years, 4 months ago)
by
michael
- Constifications; style cleanups in some places
Revision
7062 -
Directory Listing
Modified
Mon Jan 18 18:56:46 2016 UTC
(7 years, 4 months ago)
by
michael
- Rebuilt conf_parser.c
Revision
7059 -
Directory Listing
Modified
Mon Jan 18 18:53:32 2016 UTC
(7 years, 4 months ago)
by
michael
- Operators can now REHASH on remote servers; requested by astrutt
- REHASH now requires at least one parameter which currently might be one of CONF, MOTD, or DNS
Revision
7053 -
Directory Listing
Modified
Sun Jan 10 14:23:16 2016 UTC
(7 years, 4 months ago)
by
michael
- channel.c: replaced a couple of MyClient() tests with just MyConnect()
Revision
7050 -
Directory Listing
Modified
Sun Jan 10 12:41:29 2016 UTC
(7 years, 4 months ago)
by
michael
- user.c:introduce_client(): replaced a MyClient() test with just MyConnect()
Revision
7045 -
Directory Listing
Modified
Sat Jan 9 20:11:17 2016 UTC
(7 years, 4 months ago)
by
michael
- Rename 'non-standard' RPL_TRACEEND to RPL_ENDOFTRACE
Revision
7033 -
Directory Listing
Modified
Sun Jan 3 14:37:29 2016 UTC
(7 years, 4 months ago)
by
michael
- Renamed MyCalloc to xcalloc
Revision
7030 -
Directory Listing
Modified
Sat Jan 2 21:18:15 2016 UTC
(7 years, 4 months ago)
by
michael
- hash.c:hash_init(): deal with genrand_int32() returning 0
Revision
7011 -
Directory Listing
Modified
Fri Jan 1 13:52:10 2016 UTC
(7 years, 4 months ago)
by
michael
- channel.c:channel_send_mask_list(): avoid using list->length directly. use dlink_list_length() instead
Revision
7008 -
Directory Listing
Modified
Fri Jan 1 13:08:13 2016 UTC
(7 years, 4 months ago)
by
michael
- isupport.c, match.c: casemapping is 'ascii' now
Revision
7007 -
Directory Listing
Modified
Fri Jan 1 00:09:08 2016 UTC
(7 years, 4 months ago)
by
michael
- Update copyright years
Revision
6992 -
Directory Listing
Modified
Wed Dec 30 19:19:10 2015 UTC
(7 years, 4 months ago)
by
michael
- hostmask.c:hostmask_send_expiration(): initialize 'ban_type' to something saner to display in case we hit the switch's default case
Revision
6989 -
Directory Listing
Modified
Wed Dec 30 19:14:21 2015 UTC
(7 years, 4 months ago)
by
michael
- Remove trailing whitespaces
Revision
6981 -
Directory Listing
Modified
Wed Dec 23 19:49:00 2015 UTC
(7 years, 5 months ago)
by
michael
- Cache channel name lengths
Revision
6978 -
Directory Listing
Modified
Tue Dec 22 17:54:47 2015 UTC
(7 years, 5 months ago)
by
michael
- auth.c: change start_auth_query() to void
Revision
6977 -
Directory Listing
Modified
Mon Dec 21 17:07:58 2015 UTC
(7 years, 5 months ago)
by
michael
- auth.c: fixed core on ident lookup if comm_open() fails
Revision
6965 -
Directory Listing
Modified
Fri Dec 18 19:53:34 2015 UTC
(7 years, 5 months ago)
by
michael
- dbuf.c:dbuf_put_args(): improve/clarify documentation
Revision
6962 -
Directory Listing
Modified
Fri Dec 18 19:33:59 2015 UTC
(7 years, 5 months ago)
by
michael
- client.c:get_client_name(): adjust size of 'buf'
Revision
6960 -
Directory Listing
Modified
Fri Dec 18 19:20:51 2015 UTC
(7 years, 5 months ago)
by
michael
- client.c:check_pings_list(): adjust size of 'buf'
Revision
6957 -
Directory Listing
Modified
Thu Dec 17 11:51:57 2015 UTC
(7 years, 5 months ago)
by
michael
- Move IRCD_MAXNS to reslib.h, rename it to RESLIB_MAXNS, and increase it to 8
Revision
6955 -
Directory Listing
Modified
Thu Dec 17 10:53:54 2015 UTC
(7 years, 5 months ago)
by
michael
- Allow general::ts_warn_delta, and general::ts_max_delta to become 0
Revision
6950 -
Directory Listing
Modified
Tue Dec 15 19:10:41 2015 UTC
(7 years, 5 months ago)
by
michael
- s_bsd.h, s_bsd.c:comm_connect_tcp(): change the 'timeout' parameter to a time_t to match up with the other comm_* functions
Revision
6949 -
Directory Listing
Modified
Tue Dec 15 18:52:55 2015 UTC
(7 years, 5 months ago)
by
michael
- s_bsd.c:comm_connect_tcp(): move comments to proper place
Revision
6946 -
Directory Listing
Modified
Tue Dec 15 18:19:18 2015 UTC
(7 years, 5 months ago)
by
michael
- channel_mode.c:chm_limit(): move variable
Revision
6944 -
Directory Listing
Modified
Tue Dec 15 18:08:33 2015 UTC
(7 years, 5 months ago)
by
michael
- client.c:conf_try_ban(): initialize 'ban_type' to something saner to display in case we hit the switch's default case
Revision
6941 -
Directory Listing
Modified
Tue Dec 15 17:53:51 2015 UTC
(7 years, 5 months ago)
by
michael
- client.c: fixed SVSTAG memory leak with remote clients
Revision
6935 -
Directory Listing
Modified
Sun Dec 13 17:06:38 2015 UTC
(7 years, 5 months ago)
by
michael
- conf.c:read_conf_files(): add 'T' to CHANMODES
Revision
6933 -
Directory Listing
Modified
Sat Dec 12 18:41:04 2015 UTC
(7 years, 5 months ago)
by
michael
- misc.c:time_dissect(): adjust size of 'buf'
Revision
6929 -
Directory Listing
Modified
Sat Dec 12 18:14:00 2015 UTC
(7 years, 5 months ago)
by
michael
- channel_mode.c: minor cleanup/optimization to the v/h/o mode handlers
Revision
6927 -
Directory Listing
Modified
Fri Dec 11 19:11:27 2015 UTC
(7 years, 5 months ago)
by
michael
- Fixed bug where setting the path/filename via the -klinefile, etc. switches would not have any effect. Reported by gp.
Revision
6921 -
Directory Listing
Modified
Thu Dec 10 13:16:33 2015 UTC
(7 years, 5 months ago)
by
michael
- CAPAB_SVS is now mandatory
Revision
6920 -
Directory Listing
Modified
Thu Dec 10 13:07:22 2015 UTC
(7 years, 5 months ago)
by
michael
- Removed client->account backwards compatibility hacks for 8.1
Revision
6919 -
Directory Listing
Modified
Thu Dec 10 12:59:48 2015 UTC
(7 years, 5 months ago)
by
michael
- Removed backwards compatibility hack for older servers that allowed client->sockhost being "0"
Revision
6918 -
Directory Listing
Modified
Thu Dec 10 12:32:07 2015 UTC
(7 years, 5 months ago)
by
michael
- Added channel mode +T which forbids NOTICEs to be sent to a channel
Revision
6914 -
Directory Listing
Modified
Tue Dec 8 16:48:19 2015 UTC
(7 years, 5 months ago)
by
michael
- auth.c:auth_connect_callback(): remove two pointless remove_ipv6_mapping() calls
Revision
6908 -
Directory Listing
Modified
Mon Dec 7 19:10:49 2015 UTC
(7 years, 5 months ago)
by
michael
- channel.c:channel_part_one_client(): fix compile error
Revision
6907 -
Directory Listing
Modified
Mon Dec 7 18:28:41 2015 UTC
(7 years, 5 months ago)
by
michael
- channel.c:channel_part_one_client(): optimization; don't call can_send() when there's no need to
Revision
6902 -
Directory Listing
Modified
Mon Dec 7 17:42:18 2015 UTC
(7 years, 5 months ago)
by
michael
- Add CMEMBER_STATUS_FLAGS / CMEMBER_STATUS_FLAGS_LEN and make use of it in some places (replaces some magic values sprinkled in the code)
Revision
6884 -
Directory Listing
Modified
Tue Dec 1 19:50:44 2015 UTC
(7 years, 5 months ago)
by
michael
- Remove unused header includes
Revision
6882 -
Directory Listing
Modified
Tue Dec 1 19:25:54 2015 UTC
(7 years, 5 months ago)
by
michael
- channel.h, channel.c: declared can_join() as static
Revision
6877 -
Directory Listing
Modified
Mon Nov 30 21:04:34 2015 UTC
(7 years, 5 months ago)
by
michael
- parse.c: clean up some assert()
Revision
6869 -
Directory Listing
Modified
Mon Nov 30 20:04:01 2015 UTC
(7 years, 5 months ago)
by
michael
- hostmask.c:add_conf_by_address(): minor improvement for ILP64
Revision
6866 -
Directory Listing
Modified
Mon Nov 30 19:29:34 2015 UTC
(7 years, 5 months ago)
by
michael
- channel.c:channel_part_one_client(): fixed broken test on can_send(). Suppressing part messages was completely broken for ages
Revision
6855 -
Directory Listing
Modified
Fri Nov 27 19:25:58 2015 UTC
(7 years, 6 months ago)
by
michael
- client.c:check_pings_list(): replace %d conversion specifier with %ji
Revision
6852 -
Directory Listing
Modified
Fri Nov 27 19:03:03 2015 UTC
(7 years, 6 months ago)
by
michael
- client.c:exit_client(): add sockhost field to far client exit notices; swap 'comment' with 'sockhost' in local client
exit notices to match up with connection notices
Revision
6840 -
Directory Listing
Modified
Tue Nov 24 17:44:32 2015 UTC
(7 years, 6 months ago)
by
michael
- conf.c, numeric.c: use the appropriate conversion specifier for unsigned int
Revision
6837 -
Directory Listing
Modified
Tue Nov 24 17:28:17 2015 UTC
(7 years, 6 months ago)
by
michael
- res.c: remove unused header includes
Revision
6834 -
Directory Listing
Modified
Tue Nov 24 17:20:25 2015 UTC
(7 years, 6 months ago)
by
michael
- Move report_dns_servers() from res.c to m_stats.c
Revision
6812 -
Directory Listing
Modified
Wed Nov 18 17:43:52 2015 UTC
(7 years, 6 months ago)
by
michael
- user.c:report_and_set_user_flags(): remove the 'Congrats' from server notices
Revision
6809 -
Directory Listing
Modified
Wed Nov 18 12:57:04 2015 UTC
(7 years, 6 months ago)
by
michael
- numeric.c: made RPL_YOUREOPER look more serious
Revision
6803 -
Directory Listing
Modified
Wed Nov 18 11:25:26 2015 UTC
(7 years, 6 months ago)
by
michael
- ircd.c: style correction
Revision
6799 -
Directory Listing
Modified
Wed Nov 18 11:02:46 2015 UTC
(7 years, 6 months ago)
by
michael
- Rebuilt parser/lexer files
Revision
6794 -
Directory Listing
Modified
Tue Nov 17 20:51:46 2015 UTC
(7 years, 6 months ago)
by
michael
- Add channel::invite_delay_channel configuration option
Revision
6790 -
Directory Listing
Modified
Mon Nov 16 19:09:50 2015 UTC
(7 years, 6 months ago)
by
michael
- misc.c:time_dissect(): fix compile warning on CentOS
Revision
6785 -
Directory Listing
Modified
Mon Nov 16 19:02:01 2015 UTC
(7 years, 6 months ago)
by
michael
- misc.c:time_dissect(): fix compile warning on CentOS
Revision
6781 -
Directory Listing
Modified
Sun Nov 15 18:45:53 2015 UTC
(7 years, 6 months ago)
by
michael
- Use the %ju conversion specifier for time_t and get rid of these non-portable (unsigned long) casts; replace some uint64_t with uintmax_t
Revision
6778 -
Directory Listing
Modified
Fri Nov 13 20:32:24 2015 UTC
(7 years, 6 months ago)
by
michael
- user.c:user_set_hostmask(): really should be using sendto_common_channels_local() instead of sendto_channel_local() for sending AWAY,
otherwise we would end up sending multiple AWAY messages to clients.
Revision
6775 -
Directory Listing
Modified
Fri Nov 13 20:22:58 2015 UTC
(7 years, 6 months ago)
by
michael
- Implement ircv3.2 chghost client capability support
Revision
6765 -
Directory Listing
Modified
Fri Nov 13 18:38:38 2015 UTC
(7 years, 6 months ago)
by
michael
- user.c:user_set_hostmask(): make use of sendto_channel_local() for sending 'AWAY' to avoid walking target_p->channel twice
Revision
6760 -
Directory Listing
Modified
Fri Nov 13 18:25:53 2015 UTC
(7 years, 6 months ago)
by
michael
- Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()
Revision
6757 -
Directory Listing
Modified
Thu Nov 12 19:13:46 2015 UTC
(7 years, 6 months ago)
by
michael
- s_user.c:valid_username(): moved 'dots' to innermost scope
Revision
6742 -
Directory Listing
Modified
Mon Nov 9 17:38:12 2015 UTC
(7 years, 6 months ago)
by
michael
- Add valid_uid() for later use
Revision
6741 -
Directory Listing
Modified
Mon Nov 9 17:22:27 2015 UTC
(7 years, 6 months ago)
by
michael
- Increase default values of 'max_watch' and 'max_accept' to 50
Revision
6736 -
Directory Listing
Modified
Fri Nov 6 19:17:07 2015 UTC
(7 years, 6 months ago)
by
michael
- ircd.c: move code
Revision
6734 -
Directory Listing
Modified
Wed Nov 4 22:15:53 2015 UTC
(7 years, 6 months ago)
by
michael
- autoreconf
Revision
6731 -
Directory Listing
Modified
Wed Nov 4 21:55:44 2015 UTC
(7 years, 6 months ago)
by
michael
- user.c:user_set_hostmask(): replace a MyClient() test with just MyConnect()
Revision
6730 -
Directory Listing
Modified
Wed Nov 4 21:17:13 2015 UTC
(7 years, 6 months ago)
by
michael
- defaults.h, conf.c: get rid of this WATCHSIZE_MIN, WATCHSIZE_DEFAULT magic
Revision
6728 -
Directory Listing
Modified
Wed Nov 4 15:27:40 2015 UTC
(7 years, 6 months ago)
by
michael
- Revert the Debian reproducible build patch for now. For some reason it does not work for me under OpenBSD and havent yet figured out what the issue is.
Revision
6726 -
Directory Listing
Modified
Tue Nov 3 19:56:41 2015 UTC
(7 years, 6 months ago)
by
michael
- server.c:serv_connect(): update comments
Revision
6724 -
Directory Listing
Modified
Tue Nov 3 19:49:49 2015 UTC
(7 years, 6 months ago)
by
michael
- server.c:check_server(): removed oudated comment
Revision
6722 -
Directory Listing
Modified
Tue Nov 3 19:44:24 2015 UTC
(7 years, 6 months ago)
by
michael
- server.c:try_connections(): remove outdated comment
Revision
6718 -
Directory Listing
Modified
Fri Oct 30 18:16:50 2015 UTC
(7 years, 6 months ago)
by
michael
- Make mem-usage counters use size_t and use the %zu conversion specifier accordingly
Revision
6717 -
Directory Listing
Modified
Fri Oct 30 17:38:32 2015 UTC
(7 years, 6 months ago)
by
michael
- Rename 'xconf_item' list to 'gecos_items'
Revision
6699 -
Directory Listing
Modified
Thu Oct 29 13:11:36 2015 UTC
(7 years, 6 months ago)
by
michael
- conf.c:oper_privs_as_string(): unbreak episode 2
Revision
6697 -
Directory Listing
Modified
Thu Oct 29 13:08:22 2015 UTC
(7 years, 6 months ago)
by
michael
- conf.c:oper_privs_as_string(): unbreak; make it display "0" in /stats o in case there are no privileges specified
Revision
6693 -
Directory Listing
Modified
Thu Oct 29 12:52:53 2015 UTC
(7 years, 6 months ago)
by
michael
- Move user_oper_up() from user.c to m_oper.c
Revision
6692 -
Directory Listing
Modified
Thu Oct 29 12:49:29 2015 UTC
(7 years, 6 months ago)
by
michael
- Add all the missing irc-operator flags to /stats o output
Revision
6689 -
Directory Listing
Modified
Thu Oct 29 12:04:01 2015 UTC
(7 years, 7 months ago)
by
michael
- Rename variables for consistency
Revision
6686 -
Directory Listing
Modified
Thu Oct 29 11:34:55 2015 UTC
(7 years, 7 months ago)
by
michael
- Rebuild parser file
Revision
6685 -
Directory Listing
Modified
Wed Oct 28 19:56:28 2015 UTC
(7 years, 7 months ago)
by
michael
- RSA keys with less than 2048 bits are no longer supported; same applies to the DH param file
Revision
6683 -
Directory Listing
Modified
Tue Oct 27 20:30:05 2015 UTC
(7 years, 7 months ago)
by
michael
- channel.c, motd.c: rename variables
Revision
6680 -
Directory Listing
Modified
Tue Oct 27 19:52:25 2015 UTC
(7 years, 7 months ago)
by
michael
- channel.c: rename some variables
Revision
6679 -
Directory Listing
Modified
Tue Oct 27 19:19:39 2015 UTC
(7 years, 7 months ago)
by
michael
- conf_parser.y: whitespace change
Revision
6670 -
Directory Listing
Modified
Mon Oct 26 19:56:21 2015 UTC
(7 years, 7 months ago)
by
michael
- Rebuilt parser file
Revision
6665 -
Directory Listing
Modified
Mon Oct 26 19:15:10 2015 UTC
(7 years, 7 months ago)
by
michael
- conf_parser.y: style cleanups
Revision
6663 -
Directory Listing
Modified
Mon Oct 26 19:04:34 2015 UTC
(7 years, 7 months ago)
by
michael
- conf_parser.y: removed CHALLENGE leftover
Revision
6655 -
Directory Listing
Modified
Sun Oct 25 15:48:12 2015 UTC
(7 years, 7 months ago)
by
michael
- whowas.c: rename variables
Revision
6650 -
Directory Listing
Modified
Sun Oct 25 15:27:05 2015 UTC
(7 years, 7 months ago)
by
michael
- ipcache.h, ipcache.c: constification
Revision
6647 -
Directory Listing
Modified
Sat Oct 24 18:56:47 2015 UTC
(7 years, 7 months ago)
by
michael
- ircd.c: use EXIT_FAILURE instead of some magic value to be passed to exit()
Revision
6644 -
Directory Listing
Modified
Sat Oct 24 18:54:41 2015 UTC
(7 years, 7 months ago)
by
michael
- conf.c, conf_parser.y: use EXIT_FAILURE instead of some magic value to be passed to exit()
Revision
6643 -
Directory Listing
Modified
Sat Oct 24 18:42:08 2015 UTC
(7 years, 7 months ago)
by
michael
- Rename event::enabled to event::active
Revision
6640 -
Directory Listing
Modified
Sat Oct 24 18:36:54 2015 UTC
(7 years, 7 months ago)
by
michael
- conf.c:set_default_conf(): removed useless NULL assignments already done by clear_out_old_conf()
Revision
6638 -
Directory Listing
Modified
Sat Oct 24 17:30:17 2015 UTC
(7 years, 7 months ago)
by
michael
- Rebuilt parser/lexer file
Revision
6635 -
Directory Listing
Modified
Sat Oct 24 17:26:12 2015 UTC
(7 years, 7 months ago)
by
michael
- Fixed bug where changing 'serverhide::flatten_links_delay' would not have any effect
- Allow disabling the 'event_write_links_file' event with 'serverhide::flatten_links_delay' being zero
- Get rid of 'config_serverhide_entry::links_disabled'
Revision
6634 -
Directory Listing
Modified
Sat Oct 24 15:16:18 2015 UTC
(7 years, 7 months ago)
by
michael
- Use client->name when updating the fd's associated name record with fd_note()
Revision
6627 -
Directory Listing
Modified
Sat Oct 24 13:27:43 2015 UTC
(7 years, 7 months ago)
by
michael
- Rename uconf_items to shared_items and oconf_items to operator_items
Revision
6604 -
Directory Listing
Modified
Thu Oct 22 18:09:50 2015 UTC
(7 years, 7 months ago)
by
michael
- Rebuilt parser/lexer files
Revision
6601 -
Directory Listing
Modified
Thu Oct 22 18:07:22 2015 UTC
(7 years, 7 months ago)
by
michael
- server.c:read_links_file(), write_links_file(): do some logging if we cannot fopen links.txt
Revision
6600 -
Directory Listing
Modified
Thu Oct 22 17:54:57 2015 UTC
(7 years, 7 months ago)
by
michael
- Added serverhide::flatten_links_file configuration option and get rid of LIPATH
Revision
6598 -
Directory Listing
Modified
Thu Oct 22 17:26:02 2015 UTC
(7 years, 7 months ago)
by
michael
- Renamed serverhide::links_delay configuration directive to serverhide::flatten_links_delay
Revision
6594 -
Directory Listing
Modified
Wed Oct 21 20:19:36 2015 UTC
(7 years, 7 months ago)
by
michael
- Rebuilt lexer/parser files
Revision
6591 -
Directory Listing
Modified
Wed Oct 21 20:16:43 2015 UTC
(7 years, 7 months ago)
by
michael
- Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks
Revision
6581 -
Directory Listing
Modified
Mon Oct 19 19:52:30 2015 UTC
(7 years, 7 months ago)
by
michael
- hostmask.c: style correction
Revision
6578 -
Directory Listing
Modified
Mon Oct 19 19:09:47 2015 UTC
(7 years, 7 months ago)
by
michael
- hostmask.c: removed irrelevant comment
Revision
6570 -
Directory Listing
Modified
Tue Oct 13 17:58:46 2015 UTC
(7 years, 7 months ago)
by
michael
- Add dissect_time() from HOPM and make use of it in some places
Revision
6559 -
Directory Listing
Modified
Sat Oct 3 18:23:28 2015 UTC
(7 years, 7 months ago)
by
michael
- s_bsd_devpoll.c, s_bsd_epoll.c:init_netio(): we don't care about the real value of errno
Revision
6558 -
Directory Listing
Modified
Sat Oct 3 18:18:29 2015 UTC
(7 years, 7 months ago)
by
michael
- s_bsd_kqueue.c:init_netio(): improve error reporting
Revision
6555 -
Directory Listing
Modified
Sat Oct 3 17:18:32 2015 UTC
(7 years, 7 months ago)
by
michael
- memory.c:outofmemory(): removed redundant logging. server_die() already does the logging
Revision
6554 -
Directory Listing
Modified
Sat Oct 3 16:56:36 2015 UTC
(7 years, 7 months ago)
by
michael
- Use EXIT_FAILURE in some places instead of hardcoded values
Revision
6550 -
Directory Listing
Modified
Sat Sep 19 16:53:42 2015 UTC
(7 years, 8 months ago)
by
michael
- conf.c:conf_connect_allowed(): cleanup redundant test on 'conf'
Revision
6545 -
Directory Listing
Modified
Wed Sep 16 19:54:01 2015 UTC
(7 years, 8 months ago)
by
michael
- Removed that dirty strtoken definition in stdinc.h
Revision
6541 -
Directory Listing
Modified
Wed Sep 16 11:01:18 2015 UTC
(7 years, 8 months ago)
by
michael
- Replace obsolete usleep() with nanosleep()
Revision
6536 -
Directory Listing
Modified
Sat Sep 12 16:30:14 2015 UTC
(7 years, 8 months ago)
by
michael
- motd.c, send.c: use %zu conversion specifier for size_t types
Revision
6528 -
Directory Listing
Modified
Fri Sep 11 16:33:52 2015 UTC
(7 years, 8 months ago)
by
michael
- Fixed inconsistent style in several places
Revision
6519 -
Directory Listing
Modified
Mon Sep 7 17:28:47 2015 UTC
(7 years, 8 months ago)
by
michael
- packet.c: fix another typo
Revision
6518 -
Directory Listing
Modified
Mon Sep 7 17:17:06 2015 UTC
(7 years, 8 months ago)
by
michael
- packet.c: fix typo
Revision
6515 -
Directory Listing
Modified
Sun Sep 6 19:26:46 2015 UTC
(7 years, 8 months ago)
by
michael
- motd.h, motd.c: have motd_signon() use date_iso8601()
Revision
6512 -
Directory Listing
Modified
Sun Sep 6 18:31:52 2015 UTC
(7 years, 8 months ago)
by
michael
- Change myctime() to use strftime() instead of ctime(); rename myctime() to date_ctime()
Revision
6504 -
Directory Listing
Modified
Sat Sep 5 19:55:18 2015 UTC
(7 years, 8 months ago)
by
michael
- Rebuilt Makefile.in
Revision
6503 -
Directory Listing
Modified
Sat Sep 5 19:54:49 2015 UTC
(7 years, 8 months ago)
by
michael
- Allow the maintainers of the debian ircd-hybrid package to have their own BUILD_DATE shown in the RPL_CREATED numeric.
Patch submitted by Dominic Hargreaves <dom@debian.org>, slightly modified by me to fit ircd-hybrid needs
Revision
6501 -
Directory Listing
Modified
Sat Sep 5 17:55:38 2015 UTC
(7 years, 8 months ago)
by
michael
- misc.c: change date_iso8601() to use the %T conversion specifier
Revision
6498 -
Directory Listing
Modified
Sat Sep 5 17:47:34 2015 UTC
(7 years, 8 months ago)
by
michael
- misc.c: cleanup date() and make it use strftime()
Revision
6495 -
Directory Listing
Modified
Sat Sep 5 17:01:01 2015 UTC
(7 years, 8 months ago)
by
michael
- server.c:check_server(): removed redundant test on server_conf; constification
Revision
6489 -
Directory Listing
Modified
Fri Sep 4 18:06:58 2015 UTC
(7 years, 8 months ago)
by
michael
- Rebuilt parser files
Revision
6487 -
Directory Listing
Modified
Fri Sep 4 17:55:30 2015 UTC
(7 years, 8 months ago)
by
michael
- Added 'close' to irc-operator flags
Revision
6483 -
Directory Listing
Modified
Thu Sep 3 18:58:01 2015 UTC
(7 years, 8 months ago)
by
michael
- ircd.c:set_time(): server_die() already does the logging plus notification, no need doing it twice
Revision
6480 -
Directory Listing
Modified
Thu Sep 3 18:49:44 2015 UTC
(7 years, 8 months ago)
by
michael
- ircd.c: misc cleanups
Revision
6477 -
Directory Listing
Modified
Thu Sep 3 14:02:36 2015 UTC
(7 years, 8 months ago)
by
michael
- auth.c: rename auth_pending_list to auth_list
Revision
6471 -
Directory Listing
Modified
Thu Sep 3 13:07:55 2015 UTC
(7 years, 8 months ago)
by
michael
- Make use of enum in some places; make use of the HasFlag() macro some more; minor style corrections
Revision
6465 -
Directory Listing
Modified
Sun Aug 30 16:47:00 2015 UTC
(7 years, 8 months ago)
by
michael
- ircd.c: move some function calls in main()
Revision
6456 -
Directory Listing
Modified
Sat Aug 29 19:38:16 2015 UTC
(7 years, 8 months ago)
by
michael
- Re-create parser files
Revision
6453 -
Directory Listing
Modified
Sat Aug 29 19:34:23 2015 UTC
(7 years, 8 months ago)
by
michael
- Added 'resv' and 'unresv' operator flags
Revision
6449 -
Directory Listing
Modified
Sat Aug 29 18:53:17 2015 UTC
(7 years, 8 months ago)
by
michael
- Re-create parser files
Revision
6448 -
Directory Listing
Modified
Sat Aug 29 18:51:51 2015 UTC
(7 years, 8 months ago)
by
michael
- The general::oper_pass_resv configuration directive has been deprecated. Added the join:resv and nick:resv operator flags for better fine tuning
Revision
6442 -
Directory Listing
Modified
Thu Aug 27 17:05:51 2015 UTC
(7 years, 9 months ago)
by
michael
- Rename functions in userhost.c to comply with naming convention
Revision
6438 -
Directory Listing
Modified
Thu Aug 27 13:09:18 2015 UTC
(7 years, 9 months ago)
by
michael
- parse.c:parse_remove_unknown(): use get_client_name()
Revision
6430 -
Directory Listing
Modified
Thu Aug 27 10:44:43 2015 UTC
(7 years, 9 months ago)
by
michael
- hostmask.h, hostmask.c: use const keyword where appropriate
Revision
6427 -
Directory Listing
Modified
Thu Aug 27 09:59:24 2015 UTC
(7 years, 9 months ago)
by
michael
- server.c: make use of get_client_name() in some places; fixed some other get_client_name() calls to use the right argument value
Revision
6426 -
Directory Listing
Modified
Thu Aug 27 09:44:08 2015 UTC
(7 years, 9 months ago)
by
michael
- Fixed some server related get_client_name() calls where HIDE_IP is used instead of SHOW_IP. get_client_name()
already deals with hide_server_ips and falls back to HIDE_IP if IP hiding is enabled.
Revision
6424 -
Directory Listing
Modified
Wed Aug 26 18:56:18 2015 UTC
(7 years, 9 months ago)
by
michael
- misc.c: style corrections
Revision
6421 -
Directory Listing
Modified
Wed Aug 26 18:11:46 2015 UTC
(7 years, 9 months ago)
by
michael
- Get rid of smalldate() and replace all instances of it with date_iso8601()
Revision
6420 -
Directory Listing
Modified
Wed Aug 26 17:51:49 2015 UTC
(7 years, 9 months ago)
by
michael
- misc.c: for consistency, have myctime() to behave like the other date/time functions when called with an argument being 0
Revision
6417 -
Directory Listing
Modified
Wed Aug 26 17:41:33 2015 UTC
(7 years, 9 months ago)
by
michael
- log.c: made log_write() use date_iso8601()
Revision
6416 -
Directory Listing
Modified
Wed Aug 26 17:34:13 2015 UTC
(7 years, 9 months ago)
by
michael
- Added date_iso8601() for later use
Revision
6414 -
Directory Listing
Modified
Wed Aug 26 17:14:30 2015 UTC
(7 years, 9 months ago)
by
michael
- misc.c: optimize time/date functions for subseqent calls with same argument value
Revision
6412 -
Directory Listing
Modified
Tue Aug 25 20:23:25 2015 UTC
(7 years, 9 months ago)
by
michael
- hostmask.c: revert to -r6317. Needs more thinking.
Revision
6410 -
Directory Listing
Modified
Tue Aug 25 19:57:15 2015 UTC
(7 years, 9 months ago)
by
michael
- hostmask.c:find_address_conf(), find_dline_conf(): add accurate timeout check. A k/d-line might have been already expired since we run cleanups every minute
Revision
6398 -
Directory Listing
Modified
Sun Aug 23 16:16:42 2015 UTC
(7 years, 9 months ago)
by
michael
- Update version.c
Revision
6396 -
Directory Listing
Modified
Sun Aug 23 15:15:42 2015 UTC
(7 years, 9 months ago)
by
michael
- server.c:serv_connect_callback(): constification
Revision
6395 -
Directory Listing
Modified
Sun Aug 23 15:02:19 2015 UTC
(7 years, 9 months ago)
by
michael
- autoreconf
Revision
6392 -
Directory Listing
Modified
Sun Aug 23 14:57:00 2015 UTC
(7 years, 9 months ago)
by
michael
- Move userhost related code from hash.c to userhost.c
Revision
6389 -
Directory Listing
Modified
Sat Aug 22 18:11:47 2015 UTC
(7 years, 9 months ago)
by
michael
- server.c:try_connections(): get rid of MIN_CONN_FREQ and allow class::connectfreq to work properly with values lower than 300 seconds; update comment for clarification
Revision
6386 -
Directory Listing
Modified
Fri Aug 21 18:31:18 2015 UTC
(7 years, 9 months ago)
by
michael
- Use an embedded list node for the ListTask struct
Revision
6384 -
Directory Listing
Modified
Fri Aug 21 17:24:18 2015 UTC
(7 years, 9 months ago)
by
michael
- getopt.c: use pointer arithmetic instead of array subscripting
Revision
6382 -
Directory Listing
Modified
Fri Aug 21 17:20:23 2015 UTC
(7 years, 9 months ago)
by
michael
- getopt.c: fixed inconsistent use of 'error' vs. 'Error'
Revision
6377 -
Directory Listing
Modified
Fri Aug 21 10:37:47 2015 UTC
(7 years, 9 months ago)
by
michael
- Rebuild parser files
Revision
6376 -
Directory Listing
Modified
Fri Aug 21 10:36:52 2015 UTC
(7 years, 9 months ago)
by
michael
- Remove splitmode checking
Revision
6374 -
Directory Listing
Modified
Fri Aug 21 10:01:21 2015 UTC
(7 years, 9 months ago)
by
michael
- Rename several functions in channel.c to comply with naming convention
Revision
6372 -
Directory Listing
Modified
Wed Aug 19 10:38:08 2015 UTC
(7 years, 9 months ago)
by
michael
- Rebuilt parser file
Revision
6369 -
Directory Listing
Modified
Wed Aug 19 10:36:36 2015 UTC
(7 years, 9 months ago)
by
michael
- Rename several functions in event.c to comply with naming convention
Revision
6368 -
Directory Listing
Modified
Wed Aug 19 10:25:56 2015 UTC
(7 years, 9 months ago)
by
michael
- Rename several functions in listener.c to comply with naming convention
Revision
6365 -
Directory Listing
Modified
Wed Aug 19 10:05:23 2015 UTC
(7 years, 9 months ago)
by
michael
- Move show_ports() from listener.c to m_stats.c
Revision
6364 -
Directory Listing
Modified
Wed Aug 19 09:59:43 2015 UTC
(7 years, 9 months ago)
by
michael
- Remove unused header includes
Revision
6360 -
Directory Listing
Modified
Tue Aug 18 06:56:47 2015 UTC
(7 years, 9 months ago)
by
michael
- channel_mode.c:channel_modes(): removed useless FLAGS_SERVICE test on client_p. We don't need that here.
Revision
6358 -
Directory Listing
Modified
Mon Aug 17 16:38:33 2015 UTC
(7 years, 9 months ago)
by
michael
- Make server_die() use enum; minor cleanups here and there
Revision
6353 -
Directory Listing
Modified
Fri Aug 14 17:50:40 2015 UTC
(7 years, 9 months ago)
by
michael
- Rename server capabilities flags from CAP_* to CAPAB_*
Revision
6349 -
Directory Listing
Modified
Tue Aug 11 17:53:32 2015 UTC
(7 years, 9 months ago)
by
michael
- Make use of enum in more places
Revision
6331 -
Directory Listing
Modified
Mon Aug 10 17:55:19 2015 UTC
(7 years, 9 months ago)
by
michael
- conf.c:valid_wild_card_simple(): allow for short names (less than min_nonwildcard_simple) that don't have wildcards in it
Revision
6326 -
Directory Listing
Modified
Sat Aug 8 17:54:33 2015 UTC
(7 years, 9 months ago)
by
michael
- Get rid of the IsRegistered() macro, which is a rather dangerous macro for coders who add new connection states
Revision
6320 -
Directory Listing
Modified
Wed Aug 5 18:31:49 2015 UTC
(7 years, 9 months ago)
by
michael
- Rebuild conf_parser.c
Revision
6317 -
Directory Listing
Modified
Wed Aug 5 16:03:09 2015 UTC
(7 years, 9 months ago)
by
michael
- Get rid of UMODE_ALL
Revision
6314 -
Directory Listing
Modified
Sat Aug 1 18:06:37 2015 UTC
(7 years, 9 months ago)
by
michael
- Make use of the *Flag() macros in some more places
Revision
6309 -
Directory Listing
Modified
Fri Jul 24 13:50:16 2015 UTC
(7 years, 10 months ago)
by
michael
- client.c:get_client_name(): minor documentation change
Revision
6308 -
Directory Listing
Modified
Fri Jul 24 13:41:55 2015 UTC
(7 years, 10 months ago)
by
michael
- user.c:user_oper_up(): remove useless assert()
Revision
6305 -
Directory Listing
Modified
Fri Jul 24 13:22:49 2015 UTC
(7 years, 10 months ago)
by
michael
- Move show_events() from event.c to m_stats.c. Remove now unused prototypes.
Revision
6263 -
Directory Listing
Modified
Sun Jul 12 16:27:53 2015 UTC
(7 years, 10 months ago)
by
michael
- restart.c:server_die(): use EXIT_SUCCESS/EXIT_FAILURE
Revision
6261 -
Directory Listing
Modified
Sun Jul 12 16:22:40 2015 UTC
(7 years, 10 months ago)
by
michael
- ircd.c:check_pidfile(): re-enable logging
Revision
6258 -
Directory Listing
Modified
Sat Jul 11 12:18:30 2015 UTC
(7 years, 10 months ago)
by
michael
- Set keyword and eol-style properties
Revision
6257 -
Directory Listing
Modified
Sat Jul 11 10:45:31 2015 UTC
(7 years, 10 months ago)
by
michael
- Removed slang in comment
Revision
6253 -
Directory Listing
Modified
Fri Jul 10 15:32:36 2015 UTC
(7 years, 10 months ago)
by
michael
- Removed RPL_YOURID. Clients don't need to know about their associated UID nor is the information of any use for them
Revision
6194 -
Directory Listing
Modified
Thu Jun 25 12:52:51 2015 UTC
(7 years, 11 months ago)
by
michael
- isupport.c:isupport_rebuild(): make coverity shut up (CID 1308362)
Revision
6191 -
Directory Listing
Modified
Wed Jun 24 17:59:24 2015 UTC
(7 years, 11 months ago)
by
michael
- Rename oper_up() to user_oper_up()
Revision
6190 -
Directory Listing
Modified
Wed Jun 24 17:57:02 2015 UTC
(7 years, 11 months ago)
by
michael
- Rename user_usermodes_init() to user_modes_init()
Revision
6187 -
Directory Listing
Modified
Wed Jun 24 17:49:41 2015 UTC
(7 years, 11 months ago)
by
michael
- autoreconf
Revision
6186 -
Directory Listing
Modified
Wed Jun 24 17:49:10 2015 UTC
(7 years, 11 months ago)
by
michael
- Moved all ISUPPORT related code to isupport.c; renamed several functions to meet our coding convention
Revision
6163 -
Directory Listing
Modified
Thu Jun 18 10:57:25 2015 UTC
(7 years, 11 months ago)
by
michael
- Re-create autogenerated files
Revision
6160 -
Directory Listing
Modified
Thu Jun 18 10:49:13 2015 UTC
(7 years, 11 months ago)
by
michael
- Move all SID/UID related code to id.c
Revision
6158 -
Directory Listing
Modified
Thu Jun 18 09:35:55 2015 UTC
(7 years, 11 months ago)
by
michael
- server.c:generate_sid(): replace snprintf/strlcpy combo with just snprintf
Revision
6157 -
Directory Listing
Modified
Thu Jun 18 09:22:51 2015 UTC
(7 years, 11 months ago)
by
michael
- Automatically generate sid on startup if none is configured. Patch provided by Adam
Revision
6154 -
Directory Listing
Modified
Tue Jun 16 18:32:27 2015 UTC
(7 years, 11 months ago)
by
michael
- m_message.c, numeric.c: changed RPL_UMODEGMSG numeric format to match with insp/ratbox/chary as suggested by Adam and jackal
Revision
6127 -
Directory Listing
Modified
Thu Jun 11 14:34:30 2015 UTC
(7 years, 11 months ago)
by
michael
- autoreconf
Revision
6061 -
Directory Listing
Modified
Sat Jun 6 17:23:12 2015 UTC
(7 years, 11 months ago)
by
michael
- server.c:hunt_server(): prioritize wildcard lookups on server names as suggested by Adam. Could have used some
dlinkAddTail magic for clients to keep the list ordered by servers and clients but introducing a second loop in
hunt_server() makes things more obvious. Also it should be investigated if there's still good a reason for
putting servers on the global_client_list.
Revision
6009 -
Directory Listing
Modified
Sat May 30 19:19:09 2015 UTC
(7 years, 11 months ago)
by
michael
- Re-built parser files
Revision
6007 -
Directory Listing
Modified
Sat May 30 19:18:02 2015 UTC
(7 years, 11 months ago)
by
michael
- conf_parser.y: always rebuild CIDR lists
Revision
5989 -
Directory Listing
Modified
Tue May 26 19:03:15 2015 UTC
(8 years ago)
by
michael
- conf_lexer.l: fixed typo introduced in previous commit
Revision
5988 -
Directory Listing
Modified
Tue May 26 19:00:04 2015 UTC
(8 years ago)
by
michael
- Re-generate parser files
Revision
5986 -
Directory Listing
Modified
Tue May 26 18:55:38 2015 UTC
(8 years ago)
by
michael
- Added 'xline_exempt' to auth{} block flags
Revision
5982 -
Directory Listing
Modified
Mon May 25 15:24:30 2015 UTC
(8 years ago)
by
michael
- channel.c:channel_do_join(): removed useless test on conf->reason
Revision
5981 -
Directory Listing
Modified
Mon May 25 14:24:44 2015 UTC
(8 years ago)
by
michael
- client.c:conf_try_ban(): use the proper conversion specifier
Revision
5978 -
Directory Listing
Modified
Mon May 25 14:18:44 2015 UTC
(8 years ago)
by
michael
- client.c:conf_try_ban(): minor cleanups
Revision
5977 -
Directory Listing
Modified
Mon May 18 15:36:24 2015 UTC
(8 years ago)
by
michael
- hostmask.c:try_parse_v4_netmask(): fixed possible OOB read
Revision
5957 -
Directory Listing
Modified
Sat May 9 19:54:23 2015 UTC
(8 years ago)
by
michael
- Removed useless header includes
Revision
5954 -
Directory Listing
Modified
Sat May 9 19:34:12 2015 UTC
(8 years ago)
by
michael
- conf.c:parse_aline(): removed test on target_server. There's no command that doesn't support the "ON" option
Revision
5935 -
Directory Listing
Modified
Wed May 6 18:32:07 2015 UTC
(8 years ago)
by
michael
- Recreate parser/lexer files
Revision
5934 -
Directory Listing
Modified
Wed May 6 18:31:04 2015 UTC
(8 years ago)
by
michael
- Removed the 'havent_read_conf' configuration directive as it only caused a whole lot more trouble than
it actually helped
Revision
5901 -
Directory Listing
Modified
Mon May 4 11:56:31 2015 UTC
(8 years ago)
by
michael
- Style corrections
Revision
5900 -
Directory Listing
Modified
Mon May 4 11:19:44 2015 UTC
(8 years ago)
by
michael
- conf_db.h, conf_db.c: remove functions/definitions we don't need
Revision
5897 -
Directory Listing
Modified
Mon May 4 10:49:55 2015 UTC
(8 years ago)
by
michael
- '!' and '@' are no longer threated as wildcard characters
Revision
5889 -
Directory Listing
Modified
Sun May 3 16:32:43 2015 UTC
(8 years ago)
by
michael
- auth.c: use C99-style array initialization
Revision
5886 -
Directory Listing
Modified
Sun May 3 16:29:05 2015 UTC
(8 years ago)
by
michael
- s_bsd.c: use C99-style array initialization
Revision
5880 -
Directory Listing
Modified
Sun May 3 16:01:42 2015 UTC
(8 years ago)
by
michael
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER
Revision
5874 -
Directory Listing
Modified
Wed Apr 29 11:09:11 2015 UTC
(8 years, 1 month ago)
by
michael
- Style corrections; removed trailing whitespaces
Revision
5872 -
Directory Listing
Modified
Tue Apr 28 20:36:12 2015 UTC
(8 years, 1 month ago)
by
michael
- conf.c:expire_tklines(): deduplicate
Revision
5854 -
Directory Listing
Modified
Mon Apr 27 18:01:14 2015 UTC
(8 years, 1 month ago)
by
michael
- channel.c:clear_invites_client(): add missing documentation
Revision
5851 -
Directory Listing
Modified
Mon Apr 27 17:54:12 2015 UTC
(8 years, 1 month ago)
by
michael
- Renamed clear_invites() to clear_invites_channel()
- Added separate clear_invites_client()
Revision
5849 -
Directory Listing
Modified
Sun Apr 26 19:56:18 2015 UTC
(8 years, 1 month ago)
by
michael
- hostmask.c:find_conf_by_address(): constification
Revision
5848 -
Directory Listing
Modified
Sun Apr 26 19:03:20 2015 UTC
(8 years, 1 month ago)
by
michael
- conf.c:clear_out_old_conf(): also don't remove database based XLINE and RESVs from their
associated linked list(s)
Revision
5845 -
Directory Listing
Modified
Sun Apr 26 17:48:00 2015 UTC
(8 years, 1 month ago)
by
michael
- hostmask.c:clear_out_address_conf(): removed useless test on arec->conf->until. Temporary
server bans are always stored in the databases, so it's enough to test for IsConfDatabase()
Revision
5842 -
Directory Listing
Modified
Sun Apr 26 17:40:03 2015 UTC
(8 years, 1 month ago)
by
michael
- conf.c:clear_out_old_conf(): also don't clear out RESVs that have been set with the RESV command
Revision
5839 -
Directory Listing
Modified
Sun Apr 26 17:27:40 2015 UTC
(8 years, 1 month ago)
by
michael
- conf.c:clear_out_old_conf(): fixed bug where REHASH would clear all x-lines that
have been set with the XLINE command
Revision
5824 -
Directory Listing
Modified
Sun Apr 26 15:38:25 2015 UTC
(8 years, 1 month ago)
by
michael
- Get rid of valid_comment()
Revision
5814 -
Directory Listing
Modified
Fri Apr 24 17:32:05 2015 UTC
(8 years, 1 month ago)
by
michael
- Configuration related server notices are now admins only as they potentially
could leak passwords and other sensitive data to irc operators that don't have
administrator privileges
Revision
5811 -
Directory Listing
Modified
Thu Apr 23 17:29:01 2015 UTC
(8 years, 1 month ago)
by
michael
- Recreate autogenerated files
Revision
5810 -
Directory Listing
Modified
Thu Apr 23 17:27:17 2015 UTC
(8 years, 1 month ago)
by
michael
- 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
5803 -
Directory Listing
Modified
Fri Apr 17 20:03:23 2015 UTC
(8 years, 1 month ago)
by
michael
- numeric.c: use C99 array initialization
Revision
5802 -
Directory Listing
Modified
Fri Apr 17 19:24:22 2015 UTC
(8 years, 1 month ago)
by
michael
- conf_parser.c: rebuilt
Revision
5799 -
Directory Listing
Modified
Fri Apr 17 18:55:34 2015 UTC
(8 years, 1 month ago)
by
michael
- conf_parser.y: fixed error messages as pointed out by Adam
Revision
5798 -
Directory Listing
Modified
Fri Apr 17 16:19:42 2015 UTC
(8 years, 1 month ago)
by
michael
- conf.c:conf_add_class_to_conf(): cleaned up duplicated code
Revision
5795 -
Directory Listing
Modified
Fri Apr 17 16:09:23 2015 UTC
(8 years, 1 month ago)
by
michael
- Minor cleanups to CAPAB related code
Revision
5790 -
Directory Listing
Modified
Mon Apr 6 18:37:52 2015 UTC
(8 years, 1 month ago)
by
michael
- Reject remote k-line requests that don't have enough non-wildcard characters
Revision
5787 -
Directory Listing
Modified
Sun Apr 5 18:05:43 2015 UTC
(8 years, 1 month ago)
by
michael
- Update version.c
Revision
5785 -
Directory Listing
Modified
Sun Apr 5 15:17:51 2015 UTC
(8 years, 1 month ago)
by
michael
- sendnick_TS(), introduce_client(): use the %u conversion specifier for unsigned ints
Revision
5782 -
Directory Listing
Modified
Sun Apr 5 15:00:54 2015 UTC
(8 years, 1 month ago)
by
michael
- conf.c:find_user_host(): removed unused 'flags' argument
Revision
5778 -
Directory Listing
Modified
Sat Apr 4 17:45:56 2015 UTC
(8 years, 1 month ago)
by
michael
- parse.c:msg_tree_parse(): cleaned up an assert()
Revision
5775 -
Directory Listing
Modified
Sat Apr 4 17:31:06 2015 UTC
(8 years, 1 month ago)
by
michael
- Changed some function to void if we don't need a return value
- Have some other functions return saner values
Revision
5762 -
Directory Listing
Modified
Thu Apr 2 18:34:17 2015 UTC
(8 years, 1 month ago)
by
michael
- Regenerate parser/lexer files
Revision
5759 -
Directory Listing
Modified
Thu Apr 2 18:28:51 2015 UTC
(8 years, 1 month ago)
by
michael
- Removed unused HIDE_SPOOF_IPS and GLOBAL_KILL tokens
Revision
5758 -
Directory Listing
Modified
Thu Apr 2 18:26:29 2015 UTC
(8 years, 1 month ago)
by
michael
- Changed some members of the Ban structure to use fixed-size arrays
Revision
5754 -
Directory Listing
Modified
Thu Apr 2 17:29:27 2015 UTC
(8 years, 1 month ago)
by
michael
- channel_mode.c:add_id(): removed useless IsServer() test
Revision
5751 -
Directory Listing
Modified
Thu Apr 2 17:27:13 2015 UTC
(8 years, 1 month ago)
by
michael
- Mostly whitespace changes
Revision
5750 -
Directory Listing
Modified
Tue Mar 31 11:56:02 2015 UTC
(8 years, 1 month ago)
by
michael
- channel_mode.c: moved 'if (!mode_count)' test from send_mode_changes_client() to
set_channel_mode()
Revision
5747 -
Directory Listing
Modified
Tue Mar 31 11:51:23 2015 UTC
(8 years, 1 month ago)
by
michael
- channel_mode.c: renamed send_mode_changes() to send_mode_changes_client();
have send_mode_changes_server() called from set_channel_mode()
Revision
5746 -
Directory Listing
Modified
Tue Mar 31 11:37:15 2015 UTC
(8 years, 1 month ago)
by
michael
- channel_mode.c:chm_ban(), chm_except(), chm_invex(): replaced memcpy() with strlcpy()
Revision
5744 -
Directory Listing
Modified
Tue Mar 31 11:33:36 2015 UTC
(8 years, 1 month ago)
by
michael
- user.c:register_remote_user(): removed strcmp() mess from remote connection notices
(backward compatibility for older servers using "0" in UID messages for spoofed hosts)
Revision
5736 -
Directory Listing
Modified
Sun Mar 29 11:10:50 2015 UTC
(8 years, 2 months ago)
by
michael
- ircd.c:write_pidfile(): removed the PID from the error message
Revision
5733 -
Directory Listing
Modified
Sun Mar 29 10:58:08 2015 UTC
(8 years, 2 months ago)
by
michael
- client.c: cleanup some comments
Revision
5730 -
Directory Listing
Modified
Sun Mar 29 10:46:58 2015 UTC
(8 years, 2 months ago)
by
michael
- client.c:make_client(): default client_p->account to '*'
Revision
5729 -
Directory Listing
Modified
Sun Mar 29 10:22:04 2015 UTC
(8 years, 2 months ago)
by
michael
- user.c: incorporate Adam's add_one_to_uid() rewrite
Revision
5722 -
Directory Listing
Modified
Sun Mar 22 16:28:38 2015 UTC
(8 years, 2 months ago)
by
michael
- ircd.c:main(): replaced pointless comment with a more descriptive one
Revision
5721 -
Directory Listing
Modified
Sun Mar 22 11:50:46 2015 UTC
(8 years, 2 months ago)
by
michael
- auth.c:auth_connect_callback(): saved a strlen(); hardened test of send()'s return value to
ensure all bytes were sent
Revision
5698 -
Directory Listing
Modified
Sun Mar 15 13:40:22 2015 UTC
(8 years, 2 months ago)
by
michael
- Rebuilt parser files
Revision
5694 -
Directory Listing
Modified
Sat Mar 14 20:40:41 2015 UTC
(8 years, 2 months ago)
by
michael
- conf_parser.y: removed YY_NO_UNPUT define which was an undocumented feature
and has been deprecated for many years now. Proper way is to use 'nounput'
in the scanner options.
Revision
5663 -
Directory Listing
Modified
Wed Mar 11 16:13:41 2015 UTC
(8 years, 2 months ago)
by
michael
- numeric.c: RPL_WHOREPLY: use %u conversion specifier for unsigned ints
Revision
5643 -
Directory Listing
Modified
Tue Mar 3 17:23:32 2015 UTC
(8 years, 2 months ago)
by
michael
- conf.h, conf.c: renamed some structures to match naming convetion of other structures
Revision
5640 -
Directory Listing
Modified
Sun Mar 1 16:15:37 2015 UTC
(8 years, 2 months ago)
by
michael
- Constifications
Revision
5630 -
Directory Listing
Modified
Sun Mar 1 12:18:47 2015 UTC
(8 years, 2 months ago)
by
michael
- WHOWAS now shows IP addresses to irc operators
- Changed RPL_WHOISACTUALLY numeric string. In the future it will also show the
*real* hostname once we distinguish between spoofs/vhosts and real hosts
Revision
5605 -
Directory Listing
Modified
Mon Feb 23 21:07:34 2015 UTC
(8 years, 3 months ago)
by
michael
- Re-generate parser files
Revision
5604 -
Directory Listing
Modified
Mon Feb 23 21:07:13 2015 UTC
(8 years, 3 months ago)
by
michael
- Fixed core in conjunction with OSX 10.10/possibly other system when parsing pseudo{} blocks as reported by Daniel Oaks
- Reverted -r4079, -r4608 and 4107 as they only cause undefined behavior on some systems
Revision
5591 -
Directory Listing
Modified
Tue Feb 17 17:55:40 2015 UTC
(8 years, 3 months ago)
by
michael
- Sprinkle some assert()
Revision
5588 -
Directory Listing
Modified
Tue Feb 17 17:32:13 2015 UTC
(8 years, 3 months ago)
by
michael
- client.c: whitespace changes
Revision
5585 -
Directory Listing
Modified
Sun Feb 15 15:03:04 2015 UTC
(8 years, 3 months ago)
by
michael
- conf.h, conf.c:cluster_a_line(): made 'capab' and 'cluster_type' unsigned types
Revision
5582 -
Directory Listing
Modified
Sun Feb 15 14:42:58 2015 UTC
(8 years, 3 months ago)
by
michael
- Style corrections only
Revision
5579 -
Directory Listing
Modified
Sun Feb 15 12:38:33 2015 UTC
(8 years, 3 months ago)
by
michael
- channel_mode.c:chm_operonly(): half-ops that are irc operators may now
add/remove channel mode 'O' (ircops only channel), too
Revision
5569 -
Directory Listing
Modified
Sat Feb 14 22:03:51 2015 UTC
(8 years, 3 months ago)
by
michael
- conf_parser.y: forgot to remove the unused T_MAX_CLIENTS token
Revision
5565 -
Directory Listing
Modified
Sat Feb 14 20:15:28 2015 UTC
(8 years, 3 months ago)
by
michael
- ircd.c:write_pidfile(): cosmetical fixes to fopen/fputs error messages to be consistent with all other error messages
Revision
5564 -
Directory Listing
Modified
Sat Feb 14 20:07:58 2015 UTC
(8 years, 3 months ago)
by
michael
- user.c: update documentation
Revision
5561 -
Directory Listing
Modified
Sat Feb 14 20:02:54 2015 UTC
(8 years, 3 months ago)
by
michael
- Don't make use of CAP_TS6 as we no longer need it, but still send it to other servers via CAPAB for backward compatibility
Revision
5560 -
Directory Listing
Modified
Sat Feb 14 19:40:41 2015 UTC
(8 years, 3 months ago)
by
michael
- Regenerate parser/lexer files
Revision
5559 -
Directory Listing
Modified
Sat Feb 14 19:39:06 2015 UTC
(8 years, 3 months ago)
by
michael
- Finish basic SVSTAG implementatio
- Added oper::whois configuration option which allows to override the default
RPL_WHOISOPERATOR numeric string shown in /whois.
Revision
5546 -
Directory Listing
Modified
Thu Feb 12 14:13:48 2015 UTC
(8 years, 3 months ago)
by
michael
- Fixed style in several places
Revision
5543 -
Directory Listing
Modified
Thu Feb 12 13:40:13 2015 UTC
(8 years, 3 months ago)
by
michael
- Renamed idle_time_get() to client_get_idle_time()
Revision
5513 -
Directory Listing
Modified
Mon Feb 9 19:36:29 2015 UTC
(8 years, 3 months ago)
by
michael
- conf.c:get_oper_name(): use IRCD_BUSIZE for buffer size and be done with it
Revision
5512 -
Directory Listing
Modified
Mon Feb 9 19:32:39 2015 UTC
(8 years, 3 months ago)
by
michael
- conf.c:read_conf_files(): ad channel mode 'C' to CHANMODES isupport
Revision
5505 -
Directory Listing
Modified
Mon Feb 9 19:11:18 2015 UTC
(8 years, 3 months ago)
by
michael
- conf.c:set_default_conf(): add all possible oper-only user modes to ConfigGeneral.oper_only_umodes
Revision
5498 -
Directory Listing
Modified
Sun Feb 8 18:19:48 2015 UTC
(8 years, 3 months ago)
by
michael
- Allow to disable the NOTICE/PRIVMSG anti-flood mechanism by setting 'default_floodcount' to 0
Revision
5496 -
Directory Listing
Modified
Sun Feb 8 18:07:48 2015 UTC
(8 years, 3 months ago)
by
michael
- auth.c:sendheader(): fixed compile warnings with -Wformat-security
Revision
5491 -
Directory Listing
Modified
Sun Feb 8 14:54:41 2015 UTC
(8 years, 3 months ago)
by
michael
- Re-generate parser/lexer files
Revision
5488 -
Directory Listing
Modified
Sun Feb 8 14:50:36 2015 UTC
(8 years, 3 months ago)
by
michael
- 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
5487 -
Directory Listing
Modified
Sun Feb 8 13:53:03 2015 UTC
(8 years, 3 months ago)
by
michael
- ircd.c:initialize_global_set_options(): tweaked joinfloodcount and
joinfloodtime defaults; Removed XXX comment.
Revision
5480 -
Directory Listing
Modified
Sun Feb 8 12:33:36 2015 UTC
(8 years, 3 months ago)
by
michael
- numeric.c: fixed inconsistent use of "You are" and "You're"
Revision
5476 -
Directory Listing
Modified
Sun Feb 8 11:01:21 2015 UTC
(8 years, 3 months ago)
by
michael
- numeric.h, numeric.c: moved ERR_SSLONLYCHAN numeric to 489 to match with insp/unreal
Revision
5471 -
Directory Listing
Modified
Thu Feb 5 20:26:23 2015 UTC
(8 years, 3 months ago)
by
michael
- ircd.c: fixed compile warning. Apparently some gcc have issues with
compound literals in conjunction with -Wmissing-field-initializers
Revision
5468 -
Directory Listing
Modified
Thu Feb 5 20:20:43 2015 UTC
(8 years, 3 months ago)
by
michael
- numeric.c: added channel mode C to RPL_MYINFO
Revision
5466 -
Directory Listing
Modified
Wed Feb 4 18:37:34 2015 UTC
(8 years, 3 months ago)
by
michael
- channel.c:can_send(): better not to modify the message pointer
Revision
5463 -
Directory Listing
Modified
Wed Feb 4 18:18:26 2015 UTC
(8 years, 3 months ago)
by
michael
- Added channel mode +C which prevents users from sending CTCPS to a channel
Revision
5459 -
Directory Listing
Modified
Tue Feb 3 22:24:23 2015 UTC
(8 years, 3 months ago)
by
michael
- Minor cleanups here and there
Revision
5452 -
Directory Listing
Modified
Mon Feb 2 18:30:39 2015 UTC
(8 years, 3 months ago)
by
michael
- m_message.c: sanitize msg_client(); fixed some logic errors in the flooding code
Revision
5449 -
Directory Listing
Modified
Sat Jan 31 19:32:11 2015 UTC
(8 years, 3 months ago)
by
michael
- ircd.c:main(): removed pointless chdir() calls as spotted by Adam
Revision
5424 -
Directory Listing
Modified
Wed Jan 28 13:36:54 2015 UTC
(8 years, 4 months ago)
by
michael
- memory.c:MyFree(): removed extraneous pointer test
Revision
5423 -
Directory Listing
Modified
Sun Jan 25 17:57:24 2015 UTC
(8 years, 4 months ago)
by
michael
- packet.c: made extract_one_line() unsigned
Revision
5420 -
Directory Listing
Modified
Sun Jan 25 17:50:26 2015 UTC
(8 years, 4 months ago)
by
michael
- packet.c:extract_one_line(): constification; renamed variable
Revision
5419 -
Directory Listing
Modified
Sun Jan 25 17:46:57 2015 UTC
(8 years, 4 months ago)
by
michael
- numeric.h, numeric.c: moved ERR_OPERONLYCHAN numeric to 520 to match with insp/unreal
Revision
5416 -
Directory Listing
Modified
Sun Jan 25 17:43:08 2015 UTC
(8 years, 4 months ago)
by
michael
- Re-create autogenerated parser/lexer files
Revision
5415 -
Directory Listing
Modified
Sun Jan 25 17:40:52 2015 UTC
(8 years, 4 months ago)
by
michael
- conf_lexer.l, conf_parser.y: removed entropy gathering daemon leftovers
Revision
5412 -
Directory Listing
Modified
Sun Jan 25 17:36:25 2015 UTC
(8 years, 4 months ago)
by
michael
- packet.c: from p4: change extract_one_line to not over agressively strip whitespace from buffers
Revision
5410 -
Directory Listing
Modified
Sat Jan 24 19:12:28 2015 UTC
(8 years, 4 months ago)
by
michael
- conf_class.c: removed duplicated code
Revision
5399 -
Directory Listing
Modified
Tue Jan 20 14:49:22 2015 UTC
(8 years, 4 months ago)
by
michael
- bison 3.0.3
Revision
5396 -
Directory Listing
Modified
Tue Jan 20 14:07:02 2015 UTC
(8 years, 4 months ago)
by
michael
- Fixed compile warnings
Revision
5394 -
Directory Listing
Modified
Tue Jan 20 14:03:09 2015 UTC
(8 years, 4 months ago)
by
michael
- libtool 2.4.5, automake 1.15
Revision
5393 -
Directory Listing
Modified
Tue Jan 20 13:42:21 2015 UTC
(8 years, 4 months ago)
by
michael
- Minor cleanups and optimizations to usermode handling
Revision
5386 -
Directory Listing
Modified
Sun Jan 18 12:42:23 2015 UTC
(8 years, 4 months ago)
by
michael
- m_gline.c, m_kline.c, motd.c: need to check against client->sockhost as well
Revision
5346 -
Directory Listing
Modified
Sun Jan 11 12:41:14 2015 UTC
(8 years, 4 months ago)
by
michael
- Update copyright years
Revision
5303 -
Directory Listing
Modified
Sun Jan 4 21:27:56 2015 UTC
(8 years, 4 months ago)
by
michael
- Fixed grammar error as pointed out by Adam
Revision
5300 -
Directory Listing
Modified
Sun Jan 4 16:58:10 2015 UTC
(8 years, 4 months ago)
by
michael
- user.c:register_remote_user(): show ip addresses in remote connection notices aswell
Revision
5050 -
Directory Listing
Modified
Sat Dec 13 21:30:17 2014 UTC
(8 years, 5 months ago)
by
michael
- Fixed compile warnings
Revision
5038 -
Directory Listing
Modified
Sat Dec 13 16:08:27 2014 UTC
(8 years, 5 months ago)
by
michael
- conf.c:validate_conf(): use 'EmptyString'
Revision
5036 -
Directory Listing
Modified
Sat Dec 13 15:58:56 2014 UTC
(8 years, 5 months ago)
by
michael
- match.c: style corrections to match()
Revision
5034 -
Directory Listing
Modified
Sat Dec 13 15:54:44 2014 UTC
(8 years, 5 months ago)
by
michael
- send.c: removed unused header includes
Revision
5030 -
Directory Listing
Modified
Sat Dec 13 15:13:02 2014 UTC
(8 years, 5 months ago)
by
michael
- channel_mode.c: don't allow ban masks to be added that start with a colon
Revision
5024 -
Directory Listing
Modified
Fri Dec 12 15:18:29 2014 UTC
(8 years, 5 months ago)
by
michael
- Added general::stats_m_oper_only configuration option
Revision
5010 -
Directory Listing
Modified
Tue Dec 9 15:29:46 2014 UTC
(8 years, 5 months ago)
by
michael
- motd.c:motd_create(): fixed indentation
Revision
5005 -
Directory Listing
Modified
Tue Dec 9 14:19:40 2014 UTC
(8 years, 5 months ago)
by
michael
- Added 'opme' to irc-operator flags
Revision
5002 -
Directory Listing
Modified
Tue Dec 9 14:09:10 2014 UTC
(8 years, 5 months ago)
by
michael
- Style corrections
Revision
4998 -
Directory Listing
Modified
Tue Dec 9 13:46:33 2014 UTC
(8 years, 5 months ago)
by
michael
- client.c: removed useless assert()s
Revision
4994 -
Directory Listing
Modified
Tue Dec 9 13:25:51 2014 UTC
(8 years, 5 months ago)
by
michael
- send.c:sendq_unblocked(): const correctness
Revision
4993 -
Directory Listing
Modified
Tue Dec 9 13:23:06 2014 UTC
(8 years, 5 months ago)
by
michael
- Removed useless assert()s
Revision
4988 -
Directory Listing
Modified
Mon Dec 8 20:04:42 2014 UTC
(8 years, 5 months ago)
by
michael
- The general::true_no_oper_flood configuration option has been deprecated.
Operators still can have higher 'flood' limits with no_oper_flood = yes;
hoewever, they are no longer allowed to bypass RecvQ limits.
Revision
4983 -
Directory Listing
Modified
Sat Dec 6 18:17:33 2014 UTC
(8 years, 5 months ago)
by
michael
- Cleaned up style; reformatting; const correctness
Revision
4980 -
Directory Listing
Modified
Fri Dec 5 14:30:16 2014 UTC
(8 years, 5 months ago)
by
michael
- Add m4/ax_arg_libgeoip.m4 and tidy up configure.ac a bit
Revision
4978 -
Directory Listing
Modified
Fri Dec 5 14:14:44 2014 UTC
(8 years, 5 months ago)
by
michael
- Add m4/ax_arg_enable_assert.m4 and tidy up configure.ac a bit
Revision
4976 -
Directory Listing
Modified
Thu Dec 4 15:12:10 2014 UTC
(8 years, 5 months ago)
by
michael
- Style corrections; constifications
Revision
4974 -
Directory Listing
Modified
Mon Dec 1 19:53:48 2014 UTC
(8 years, 5 months ago)
by
michael
- Fixed compile warnings due to shadowed global variables on RHEL/maybe other distros
Revision
4973 -
Directory Listing
Modified
Mon Dec 1 16:28:30 2014 UTC
(8 years, 5 months ago)
by
michael
- user.c:register_remote_user(): modernize old 2.8 notice
Revision
4968 -
Directory Listing
Modified
Mon Dec 1 14:36:42 2014 UTC
(8 years, 5 months ago)
by
michael
- general::hide_spoof_ips is now deprecated
Revision
4964 -
Directory Listing
Modified
Mon Dec 1 13:59:33 2014 UTC
(8 years, 5 months ago)
by
michael
- user.c, m_server.c: ip addresses are always propagated via UID regardless of ip spoofs
Revision
4963 -
Directory Listing
Modified
Mon Dec 1 13:08:44 2014 UTC
(8 years, 5 months ago)
by
michael
- Get rid of NOCAPS
Revision
4960 -
Directory Listing
Modified
Sun Nov 30 17:50:57 2014 UTC
(8 years, 5 months ago)
by
michael
- libtool 2.4.4
Revision
4958 -
Directory Listing
Modified
Sun Nov 30 17:22:48 2014 UTC
(8 years, 5 months ago)
by
michael
- parse.c:parse_handle_numeric(): removed extraneous parentheses
Revision
4949 -
Directory Listing
Modified
Sun Nov 30 12:16:01 2014 UTC
(8 years, 5 months ago)
by
michael
- Renamed variables; const correctness
Revision
4945 -
Directory Listing
Modified
Thu Nov 27 20:42:21 2014 UTC
(8 years, 6 months ago)
by
michael
- user.c:user_set_hostmask(): skip target_p when sending JOINs to channel members
Revision
4940 -
Directory Listing
Modified
Thu Nov 27 15:16:58 2014 UTC
(8 years, 6 months ago)
by
michael
- conf.c:conf_add_class_to_conf(): improve warning if there's no proper
class associated with an oper{} block
Revision
4939 -
Directory Listing
Modified
Thu Nov 27 15:07:36 2014 UTC
(8 years, 6 months ago)
by
michael
- user.c:check_xline(): removed pointless test on 'conf->reason'
Revision
4936 -
Directory Listing
Modified
Thu Nov 27 15:05:06 2014 UTC
(8 years, 6 months ago)
by
michael
- Renamed variables; const correctness
- Removed IsConfOperator macro
Revision
4932 -
Directory Listing
Modified
Tue Nov 25 17:54:30 2014 UTC
(8 years, 6 months ago)
by
michael
- numeric.h, numeric.c: removed now unused ERR_GHOSTEDCLIENT
Revision
4930 -
Directory Listing
Modified
Tue Nov 25 17:45:28 2014 UTC
(8 years, 6 months ago)
by
michael
- send.c: further fixes to send_message_remote()
Revision
4929 -
Directory Listing
Modified
Tue Nov 25 16:56:39 2014 UTC
(8 years, 6 months ago)
by
michael
- parse.c:parse(): spelling fixes
Revision
4927 -
Directory Listing
Modified
Tue Nov 25 16:44:00 2014 UTC
(8 years, 6 months ago)
by
michael
- parse.c: get rid of parse_cancel_clients()
Revision
4924 -
Directory Listing
Modified
Tue Nov 25 16:21:59 2014 UTC
(8 years, 6 months ago)
by
michael
- send.c: replaced remaining DLINK_FOREACH_SAFE with just DLINK_FOREACH
Revision
4922 -
Directory Listing
Modified
Tue Nov 25 14:37:41 2014 UTC
(8 years, 6 months ago)
by
michael
- send.c: unbreak and sanitize send_message_remote()
Revision
4920 -
Directory Listing
Modified
Tue Nov 25 14:30:25 2014 UTC
(8 years, 6 months ago)
by
michael
- conf_pseudo:m_pseudo(): constification
Revision
4916 -
Directory Listing
Modified
Tue Nov 25 12:37:59 2014 UTC
(8 years, 6 months ago)
by
michael
- Style corrections; renamed variables
Revision
4913 -
Directory Listing
Modified
Sun Nov 23 20:30:19 2014 UTC
(8 years, 6 months ago)
by
michael
- misc.c:ssl_get_cipher(): added dash between ssl/tls version and ciphers to match other ircds
Revision
4896 -
Directory Listing
Modified
Wed Nov 19 18:45:31 2014 UTC
(8 years, 6 months ago)
by
michael
- numeric.c: added 'h' (half-op) to supported channel modes in RPL_MYINFO
Revision
4893 -
Directory Listing
Modified
Wed Nov 19 17:15:56 2014 UTC
(8 years, 6 months ago)
by
michael
- Fixed compile warning
Revision
4891 -
Directory Listing
Modified
Wed Nov 19 17:14:06 2014 UTC
(8 years, 6 months ago)
by
michael
- Set reasonable default ciphers if there aren't any specified in general::ssl_cipher_list
Revision
4889 -
Directory Listing
Modified
Wed Nov 19 17:10:25 2014 UTC
(8 years, 6 months ago)
by
michael
- Style corrections
Revision
4883 -
Directory Listing
Modified
Tue Nov 18 16:22:18 2014 UTC
(8 years, 6 months ago)
by
michael
- Style corrections; fixed comments
Revision
4877 -
Directory Listing
Modified
Sun Nov 16 13:38:30 2014 UTC
(8 years, 6 months ago)
by
michael
- fdlist.c: removed set_fdlimit() wrapper function
Revision
4873 -
Directory Listing
Modified
Tue Nov 11 18:29:33 2014 UTC
(8 years, 6 months ago)
by
michael
- Const-correctness
Revision
4871 -
Directory Listing
Modified
Sat Nov 8 16:54:24 2014 UTC
(8 years, 6 months ago)
by
michael
- user.c:init_isupport(): removed +e/+I values from EXCEPTS/INVEX tokens
Revision
4869 -
Directory Listing
Modified
Fri Nov 7 20:28:08 2014 UTC
(8 years, 6 months ago)
by
michael
- hash.c: constifications
Revision
4867 -
Directory Listing
Modified
Fri Nov 7 20:14:30 2014 UTC
(8 years, 6 months ago)
by
michael
- hash.c:free_list_task(): removed pointless MyConnect() test
Revision
4866 -
Directory Listing
Modified
Fri Nov 7 20:04:13 2014 UTC
(8 years, 6 months ago)
by
michael
- auth.c:start_auth_query(): removed archaic comment
Revision
4863 -
Directory Listing
Modified
Fri Nov 7 19:55:28 2014 UTC
(8 years, 6 months ago)
by
michael
- auth.c:auth_connect_callback(): use report_error() for reporting failed
getsockname() or getpeername() calls
Revision
4861 -
Directory Listing
Modified
Fri Nov 7 19:50:33 2014 UTC
(8 years, 6 months ago)
by
michael
- auth.c: constifications
Revision
4860 -
Directory Listing
Modified
Fri Nov 7 17:19:50 2014 UTC
(8 years, 6 months ago)
by
michael
- auth.c:auth_connect_callback(): decreased size of 'authbuf'
Revision
4857 -
Directory Listing
Modified
Fri Nov 7 17:18:03 2014 UTC
(8 years, 6 months ago)
by
michael
- auth.c: constifications
Revision
4855 -
Directory Listing
Modified
Fri Nov 7 16:57:52 2014 UTC
(8 years, 6 months ago)
by
michael
- user.c:report_and_set_user_flags(): fixed typo in comment
Revision
4853 -
Directory Listing
Modified
Thu Nov 6 17:39:08 2014 UTC
(8 years, 6 months ago)
by
michael
- auth.c: constification
Revision
4849 -
Directory Listing
Modified
Wed Nov 5 17:06:14 2014 UTC
(8 years, 6 months ago)
by
michael
- Removed init_host_hash()
Revision
4847 -
Directory Listing
Modified
Wed Nov 5 17:00:11 2014 UTC
(8 years, 6 months ago)
by
michael
- conf_class.c: fixed coding convention issues
Revision
4839 -
Directory Listing
Modified
Sun Nov 2 22:35:08 2014 UTC
(8 years, 6 months ago)
by
michael
- listener.c:listener_accept_connection(): no need to send the NUL byte
Revision
4837 -
Directory Listing
Modified
Sun Nov 2 18:52:26 2014 UTC
(8 years, 6 months ago)
by
michael
- Renamed clear_ban_cache() to clear_ban_cache_channel() to separate it
better from the clear_ban_cache_client() function
Revision
4834 -
Directory Listing
Modified
Sun Nov 2 11:45:16 2014 UTC
(8 years, 6 months ago)
by
michael
- Constification
Revision
4825 -
Directory Listing
Modified
Sun Nov 2 10:56:38 2014 UTC
(8 years, 6 months ago)
by
michael
- channel_mode.c:add_id(), del_id(): replaced sprintf() with snprintf()
Revision
4824 -
Directory Listing
Modified
Sat Nov 1 18:22:45 2014 UTC
(8 years, 6 months ago)
by
michael
- client.c, m_who.c: style corrections
Revision
4821 -
Directory Listing
Modified
Sat Nov 1 17:49:55 2014 UTC
(8 years, 6 months ago)
by
michael
- Renamed exempt::coid to exempt::country_id
Revision
4820 -
Directory Listing
Modified
Sat Nov 1 16:50:43 2014 UTC
(8 years, 6 months ago)
by
michael
- Renamed Client::svid to Client::account
Revision
4817 -
Directory Listing
Modified
Sat Nov 1 16:05:01 2014 UTC
(8 years, 6 months ago)
by
michael
- Renamed variables
Revision
4816 -
Directory Listing
Modified
Sat Nov 1 15:29:49 2014 UTC
(8 years, 6 months ago)
by
michael
- Renamed variables
Revision
4812 -
Directory Listing
Modified
Sat Nov 1 11:57:38 2014 UTC
(8 years, 6 months ago)
by
michael
- channel.c, channel.h: added clear_invites() and make use of it
- ms_sjoin.c:ms_sjoin(): clear invites if the introduced channel has lower TS
Revision
4805 -
Directory Listing
Modified
Tue Oct 28 15:28:08 2014 UTC
(8 years, 7 months ago)
by
michael
- send.c:sendto_anywhere(): replaced MyClient() test with MyConnect()
Revision
4802 -
Directory Listing
Modified
Tue Oct 28 15:19:30 2014 UTC
(8 years, 7 months ago)
by
michael
- send.c: added some assert(); removed useless test in send_message_remote()
Revision
4801 -
Directory Listing
Modified
Tue Oct 28 14:00:38 2014 UTC
(8 years, 7 months ago)
by
michael
- Renamed variables
Revision
4798 -
Directory Listing
Modified
Tue Oct 28 13:29:16 2014 UTC
(8 years, 7 months ago)
by
michael
- Removed ChModeChange::mems
Revision
4797 -
Directory Listing
Modified
Tue Oct 28 13:15:20 2014 UTC
(8 years, 7 months ago)
by
michael
- send.c:sendto_match_servs(): style corrections
Revision
4794 -
Directory Listing
Modified
Tue Oct 28 13:09:31 2014 UTC
(8 years, 7 months ago)
by
michael
- Removed pointless test for UMODE_DEAF in both sendto_channel_local() and
sendto_channel_local_butone()
Revision
4793 -
Directory Listing
Modified
Tue Oct 28 12:47:20 2014 UTC
(8 years, 7 months ago)
by
michael
- Added support for the "extended-join" client capability
Revision
4790 -
Directory Listing
Modified
Tue Oct 28 12:02:27 2014 UTC
(8 years, 7 months ago)
by
michael
- channel_mode.c, send.c: style corrections
Revision
4784 -
Directory Listing
Modified
Sat Oct 25 16:12:54 2014 UTC
(8 years, 7 months ago)
by
michael
- Constification
Revision
4782 -
Directory Listing
Modified
Fri Oct 24 20:20:22 2014 UTC
(8 years, 7 months ago)
by
michael
- channel.c:msg_has_ctrls(): update documentation
Revision
4779 -
Directory Listing
Modified
Tue Oct 21 16:29:52 2014 UTC
(8 years, 7 months ago)
by
michael
- send.c, client.h: changed Connection::serial to an uint64_t
Revision
4777 -
Directory Listing
Modified
Tue Oct 21 16:11:06 2014 UTC
(8 years, 7 months ago)
by
michael
- Removed hybrid 6 leftovers
Revision
4766 -
Directory Listing
Modified
Sun Oct 19 18:01:04 2014 UTC
(8 years, 7 months ago)
by
michael
- /WHOWAS now shows the name of the services account a user was logged in
- Prepare whois_person() for target_p->svid[0] being '*' for user that aren't logged into a services account
- Update NEWS
Revision
4765 -
Directory Listing
Modified
Sun Oct 19 17:22:22 2014 UTC
(8 years, 7 months ago)
by
michael
- numeric.c: correction to RPL_ENDOFMODLIST
Revision
4762 -
Directory Listing
Modified
Sun Oct 19 15:02:47 2014 UTC
(8 years, 7 months ago)
by
michael
- ircd.c:ssl_init(): removed newline character from ilog()
Revision
4761 -
Directory Listing
Modified
Sun Oct 19 11:09:29 2014 UTC
(8 years, 7 months ago)
by
michael
- parse.c:parse(): renamed variable
Revision
4758 -
Directory Listing
Modified
Sun Oct 19 10:54:27 2014 UTC
(8 years, 7 months ago)
by
michael
- Improved RPL_LOAD2HI numeric
Revision
4757 -
Directory Listing
Modified
Sat Oct 18 19:11:21 2014 UTC
(8 years, 7 months ago)
by
michael
- channel.c:channel_find_last0(): style correction
Revision
4750 -
Directory Listing
Modified
Thu Oct 16 12:18:44 2014 UTC
(8 years, 7 months ago)
by
michael
- ircd.c:ssl_init(): added two 'return' even though they are not reached
Revision
4749 -
Directory Listing
Modified
Thu Oct 16 12:10:39 2014 UTC
(8 years, 7 months ago)
by
michael
- ircd.c:write_pidfile(): use strerror() if fopen() fails
Revision
4746 -
Directory Listing
Modified
Thu Oct 16 11:53:00 2014 UTC
(8 years, 7 months ago)
by
michael
- parse.c:parse(): update documentation
Revision
4745 -
Directory Listing
Modified
Thu Oct 16 11:46:36 2014 UTC
(8 years, 7 months ago)
by
michael
- Enable ECDH for OpenSSL 0.9.8o and above
Revision
4738 -
Directory Listing
Modified
Sun Oct 12 12:06:42 2014 UTC
(8 years, 7 months ago)
by
michael
- s_bsd.c:ssl_handshake(): use CONNECTTIMEOUT instead of hardcoded value
- server.c:ssl_server_handshake(): use CONNECTTIMEOUT instead of hardcoded value
Revision
4735 -
Directory Listing
Modified
Sun Oct 12 12:01:31 2014 UTC
(8 years, 7 months ago)
by
michael
- ircd.c:write_pidfile(): removed extraneous parentheses
Revision
4734 -
Directory Listing
Modified
Sun Oct 12 11:58:33 2014 UTC
(8 years, 7 months ago)
by
michael
- ircd.c: style corrections
Revision
4731 -
Directory Listing
Modified
Sun Oct 12 11:41:07 2014 UTC
(8 years, 7 months ago)
by
michael
- server.c:ssl_server_handshake(): correctly timeout outgoing connects
Revision
4729 -
Directory Listing
Modified
Sat Oct 11 19:16:25 2014 UTC
(8 years, 7 months ago)
by
michael
- ircd.c:ssl_init(): disabled session tickets aswell as session cache
Revision
4727 -
Directory Listing
Modified
Thu Oct 9 16:04:11 2014 UTC
(8 years, 7 months ago)
by
michael
- watch.c:watch_add_to_hash_table(): fixed typo in comment
Revision
4726 -
Directory Listing
Modified
Tue Oct 7 18:47:00 2014 UTC
(8 years, 7 months ago)
by
michael
- client.c:check_conf_klines(): removed useless !IsClient() test
Revision
4723 -
Directory Listing
Modified
Tue Oct 7 18:44:19 2014 UTC
(8 years, 7 months ago)
by
michael
- user.c: style corrections
Revision
4708 -
Directory Listing
Modified
Mon Oct 6 16:52:06 2014 UTC
(8 years, 7 months ago)
by
michael
- user.c:valid_nickname(): minor cleanup
Revision
4706 -
Directory Listing
Modified
Sun Oct 5 16:42:47 2014 UTC
(8 years, 7 months ago)
by
michael
- Don't assemble umode buffer twice in send_umode_out()
Revision
4705 -
Directory Listing
Modified
Sun Oct 5 16:25:18 2014 UTC
(8 years, 7 months ago)
by
michael
- user.c:send_umode(): even if source_p == client_p, don't pass both client_p and
source_p as arguments
Revision
4698 -
Directory Listing
Modified
Fri Oct 3 15:28:13 2014 UTC
(8 years, 7 months ago)
by
michael
- auth.c:start_auth_query(): removed extraneous ilog(). report_error() already does the logging
Revision
4697 -
Directory Listing
Modified
Fri Oct 3 15:23:34 2014 UTC
(8 years, 7 months ago)
by
michael
- auth.c:timeout_auth_queries_event(): removed logging
Revision
4693 -
Directory Listing
Modified
Fri Oct 3 14:21:25 2014 UTC
(8 years, 7 months ago)
by
michael
- conf.c:find_user_host(): minor cleanup
Revision
4676 -
Directory Listing
Modified
Fri Oct 3 11:03:06 2014 UTC
(8 years, 7 months ago)
by
michael
- server.c:serv_connect(): made failed connection notice more descriptive for remote
/connects
Revision
4661 -
Directory Listing
Modified
Sun Sep 28 11:51:37 2014 UTC
(8 years, 8 months ago)
by
michael
- client.c:accept_message(): don't allow +G to override +g
Revision
4641 -
Directory Listing
Modified
Sun Sep 21 11:23:40 2014 UTC
(8 years, 8 months ago)
by
michael
- conf.c:find_user_host(): replaced !IsServer() test with IsClient()
Revision
4627 -
Directory Listing
Modified
Sun Sep 21 09:47:43 2014 UTC
(8 years, 8 months ago)
by
michael
- conf.c: let get_oper_name() deal with servers. Makes it easier to allow servers to add/remove
xlines, resvs, etc. without rewriting too much code later on
Revision
4623 -
Directory Listing
Modified
Sun Sep 21 08:41:04 2014 UTC
(8 years, 8 months ago)
by
michael
- conf_parser.y: use SSL_CTX_use_certificate_chain_file() instead of SSL_CTX_use_certificate_file()
Revision
4621 -
Directory Listing
Modified
Mon Sep 8 18:24:31 2014 UTC
(8 years, 8 months ago)
by
michael
- send.c:send_format(): fixed bogus test
Revision
4619 -
Directory Listing
Modified
Sun Sep 7 13:03:28 2014 UTC
(8 years, 8 months ago)
by
michael
- ircd.c: fixed compile warning
Revision
4617 -
Directory Listing
Modified
Sun Sep 7 13:00:55 2014 UTC
(8 years, 8 months ago)
by
michael
- Renamed Channel::chname to Channel::name
Revision
4597 -
Directory Listing
Modified
Sat Aug 30 16:56:59 2014 UTC
(8 years, 8 months ago)
by
michael
- conf.c:find_conf_name(): removed useless match(). with server name masking being removed
with TS6, this is no longer needed.
Revision
4592 -
Directory Listing
Modified
Wed Aug 27 16:26:31 2014 UTC
(8 years, 9 months ago)
by
michael
- ircd.c:ssl_init(): add SSL_OP_CIPHER_SERVER_PREFERENCE to server options
Revision
4589 -
Directory Listing
Modified
Tue Aug 26 15:59:21 2014 UTC
(8 years, 9 months ago)
by
michael
- Renamed 'localClient' Client structure member to just 'connection'
Revision
4587 -
Directory Listing
Modified
Tue Aug 26 15:51:13 2014 UTC
(8 years, 9 months ago)
by
michael
- user.c:register_local_user(): cosmetical fixes to server notice
Revision
4584 -
Directory Listing
Modified
Tue Aug 26 15:45:13 2014 UTC
(8 years, 9 months ago)
by
michael
- numeric.h, numeric.c: removed unused ERR_RESTRICTED
Revision
4583 -
Directory Listing
Modified
Mon Aug 25 15:54:40 2014 UTC
(8 years, 9 months ago)
by
michael
- numeric.c: cosmetical fixes
Revision
4578 -
Directory Listing
Modified
Mon Aug 25 09:53:48 2014 UTC
(8 years, 9 months ago)
by
michael
- Renamed variables/definitions to meet coding standards
Revision
4577 -
Directory Listing
Modified
Mon Aug 25 09:45:23 2014 UTC
(8 years, 9 months ago)
by
michael
- Renamed struct LocalUser to struct Connection
Revision
4574 -
Directory Listing
Modified
Mon Aug 25 09:31:29 2014 UTC
(8 years, 9 months ago)
by
michael
- client.c:exit_client(): cosmetical fixes to server exiting notice
Revision
4564 -
Directory Listing
Modified
Sun Aug 24 10:24:47 2014 UTC
(8 years, 9 months ago)
by
michael
- Update GPL 2 license headers
Revision
4558 -
Directory Listing
Modified
Sat Aug 23 17:25:44 2014 UTC
(8 years, 9 months ago)
by
michael
- Replaced RPL_NEWHOSTIS with RPL_VISIBLEHOST
Revision
4555 -
Directory Listing
Modified
Sat Aug 23 17:21:04 2014 UTC
(8 years, 9 months ago)
by
michael
- parse.c: fixed new defect found by coverity
Revision
4553 -
Directory Listing
Modified
Fri Aug 22 23:10:17 2014 UTC
(8 years, 9 months ago)
by
michael
- parse.c:parse(): small optimization as suggested by Adam
Revision
4551 -
Directory Listing
Modified
Fri Aug 22 09:13:13 2014 UTC
(8 years, 9 months ago)
by
michael
- parse.c: constification
Revision
4544 -
Directory Listing
Modified
Thu Aug 21 17:03:28 2014 UTC
(8 years, 9 months ago)
by
michael
- numeric.c: fixed ERR_PASSWDMISMATCH numeric string
Revision
4541 -
Directory Listing
Modified
Thu Aug 21 16:27:21 2014 UTC
(8 years, 9 months ago)
by
michael
- numeric.c: update ERR_SERVICESDOWN numeric string
Revision
4539 -
Directory Listing
Modified
Wed Aug 20 20:14:21 2014 UTC
(8 years, 9 months ago)
by
michael
- conf_pseudo.c:m_pseudo(): added additional !IsMe() test to catch misconfigured pseudo {} blocks
Revision
4538 -
Directory Listing
Modified
Wed Aug 20 18:06:24 2014 UTC
(8 years, 9 months ago)
by
michael
- conf_pseudo.c: cleanups some madness
Revision
4536 -
Directory Listing
Modified
Wed Aug 20 07:20:45 2014 UTC
(8 years, 9 months ago)
by
michael
- conf_pseudo.c: use m_unregistered() for the UNREGISTERED_HANDLER
Revision
4535 -
Directory Listing
Modified
Wed Aug 20 06:47:22 2014 UTC
(8 years, 9 months ago)
by
michael
- Fixes to pseudo{} blocks
Revision
4534 -
Directory Listing
Modified
Tue Aug 19 19:52:08 2014 UTC
(8 years, 9 months ago)
by
michael
- Removed m_services.c
- Add missing dlinkDelete in pseudo_clear()
- Rebuild lexer/parser files
Revision
4533 -
Directory Listing
Modified
Tue Aug 19 19:05:56 2014 UTC
(8 years, 9 months ago)
by
michael
- Implemented pseudo {} blocks (service aliases)
Revision
4522 -
Directory Listing
Modified
Tue Aug 19 09:43:06 2014 UTC
(8 years, 9 months ago)
by
michael
- Fixed double dlinkDelete() in conf_free()
- Fixed memory leak with server/oper/auth configuration items
Revision
4520 -
Directory Listing
Modified
Sun Aug 17 20:20:07 2014 UTC
(8 years, 9 months ago)
by
michael
- listener.c: reformatting
Revision
4519 -
Directory Listing
Modified
Sun Aug 17 20:04:34 2014 UTC
(8 years, 9 months ago)
by
michael
- listener.c: renamed ListenerPollList to listener_list
Revision
4514 -
Directory Listing
Modified
Sun Aug 17 18:26:06 2014 UTC
(8 years, 9 months ago)
by
michael
- conf.c:rehash(): moved the strlcpy(me.info,...) to conf_parser.y
Revision
4510 -
Directory Listing
Modified
Sun Aug 17 14:50:25 2014 UTC
(8 years, 9 months ago)
by
michael
- conf.c:conf_free(): fixed possible infinite loop with /stats c as reported by Adam.
We now assume that all MaskItem are linked onto some list
Revision
4509 -
Directory Listing
Modified
Sun Aug 17 11:58:59 2014 UTC
(8 years, 9 months ago)
by
michael
- Instead of silently truncating WHO at 500 replies, added ERR_WHOLIMEXCEED numeric
to inform users about the /who limit being exceeded
Revision
4501 -
Directory Listing
Modified
Sat Aug 16 19:10:08 2014 UTC
(8 years, 9 months ago)
by
michael
- hash.c:safe_list_channels(): removed outdated comment
Revision
4500 -
Directory Listing
Modified
Sat Aug 16 18:29:36 2014 UTC
(8 years, 9 months ago)
by
michael
- conf_parser.y: removed useless tests on ConfigServerInfo.server_ctx
Revision
4498 -
Directory Listing
Modified
Sat Aug 16 18:21:10 2014 UTC
(8 years, 9 months ago)
by
michael
- ircd.c:ssl_init(): exit if we cannot setup client/server context
Revision
4495 -
Directory Listing
Modified
Sat Aug 16 18:13:16 2014 UTC
(8 years, 9 months ago)
by
michael
- conf.c:set_default_conf(): really default to secp256r1
Revision
4488 -
Directory Listing
Modified
Sat Aug 16 16:55:07 2014 UTC
(8 years, 9 months ago)
by
michael
- Add topic mask option to /list
Revision
4487 -
Directory Listing
Modified
Sat Aug 16 16:18:17 2014 UTC
(8 years, 9 months ago)
by
michael
- hash.c:list_one_channel(): let other users see channelmodes in /list
Revision
4478 -
Directory Listing
Modified
Thu Aug 14 16:17:08 2014 UTC
(8 years, 9 months ago)
by
michael
- Fixed compile warnings
Revision
4475 -
Directory Listing
Modified
Thu Aug 14 09:49:32 2014 UTC
(8 years, 9 months ago)
by
michael
- res.c: style corrections
Revision
4474 -
Directory Listing
Modified
Thu Aug 14 09:31:54 2014 UTC
(8 years, 9 months ago)
by
michael
- memory.c:MyRealloc(): As pointed out by Adam, realloc() can be called with
size being 0 which equals to free(). In that case the outofmemory handler
shouldn't be triggered.
Revision
4471 -
Directory Listing
Modified
Thu Aug 14 09:25:30 2014 UTC
(8 years, 9 months ago)
by
michael
- s_bsd_poll.c cleanups/fixes provided by Adam
Revision
4469 -
Directory Listing
Modified
Thu Aug 14 08:35:21 2014 UTC
(8 years, 9 months ago)
by
michael
- getopt.c:parseargs(): use xstrdup() instead of malloc/strcpy combo; don't modify memory pointed
by the argument vector. Fixes provided by Adam.
Revision
4467 -
Directory Listing
Modified
Wed Aug 13 19:00:37 2014 UTC
(8 years, 9 months ago)
by
michael
- res.c:query_name(): get rid of useless typecasting
Revision
4466 -
Directory Listing
Modified
Wed Aug 13 18:56:47 2014 UTC
(8 years, 9 months ago)
by
michael
- res.c:proc_answer(): error out and leave the client unresolved if we get an unexpected record type
Revision
4463 -
Directory Listing
Modified
Wed Aug 13 17:26:13 2014 UTC
(8 years, 9 months ago)
by
michael
- Removed CNCB typedef
Revision
4462 -
Directory Listing
Modified
Wed Aug 13 17:08:22 2014 UTC
(8 years, 9 months ago)
by
michael
- Removed stupid PF typedef in fdlist.h which prevented both gcc and clang from spitting out
a warning about the first argument of s_bsd:ssl_handshake() being an 'int' when it really
has to be a 'fde_t' pointer.
- Fixed first argument of s_bsd:ssl_handshake() which should be a 'fde_t' pointer instead of an 'int'.
Revision
4459 -
Directory Listing
Modified
Mon Aug 11 19:44:25 2014 UTC
(8 years, 9 months ago)
by
michael
- conf.c:conf_dns_lookup(): use gethost_byname_type()
- res.h, res.c: removed gethost_byname()
Revision
4458 -
Directory Listing
Modified
Mon Aug 11 16:28:40 2014 UTC
(8 years, 9 months ago)
by
michael
- res.c:proc_answer(): delete useless castings
Revision
4455 -
Directory Listing
Modified
Mon Aug 11 15:59:20 2014 UTC
(8 years, 9 months ago)
by
michael
- res.c:proc_answer(): use 'unsigned'
Revision
4454 -
Directory Listing
Modified
Mon Aug 11 15:53:33 2014 UTC
(8 years, 9 months ago)
by
michael
- res.c: removed "request_state" enum
Revision
4451 -
Directory Listing
Modified
Mon Aug 11 15:51:26 2014 UTC
(8 years, 9 months ago)
by
michael
- res.c:proc_answer(): applied "Ignore CNAME records in dns queries" fix from p4.
** Ignore CNAME records in dns queries. Allows PTRS to point to CNAMEs
which can point to an A/AAAA which resolves to the correct IP.
Revision
4450 -
Directory Listing
Modified
Mon Aug 11 15:47:08 2014 UTC
(8 years, 9 months ago)
by
michael
- res.c: removed "try A if AAAA failed" logic
Revision
4447 -
Directory Listing
Modified
Sat Aug 9 19:19:58 2014 UTC
(8 years, 9 months ago)
by
michael
- res.c:start_resolver(): made /stats F more descriptive about the resolver socket
Revision
4441 -
Directory Listing
Modified
Sat Aug 9 18:51:02 2014 UTC
(8 years, 9 months ago)
by
michael
- user.c:oper_up(): successful operator logins are now announced globally via GLOBOPS
Revision
4438 -
Directory Listing
Modified
Sat Aug 9 18:33:17 2014 UTC
(8 years, 9 months ago)
by
michael
- Renamed various variables
Revision
4433 -
Directory Listing
Modified
Thu Aug 7 19:42:13 2014 UTC
(8 years, 9 months ago)
by
michael
- event.c: update show_events() to make /stats E look nicer
Revision
4430 -
Directory Listing
Modified
Thu Aug 7 19:03:19 2014 UTC
(8 years, 9 months ago)
by
michael
- Rewrite sendto_realops_flags_ratelimited() so it can be used in other places as well
Revision
4429 -
Directory Listing
Modified
Thu Aug 7 17:46:35 2014 UTC
(8 years, 9 months ago)
by
michael
- Added listener_release() and make use of it
Revision
4426 -
Directory Listing
Modified
Thu Aug 7 17:15:19 2014 UTC
(8 years, 9 months ago)
by
michael
- listener.c: reformatting
Revision
4425 -
Directory Listing
Modified
Thu Aug 7 17:09:28 2014 UTC
(8 years, 9 months ago)
by
michael
- listener.c:make_listener(): constification
Revision
4422 -
Directory Listing
Modified
Thu Aug 7 16:57:44 2014 UTC
(8 years, 9 months ago)
by
michael
- res.c: was missing +1 in reslist::name
Revision
4421 -
Directory Listing
Modified
Thu Aug 7 16:52:10 2014 UTC
(8 years, 9 months ago)
by
michael
- res.c:init_resolver(): removed useless memset()
Revision
4414 -
Directory Listing
Modified
Thu Aug 7 14:06:08 2014 UTC
(8 years, 9 months ago)
by
michael
- Removed ipv6 detection. We now assume all systems that run hybrid have
ipv6 availability and sockaddr_storage.
Revision
4412 -
Directory Listing
Modified
Thu Aug 7 11:30:58 2014 UTC
(8 years, 9 months ago)
by
michael
- s_bsd.c:comm_accept(): fixed faulty memset()
Revision
4410 -
Directory Listing
Modified
Wed Aug 6 21:36:38 2014 UTC
(8 years, 9 months ago)
by
michael
- Let's allow overlength host name entries in connect {} blocks
Revision
4409 -
Directory Listing
Modified
Wed Aug 6 21:20:45 2014 UTC
(8 years, 9 months ago)
by
michael
- Fixed resolver/auth issues with too long hostnames
Revision
4406 -
Directory Listing
Modified
Wed Aug 6 18:40:24 2014 UTC
(8 years, 9 months ago)
by
michael
- Moved memset() from accept_connection() to comm_accept()
Revision
4401 -
Directory Listing
Modified
Tue Aug 5 17:43:39 2014 UTC
(8 years, 9 months ago)
by
michael
- Unset FLAGS_IPHASH on source_p in exit_client() when removing from ipcache
Revision
4398 -
Directory Listing
Modified
Mon Aug 4 19:35:22 2014 UTC
(8 years, 9 months ago)
by
michael
- ircd.c:main(): use event_add() for comm_checktimeouts
Revision
4390 -
Directory Listing
Modified
Sun Aug 3 17:48:11 2014 UTC
(8 years, 9 months ago)
by
michael
- channel.c:send_mode_list(): constification
Revision
4389 -
Directory Listing
Modified
Sun Aug 3 17:46:05 2014 UTC
(8 years, 9 months ago)
by
michael
- channel.c: moved 'buf' to send_members() and send_mode_list()
Revision
4386 -
Directory Listing
Modified
Sun Aug 3 17:33:30 2014 UTC
(8 years, 9 months ago)
by
michael
- mempool.c:mp_pool_garbage_collect(): c99 style correction
Revision
4381 -
Directory Listing
Modified
Sun Aug 3 16:27:05 2014 UTC
(8 years, 9 months ago)
by
michael
- numeric.c: ERR_NICKTOOFAST: use %u conversion specifier
Revision
4378 -
Directory Listing
Modified
Sun Aug 3 16:18:29 2014 UTC
(8 years, 9 months ago)
by
michael
- Fixed ERR_NICKTOOFAST numeric string to make more sense and to comply with other ircds
Revision
4377 -
Directory Listing
Modified
Sun Aug 3 15:22:55 2014 UTC
(8 years, 9 months ago)
by
michael
- numeric.c: fixed ERR_TOOMANYAWAY numeric string
Revision
4374 -
Directory Listing
Modified
Sun Aug 3 14:41:55 2014 UTC
(8 years, 9 months ago)
by
michael
- listener.h, listener.c: use HOSTIPLEN for Listener::name; update documentation
Revision
4368 -
Directory Listing
Modified
Sun Aug 3 10:33:59 2014 UTC
(8 years, 9 months ago)
by
michael
- ipcache.c: minor cleanup
Revision
4363 -
Directory Listing
Modified
Sat Aug 2 22:23:09 2014 UTC
(8 years, 9 months ago)
by
michael
- Moved ax_check_openssl.m4 to ax_arg_openssl.m4
Revision
4359 -
Directory Listing
Modified
Sat Aug 2 20:37:47 2014 UTC
(8 years, 9 months ago)
by
michael
- Got rid of acinclude.m4
Revision
4350 -
Directory Listing
Modified
Sat Aug 2 17:20:16 2014 UTC
(8 years, 9 months ago)
by
michael
- motd.h, motd.c: renamed Motd::hostmask to just Motd::mask just because it's kinda
missleading since the mask can also be a class name
Revision
4349 -
Directory Listing
Modified
Sat Aug 2 17:15:13 2014 UTC
(8 years, 9 months ago)
by
michael
- motd.h, motd.c: clean up/fix comments
Revision
4346 -
Directory Listing
Modified
Sat Aug 2 17:07:14 2014 UTC
(8 years, 9 months ago)
by
michael
- motd.c:motd_cache(): fixed cast
Revision
4342 -
Directory Listing
Modified
Sat Aug 2 16:58:21 2014 UTC
(8 years, 9 months ago)
by
michael
- Removed unused ConfigServerInfo structure member
Revision
4341 -
Directory Listing
Modified
Sat Aug 2 16:53:48 2014 UTC
(8 years, 9 months ago)
by
michael
- Renamed structures to meet code conventions
Revision
4334 -
Directory Listing
Modified
Sat Aug 2 15:53:31 2014 UTC
(8 years, 9 months ago)
by
michael
- Removed select() support
Revision
4331 -
Directory Listing
Modified
Fri Aug 1 19:49:08 2014 UTC
(8 years, 9 months ago)
by
michael
- conf.c:attach_iline(): constification
Revision
4330 -
Directory Listing
Modified
Fri Aug 1 18:37:01 2014 UTC
(8 years, 9 months ago)
by
michael
- ipcache.c:ipcache_get_stats(): constification; depend on the caller to set integers to zero
Revision
4328 -
Directory Listing
Modified
Fri Aug 1 18:16:25 2014 UTC
(8 years, 9 months ago)
by
michael
- svn propset on ipcache.c, ipcache.h
Revision
4326 -
Directory Listing
Modified
Fri Aug 1 18:08:53 2014 UTC
(8 years, 9 months ago)
by
michael
- Moved all ip caching related code to ipcache.c
Revision
4323 -
Directory Listing
Modified
Fri Aug 1 16:59:23 2014 UTC
(8 years, 9 months ago)
by
michael
- conf.c: optimized count_ip_hash()
Revision
4322 -
Directory Listing
Modified
Fri Aug 1 16:55:23 2014 UTC
(8 years, 9 months ago)
by
michael
- conf.c:ipcache_remove_expired_entries(): of course should be DLINK_FOREACH_SAFE
Revision
4320 -
Directory Listing
Modified
Fri Aug 1 16:49:16 2014 UTC
(8 years, 9 months ago)
by
michael
- Cleaned up ipcache
Revision
4318 -
Directory Listing
Modified
Thu Jul 31 21:17:17 2014 UTC
(8 years, 9 months ago)
by
michael
- res.c:res_readreply(): read as many packets as possible from kernel buffer
in a single run. This might increase performance for heavy loaded servers
doing lots of dns requests. As side-effect it fixes issues with edge-triggered
epoll (we're only doing level-triggered right now)
Revision
4315 -
Directory Listing
Modified
Thu Jul 31 20:46:17 2014 UTC
(8 years, 9 months ago)
by
michael
- res.c:res_readreply(): don't grant further retries if the packet
couldn't be decoded. We only give it one shot.
Revision
4314 -
Directory Listing
Modified
Thu Jul 31 18:53:31 2014 UTC
(8 years, 9 months ago)
by
michael
- Improved AWAY throttling to allow for better fine-tuning
Revision
4312 -
Directory Listing
Modified
Thu Jul 31 17:02:26 2014 UTC
(8 years, 9 months ago)
by
michael
- res.c: reformatting; style corrections; updated comments
Revision
4310 -
Directory Listing
Modified
Tue Jul 29 17:25:16 2014 UTC
(8 years, 10 months ago)
by
michael
- Backported auth code related cleanups from newio branch
Revision
4302 -
Directory Listing
Modified
Sat Jul 26 17:55:50 2014 UTC
(8 years, 10 months ago)
by
michael
- res.c:res_readreply(): use ssize_t for 'rc'
Revision
4299 -
Directory Listing
Modified
Sun Jul 20 13:51:28 2014 UTC
(8 years, 10 months ago)
by
michael
- Fixed typos all over the place
Revision
4264 -
Directory Listing
Modified
Sat Jul 19 17:21:14 2014 UTC
(8 years, 10 months ago)
by
michael
- conf.c:valid_wild_card_simple(): don't read past the zero character
Revision
4259 -
Directory Listing
Modified
Fri Jul 18 20:47:03 2014 UTC
(8 years, 10 months ago)
by
michael
- conf_parser.y: do some logging if the dh param file can't be opened/read
Revision
4255 -
Directory Listing
Modified
Fri Jul 18 20:35:42 2014 UTC
(8 years, 10 months ago)
by
michael
- conf_parser.y: fixed logging of invalid private key
Revision
4253 -
Directory Listing
Modified
Fri Jul 18 19:05:01 2014 UTC
(8 years, 10 months ago)
by
michael
- Cleaned up and sanitized /challenge related code
- rsa.c:get_randomness(): removed EGD support; also don't fall back to RAND_pseudo_bytes()
if RAND_bytes() fails. If RAND_bytes() fails, just reject the /challenge request.
Revision
4239 -
Directory Listing
Modified
Tue Jul 15 17:40:24 2014 UTC
(8 years, 10 months ago)
by
michael
- res.c:res_readreply(): removed sparc/alpha hack
Revision
4238 -
Directory Listing
Modified
Tue Jul 15 17:39:02 2014 UTC
(8 years, 10 months ago)
by
michael
- res.c:res_readreply(): don't do anything until we checked for possible
fake replies
Revision
4235 -
Directory Listing
Modified
Tue Jul 15 17:32:14 2014 UTC
(8 years, 10 months ago)
by
michael
- res.c:res_readreply(): even if it's not clear if it's possible to receive
a response for a query we didn't send, but we better execute auth_dns_callback()
immediately instead of waiting until timeout_auth_queries_event() takes action.
Revision
4234 -
Directory Listing
Modified
Tue Jul 15 17:25:03 2014 UTC
(8 years, 10 months ago)
by
michael
- res.c: made timeout_query_list() not require an argument
Revision
4232 -
Directory Listing
Modified
Tue Jul 15 16:57:13 2014 UTC
(8 years, 10 months ago)
by
michael
- parse.c: reformatting
Revision
4224 -
Directory Listing
Modified
Mon Jul 14 19:09:07 2014 UTC
(8 years, 10 months ago)
by
michael
- user.c:register_remote_user(): constification
Revision
4221 -
Directory Listing
Modified
Mon Jul 14 18:56:14 2014 UTC
(8 years, 10 months ago)
by
michael
- user.c:user_welcome(): removed useless test on source_p->id
Revision
4215 -
Directory Listing
Modified
Mon Jul 14 12:35:20 2014 UTC
(8 years, 10 months ago)
by
michael
- client.c: cleaned up style; sprinkled some assert() statements
Revision
4212 -
Directory Listing
Modified
Mon Jul 14 09:24:10 2014 UTC
(8 years, 10 months ago)
by
michael
- Renamed serv_list to local_server_list
Revision
4211 -
Directory Listing
Modified
Sat Jul 12 19:22:22 2014 UTC
(8 years, 10 months ago)
by
michael
- server.c:hunt_server(): removed useless test. Discussed and approved by Adam.
Revision
4208 -
Directory Listing
Modified
Sat Jul 12 18:13:06 2014 UTC
(8 years, 10 months ago)
by
michael
- Renammed global_serv_list to global_server_list
Revision
4207 -
Directory Listing
Modified
Sat Jul 12 17:52:08 2014 UTC
(8 years, 10 months ago)
by
michael
- server.c: cleaned up hunt_server()
Revision
4201 -
Directory Listing
Modified
Fri Jul 11 19:51:25 2014 UTC
(8 years, 10 months ago)
by
michael
- parse.c:handle_numeric(): if source_p is a hidden server, rewrite prefix aswell
Revision
4198 -
Directory Listing
Modified
Thu Jul 10 19:52:27 2014 UTC
(8 years, 10 months ago)
by
michael
- ircd.c:initialize_global_set_options(): removed useless memset()
Revision
4197 -
Directory Listing
Modified
Thu Jul 10 19:49:02 2014 UTC
(8 years, 10 months ago)
by
michael
- server.c:try_connections(): whitespace changes
Revision
4188 -
Directory Listing
Modified
Mon Jul 7 18:29:35 2014 UTC
(8 years, 10 months ago)
by
michael
- Don't add/remove unregistered connections to/from global_client_list
Revision
4186 -
Directory Listing
Modified
Sun Jul 6 16:14:19 2014 UTC
(8 years, 10 months ago)
by
michael
- client.c:exit_one_client(): re-added test on source_p->node.next
Revision
4175 -
Directory Listing
Modified
Sat Jul 5 17:40:59 2014 UTC
(8 years, 10 months ago)
by
michael
- channel_mode.c:clear_ban_cache(): use locmembers list
Revision
4171 -
Directory Listing
Modified
Sat Jul 5 15:33:37 2014 UTC
(8 years, 10 months ago)
by
michael
- Bring back channel->locmember list
Revision
4163 -
Directory Listing
Modified
Thu Jul 3 19:45:30 2014 UTC
(8 years, 10 months ago)
by
michael
- Removed ssl_server_method and ssl_client_method configuration options.
ircd now only allows TLSv1, TLSv1.1 and TLSv1.2 protocols depending
on the OpenSSL version.
Revision
4160 -
Directory Listing
Modified
Thu Jul 3 18:25:36 2014 UTC
(8 years, 10 months ago)
by
michael
- ircd.c:ssl_init(): removed SSL_OP_TLS_ROLLBACK_BUG from options
Revision
4152 -
Directory Listing
Modified
Wed Jul 2 17:45:06 2014 UTC
(8 years, 10 months ago)
by
michael
- channel.c: from p4: move resv channel oper notice to umode reject
Revision
4143 -
Directory Listing
Modified
Wed Jul 2 17:15:01 2014 UTC
(8 years, 10 months ago)
by
michael
- Removed hooking system
Revision
4141 -
Directory Listing
Modified
Wed Jul 2 14:44:59 2014 UTC
(8 years, 10 months ago)
by
michael
- client.c:exit_one_client(): removed XXX; added an assert() just in case
Revision
4138 -
Directory Listing
Modified
Wed Jul 2 14:23:31 2014 UTC
(8 years, 10 months ago)
by
michael
- ircd.c:ssl_init(): add SSL_OP_SINGLE_DH_USE to options
Revision
4132 -
Directory Listing
Modified
Tue Jul 1 21:42:48 2014 UTC
(8 years, 10 months ago)
by
michael
- ircd.c: removed 'event_check_splitmode'. Changed 'splitmode_event' to run every 5 seconds
if server is in splitmode
Revision
4131 -
Directory Listing
Modified
Tue Jul 1 19:49:41 2014 UTC
(8 years, 10 months ago)
by
michael
- event.c, event.h: update copyright headers
Revision
4128 -
Directory Listing
Modified
Tue Jul 1 19:32:05 2014 UTC
(8 years, 10 months ago)
by
michael
- ircd.c:ssl_init(): minor cleanup
Revision
4127 -
Directory Listing
Modified
Tue Jul 1 19:24:32 2014 UTC
(8 years, 10 months ago)
by
michael
- event.c:event_addish(): removed XXX
Revision
4124 -
Directory Listing
Modified
Tue Jul 1 17:43:33 2014 UTC
(8 years, 10 months ago)
by
michael
- event.c: removed unused header includes
Revision
4120 -
Directory Listing
Modified
Tue Jul 1 16:59:39 2014 UTC
(8 years, 10 months ago)
by
michael
- conf_parser.y: fixed stupid bug. no comment there...
Revision
4119 -
Directory Listing
Modified
Tue Jul 1 16:56:29 2014 UTC
(8 years, 10 months ago)
by
michael
- event.c:event_run(): changed 'len' variable to an unsigned int.
Note that dlink_list_length() is unsigned int.
Revision
4116 -
Directory Listing
Modified
Tue Jul 1 16:50:58 2014 UTC
(8 years, 10 months ago)
by
michael
- event.c:event_run(): removed unused variable
Revision
4115 -
Directory Listing
Modified
Tue Jul 1 16:49:54 2014 UTC
(8 years, 10 months ago)
by
michael
- Added ssl_message_digest_algorithm configuration option to serverinfo{} block.
See doc/reference.conf for more information.
Revision
4112 -
Directory Listing
Modified
Tue Jul 1 16:02:36 2014 UTC
(8 years, 10 months ago)
by
michael
- Make use of binary_to_hex() in ssl_handshake() and ssl_server_handshake()
Revision
4111 -
Directory Listing
Modified
Tue Jul 1 15:56:36 2014 UTC
(8 years, 10 months ago)
by
michael
- rsa.c: make binary_to_hex() more readable
Revision
4109 -
Directory Listing
Modified
Mon Jun 30 21:02:18 2014 UTC
(8 years, 10 months ago)
by
michael
- Allow [ in usernames
Revision
4107 -
Directory Listing
Modified
Mon Jun 30 15:50:40 2014 UTC
(8 years, 10 months ago)
by
michael
- ircd.h, ircd.c: change some structures to anonymous structures
Revision
4104 -
Directory Listing
Modified
Mon Jun 30 15:38:09 2014 UTC
(8 years, 10 months ago)
by
michael
- Removed supported.h
Revision
4101 -
Directory Listing
Modified
Sun Jun 29 19:35:16 2014 UTC
(8 years, 11 months ago)
by
michael
- Add CHACCESS_REMOTE for servers remote Clients
Revision
4100 -
Directory Listing
Modified
Sun Jun 29 17:22:41 2014 UTC
(8 years, 11 months ago)
by
michael
- event.c: fixed issue in event_run()
Revision
4097 -
Directory Listing
Modified
Sun Jun 29 12:18:39 2014 UTC
(8 years, 11 months ago)
by
michael
- mempool.c: run mp_pool_garbage_collect every 3 minutes
Revision
4095 -
Directory Listing
Modified
Sun Jun 29 11:51:22 2014 UTC
(8 years, 11 months ago)
by
michael
- Merged Adam's event system rewrite
Revision
4091 -
Directory Listing
Modified
Sun Jun 29 09:36:39 2014 UTC
(8 years, 11 months ago)
by
michael
- Cleaned up UID introduction / NICK change related code
Revision
4087 -
Directory Listing
Modified
Sat Jun 28 16:45:42 2014 UTC
(8 years, 11 months ago)
by
michael
- Let mp_pool_get() clear memory
Revision
4079 -
Directory Listing
Modified
Sat Jun 28 15:59:53 2014 UTC
(8 years, 11 months ago)
by
michael
- conf.c, conf.h: change some structures to anonymous structures
Revision
4072 -
Directory Listing
Modified
Thu Jun 26 15:44:32 2014 UTC
(8 years, 11 months ago)
by
michael
- ircd.c:ssl_init(): removed SSL_OP_ALL from options
Revision
4071 -
Directory Listing
Modified
Thu Jun 26 15:42:08 2014 UTC
(8 years, 11 months ago)
by
michael
- Added proper ECDH support
Revision
4069 -
Directory Listing
Modified
Wed Jun 25 16:43:46 2014 UTC
(8 years, 11 months ago)
by
michael
- conf.c:set_default_conf(): default to 1 connection per 1 second
Revision
4065 -
Directory Listing
Modified
Wed Jun 25 15:16:01 2014 UTC
(8 years, 11 months ago)
by
michael
- channel.c:check_splitmode(): logic fixes
Revision
4057 -
Directory Listing
Modified
Tue Jun 24 18:18:46 2014 UTC
(8 years, 11 months ago)
by
michael
- Use %u conversion specifier for unsigned ints
Revision
4056 -
Directory Listing
Modified
Tue Jun 24 16:09:53 2014 UTC
(8 years, 11 months ago)
by
michael
- conf.c:conf_connect_allowed(): fixed some logic errors
Revision
4053 -
Directory Listing
Modified
Tue Jun 24 15:31:18 2014 UTC
(8 years, 11 months ago)
by
michael
- conf.c:read_conf_files(): chanmodes c an M were missed in CHANMODES
Revision
4046 -
Directory Listing
Modified
Sun Jun 22 16:13:51 2014 UTC
(8 years, 11 months ago)
by
michael
- channel.c:get_member_status(): document the magic value of 4
Revision
4045 -
Directory Listing
Modified
Sun Jun 22 16:09:24 2014 UTC
(8 years, 11 months ago)
by
michael
- channel.c, channel_mode.c: update documentation in some places
Revision
4029 -
Directory Listing
Modified
Sat Jun 21 18:31:00 2014 UTC
(8 years, 11 months ago)
by
michael
- server.c:try_connections(): removed useless test on conf->class to
make coverity shut up. There shouldn't ever be a MaskItem on the
server_items list that hasn't a class attached to it.
Revision
4021 -
Directory Listing
Modified
Fri Jun 20 16:19:28 2014 UTC
(8 years, 11 months ago)
by
michael
- Got rid of SEND_UMODES. We now propagate all modes.
Revision
4018 -
Directory Listing
Modified
Fri Jun 20 16:04:36 2014 UTC
(8 years, 11 months ago)
by
michael
- Renamed OPER_FLAG_K to OPER_FLAG_KLINE
Revision
4006 -
Directory Listing
Modified
Thu Jun 19 15:00:43 2014 UTC
(8 years, 11 months ago)
by
michael
- AUTHORS, version.c: added Fawkes to contributors
Revision
3999 -
Directory Listing
Modified
Wed Jun 18 18:18:30 2014 UTC
(8 years, 11 months ago)
by
michael
- channel.c:send_mode_list(): improve documentation
Revision
3998 -
Directory Listing
Modified
Wed Jun 18 18:09:42 2014 UTC
(8 years, 11 months ago)
by
michael
- channel.c:send_mode_list(): renamed variable
Revision
3995 -
Directory Listing
Modified
Wed Jun 18 18:07:08 2014 UTC
(8 years, 11 months ago)
by
michael
- channel.c:send_mode_list(): removed outdated comment
Revision
3991 -
Directory Listing
Modified
Wed Jun 18 16:30:33 2014 UTC
(8 years, 11 months ago)
by
michael
- version.c: fixed compile warning with clang -Winvalid-source-encoding. Fix provided by grawity.
Revision
3987 -
Directory Listing
Modified
Wed Jun 18 14:41:06 2014 UTC
(8 years, 11 months ago)
by
michael
- Removed unused header includes
Revision
3985 -
Directory Listing
Modified
Wed Jun 18 13:24:48 2014 UTC
(8 years, 11 months ago)
by
michael
- s_bsd_epoll.c, s_bsd_kqueue.c: removed defines/prototypes for extremely outdated systems
Revision
3953 -
Directory Listing
Modified
Mon Jun 16 19:53:22 2014 UTC
(8 years, 11 months ago)
by
michael
- channel.c: improve documentation
Revision
3946 -
Directory Listing
Modified
Mon Jun 16 18:08:38 2014 UTC
(8 years, 11 months ago)
by
michael
- send.c:sendto_match_servs(): swap function calls; renamed variable
Revision
3945 -
Directory Listing
Modified
Mon Jun 16 18:04:33 2014 UTC
(8 years, 11 months ago)
by
michael
- Renamed global_channel_list to channel_list
Revision
3943 -
Directory Listing
Modified
Mon Jun 16 17:57:48 2014 UTC
(8 years, 11 months ago)
by
michael
- send.c: fixed stupid 'bug' in sendto_match_servs()
Revision
3940 -
Directory Listing
Modified
Tue Jun 10 19:27:34 2014 UTC
(8 years, 11 months ago)
by
michael
- Renamed set_channel_topic() to channel_set_topic()
Revision
3939 -
Directory Listing
Modified
Tue Jun 10 19:19:43 2014 UTC
(8 years, 11 months ago)
by
michael
- channel.c:channel_do_join(): use chptr->chname if we know the channel exists
Revision
3936 -
Directory Listing
Modified
Tue Jun 10 18:59:51 2014 UTC
(8 years, 11 months ago)
by
michael
- Fixed SVSJOIN/SVSPART issues
Revision
3934 -
Directory Listing
Modified
Mon Jun 9 17:59:22 2014 UTC
(8 years, 11 months ago)
by
michael
- Added max_channels to class{} blocks
Revision
3932 -
Directory Listing
Modified
Mon Jun 9 15:25:08 2014 UTC
(8 years, 11 months ago)
by
michael
- conf.c:valid_wild_card(): use unsigned
Revision
3930 -
Directory Listing
Modified
Mon Jun 9 14:58:12 2014 UTC
(8 years, 11 months ago)
by
michael
- 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
3913 -
Directory Listing
Modified
Sun Jun 8 13:21:53 2014 UTC
(8 years, 11 months ago)
by
michael
- Moved duplicated code used by m_svspart.c and m_part.c, aswell as
m_svsjoin.c and m_join.c to channel.c
Revision
3909 -
Directory Listing
Modified
Fri Jun 6 23:57:40 2014 UTC
(8 years, 11 months ago)
by
michael
- hash.c: Use 'unsigned' whenever possible
Revision
3906 -
Directory Listing
Modified
Fri Jun 6 23:52:50 2014 UTC
(8 years, 11 months ago)
by
michael
- Use 'unsigned' whenever possible
Revision
3897 -
Directory Listing
Modified
Fri Jun 6 19:09:00 2014 UTC
(8 years, 11 months ago)
by
michael
- user.c:add_isupport(): fixed compile warning with -Wconditional-uninitialized
Revision
3891 -
Directory Listing
Modified
Fri Jun 6 18:42:27 2014 UTC
(8 years, 11 months ago)
by
michael
- conf_parser.y: fixed stupid bug that has successfully has hidden itself since Feb 5, 2002
Revision
3889 -
Directory Listing
Modified
Fri Jun 6 18:22:16 2014 UTC
(8 years, 11 months ago)
by
michael
- channel.c: documentation updates
Revision
3880 -
Directory Listing
Modified
Fri Jun 6 16:40:19 2014 UTC
(8 years, 11 months ago)
by
michael
- rng_mt.c: removed trailing whitespaces
Revision
3876 -
Directory Listing
Modified
Fri Jun 6 15:42:52 2014 UTC
(8 years, 11 months ago)
by
michael
- Added general::throttle_count idea from p4
Revision
3873 -
Directory Listing
Modified
Fri Jun 6 13:20:18 2014 UTC
(8 years, 11 months ago)
by
michael
- parse.c:mod_add_cmd(): no need to reset command counters upon module load
Revision
3871 -
Directory Listing
Modified
Fri Jun 6 13:08:03 2014 UTC
(8 years, 11 months ago)
by
michael
- Use unsigned whenever possible
Revision
3867 -
Directory Listing
Modified
Thu Jun 5 22:11:02 2014 UTC
(8 years, 11 months ago)
by
michael
- Removed OPERWALL. Use GLOBOPS instead.
Revision
3863 -
Directory Listing
Modified
Thu Jun 5 20:31:35 2014 UTC
(8 years, 11 months ago)
by
michael
- Made the INVITE/KNOCK throttling logic less aggressive as requested by Adam
Revision
3853 -
Directory Listing
Modified
Thu Jun 5 13:13:00 2014 UTC
(8 years, 11 months ago)
by
michael
- reslib.c: style corrections
Revision
3842 -
Directory Listing
Modified
Thu Jun 5 11:19:13 2014 UTC
(8 years, 11 months ago)
by
michael
- Removed ONLY_CHANOPS; let non-ops see +I/+e lists, too
Revision
3839 -
Directory Listing
Modified
Thu Jun 5 00:35:43 2014 UTC
(8 years, 11 months ago)
by
michael
- Update macros in m4/
Revision
3804 -
Directory Listing
Modified
Tue Jun 3 18:27:26 2014 UTC
(8 years, 11 months ago)
by
michael
- send.c:sendto_channel_butone(): replaced IsServer() test with IsClient()
Revision
3801 -
Directory Listing
Modified
Tue Jun 3 18:24:04 2014 UTC
(8 years, 11 months ago)
by
michael
- send.c:sendto_match_servs(): use DLINK_FOREACH_SAFE() as send_message_remote()
might exit client/server
Revision
3783 -
Directory Listing
Modified
Mon Jun 2 23:24:41 2014 UTC
(8 years, 11 months ago)
by
michael
- whitespace commit
Revision
3779 -
Directory Listing
Modified
Mon Jun 2 20:43:11 2014 UTC
(8 years, 11 months ago)
by
michael
- conf.c:set_default_conf(): reset ConfigFileEntry.stats_e_disabled
Revision
3769 -
Directory Listing
Modified
Sun Jun 1 22:42:14 2014 UTC
(8 years, 11 months ago)
by
michael
- hostmask.c:mask_addr(): ficed compile warnings:
hostmask.c: In function ‘mask_addr’:
hostmask.c:332:35: warning: declaration of ‘__v’ shadows a previous local [-Wshadow]
hostmask.c:332:35: warning: shadowed declaration is here [-Wshadow]
hostmask.c:332:35: warning: declaration of ‘__x’ shadows a previous local [-Wshadow]
hostmask.c:332:35: warning: shadowed declaration is here [-Wshadow]
Revision
3766 -
Directory Listing
Modified
Sun Jun 1 21:42:51 2014 UTC
(8 years, 11 months ago)
by
michael
- /INVITE without any parameters now shows a list of channels a client is invited to
Revision
3765 -
Directory Listing
Modified
Sun Jun 1 21:29:08 2014 UTC
(8 years, 11 months ago)
by
michael
- Make sure ConfigChannel.invite_delay_channel and ConfigChannel.invite_delay
get initialized in conf.c:set_default_conf(). Also make sure the values are
reported in /info.
Revision
3763 -
Directory Listing
Modified
Sun Jun 1 20:29:36 2014 UTC
(8 years, 11 months ago)
by
michael
- Added INVITE flood protection/throttling as requested by Adam. This basically
works similar as the KNOCK throttling algorithm.
Revision
3755 -
Directory Listing
Modified
Sun Jun 1 18:27:31 2014 UTC
(8 years, 11 months ago)
by
michael
- channel_mode.c, channel_mode.h: constification
Revision
3752 -
Directory Listing
Modified
Sun Jun 1 18:11:22 2014 UTC
(8 years, 11 months ago)
by
michael
- More ms_sjoin() cleanups
Revision
3747 -
Directory Listing
Modified
Sun Jun 1 17:15:40 2014 UTC
(8 years, 11 months ago)
by
michael
- server.c:send_capabilities(): replaced sprintf() with strlcat(
Revision
3736 -
Directory Listing
Modified
Sun Jun 1 16:10:21 2014 UTC
(8 years, 11 months ago)
by
michael
- Added some documentation about find_chasing()
Revision
3735 -
Directory Listing
Modified
Sun Jun 1 16:03:32 2014 UTC
(8 years, 11 months ago)
by
michael
- channel_mode.c: minor cleanups and code rearrangements
Revision
3732 -
Directory Listing
Modified
Sun Jun 1 15:29:10 2014 UTC
(8 years, 11 months ago)
by
michael
- channel_mode.c: get rid of fix_key_old()
Revision
3731 -
Directory Listing
Modified
Sat May 31 20:58:38 2014 UTC
(8 years, 11 months ago)
by
michael
- client.c:get_client_name(): minor optimization
Revision
3728 -
Directory Listing
Modified
Sat May 31 17:21:20 2014 UTC
(8 years, 11 months ago)
by
michael
- parse.c:cancel_clients(): removed outdated comments
Revision
3727 -
Directory Listing
Modified
Sat May 31 17:17:05 2014 UTC
(8 years, 11 months ago)
by
michael
- parse.c:cancel_clients(): be a void function
Revision
3725 -
Directory Listing
Modified
Sat May 31 16:29:38 2014 UTC
(8 years, 11 months ago)
by
michael
- Halfops are now part of the ircd core and enabled by default
Revision
3720 -
Directory Listing
Modified
Fri May 30 17:46:07 2014 UTC
(8 years, 11 months ago)
by
michael
- channel_mode.c:chm_simple(): channel halfops may now set +p
Revision
3714 -
Directory Listing
Modified
Fri May 30 17:21:20 2014 UTC
(8 years, 11 months ago)
by
michael
- channel_mode.c:chm_hop(): channel halfops (%) may now no longer (de)halfop other channel members
Revision
3710 -
Directory Listing
Modified
Fri May 30 16:46:52 2014 UTC
(8 years, 11 months ago)
by
michael
- channel_mode.c: irc-operators may now no longer set a channel +O if they are only halfops (%)
Revision
3705 -
Directory Listing
Modified
Fri May 30 16:18:58 2014 UTC
(8 years, 11 months ago)
by
michael
- Removed unused ChModeChange.client
Revision
3703 -
Directory Listing
Modified
Fri May 30 16:14:19 2014 UTC
(8 years, 11 months ago)
by
michael
- channel_mode.c:send_mode_changes(): removed anonops leftovers
Revision
3699 -
Directory Listing
Modified
Fri May 30 16:09:38 2014 UTC
(8 years, 11 months ago)
by
michael
- channel_mode.c: style corrections
Revision
3697 -
Directory Listing
Modified
Fri May 30 16:00:01 2014 UTC
(8 years, 11 months ago)
by
michael
- channel_mode.c:chm_operonly(): removed dead code
Revision
3694 -
Directory Listing
Modified
Thu May 29 19:37:00 2014 UTC
(9 years ago)
by
michael
- Removed CHFL_DEOPPED flags which is no longer needed with TS6
Revision
3693 -
Directory Listing
Modified
Thu May 29 17:27:21 2014 UTC
(9 years ago)
by
michael
- channel_mode.c: revert changes to channel_modes() for now. apparently
there are some other parts that rely on this odd behaviour.
Revision
3688 -
Directory Listing
Modified
Thu May 29 16:12:49 2014 UTC
(9 years ago)
by
michael
- channel_mode.c:channel_modes(): replaced sprintf with strcat;
use %u conversion specifier for unsigned ints
Revision
3686 -
Directory Listing
Modified
Thu May 29 15:59:30 2014 UTC
(9 years ago)
by
michael
- channel_mode.c:channel_modes(): fix to previous changes
Revision
3682 -
Directory Listing
Modified
Thu May 29 15:48:13 2014 UTC
(9 years ago)
by
michael
- channel_mode.c:channel_modes(): get rid of trailing spaces if
the channel is +k/+l
Revision
3673 -
Directory Listing
Modified
Thu May 29 11:57:44 2014 UTC
(9 years ago)
by
michael
- channel_mode.c:chm_op(), chm_hop(), chm_voice(): use target_p->name when
reporting ERR_USERNOTINCHANNEL
Revision
3670 -
Directory Listing
Modified
Thu May 29 11:47:36 2014 UTC
(9 years ago)
by
michael
- channel_mode.c: style corrections
Revision
3669 -
Directory Listing
Modified
Thu May 29 11:29:30 2014 UTC
(9 years ago)
by
michael
- channel_mode.c:send_mode_changes_server(): removed resolved XXX
Revision
3657 -
Directory Listing
Modified
Thu May 29 09:45:16 2014 UTC
(9 years ago)
by
michael
- user.c:valid_username(): removed extraneous semicolon
Revision
3654 -
Directory Listing
Modified
Wed May 28 20:51:07 2014 UTC
(9 years ago)
by
michael
- user.c, m_stats.c: whitespace changes
Revision
3653 -
Directory Listing
Modified
Mon May 26 15:42:10 2014 UTC
(9 years ago)
by
michael
- res.c: removed unused definitions
Revision
3649 -
Directory Listing
Modified
Mon May 26 14:11:32 2014 UTC
(9 years ago)
by
michael
- channel_mode.c:chm_operonly(): removed dead code
Revision
3639 -
Directory Listing
Modified
Fri May 23 19:54:44 2014 UTC
(9 years ago)
by
michael
- parse.c: moved *para[] to parse()
Revision
3635 -
Directory Listing
Modified
Fri May 23 18:55:51 2014 UTC
(9 years ago)
by
michael
- channel_mode.c: removed unused SM_ERR_NOTS; made errorcodes use an enum
Revision
3633 -
Directory Listing
Modified
Fri May 23 18:40:13 2014 UTC
(9 years ago)
by
michael
- parse.c:handle_numeric(): replaced MyClient test with MyConnect(). find_person()
already ensures that target_p is a fully registered client.
Revision
3630 -
Directory Listing
Modified
Fri May 23 18:36:42 2014 UTC
(9 years ago)
by
michael
- channel_mode.c:chm_operonly(): removed redundant assignment
Revision
3627 -
Directory Listing
Modified
Thu May 22 20:19:37 2014 UTC
(9 years ago)
by
michael
- parse.c: cleanup comments
Revision
3623 -
Directory Listing
Modified
Thu May 22 19:51:13 2014 UTC
(9 years ago)
by
michael
- parse.c:add_msg_element(), del_msg_element(): zero initialize pointers for
debugging purposes
Revision
3615 -
Directory Listing
Modified
Thu May 22 18:40:39 2014 UTC
(9 years ago)
by
michael
- parse.c:mod_del_cmd(): make sure the command actually exists in the trie before
attempting to remove it. We could end up in a corrupted trie otherwise.
Revision
3612 -
Directory Listing
Modified
Thu May 22 17:59:12 2014 UTC
(9 years ago)
by
michael
- parse.c:remove_unknown(): use me.id when sending KILL/SQUIT to servers
Revision
3611 -
Directory Listing
Modified
Thu May 22 17:57:47 2014 UTC
(9 years ago)
by
michael
- parser.c:do_numeric(): fixed stupid bug introduced in -3574
Revision
3603 -
Directory Listing
Modified
Tue May 20 17:35:54 2014 UTC
(9 years ago)
by
michael
- fdlist.c: style corrections
Revision
3601 -
Directory Listing
Modified
Tue May 20 17:33:08 2014 UTC
(9 years ago)
by
michael
- fdlist.c: use unsigned whenever possible
Revision
3598 -
Directory Listing
Modified
Tue May 20 17:29:05 2014 UTC
(9 years ago)
by
michael
- event.c: use unsigned whenever possible
Revision
3590 -
Directory Listing
Modified
Sun May 18 15:25:09 2014 UTC
(9 years ago)
by
michael
- Use sendto_one_numeric() everywhere
Revision
3574 -
Directory Listing
Modified
Fri May 16 17:11:42 2014 UTC
(9 years ago)
by
michael
- Replaced remaining sendto_one() with sendto_one_numeric().
SND_EXPLICIT idea derived from ircu.
Revision
3572 -
Directory Listing
Modified
Fri May 16 15:03:26 2014 UTC
(9 years ago)
by
michael
- user.c:valid_username(): removed extraneous parentheses
Revision
3570 -
Directory Listing
Modified
Fri May 16 14:59:32 2014 UTC
(9 years ago)
by
michael
- user.c:add_one_to_uid(): use unsigned keyword
Revision
3568 -
Directory Listing
Modified
Fri May 16 14:53:04 2014 UTC
(9 years ago)
by
michael
- user.c:register_local_user(): removed redundant source_p->localClient->allow_read = MAX_FLOOD_BURST
assignment
Revision
3566 -
Directory Listing
Modified
Fri May 16 14:48:17 2014 UTC
(9 years ago)
by
michael
- Style corrections
Revision
3564 -
Directory Listing
Modified
Fri May 16 14:01:06 2014 UTC
(9 years ago)
by
michael
- auth.c: constification
Revision
3558 -
Directory Listing
Modified
Fri May 16 12:55:52 2014 UTC
(9 years ago)
by
michael
- numeric.c: minor conversion specifier cleanups
Revision
3556 -
Directory Listing
Modified
Fri May 16 12:43:59 2014 UTC
(9 years ago)
by
michael
- Removed RPL_STATSNLINE
Revision
3554 -
Directory Listing
Modified
Fri May 16 12:36:07 2014 UTC
(9 years ago)
by
michael
- find_address_conf(): constification
Revision
3548 -
Directory Listing
Modified
Fri May 16 11:22:00 2014 UTC
(9 years ago)
by
michael
- conf_class.c:class_free(): added an assert()
Revision
3536 -
Directory Listing
Modified
Thu May 15 15:46:37 2014 UTC
(9 years ago)
by
michael
- hostmask.c:delete_one_address_conf(): replaced a DLINK_FOREACH_SAFE with DLINK_FOREACH
Revision
3529 -
Directory Listing
Modified
Wed May 14 15:45:05 2014 UTC
(9 years ago)
by
michael
- user.c:register_local_user(): removed pointless assignment
Revision
3526 -
Directory Listing
Modified
Wed May 14 15:24:36 2014 UTC
(9 years ago)
by
michael
- ircd.c:main(): make this "don't run ircd as root!!!11" message look more serious
Revision
3524 -
Directory Listing
Modified
Wed May 14 15:03:16 2014 UTC
(9 years ago)
by
michael
- channel.c:send_mode_list(): removed TS5 leftover
Revision
3514 -
Directory Listing
Modified
Mon May 12 16:31:21 2014 UTC
(9 years ago)
by
michael
- Added usermode +p which hides channel list in WHOIS
Revision
3507 -
Directory Listing
Modified
Sun May 11 17:05:55 2014 UTC
(9 years ago)
by
michael
- Added usermode +q which hides idle and signon time in WHOIS
Revision
3505 -
Directory Listing
Modified
Sat May 10 19:51:42 2014 UTC
(9 years ago)
by
michael
- Renamed MyMalloc() to MyCalloc()
Revision
3503 -
Directory Listing
Modified
Sat May 10 19:42:34 2014 UTC
(9 years ago)
by
michael
- client.c:free_client(): sanitize some weird looking assert()
Revision
3500 -
Directory Listing
Modified
Sat May 10 19:30:07 2014 UTC
(9 years ago)
by
michael
- conf.c:parse_aline(): use CONF_NOREASON for default reason
Revision
3489 -
Directory Listing
Modified
Wed May 7 16:19:58 2014 UTC
(9 years ago)
by
michael
- numeric.c: fixed RPL_WHOISCHANNELS using wrong numeric
Revision
3474 -
Directory Listing
Modified
Sun May 4 15:45:10 2014 UTC
(9 years ago)
by
michael
- Renamed general::warn_no_nline to warn_no_connect_block
Revision
3472 -
Directory Listing
Modified
Sun May 4 15:11:57 2014 UTC
(9 years ago)
by
michael
- channel.c:send_members(): added missing #ifdef HALFOPS
Revision
3470 -
Directory Listing
Modified
Sat May 3 17:56:11 2014 UTC
(9 years ago)
by
michael
- hostmask.c: style corrections
Revision
3458 -
Directory Listing
Modified
Thu May 1 19:43:11 2014 UTC
(9 years ago)
by
michael
- rsa.c:binary_to_hex(): use unsigned int
Revision
3456 -
Directory Listing
Modified
Thu May 1 19:39:25 2014 UTC
(9 years ago)
by
michael
- misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4.
Use IRCD_BUFSIZE instead.
Revision
3454 -
Directory Listing
Modified
Thu May 1 19:31:23 2014 UTC
(9 years ago)
by
michael
- packet.c: style corrections
Revision
3452 -
Directory Listing
Modified
Thu May 1 19:20:08 2014 UTC
(9 years ago)
by
michael
- server.c: minor valid_servname() cleanup
Revision
3450 -
Directory Listing
Modified
Thu May 1 19:14:55 2014 UTC
(9 years ago)
by
michael
- server.c:hunt_server(): save extra has_wildcards() call everytime hunt_server()
finds a client/server in the hash tables.
Revision
3444 -
Directory Listing
Modified
Thu May 1 18:37:06 2014 UTC
(9 years ago)
by
michael
- conf_parser.y: style corrections
Revision
3442 -
Directory Listing
Modified
Thu May 1 18:30:54 2014 UTC
(9 years ago)
by
michael
- conf_parser.y: removed extraneous strlen(). valid_hostname() already checks
for too long hostnames
Revision
3440 -
Directory Listing
Modified
Thu May 1 14:33:14 2014 UTC
(9 years ago)
by
michael
- conf_parser.y: cleaned up style
Revision
3434 -
Directory Listing
Modified
Thu May 1 13:57:18 2014 UTC
(9 years ago)
by
michael
- conf_parser.y: fixed bug where the parser wouldn't take time units
into consideration for the join_flood_time and throttle_time config
options.
Revision
3430 -
Directory Listing
Modified
Thu May 1 11:50:02 2014 UTC
(9 years ago)
by
michael
- hash.c:list_one_channel(): constification
Revision
3427 -
Directory Listing
Modified
Thu May 1 11:46:04 2014 UTC
(9 years ago)
by
michael
- hash.c:list_one_channel(): optimize for the admin case
Revision
3425 -
Directory Listing
Modified
Wed Apr 30 20:27:40 2014 UTC
(9 years ago)
by
michael
- Fixed possible WATCH core. Fix provided by Adam
Revision
3422 -
Directory Listing
Modified
Tue Apr 29 17:23:26 2014 UTC
(9 years, 1 month ago)
by
michael
- Get rid of LOCAL_CHANNELLEN; change CHANNELLEN to 50
Revision
3377 -
Directory Listing
Modified
Thu Apr 24 16:15:51 2014 UTC
(9 years, 1 month ago)
by
michael
- Create 8.2.x branch
Revision
3347 -
Directory Listing
Modified
Sun Apr 20 14:03:06 2014 UTC
(9 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
Revision
3316 -
Directory Listing
Modified
Tue Apr 15 14:09:39 2014 UTC
(9 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- s_user.c:register_local_user(): remove/update pretty outdated comment
Revision
3303 -
Directory Listing
Modified
Sun Apr 13 11:19:36 2014 UTC
(9 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- s_serv.c, m_server.c: moved all netburst related code to m_server.c
Revision
3291 -
Directory Listing
Modified
Wed Apr 9 21:41:25 2014 UTC
(9 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- hash.c:safe_list_channels(): since we don't allow remote /LIST requests
use source_p instead of of source_p->from when testing for
sendq exceedance
Revision
3288 -
Directory Listing
Modified
Wed Apr 9 19:04:47 2014 UTC
(9 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Made safe_list_channels and list_one_channel only take two parameters
Revision
3287 -
Directory Listing
Modified
Wed Apr 9 18:48:19 2014 UTC
(9 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- hash.c:delete_user_host(): replaced DLINK_FOREACH_SAFE with DLINK_FOREACH
Revision
3263 -
Directory Listing
Modified
Thu Apr 3 19:29:03 2014 UTC
(9 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- conf.c:match_conf_password(): fixed undefined behaviour with crypt()
returning NULL since glibc2.17 in certain cases.
Revision
3249 -
Directory Listing
Modified
Sun Mar 30 18:13:57 2014 UTC
(9 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- client.c:exit_client(): removed another comment that makes no sense here
Revision
3247 -
Directory Listing
Modified
Sun Mar 30 17:54:34 2014 UTC
(9 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- client.c:exit_client(): removed kludgy code, also replaced
x->servptr == &me test with just MyConnect(x)
Revision
3245 -
Directory Listing
Modified
Sun Mar 30 17:08:23 2014 UTC
(9 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- s_bsd.c: no longer resetting source_p->from in close_connection()
Revision
3243 -
Directory Listing
Modified
Sun Mar 30 16:53:43 2014 UTC
(9 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- send.c: mostly style cleanups. Removed some useless assert() statements
Revision
3202 -
Directory Listing
Modified
Mon Mar 24 17:18:43 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- client.c:exit_one_client(): remove useless test on source_p->servptr->serv
Revision
3192 -
Directory Listing
Modified
Sun Mar 23 19:46:39 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Fixed compile error in ms_sid()
- Cleaned up find_chasing(). Removed useless third 'chasing' argument.
Revision
3189 -
Directory Listing
Modified
Fri Mar 21 18:18:00 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- send.c:sendto_one_numeric(), sendto_one_numeric(): fixed issue where NOTICE and numerics
were destined to the wrong target nick/ID
Revision
3174 -
Directory Listing
Modified
Mon Mar 17 18:56:20 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- send.c:send_message_remote(): use to->id instead of to->name when propagating the KILL
Revision
3171 -
Directory Listing
Modified
Sun Mar 16 11:51:48 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Incorporate Adam's exit_client/quit storm cleanups
Note: QS is mandatory now
Revision
3166 -
Directory Listing
Modified
Sat Mar 15 21:53:37 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- restart.c:server_die(): replaced a sendto_one() with sendto_one_notice()
Revision
3165 -
Directory Listing
Modified
Sat Mar 15 21:51:34 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- restart.c:server_die(): replaced a DLINK_FOREACH loop on serv_list
with just sendto_server(). Also make sure to use me.id as sender
prefix if possible
Revision
3164 -
Directory Listing
Modified
Sat Mar 15 20:19:15 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- More client_p removal cleanups
- parse.c:handle_command: now no longer drop servers if the right
amount of parameters isn't given
Revision
3158 -
Directory Listing
Modified
Fri Mar 14 20:30:06 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- channel_mode.c:chm_voice, chm_hop, chm_op: removed useless IsClient() test
Revision
3157 -
Directory Listing
Modified
Fri Mar 14 20:19:36 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- s_user.c:set_user_mode(): replaced a IsServer () test with MyConnect()
Revision
3155 -
Directory Listing
Modified
Fri Mar 14 16:59:17 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- s_user.c:send_umode_out(): replaced a DLINK_FOREACH loopn on serv_list with
just sendto_server()
Revision
3153 -
Directory Listing
Modified
Fri Mar 14 15:39:21 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- channel_mode.c:chm_limit(): instead of passing an empty buffer to atoi()
we just bail out
Revision
3150 -
Directory Listing
Modified
Fri Mar 14 14:11:34 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Removed unused client_p pointer from all chm_* channel mode handlers
Revision
3145 -
Directory Listing
Modified
Wed Mar 12 20:12:46 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- channel.c: moved modebuf[] and parabuf[] to send_channel_modes()
Revision
3143 -
Directory Listing
Modified
Wed Mar 12 19:56:58 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- channel_mode.c:chm_op, ch_hop, chm_voice: renamed 'targ_p' to 'target_p'
Revision
3140 -
Directory Listing
Modified
Wed Mar 12 19:23:20 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Get rid of halfop -> op rewriting for servers that don't support halfops
Revision
3118 -
Directory Listing
Modified
Fri Mar 7 19:32:34 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- numeric.c, m_dline.c: fixed inconsistent use of "can't" and "cannot"
Revision
3107 -
Directory Listing
Modified
Thu Mar 6 12:09:42 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Applied dbuf changes as provided by Adam:
Refcount dbufs instead of copying the same message to many
different buffers.
Revision
3105 -
Directory Listing
Modified
Thu Mar 6 00:08:26 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- send.c:do_numeric(): fixed first parameter of sendto_channel_butone() call
Revision
3104 -
Directory Listing
Modified
Thu Mar 6 00:07:29 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- parse.c:do_numeric(): now use sendto_channel_butone() to also forward
numerics that are sent to channels to remote clients
Revision
3099 -
Directory Listing
Modified
Wed Mar 5 16:40:37 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- parse.c:handle_command(): properly deal with parv[0] which now points to the actual
command string
Revision
3096 -
Directory Listing
Modified
Sat Mar 1 23:31:45 2014 UTC
(9 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Applied Adam's "Put the command name in parv[0], not prefix name" patch
Revision
3069 -
Directory Listing
Modified
Thu Feb 27 19:12:00 2014 UTC
(9 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- numeric.c, m_set.c: fixed inconsistent use of "can't" and "cannot"
Revision
3065 -
Directory Listing
Modified
Thu Feb 27 19:03:46 2014 UTC
(9 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- ircd.c:io_loop(): minor cosmetical fixes to the "reloading motd files"
server notice
Revision
3063 -
Directory Listing
Modified
Thu Feb 27 18:59:06 2014 UTC
(9 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- ircd_signal.c:sigint_handler(): fixed inconsistent
"SIGINT received" vs. "received signal SIGTERM" message
Revision
3057 -
Directory Listing
Modified
Wed Feb 26 19:33:54 2014 UTC
(9 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- channel_mode.c: made mode_count, mode_limit, simple_modes_mask unsigned int types
Revision
3051 -
Directory Listing
Modified
Wed Feb 26 16:50:14 2014 UTC
(9 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- channel_mode.c:send_cap_mode_changes(): fixed bug where MODE is used when
it should use TMODE
Revision
3031 -
Directory Listing
Modified
Tue Feb 25 11:50:53 2014 UTC
(9 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- modules.c:load_one_module(): renamed variables to make less confusing
Revision
3024 -
Directory Listing
Modified
Mon Feb 24 22:31:48 2014 UTC
(9 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- client.c:find_person(): fixed mismatching prototype as pointed out by Adam
Revision
3022 -
Directory Listing
Modified
Mon Feb 24 20:41:16 2014 UTC
(9 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Moved "struct config_channel_entry ConfigChannel" from channel.c to conf.c
Revision
3005 -
Directory Listing
Modified
Wed Feb 19 10:40:15 2014 UTC
(9 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- hostmask.c:find_conf_by_address(): removed pointless password = "" assignment.
match_conf_password() already deals with NULL pointers
Revision
2989 -
Directory Listing
Modified
Tue Feb 18 11:21:42 2014 UTC
(9 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Stole recent /map changes from p4. Network map looks much better now.
Revision
2980 -
Directory Listing
Modified
Fri Jan 31 19:15:05 2014 UTC
(9 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- ircd.c:set_time(): replaced snprintf/report_error combo with
ilog/sendto_realops_flags
Revision
2959 -
Directory Listing
Modified
Tue Jan 28 17:30:49 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Added modules_get_list() and made modules_list visible to only modules.c
- Fixed naming convetion of other linked lists in modules.c
Revision
2937 -
Directory Listing
Modified
Sun Jan 26 12:15:55 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Clean up stupid pointer magic passed to the channel mode handlers.
Revision
2933 -
Directory Listing
Modified
Sun Jan 26 00:31:33 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Two native english speakers, to different opinions; another grammatical
error fix to AUTHORS and version.c
Revision
2929 -
Directory Listing
Modified
Sat Jan 25 23:14:08 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- s_auth.c, s_auth.h: optimized so we save unecessary auth_doing_list
traversals. Patch provided by Adam.
Revision
2916 -
Directory Listing
Modified
Sat Jan 25 21:09:18 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
Revision
2914 -
Directory Listing
Modified
Fri Jan 24 19:45:36 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Fixed bug where some irc clients could not reconnect
via ssl as pointed out by gp
Revision
2892 -
Directory Listing
Modified
Tue Jan 21 18:30:02 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- channel_mode.c: fixed indentation, removed whitespaces/tabs,
removed unused header includes
Revision
2883 -
Directory Listing
Modified
Mon Jan 20 18:17:57 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- irc_string.c:has_wildcards(): add support for character escaping
Revision
2881 -
Directory Listing
Modified
Mon Jan 20 17:15:39 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Use the i/o subsystem to execute scheduled writes. Patch provided by Adam.
Revision
2855 -
Directory Listing
Modified
Sat Jan 18 18:03:49 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Fixed indentation, removed whitespaces/tabs, update copyright header
Revision
2843 -
Directory Listing
Modified
Thu Jan 16 19:24:56 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Allow private rsa keys larger than 2048 bits. Reported by Zdenek Kaspar.
Revision
2836 -
Directory Listing
Modified
Thu Jan 16 18:01:20 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- ircd_signal.c: fixed indentation, removed whitespaces/tabs, removed unused header includes
Revision
2834 -
Directory Listing
Modified
Thu Jan 16 17:54:09 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- ircd_signal.c:setup_signals(): fixed bug where signals stopped from
working after restaring the ircd via SIGINT. Spotted and fixed by Adam.
Revision
2820 -
Directory Listing
Modified
Wed Jan 15 23:10:26 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use
Revision
2813 -
Directory Listing
Modified
Sun Jan 12 20:23:50 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Renamed ban_them() to conf_try_ban()
- conf_try_ban() removed exemption notices that are now redundant
Revision
2811 -
Directory Listing
Modified
Sun Jan 12 19:39:33 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Greatly speedup k-/g-line lookup. Instead of testing every single client against
every single k-/g-line just check the just added ban against connected clients.
Revision
2786 -
Directory Listing
Modified
Mon Jan 6 22:33:53 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- parse.c, m_message.c: replaced few 512s with IRCD_BUFSIZE; removed useless casts
Revision
2748 -
Directory Listing
Modified
Sun Jan 5 19:20:09 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Fixed server name leak for hidden servers in /who, /whois and /whowas
Revision
2736 -
Directory Listing
Modified
Fri Jan 3 19:37:33 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- conf.c:conf_free(): sanely clear hub/leaf lists fur debugging purposes
Revision
2733 -
Directory Listing
Modified
Fri Jan 3 17:30:13 2014 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- s_bsd.c:ssl_handshake(): reset timeout handler once SSL_accept() has
succeeded. Spotted by gp.
Revision
2725 -
Directory Listing
Modified
Sun Dec 29 13:01:00 2013 UTC
(9 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Fixed bug where ircd didn't timeout SSL connections that haven't
finished the SSL handshake. Reported by Adam.
Revision
2697 -
Directory Listing
Modified
Wed Dec 18 12:12:26 2013 UTC
(9 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- channel_mode.c:set_channel_mode(): removed legacy code which has been
introduced in rev 7.66(CVS) / Sat Dec 14 04:08:38 2002
Revision
2688 -
Directory Listing
Modified
Tue Dec 17 17:42:06 2013 UTC
(9 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- introduce_client(), sendnick_TS(): fixed buffer overflow if a client has all possible
modes set that are defined in SEND_UMODES
Revision
2680 -
Directory Listing
Modified
Sun Dec 15 18:37:59 2013 UTC
(9 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- event.c:aventAdIsh(): fixed compile warning with -Wunsuffixed-float-constants,
replaced rand() with genrand_int32()
Revision
2670 -
Directory Listing
Modified
Sat Dec 14 21:32:56 2013 UTC
(9 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- stats_hooks(), show_events(): no longer sending an extra empty line
before RPL_ENDOFSTATS
Revision
2650 -
Directory Listing
Modified
Tue Dec 10 19:46:48 2013 UTC
(9 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- s_bsd_select.c, s_bsd_devpoll.c, s_bsd_epoll.c,
s_bsd_kqueue.c, s_bsd_poll.c: style corrections
Revision
2634 -
Directory Listing
Modified
Tue Dec 10 17:42:20 2013 UTC
(9 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- send.c:sendto_anywhere(): removed unreachable code. server never sends
SID-prefixed messages to clients
Revision
2632 -
Directory Listing
Modified
Sun Dec 8 18:33:48 2013 UTC
(9 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Removed setup_socket callback
- Removed init_comm() as init_netio() can be called directly
Revision
2630 -
Directory Listing
Modified
Sun Dec 8 13:42:51 2013 UTC
(9 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- RPL_WHOISMODES now uses the 310 numeric to comply with other ircds
Revision
2614 -
Directory Listing
Modified
Mon Dec 2 18:20:23 2013 UTC
(9 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- src/s_bsd_kqueue.c: removed redundant init_netio() prototype; fixed indentation
Revision
2565 -
Directory Listing
Modified
Sun Nov 17 18:40:26 2013 UTC
(9 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Renamed kill_client_ll_serv_butone() to kill_client_serv_butone() just to satisfy Adam's OCD
Revision
2543 -
Directory Listing
Modified
Wed Nov 13 18:25:39 2013 UTC
(9 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- src/send.c: fixed several compile warnings with -Wsign-conversion
Revision
2529 -
Directory Listing
Modified
Fri Nov 8 17:49:24 2013 UTC
(9 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Administrators are now able to see user modes a user has set via /whois
Revision
2511 -
Directory Listing
Modified
Sun Oct 27 18:56:53 2013 UTC
(9 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Added usermode +W. Users connected via a webirc gateway get this
mode set by servers.
- /WHOIS now shows whether a client is connected via a webirc
gateway
Revision
2491 -
Directory Listing
Modified
Fri Oct 25 16:55:01 2013 UTC
(9 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Instead of forcefully adding
-Wall
-Wextra
-Wno-unused
-Wcast-qual
-Wcast-align
-Wbad-function-cast
-Wmissing-declarations
-Wmissing-prototypes
-Wnested-externs
-Wredundant-decls
-Wshadow
-Wwrite-strings
-Wundef
to CFLAGS, 'configure' now tests if the flags are understood by the compiler
Revision
2480 -
Directory Listing
Modified
Wed Oct 23 16:05:41 2013 UTC
(9 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Initial build system related modernizations
- Add -fstack-protector to CFLAGS if available
Revision
2475 -
Directory Listing
Modified
Fri Oct 11 19:40:43 2013 UTC
(9 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- find_person(): fixed naming convention
- find_chasing(): reduced required arguments
Revision
2463 -
Directory Listing
Modified
Sat Aug 17 20:38:00 2013 UTC
(9 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Fixed certificate fingerprint validation for outgoing server connects
Revision
2441 -
Directory Listing
Modified
Sun Aug 11 11:52:33 2013 UTC
(9 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- channel.c:can_send(): fixed issue with channel mode +n having
no functionality. Reported by Fawkes
Revision
2426 -
Directory Listing
Modified
Tue Jul 30 17:20:47 2013 UTC
(9 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- s_bsd.c:ssl_handshake(): no need to spam ircd.log with useless ssl errors
Revision
2410 -
Directory Listing
Modified
Fri Jul 19 15:44:09 2013 UTC
(9 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- motd.(c|h): fixed core with zero byte length ircd.motd. Reported by Fawkes
Revision
2397 -
Directory Listing
Modified
Tue Jul 16 14:10:38 2013 UTC
(9 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Fixed bug that would prevent servers from linking together
if connect::aftype wasn't specified
Revision
2322 -
Directory Listing
Modified
Sun Jun 23 12:01:30 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- doc/reference.conf: revised reference.conf by Dominic Hargreaves <dom@earth.li>
- version.c, AUTHORS: added Dom to contributors list since he helped al lot with
GNU/Hurd testing and bugfixing
Revision
2320 -
Directory Listing
Modified
Sat Jun 22 20:53:51 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- motd.c: fixed possible core with "STATS z" as reported by Fawkes
Revision
2318 -
Directory Listing
Modified
Fri Jun 21 17:47:52 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Stole ircu's outbound message queue implementation for later use
Revision
2317 -
Directory Listing
Modified
Fri Jun 21 14:00:41 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- conf.c:attach_iline(): there should never be a conf that hasn't a class attached
to it. Let it crash if it's otherwise
Revision
2300 -
Directory Listing
Modified
Wed Jun 19 12:10:37 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- whowas: Renamed functions.
add_history -> whowas_add_history
off_history -> whowas_off_history
get_history -> whowas_get_history
Revision
2297 -
Directory Listing
Modified
Wed Jun 19 11:57:38 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- whowas.c: renamed count_whowas_memory() to whowas_count_memory()
- watch_count_memory(), whowas_count_memory(): constification, renamed
variables, removed unused variables
Revision
2289 -
Directory Listing
Modified
Wed Jun 19 10:32:20 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- s_user.c:user_set_hostmask(): don't send QUIT message to channels if
cycle_on_host_change is turned off
Revision
2282 -
Directory Listing
Modified
Tue Jun 18 18:02:14 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- s_serv.c: cleanup show_capabilities(). Replace sprintf() combo with strlcat()
Revision
2275 -
Directory Listing
Modified
Tue Jun 18 16:30:11 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- conf.c:detach_conf(): fixed bug where we didn't call remove_from_cidr_check()
in some cases
Revision
2252 -
Directory Listing
Modified
Sun Jun 16 13:29:13 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- conf_parser.y: don't attempt to copy ciphers if there aren't any
Revision
2246 -
Directory Listing
Modified
Sun Jun 16 10:48:39 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Add usermode 'S' (client is connecte via SSL/TLS).
Allows services to keep track of what users are connected via SSL,
and allows to see ssl-status of remote clients in a /whois.
Revision
2244 -
Directory Listing
Modified
Sat Jun 15 22:08:10 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- rename 'fingerprint' configuration directive to 'ssl_certificate_fingerprint'
Revision
2235 -
Directory Listing
Modified
Sat Jun 15 18:14:12 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Change CERTFP implementation to use SHA-256 hashes
- Remove base16_encode()
Revision
2231 -
Directory Listing
Modified
Thu Jun 13 20:29:59 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- s_user.c:introduce_client(): must send CERTFP on client introduction aswell
Revision
2228 -
Directory Listing
Modified
Thu Jun 13 19:46:30 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Implement certificate fingerprint validation for oper{} and connect{} blocks.
Some code taken from oftc-hybrid. Hello, stu!
Revision
2212 -
Directory Listing
Modified
Wed Jun 5 22:04:03 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- s_serv.c:write_links_file(): replaced a dlinkAdd() with dlinkAddTail()
Revision
2208 -
Directory Listing
Modified
Wed Jun 5 21:06:43 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- channel.c: optimized can_join(). Do less intensive tests before actually
testing for ban/exempt masks
Revision
2196 -
Directory Listing
Modified
Tue Jun 4 18:30:12 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Moved disable_remote_command configuration directive from
general{} block to serverhide{] block
Revision
2193 -
Directory Listing
Modified
Tue Jun 4 13:31:33 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- motd.c:motd_destroy() don't attempt to unlink a local/remote motd
from MotdList.other
Revision
2190 -
Directory Listing
Modified
Tue Jun 4 12:53:00 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- motd.c:motd_cache(): do the stat() before fopen() + improve error
reporting in case stat() failed
Revision
2181 -
Directory Listing
Modified
Tue Jun 4 11:03:41 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Fixed debug assertion being triggered on ident lookup
as reported by Stuart Walsh
Revision
2175 -
Directory Listing
Modified
Mon Jun 3 23:45:39 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Now that invite- and ban-exempts are hardcoded, there's no need to delete
them from ISUPPORT-list on /rehash
Revision
2174 -
Directory Listing
Modified
Mon Jun 3 19:45:38 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Remove unused temporary_resv list. Move channel_resv_list to conf.c
Revision
2164 -
Directory Listing
Modified
Sun Jun 2 19:42:58 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- motd.h, motd.c: minor cleanups. use 'unsigned' whenever possible
Revision
2150 -
Directory Listing
Modified
Fri May 31 18:39:43 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Implement motd{} configuration blocks based on ircu's implementation
Revision
2148 -
Directory Listing
Modified
Fri May 31 17:18:20 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Don't let non-SSL users join +S channs if ircd has been
compiled without SSL support. Spotted by Stuart Walsh
Revision
2145 -
Directory Listing
Modified
Thu May 30 10:57:08 2013 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- m_svsmode(), user_set_hostmask(): minor cleanups and fixes to previous commit
Revision
2141 -
Directory Listing
Modified
Thu May 30 00:44:27 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- s_user.c:user_set_hostmask(): send a QUIT/JOIN combination to other channel
members to avoid desynchronized IALs
Revision
2138 -
Directory Listing
Modified
Wed May 29 21:14:02 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- s_user.c:user_set_hostmask(): don't unset FLAGS_IP_SPOOFING if the client's
hostname has already been spoofed by an auth{} block based spoof.
Revision
2137 -
Directory Listing
Modified
Wed May 29 19:49:27 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Finished proper implementation of usermode 'x' (UMODE_HIDDENHOST)
Only services may set a fakehost via SVSMODE.
Revision
2126 -
Directory Listing
Modified
Mon May 27 22:34:55 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- conf_parser.y: fixed logic error allowing connect{} blocks that don't have valid
send/receive passwords
Revision
2120 -
Directory Listing
Modified
Sun May 26 15:11:58 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- m_version.c: removed confopts(). Configuration options can be seen in /info
Revision
2106 -
Directory Listing
Modified
Thu May 23 19:21:53 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- conf_parser.y: match() takes care of multiple globs. no need to run collapse()
Revision
2097 -
Directory Listing
Modified
Sun May 19 08:47:35 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Undo -r1899 for now [Changed RPL_WELCOME to comply with rfc2812]. Looks like this
confuses mIRC in conjunction with spoofed hosts
Revision
2083 -
Directory Listing
Modified
Fri May 17 19:29:09 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- s_serv.c:hunt_server(): removed collapse() call. Let match() deal with it.
Revision
2038 -
Directory Listing
Modified
Tue May 14 19:21:32 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Added 'locops' and 'wallops' to irc-operator flags
--- Diese und die folgenden Zeilen werden ignoriert --
M include/client.h
M src/conf_parser.c
M src/conf_parser.h
M src/conf_lexer.c
M src/conf_parser.y
M src/conf_lexer.l
M doc/reference.conf
M modules/m_locops.c
M modules/m_wallops.c
Revision
2025 -
Directory Listing
Modified
Sun May 12 18:54:15 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- m_svsmode(), set_user_mode(): \n, \r, \t aren't treaded specially anymore
Revision
2022 -
Directory Listing
Modified
Sun May 12 18:07:07 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Remove entering_umode and change_umode callbacks in preparation for the
modular usermode subsystem
Revision
2012 -
Directory Listing
Modified
Sun May 12 14:47:26 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Removed 'remote', and 'global_kill' oper flags, and added 'connect',
'squit', and 'kill' flags for better fine-tuning instead. Whether or
not a specific action is allowed on a remote server can be controlled
by appeding the ':remote' flag. For example: 'kill' allows only local
clients to be killed, whereas 'kill:remote' allows to issue a KILL for
remote clients
Revision
1954 -
Directory Listing
Modified
Mon May 6 18:51:19 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Implemented channel mode +M. Clients that haven't identified their
name with NickServ may not speak in a channel that has this mode set
Revision
1946 -
Directory Listing
Modified
Sun May 5 10:21:40 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Removed channel::quiet_on_ban configuration option. This feature is
now enabled by default
Revision
1944 -
Directory Listing
Modified
Sun May 5 10:12:59 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- can_send(): fixed bug where bans were not checked against non-channel members
Revision
1941 -
Directory Listing
Modified
Sun May 5 09:52:00 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- can_send(): ops/hops/voices may not speak thru +c;
ensure msg_has_controls() isn't called twice for non-chanops
Revision
1937 -
Directory Listing
Modified
Sat May 4 20:54:13 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Implemented channel mode +c. Known from other ircds, this mode basically
prevents users from sending messages including control codes to a channel
that has this mode set
Revision
1925 -
Directory Listing
Modified
Tue Apr 30 15:22:51 2013 UTC
(10 years ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- "STATS o" now shows how many times an oper{} block has been used.
Just like "STATS x|q"
Revision
1911 -
Directory Listing
Modified
Sun Apr 28 10:34:57 2013 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Fixed shared{} blocks not working as expected
- Fixed spoofs not working as expected
Revision
1904 -
Directory Listing
Modified
Sat Apr 27 21:16:22 2013 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Removed operflag 'nick_changes'. Operators can now set +n at will
Revision
1902 -
Directory Listing
Modified
Sat Apr 27 19:54:56 2013 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- channel.c:get_member_status(): removed useless NULL pointer test
Revision
1858 -
Directory Listing
Modified
Thu Apr 25 15:00:52 2013 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Added basic support for libGeoIP
- Added exempt configuration option to resv{} blocks
Revision
1855 -
Directory Listing
Modified
Wed Apr 24 19:26:23 2013 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Added 'nononreg' (+R) to oper::umodes and general::oper_only_modes
Revision
1851 -
Directory Listing
Modified
Wed Apr 24 18:31:06 2013 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Cleanup m_map.c
- Implemented serverhide::hide_services configuration option
Revision
1838 -
Directory Listing
Modified
Sun Apr 21 09:36:19 2013 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Numeric 432 now shows the actual reason of quarantined nicknames
Revision
1836 -
Directory Listing
Modified
Fri Apr 19 19:54:11 2013 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- m_users, show_lusers: removed extranous arguments to sendto_one()
Revision
1832 -
Directory Listing
Modified
Fri Apr 19 19:16:09 2013 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Made all numeric defines use the actual string instead of the numeric value
which allows to use gcc's printf format attribute
- Remove current message locale implementation
Revision
1826 -
Directory Listing
Modified
Mon Apr 15 09:09:09 2013 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Minor cleanups to hash.c; removed now unused functions, style cleanups
Revision
1823 -
Directory Listing
Modified
Sun Apr 14 18:24:38 2013 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Renamed example.conf to reference.conf
- Due to upcoming feature implementation, resv{} blocks are no longer stackable
Revision
1819 -
Directory Listing
Modified
Fri Apr 12 11:57:26 2013 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Removed recently added m_svshost.c. Services may now change the host of a
specific user via "SVSMODE <timestamp> <target> +x <hostname>"
Revision
1818 -
Directory Listing
Modified
Fri Apr 12 11:02:33 2013 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Remote server connection and split notices now go to new usermode +e
Revision
1798 -
Directory Listing
Modified
Sun Mar 31 17:09:50 2013 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Cleanup/reorganize header file layout
- Fixed naming convention in some places
Revision
1795 -
Directory Listing
Modified
Sun Mar 31 14:31:45 2013 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Forward-port -r1792 [Added SVSHOST command handler which allows services to change the
hostname of a specific user]
Revision
1793 -
Directory Listing
Modified
Sun Mar 31 14:06:08 2013 UTC
(10 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Replaced all occurrences of ircsprintf with sprintf/snprintf
and killed sprintf_irc.(c|h)
Revision
1786 -
Directory Listing
Modified
Mon Jan 28 19:30:26 2013 UTC
(10 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Fixed possible core in try_parse_v4_netmask() as reported by bobnomnom
Revision
1785 -
Directory Listing
Modified
Sat Jan 26 22:40:55 2013 UTC
(10 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Forward-port -r1784 [Fix bug where idle time sometimes is 0 even if the
client didn't send any private message]
Revision
1783 -
Directory Listing
Modified
Thu Jan 24 19:26:51 2013 UTC
(10 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Forward-port -r1774:
- Configuration parser now does support 'year' and 'month' units
- Add support for fake idle times to /whois. Known from csircd, this
adds min_idle, and max_idle configuration directives to class{} blocks
Revision
1772 -
Directory Listing
Modified
Sat Jan 19 23:16:05 2013 UTC
(10 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Forward-port -r1771 [channel_mode.c: check_string() didn't work right in case
string started with a space. (i.e., "MODE #chan +b : c" results in a weird
ban mask)
Bug got introduced in ircd-hybrid-5/channel.c, Revision 1.26
Revision
1751 -
Directory Listing
Modified
Wed Jan 16 18:30:52 2013 UTC
(10 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Forward-port -r1750 [IMPORTANT: nick and topic lengths are now configurable
via ircd.conf. A max_nick_length, as well as a max_topic_length configuration
option can now be found in the serverinfo{} block]
- OpenSSL 0.9.8s and higher is now required in order to enable ssl support
Revision
1749 -
Directory Listing
Modified
Tue Jan 15 19:01:16 2013 UTC
(10 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Rebuilt conf_parser.c
- Minor logic fixes to recently added away-notify capability
Revision
1737 -
Directory Listing
Modified
Mon Jan 14 17:37:55 2013 UTC
(10 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Quick and dirty workaround to fix build on GNU/Hurd
because of undefined PATH_MAX
Revision
1726 -
Directory Listing
Modified
Thu Jan 3 00:07:58 2013 UTC
(10 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- parse.c:handle_numeric(): add missing space as reported by Mantas
Revision
1719 -
Directory Listing
Modified
Fri Dec 28 20:41:51 2012 UTC
(10 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- parse.c:handle_numeric(): implement ircu-based improvements/cleanups
which basically avoid reprinting numeric buffers
Revision
1687 -
Directory Listing
Modified
Wed Dec 19 20:47:44 2012 UTC
(10 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Forward-port -r1685 [STATS q|Q now shows how many times a resv{}
block has been matched]
Revision
1684 -
Directory Listing
Modified
Tue Dec 18 19:34:41 2012 UTC
(10 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- channel_mode.c: chm_invex, chm_exempt: ban and invite exemptions are
now always sent regardless of CAP_IE/CAP_EX
Revision
1681 -
Directory Listing
Modified
Tue Dec 18 18:43:55 2012 UTC
(10 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- parse.c:handle_numeric(): added temporary workaround for servers sending
numeric 451 (ERR_NOTREGISTERED) in response to the "NOTICE AUTH ..." messages
uppon registration
Revision
1671 -
Directory Listing
Modified
Wed Nov 21 20:09:09 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- event.c: fixed bug spotted by Jakub S. where timed events stopped from
working if the system's clock is running backwards
Revision
1669 -
Directory Listing
Modified
Tue Nov 20 20:04:39 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Fixed bug where specifying a listener port without an ip address didn't work
Revision
1666 -
Directory Listing
Modified
Sun Nov 18 17:03:18 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Cleanup unused header file includes
- Fixed minor compile warning in conf.c
Revision
1661 -
Directory Listing
Modified
Sat Nov 17 19:43:57 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- channel.c:send_channel_modes(): now that CAP_IE and CAP_EX are mandatory, let's
always send invite/ban exception during a burst
Revision
1654 -
Directory Listing
Modified
Fri Nov 16 19:39:37 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- 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
1653 -
Directory Listing
Modified
Wed Nov 14 11:50:55 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- added improved match() stolen from ircu
- fixed compile warning in m_module.c
Revision
1652 -
Directory Listing
Modified
Tue Nov 13 20:28:53 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- changed match() polarity. match() now returns 0 on match and 1 on non-match
This cleans up several places where function pointers of different matching
functions like irccmp/strcmp/match are passed to other functions.
- added improved collapse() to match.c
Revision
1651 -
Directory Listing
Modified
Sun Nov 11 10:54:51 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Fixed class blocks not getting default values set properly
- bison 2.6.5
Revision
1650 -
Directory Listing
Modified
Sat Nov 10 20:57:51 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Fixed few bugs that have been introduced with config rewrite
- Set some reasonable default values right after a class has been created
Revision
1636 -
Directory Listing
Modified
Sun Nov 4 17:09:47 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Cleanup configuration subsystem
- Fixed broken CIDR support for /challenge
Revision
1631 -
Directory Listing
Modified
Thu Nov 1 22:04:01 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- restart.c: since save_all_databases may generate server traffic and log
activity, it makes more sense to save the databases _before_ flushing the
sendqueue/closing file descriptors
Revision
1630 -
Directory Listing
Modified
Thu Nov 1 21:32:25 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- restart.c: ensure databases get dumped to disk before terminating
Revision
1626 -
Directory Listing
Modified
Thu Nov 1 17:21:59 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- minor cleanups to conf_db.c; Get rid of 16 bit limitation string lengths
Revision
1622 -
Directory Listing
Modified
Thu Nov 1 13:16:37 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- 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
1620 -
Directory Listing
Modified
Wed Oct 31 22:54:58 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Added conf_db.c based on ircservice's binary database for later use
Revision
1618 -
Directory Listing
Modified
Tue Oct 30 21:04:38 2012 UTC
(10 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- 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 -
Directory Listing
Modified
Sat Oct 27 21:02:32 2012 UTC
(10 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid/trunk/src
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
Revision
1574 -
Directory Listing
Modified
Wed Oct 17 22:08:15 2012 UTC
(10 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- modules.c: better error reporting if lt_dlsym() fails for some reason
Revision
1571 -
Directory Listing
Modified
Wed Oct 17 18:53:51 2012 UTC
(10 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- client.c:exit_client(): cleanup oddities when removing servers from serv_list.
Connecting and HandShaking servers are never added to serv_list, so no need to
try to remove them.
Revision
1569 -
Directory Listing
Modified
Tue Oct 16 18:46:53 2012 UTC
(10 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed remnants of MFLG_UNREG which is no longer needed with the
current implementation of message handlers
Revision
1564 -
Directory Listing
Modified
Sun Oct 14 13:50:58 2012 UTC
(10 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- find_person(): allow services to seek clients by UID even if they're +i
Revision
1559 -
Directory Listing
Modified
Sun Oct 14 01:38:28 2012 UTC
(10 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Replaced TimeStamp based services IDs with more flexible account names
Revision
1549 -
Directory Listing
Modified
Mon Oct 1 18:11:11 2012 UTC
(10 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed general::kline_with_reason configuration options. It's now enabled
by default
- Removed remnants of the broken reject holding code
Revision
1547 -
Directory Listing
Modified
Sun Sep 30 17:50:03 2012 UTC
(10 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed general::use_whois_actually configuration directive. This is
now enabled by default
Revision
1545 -
Directory Listing
Modified
Sun Sep 30 15:21:59 2012 UTC
(10 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- write_links_file(): minor cleanups. Also remove useless assert()
Revision
1542 -
Directory Listing
Modified
Sat Sep 29 20:31:35 2012 UTC
(10 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Fixed an off-by-one with spoofs. Spoofs are now also checked for
invalid characters.
Revision
1536 -
Directory Listing
Modified
Tue Sep 25 19:15:50 2012 UTC
(10 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- conf.c: r(x|k)line.conf is gone. Don't try to load it on startup
Revision
1519 -
Directory Listing
Modified
Wed Sep 5 12:02:04 2012 UTC
(10 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Topics as well as user-aways are now sent in a burst by default
Revision
1518 -
Directory Listing
Modified
Sun Sep 2 16:50:40 2012 UTC
(10 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed rkline.conf and rxline.conf leftovers. Regular expression based
k- and x-lines can be set via ircd.conf only.
Revision
1516 -
Directory Listing
Modified
Thu Aug 30 15:08:36 2012 UTC
(10 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed general::client_flood configuration option and added the
new 'recvq' configuration directive to class{} blocks.
The max size of a receive queue can be seen in "STATS Y" for each class
- Update NEWS
Revision
1503 -
Directory Listing
Modified
Tue Aug 14 09:05:58 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed all unused references to GPATH and glinefile. There's no glines.conf.
Revision
1495 -
Directory Listing
Modified
Sun Aug 5 09:35:42 2012 UTC
(10 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed use_invex, use_except and use_knock configuration options.
These features are now enabled by default
Revision
1490 -
Directory Listing
Modified
Sat Jul 28 19:33:23 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- removed serverhide::disable_hidden configuration option
- update NEWS
Revision
1483 -
Directory Listing
Modified
Wed Jul 25 19:15:48 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Made Client::away a fixed-size array at the expense of a somewhat higher
memory consumption
Revision
1479 -
Directory Listing
Modified
Sun Jul 22 17:02:48 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- fix msg_channel_flags() so it can deal with messages coming from servers
Revision
1472 -
Directory Listing
Modified
Sun Jul 22 12:03:18 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- remove CAP_TB
- add proper TS6 support to TBURST
Revision
1469 -
Directory Listing
Modified
Sat Jul 21 20:11:48 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- s_user.c:oper_up(): information about oper privileges can be obtained via
"STATS p|o". No need to send a separate notice on oper-up.
Revision
1465 -
Directory Listing
Modified
Tue Jul 17 21:33:12 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- s_serv.c:sendnick_TS(): another TS6 fixup when bursting AWAY
Revision
1460 -
Directory Listing
Modified
Fri Jul 6 14:32:53 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Added 'set' to operator privilege flags. Gives access to the "SET" command
Revision
1459 -
Directory Listing
Modified
Fri Jul 6 14:23:09 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- remove g-line acls
- added general::gline_request_duration configuration option which
simply replaces the harcoded PENDING_GLINE_TIME definition
Revision
1458 -
Directory Listing
Modified
Fri Jul 6 10:27:33 2012 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- s_user.c:oper_up(): use get_oper_name() when announcing an operator
Revision
1447 -
Directory Listing
Modified
Mon Jun 25 20:22:29 2012 UTC
(10 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Added m_module.c and moved mo_module() into it
Revision
1446 -
Directory Listing
Modified
Mon Jun 25 20:05:12 2012 UTC
(10 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- 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
1444 -
Directory Listing
Modified
Sat Jun 23 18:12:16 2012 UTC
(10 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- conf.c: fixed stupid bug which would set the default value of
max_chans_per_user to 50 while setting max_chans_per_oper to 0
Revision
1437 -
Directory Listing
Modified
Mon Jun 18 19:02:48 2012 UTC
(10 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed MODLOAD, MODRELOAD, MODUNLOAD and MODLIST command handlers.
They all have been replaced by the new "MODULE" command which now
deals with the LOAD/UNLOAD/RELOAD/LIST parameters.
Revision
1436 -
Directory Listing
Modified
Sun Jun 17 19:31:28 2012 UTC
(10 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Removed "MODRESTART" command. "MODRELOAD *" will now reload all modules.
Revision
1432 -
Directory Listing
Modified
Sat Jun 9 19:40:08 2012 UTC
(10 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Added channel::max_chans_per_oper configuration directive. The old way
was to let ircops join three times the amount of max_chans_per_user.
I'd rather would make this a class{} based limit, but this would require us
to reprint the ISUPPORT buffer every time a client connects.
Revision
1431 -
Directory Listing
Modified
Sat Jun 9 19:15:10 2012 UTC
(10 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- NICKLEN definition no longer respects the trailing NUL character
(reverts to old behavior)
Revision
1430 -
Directory Listing
Modified
Thu Jun 7 19:21:04 2012 UTC
(10 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- channel.c:can_join(): use strcmp() instead of irccmp() when comparing
channel key (+k)
Revision
1429 -
Directory Listing
Modified
Thu Jun 7 19:14:14 2012 UTC
(10 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Unregistered clients may not talk in a +R channel
Revision
1427 -
Directory Listing
Modified
Thu Jun 7 11:36:21 2012 UTC
(10 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- parse.c: make msg_tree_parse() only take one argument
- client.h: rearrange structures
Revision
1424 -
Directory Listing
Modified
Tue May 29 19:32:59 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- channel::disable_fake_channels now also disables ascii 29 (mIRC italic)
when set to yes. Italic text (ctrl+i) is supported since mIRC 7.0
Revision
1416 -
Directory Listing
Modified
Sat May 26 11:45:43 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Truncate 'cidr_bitlen_ipv4' to 32 if someone feeds us with a value higher
than this. The same applies to 'cidr_bitlen_ipv6' that has a value higher
than 128.
Revision
1414 -
Directory Listing
Modified
Sat May 26 08:36:29 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Minor cleanups to check_server(). Checking for long servernames was redundant
here, since valid_servername() already does that job. Also make use of
match_conf_password()
Revision
1413 -
Directory Listing
Modified
Sat May 26 08:25:12 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Don't try to access aconf->user when aconf is a SERVER_TYPE.
aconf->user is a NULL pointer.
Revision
1402 -
Directory Listing
Modified
Wed May 9 18:42:45 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- /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
1401 -
Directory Listing
Modified
Tue May 8 18:58:13 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
o) Removed channel::burst_topicwho configuration option. Topicsetters are
now sent by default
Revision
1400 -
Directory Listing
Modified
Mon May 7 20:08:32 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- move has_wildcards() to irc_string.c and make use of it in several places
Revision
1399 -
Directory Listing
Modified
Mon May 7 19:32:01 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- match(), match_esc(): remove XXX-comment. Bad idea to have
match() rely on collapse()
Revision
1398 -
Directory Listing
Modified
Sun May 6 10:57:06 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- decrease HOSTIPLEN to 45
- fix some buffers that should use HOSTIPLEN+1
Revision
1397 -
Directory Listing
Modified
Sun May 6 10:01:52 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- src/hash.c: there's no need keep on searching clientTable[] for a
server-id if we didn't find it in the idTable[] before.
Revision
1394 -
Directory Listing
Modified
Wed May 2 19:29:19 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- conf.c:attach_conf(): remove useless conftype test.
conf is now always one of CLIENT_TYPE, SERVER_TYPE,
or OPER_TYPE.
Revision
1393 -
Directory Listing
Modified
Wed May 2 19:17:37 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- conf.h: remove CONF_LISTEN_PORT and CONF_EXEMPTKLINE #defines
- hostmask.h: remove HostMaskEntry structure
- hostmask.c: remove find_gline_conf() and find_kline_conf() wrapper functions
Revision
1387 -
Directory Listing
Modified
Tue May 1 11:50:01 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- conf.c: cleanup get_sendq(), get_client_class() and get_client_ping().
Now that we don't have any other attached conf than CONF_CLIENT|CONF_SERVER|CONF_OPER,
we may simply use the last attached conf pointed by x->confs.head
Revision
1383 -
Directory Listing
Modified
Tue May 1 11:18:22 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Cleanup/rewrite Hub/Leaf-mask configuration. Hub and Leaf configuration items
are no longer separately attached to Client structures.
Revision
1381 -
Directory Listing
Modified
Tue May 1 08:21:27 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- conf.c: remove CLIENT_CONF leftovers in clear_out_old_conf()
clear_out_address_conf() already does the deal.
Revision
1378 -
Directory Listing
Modified
Mon Apr 30 19:43:34 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Get rid of OPERNICKLEN. Oper login IDs are no longer limited to NICKLEN*2
Revision
1377 -
Directory Listing
Modified
Mon Apr 30 19:35:16 2012 UTC
(11 years ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Remove all Class related #defines like MaxTotal, MaxSendq, etc.
All they do is lead to confusion.
Revision
1376 -
Directory Listing
Modified
Sun Apr 29 17:08:42 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- minor cleanups to s_gline, hostmask.c and m_stats.c.
remove useless NULL assignment of dlink_node pointers.
the DLINK_FOREACH macros already take care of this.
Revision
1372 -
Directory Listing
Modified
Thu Apr 26 19:04:51 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- hostmask.c: move report_Klines() and report_auth() to m_stats.c
Revision
1367 -
Directory Listing
Modified
Tue Apr 24 21:20:54 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Cleanup hostmask.c. Make it use dlink list manipulation routines
Revision
1366 -
Directory Listing
Modified
Tue Apr 24 18:35:34 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Cleanup conf_add_server(). Remove traces of obsolete username verification
for incoming server connections.
Revision
1364 -
Directory Listing
Modified
Sun Apr 22 19:28:21 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Optimize get_oper_name(). No need to walk client_p->localClient->confs.
If there's any attached CONF_OPERATOR, it'll always be the last attached
one
Revision
1359 -
Directory Listing
Modified
Sun Apr 22 13:58:04 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- watch_init(): remove useless memset since watchTable resides in .bss
- replace C++ comments with C comments
Revision
1358 -
Directory Listing
Modified
Sun Apr 22 13:49:23 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- cleanup and rewrite whowas.c to use the dlink list manipulation routines
- increase NICKNAMEHISTORYLENGTH to 16384
Revision
1353 -
Directory Listing
Modified
Sun Apr 15 18:35:55 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- move conf_yy_input and conf_yy_fatal_error to conf_lexer.l
- conf_lexer.l: replace a strcpy with strlcpy
Revision
1352 -
Directory Listing
Modified
Fri Apr 13 09:57:08 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- conf_parser.y: dh prime size should be at least 1024 bits
Revision
1350 -
Directory Listing
Modified
Thu Apr 12 21:03:48 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- fix odd behaviour of ircncmp with 'n' being 0, plus
performance improvements.
Revision
1346 -
Directory Listing
Modified
Mon Apr 9 17:35:40 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- irc_reslib.c: add localhost as default nameserver in case we cannot find
a suitable entrie in resolv.conf
- irc_res.c:res_ourserver(): no need to test against INADDR_ANY.
This is a relict of old BIND versions which added INADDR_ANDY as default
nameserver if no other servers could be found.
Revision
1344 -
Directory Listing
Modified
Mon Apr 9 14:13:29 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- hunt_server(): removed extranous match(). me.name cannot contain wilds anylonger.
This is basically a fakename leftover.
Revision
1343 -
Directory Listing
Modified
Sat Apr 7 18:46:29 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- hostmask.c, rng_mt.c: avoid use of long int types
Revision
1341 -
Directory Listing
Modified
Sat Apr 7 18:33:13 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Applied patch to shut up gcc with -Wformat-security enabled.
Patch submitted by Moritz Muehlenhoff/Debian Security.
Revision
1340 -
Directory Listing
Modified
Fri Apr 6 10:43:23 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- get_client_name(): only compare client->name with client->host if it's
any type of server. Saves thousands of irccmp calls.
Revision
1339 -
Directory Listing
Modified
Fri Apr 6 10:22:36 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- get_client_name(): made IP-masking more logical for ipv6 clients.
At least allow determining whether or not a connection is ipv6.
Revision
1330 -
Directory Listing
Modified
Sun Apr 1 12:12:00 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Squash two other compile warnings. ircd now compiles clean with
-Wall
-Wextra
-Wno-unused
-Wcast-qual
-Wcast-align
-Wbad-function-cast
-Wmissing-declarations
-Wmissing-prototypes
-Wnested-externs
-Wredundant-decls
-Wshadow
-Wwrite-strings
-Wundef
Revision
1329 -
Directory Listing
Modified
Sun Apr 1 12:02:12 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Remove unused configure tests
- Fixed compile warning in conf_parser.c
Revision
1328 -
Directory Listing
Modified
Sat Mar 31 17:43:32 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Change SHOW_IP, MASK_IP and HIDE_IP into an enum type
- Removed unused CONF_SERVER_INFO_TLS_VERSION_* definition
Revision
1325 -
Directory Listing
Modified
Sat Mar 31 10:29:02 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it
Revision
1324 -
Directory Listing
Modified
Fri Mar 30 21:40:38 2012 UTC
(11 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Remove log::timestamp configuration directive. Timestamps are now enabled by default.
- Timestamps are iso8601 now
Revision
1322 -
Directory Listing
Modified
Fri Mar 30 11:37:32 2012 UTC
(11 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- parse.c: fixed archaic bug which would easily allow para[] being accessed
out of bounds. Just to remember: para[] must be able hold: <prefix>+<15params>+<NULL>
Revision
1319 -
Directory Listing
Modified
Thu Mar 29 11:06:05 2012 UTC
(11 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- minor cleanups and fixes to the new logging system
- decrease LOG_BUFSIZE to 1024
Revision
1316 -
Directory Listing
Modified
Tue Mar 27 17:05:51 2012 UTC
(11 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- 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 -
Directory Listing
Modified
Sun Mar 25 11:24:18 2012 UTC
(11 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- 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 -
Directory Listing
Modified
Sat Mar 24 09:33:33 2012 UTC
(11 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- 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
1306 -
Directory Listing
Modified
Sat Mar 24 07:43:04 2012 UTC
(11 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- improve ssl/tls support
- cipher suites can now be specified via ircd.conf
Revision
1305 -
Directory Listing
Modified
Fri Mar 23 12:43:55 2012 UTC
(11 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- show info about compression/expansion methods on link establishment
Revision
1304 -
Directory Listing
Modified
Fri Mar 23 12:03:56 2012 UTC
(11 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- servlink is gone; cleanup and sanitize openssl detection tests
Revision
1303 -
Directory Listing
Modified
Fri Mar 23 10:52:19 2012 UTC
(11 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Implement basic tls connections for server-server links
Revision
1302 -
Directory Listing
Modified
Wed Mar 21 17:48:54 2012 UTC
(11 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- remove servlink in preparation for tls links/compression
Revision
1301 -
Directory Listing
Modified
Sat Mar 10 21:47:17 2012 UTC
(11 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- 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
1294 -
Directory Listing
Modified
Wed Feb 22 20:48:30 2012 UTC
(11 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Add user mode +H which simply hides operator status to other users.
This solution replaces current method of hidding operator status where the
admin mode is not sent to other servers unless hidden_administrator is disabled.
- m_who() now takes care whether an operator is hidden or not
Revision
1285 -
Directory Listing
Modified
Sun Feb 5 15:12:59 2012 UTC
(11 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- added CIDR support for operator{} blocks
- operator "name"{} is no longer supported
Revision
1264 -
Directory Listing
Modified
Tue Jan 17 12:30:57 2012 UTC
(11 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- remove general::burst_away configuration directive. AWAY burst will have to
be controlled via connect::flags explicitly.
Revision
1256 -
Directory Listing
Modified
Sun Jan 15 05:58:40 2012 UTC
(11 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- irc_res_mkquery(): fixed compile warning with gcc 4.6
Revision
1250 -
Directory Listing
Modified
Sat Oct 1 10:48:16 2011 UTC
(11 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- A file size of 'unlimited' can now be specified for log files
Revision
1247 -
Directory Listing
Modified
Sat Oct 1 07:54:24 2011 UTC
(11 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Rewrite and cleanup half-broken logging subsystem.
Logfile rotating is not working yet
Revision
1246 -
Directory Listing
Modified
Fri Sep 30 16:13:11 2011 UTC
(11 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- parse.c: remove unused variable, plus style cleanups
Revision
1243 -
Directory Listing
Modified
Fri Sep 30 10:47:53 2011 UTC
(11 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- 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
1242 -
Directory Listing
Modified
Fri Sep 30 08:17:50 2011 UTC
(11 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- listener.c: remove outdated comment. remove useless header include
Revision
1241 -
Directory Listing
Modified
Thu Sep 29 20:26:09 2011 UTC
(11 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- 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
1238 -
Directory Listing
Modified
Thu Sep 29 11:37:31 2011 UTC
(11 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- rename mod_list to modules_list and make it static
- remove now unused _modinit and _moddeinit prototypes
Revision
1237 -
Directory Listing
Modified
Thu Sep 29 11:32:21 2011 UTC
(11 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- move remaining functions in dynlink.c into modules.c
Revision
1236 -
Directory Listing
Modified
Thu Sep 29 11:21:27 2011 UTC
(11 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Getting rid of rlimits.h. Relying on RLIMIT_NOFILE is
more than enough nowadays
Revision
1235 -
Directory Listing
Modified
Fri Sep 23 08:55:50 2011 UTC
(11 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- m_unregistered(): fix 11 years old bug where ircd sends an invalid formatted
ERR_NOTREGISTERED string.
- ERR_NOTREGISTERED is not rate-limited any longer
Revision
1234 -
Directory Listing
Modified
Fri Sep 23 08:15:04 2011 UTC
(11 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- replace all instances of parv[0] with source_p->name
Revision
1232 -
Directory Listing
Modified
Thu Sep 22 20:25:00 2011 UTC
(11 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- oper_up(): if both ConfigFileEntry.oper_umodes and oconf->modes aren't
specified, don't give a client any other default oper-modes
Revision
1230 -
Directory Listing
Modified
Thu Sep 22 19:41:19 2011 UTC
(11 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- cleanup module loader. Make module api more flexible
Revision
1228 -
Directory Listing
Modified
Mon Sep 19 09:38:38 2011 UTC
(11 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- add 'restart'/'module' operator flags which allows better fine tuning
whether or not an operator may have access to RESTART/MOD* commands
- ircd_parser.y: (oper{}): ensure yy_aconf->port is set to zero, before
setting any privilege bits. Fixes odd behaviour with multiple 'flags'
entries.
Also removed ability to negate operator flags with a tilde '~'. Pretty
useless since all operator privilege flags are set to zero by default.
Revision
1219 -
Directory Listing
Modified
Sun Sep 18 09:02:38 2011 UTC
(11 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.
Revision
1206 -
Directory Listing
Modified
Wed Aug 24 21:41:23 2011 UTC
(11 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Implement GLOBOPS
- remove debugging code from parse.c
Revision
1203 -
Directory Listing
Modified
Tue Aug 23 20:06:08 2011 UTC
(11 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- make channel::topic and channel::topic_info fixed-size arrays
Revision
1196 -
Directory Listing
Modified
Sun Aug 21 10:09:23 2011 UTC
(11 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- implement NICK/UID servicestamps
- add "SVS" to server capabilities
Revision
1192 -
Directory Listing
Modified
Thu Aug 18 20:25:18 2011 UTC
(11 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- move change_local_nick() from client.c to m_nick.c
Revision
1185 -
Directory Listing
Modified
Wed Aug 17 23:45:37 2011 UTC
(11 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Forward-port r1183: exit_client(): We were accidentally trying to free memory
pointed by source_p->lclient_node. Fixed.
Revision
1179 -
Directory Listing
Modified
Mon Aug 15 08:14:15 2011 UTC
(11 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Forward-port r1177:
Fix ERR_ACCEPTEXIST numeric string. Two %s conversion specifier
have been missed here
Revision
1178 -
Directory Listing
Modified
Mon Aug 15 08:11:31 2011 UTC
(11 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- Cleanup and restore older parts of the irc-command parser.
Gives back ability to specify maximum amount of parameters
that are processed within a command.
Revision
1176 -
Directory Listing
Modified
Sun Aug 14 11:24:24 2011 UTC
(11 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- 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
1173 -
Directory Listing
Modified
Sun Aug 14 00:23:02 2011 UTC
(11 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- add usermode +R; only registered clients may message other clients with that mode set
- add channelmode +R; only registered clients may join a channel with that mode set
Revision
1169 -
Directory Listing
Modified
Fri Aug 12 18:45:03 2011 UTC
(11 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- rename find_server to hash_find_server to satisfy naming convention
- pull m_services.c and m_jupe.c from contrib/
- style fixes in some places
Revision
1165 -
Directory Listing
Modified
Thu Aug 11 18:56:53 2011 UTC
(11 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- rename clean_nick_name() to valid_nickname() and move it so s_user.c
- add SVSNICK module
- update Makefile accordingly
Revision
1158 -
Directory Listing
Modified
Wed Aug 10 19:46:00 2011 UTC
(11 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-8/src
- UMODE_REJ goes to usermode 'j'
- add UMODE_REGISTERED ('r') (registered nickname)
Revision
1143 -
Directory Listing
Modified
Mon Jul 25 18:58:51 2011 UTC
(11 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- Update NEWS file
- Minor optimization to update_client_exit_stats close_connection
- Move MaxConnectionCount/MaxClientCount to Counter struct
Revision
1137 -
Directory Listing
Modified
Sun May 29 19:04:06 2011 UTC
(12 years ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- User IDs are now shown in client connection notices.
Requested by some ircu user.
Revision
1126 -
Directory Listing
Modified
Sun Feb 20 14:30:12 2011 UTC
(12 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- add dlink_move_node() and make use of it in several places
- reuse LocalUser::lclient_node for local_client_list and serv_list
(moving node between unknown_list and serv_list/local_client_list)
Revision
1125 -
Directory Listing
Modified
Sun Feb 20 13:44:39 2011 UTC
(12 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- fixed stupid assert() which prevented clients from being added
to local_client_list
Revision
1123 -
Directory Listing
Modified
Sun Feb 6 21:57:50 2011 UTC
(12 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- Got rid of irc_addrinfo.c and irc_getnameinfo.c
- Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES
Revision
1121 -
Directory Listing
Modified
Sun Jan 9 11:03:03 2011 UTC
(12 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- removed all instances of STATIC_MODULES since we don't have
static modules anymore
- removed m_mkpasswd module from contrib
Revision
1118 -
Directory Listing
Modified
Thu Jan 6 13:39:10 2011 UTC
(12 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- cleanup and sanitize m_server.c. remove hostmasking. Improve TS6 suppport
Revision
1117 -
Directory Listing
Modified
Tue Dec 21 15:01:46 2010 UTC
(12 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- ircd_parser.y: ensure only valid hostnames can be
specified in serverinfo::name
Revision
1116 -
Directory Listing
Modified
Tue Dec 21 14:45:55 2010 UTC
(12 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- set_user_mode(): don't unset modes specified in general::oper_only_umodes
for remote clients
Revision
1115 -
Directory Listing
Modified
Tue Dec 21 14:42:54 2010 UTC
(12 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- 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
1114 -
Directory Listing
Modified
Mon Dec 20 20:33:05 2010 UTC
(12 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- Move RPL_ETRACE to messages.tab
- CHANGE RPL_WHOISSSL to use the 671 numeric
Revision
1113 -
Directory Listing
Modified
Sat Dec 18 22:44:10 2010 UTC
(12 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- move Client.client_host and Client.client_server to LocalUser struct
Revision
1106 -
Directory Listing
Modified
Tue Nov 2 15:10:53 2010 UTC
(12 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- Fixed broken configure test for sigio
- Update libtool to latest 2.4 release
Revision
1089 -
Directory Listing
Modified
Wed Mar 24 22:36:04 2010 UTC
(13 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- rebuild scanner using latest bison 2.4.2 which finally fixed
those -Wundef related warnings
Revision
1086 -
Directory Listing
Modified
Sat Mar 13 23:59:10 2010 UTC
(13 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- ts_warn(), ilog(): replace two vsprintfS with vsnprintf. We're immortal now!!!!!!!!!111
Revision
1080 -
Directory Listing
Modified
Wed Mar 10 23:09:36 2010 UTC
(13 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- Sort out unneeded arguments of some user registration functions
Revision
1076 -
Directory Listing
Modified
Thu Feb 18 09:23:47 2010 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- Dropped support for old style 'operflag = yes|no;' configuration format
Revision
1074 -
Directory Listing
Modified
Wed Feb 17 23:28:33 2010 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- Made general::kill_chase_time_limit accept time units. too bad this entire
crap is still needed even with ts6.
Revision
1072 -
Directory Listing
Modified
Wed Feb 17 22:58:23 2010 UTC
(13 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- remove old dot_in_ip6_addr configuration option. this is now obsolete.
Revision
1045 -
Directory Listing
Modified
Tue Jan 26 12:58:42 2010 UTC
(13 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.3/src
- contrib/spy_links_notice.c: do not show additional arguments supplied to the
LINKS command in spy notices. new behaviour is to simply show the command sent
by the client, which exactly behaves like all other contributed spy modules.
- remove clean_string()
Revision
1026 -
Directory Listing
Modified
Wed Nov 4 22:20:50 2009 UTC
(13 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Update AUTHORS and add fgeek to contributors.
There's still some stuff you have to do, henri!
Revision
1022 -
Directory Listing
Modified
Fri Oct 30 02:30:29 2009 UTC
(13 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- remove pointless check_class() call on ircd initialization
Revision
1015 -
Directory Listing
Modified
Sun Oct 25 00:08:06 2009 UTC
(13 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- fixed broken cryptlinks as reported by henri
- removed deprecated inet_misc.c
- removed __attribute__ format, which sometimes really is usefull, even if
unportable unless gcc, but for now they only give false warnings
Revision
1014 -
Directory Listing
Modified
Sun Oct 18 15:17:32 2009 UTC
(13 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- show_iline_prefix(): fixed an off-by-one when copying aconf->user.
strlcpy really isn't hard to understand, is it?
Revision
1013 -
Directory Listing
Modified
Sun Oct 18 14:26:49 2009 UTC
(13 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- 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 -
Directory Listing
Modified
Fri Sep 18 10:14:09 2009 UTC
(13 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes
Revision
1009 -
Directory Listing
Modified
Sun Sep 13 15:02:30 2009 UTC
(13 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- add configure test for pcre lib and remove pcre sources from the tree
Revision
1000 -
Directory Listing
Modified
Mon Aug 24 13:37:39 2009 UTC
(13 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- timeout_auth_queries_event(): don't try to close auth->fd twice
Revision
998 -
Directory Listing
Modified
Sun Aug 23 12:43:17 2009 UTC
(13 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- 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
997 -
Directory Listing
Modified
Fri Aug 21 10:25:40 2009 UTC
(13 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- delete_resolver_queries(): remove extranous non-NULL test. ptr->data can never be NULL.
let it crash, if it ever happens to be
Revision
996 -
Directory Listing
Modified
Fri Aug 21 10:16:29 2009 UTC
(13 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- properly clean out irc_nsaddr_list before re-reading resolv.conf
Revision
994 -
Directory Listing
Modified
Fri Aug 21 09:15:31 2009 UTC
(13 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- res_readreply(): check for fake replies before doing anything else
Revision
986 -
Directory Listing
Modified
Sat Aug 15 21:12:34 2009 UTC
(13 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- irc_res.c: fixed wide-spread off-by-one when copying hostnames
Revision
985 -
Directory Listing
Modified
Sat Aug 15 20:31:54 2009 UTC
(13 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- res_readreply, do_query_number: removed ip6.int support.
ip6.int delegations were deleted in 2006
Revision
984 -
Directory Listing
Modified
Fri Aug 14 13:18:14 2009 UTC
(13 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- res_readreply(): fix broken logic with ipv6 enabled where we ONLY sent a
second A QUERY in case a -broken- nameserver returns NXDOMAIN
for AAAA when A record exists. fixed and removed workaround
for broken nameservers.
Revision
983 -
Directory Listing
Modified
Thu Aug 13 22:32:54 2009 UTC
(13 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- fixed bug where unregistered clients were not able to complete registration
process with /quote PONG <ping_cookie> in case the client was assigned a
zero value ping-cookie
Revision
981 -
Directory Listing
Modified
Sun Aug 9 19:09:03 2009 UTC
(13 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- speed up processing of incoming NICK/UID bursts
- fixed archaic bug where bursting servers with missconfigured NICKLEN were able
to desync the network's nickname database
Revision
980 -
Directory Listing
Modified
Sun Aug 9 12:51:45 2009 UTC
(13 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- remove useless MyConnect tests in m_time() and m_lusers()
- remove useless TS6 handling in m_who() since this is sent to local
clients only
Revision
978 -
Directory Listing
Modified
Sun Aug 9 09:47:58 2009 UTC
(13 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- avoid using native basename() since some implementations may or may not modify passed data
Revision
977 -
Directory Listing
Modified
Sat Aug 8 07:33:08 2009 UTC
(13 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- removed last traces of crypt.c
- add disable-static to libtools options
Revision
967 -
Directory Listing
Modified
Sun Aug 2 18:05:28 2009 UTC
(13 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- added ssl_server_protocol configuration option to servinfo{}.
valid flags are 'sslv3' and 'tlsv1'
Revision
956 -
Directory Listing
Modified
Mon Jul 27 00:34:48 2009 UTC
(13 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- removed LL leftover in set_default_conf(). now ServerInfo.hub
properly initializes on /rehash
Revision
945 -
Directory Listing
Modified
Mon Jul 20 15:48:27 2009 UTC
(13 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- fixed some configure mess and imported latest libtool sources
Revision
941 -
Directory Listing
Modified
Sat May 2 02:02:59 2009 UTC
(14 years ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- Update autools versions.
- Fix acinclude.m4 to work on FreeBSD at least.
Revision
913 -
Directory Listing
Modified
Wed Nov 7 23:20:12 2007 UTC
(15 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Added some missing files
- Moved HOSTLEN and USERLEN definition back to ircd_defs.h
Those two shouldn't be configurable
Revision
912 -
Directory Listing
Modified
Wed Nov 7 22:47:44 2007 UTC
(15 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- 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
908 -
Directory Listing
Modified
Sun Nov 4 23:21:51 2007 UTC
(15 years, 6 months ago)
by
stu
Original Path:
ircd-hybrid-7.2/src
Completely redo the build system. Now uses libtool and automake. Suggest you clean out your tree and then do ./autogen.sh.
Revision
891 -
Directory Listing
Modified
Thu Nov 1 13:44:50 2007 UTC
(15 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Avoid useless irc_getnameinfo calls in several places
Revision
887 -
Directory Listing
Modified
Thu Nov 1 11:54:48 2007 UTC
(15 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Backported new ACCEPT code which adds support for n!u@h masks
Revision
885 -
Directory Listing
Modified
Wed Oct 31 18:09:24 2007 UTC
(15 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- 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
882 -
Directory Listing
Modified
Sun Oct 28 11:58:39 2007 UTC
(15 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- fixed bug which would cause invalid invisible counts on oper-up in case
operator::umodes and/or general::oper_only_umodes contains 'invisible'
Revision
881 -
Directory Listing
Modified
Sun Oct 28 11:35:29 2007 UTC
(15 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- change_local_nick(): No need to call clear_ban_cache() twice on source_p
Revision
880 -
Directory Listing
Modified
Thu Oct 25 20:25:26 2007 UTC
(15 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- hash_find_id() should be using strcmp instead or irccmp
Revision
875 -
Directory Listing
Modified
Tue Oct 23 11:40:09 2007 UTC
(15 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fix some compile warnings with gcc 4.2.2
- Update configure.ac
Revision
871 -
Directory Listing
Modified
Fri Sep 14 03:33:44 2007 UTC
(15 years, 8 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- When a connect block uses a hostname instead of an IP, ircd will connect
to the hostname's IPv6 if available, independent of the aftype setting.
This causes the ircd to fail to connect to a IPv4 host that also has an IPv6 IP.
Submitted By: evilmoon (hgchew) (via Sourceforge bts)
Revision
867 -
Directory Listing
Modified
Thu May 17 14:59:27 2007 UTC
(16 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed occasional core when placing RESVs on channel names as repoared
by Christopher A. Bongaarts.
Revision
855 -
Directory Listing
Modified
Mon Feb 26 22:06:45 2007 UTC
(16 years, 3 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- fix core in temp channel resv
- remove unused variable in m_join
- update RELNOTES
Revision
853 -
Directory Listing
Modified
Thu Feb 22 06:01:30 2007 UTC
(16 years, 3 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- fix typo in ircd_parser.y regenerate y.tab.c and lex.yy.c
- fix order shown in CLIEXIT
- remove mode parsing in ms_join
- reflect addiction cconn_full flag
Revision
842 -
Directory Listing
Modified
Fri Feb 9 21:27:48 2007 UTC
(16 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid-7.2/src
+ fixed off-by-one which turned out to cause large memory overwrites
+ this is an old one, very hard to catch: 1) FreeBSD system, 2) a lot
of clients (preferably 10K+), 3) exiting/reading from/writing to
128+ clients at a time, 4) ircd version where the bug shows up clearly
(on 7.3 WHOWASHASH gets corrupted, and somewhat later we have a core:
whowas_add_history -> dlinkDelete)
This applies to ALL versions of hybrid since 7.0, but is known to
disclose most noticeably under 7.3
Revision
815 -
Directory Listing
Modified
Sun Sep 10 17:35:18 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed bug in find_conf_exact() which sometimes made CHALLENGE useless
Revision
808 -
Directory Listing
Modified
Sun Sep 3 18:58:00 2006 UTC
(16 years, 8 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Misc. fixes to TESTMASK/TESTLINE as reported by Phar Lap
- Prevent TESTLINE from reporting k-lines twice
- Show the actual k-line reason when reporting k-lines
- Test the host part of a u@h mask against the client's sockhost field in TESTMASK
- Added support for nick masks to TESTMASK
- CIDR is to come in 7.3
Revision
803 -
Directory Listing
Modified
Thu Aug 31 09:41:27 2006 UTC
(16 years, 9 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Added missing %s conversion specifier to RPL_MODLIST. Now /modlist shows
up whether or not a module is resident
Revision
753 -
Directory Listing
Modified
Wed Jul 26 15:58:16 2006 UTC
(16 years, 10 months ago)
by
adx
Original Path:
ircd-hybrid-7.2/src
+ fixed an old bug that affected our numeric delivery:
Spotted by: stu
Imagine we have a scenario like this:
[origin A on server 0] --> [OUR IRCD] --> [TS6 server] --> [TS5 server and target Z]
We'd try to address Z by its null ID only because the next server on the way
is TS6. That led to delivery failure in cases like
ts6(origin)->ts6->ts6->ts5(target).
Revision
723 -
Directory Listing
Modified
Sun Jul 16 19:41:33 2006 UTC
(16 years, 10 months ago)
by
adx
Original Path:
ircd-hybrid-7.2/src
+ fixed a bug where auths/klines/glines with digit wildcards (#)
were not handled correctly
Revision
713 -
Directory Listing
Modified
Wed Jul 12 12:37:35 2006 UTC
(16 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- fixed core on MODRESTART as reported by xZ/CoolCold
Revision
711 -
Directory Listing
Modified
Sat Jul 8 12:02:15 2006 UTC
(16 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Also show the full path of .included configuration files when reporting
syntax errors. This is just cosmetical.
Revision
685 -
Directory Listing
Modified
Fri Jun 16 12:22:31 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Updated copyright years in version.c and INSTALL
- Bumped version to 7.2.2 in configure.ac and doxygen.conf
Revision
683 -
Directory Listing
Modified
Thu Jun 15 14:28:59 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- close_connection(): Fixed some harmless bug that could result in incorrect
sent statistics in "STATS t"
- Updated RELNOTES
Revision
673 -
Directory Listing
Modified
Tue Jun 13 07:38:50 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- check_classes(): Only call destroy_cidr_class() on a class that is ready
for deletion, otherwise the current cidr count would become unadjusted in
case a disabled class gets re-enabled later on.
Revision
672 -
Directory Listing
Modified
Tue Jun 13 07:28:30 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed possible core introduced by previous commit
- Put some asserts into detach_conf()
Revision
671 -
Directory Listing
Modified
Tue Jun 13 07:15:38 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed class limit bug as spotted by stu. ("REHASH" would always reset
current user count)
- Made "STATS y|Y" show inactive (deleted) classes that still have attached
clients
Revision
670 -
Directory Listing
Modified
Mon Jun 12 12:20:55 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- balloc.(c|h): backported r544 (Killed Block::used_list)
- Update RELNOTES
Revision
668 -
Directory Listing
Modified
Sun Jun 11 13:39:25 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Rebuilt y.tab.(c|h) using bison 2.3
- Bumped pcrelib version to 6.4. There were no changes since 6.3 that would
have affected our hacked version of the pcre library, so this is mainly to
satisfy paranoid I-always-need-the-latest-version people
Revision
650 -
Directory Listing
Modified
Thu Jun 8 07:00:17 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed bug that would exit unknown clients in check_unknowns_list() that are
still processing auth/dns queries.
Basically check_unknowns_list() should only exit clients that have finished
auth/dns and didn't send a NICK/USER combination since they have been
released from auth.
Reported by ThaPrince.
Revision
635 -
Directory Listing
Modified
Thu Jun 1 13:10:18 2006 UTC
(16 years, 11 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- actually remove the chars that should not be marked as visible chan chars
Revision
634 -
Directory Listing
Modified
Thu Jun 1 12:34:29 2006 UTC
(16 years, 11 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- At least I noticed it myself, I got it completely backwards
when folding in Michael's suggested optimisation.
Revision
633 -
Directory Listing
Modified
Thu Jun 1 12:30:29 2006 UTC
(16 years, 11 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- optimise Michael's fake channel catcher.
Make it work first, then optimise.
Revision
632 -
Directory Listing
Modified
Thu Jun 1 10:53:00 2006 UTC
(16 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Added channel::disable_fake_channels which disallows creation of channels
that have ascii 2, 3, 31 and 160 in their names.
- Minor improvements and cleanups to channel name validation routines
backported from 7.3
Revision
627 -
Directory Listing
Modified
Fri May 26 11:33:57 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed compile warning in change_simple_umode as reported by Volk
Revision
624 -
Directory Listing
Modified
Thu May 25 10:22:02 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed an off-by one bug in the ip limiting code as reported by Volk
Revision
619 -
Directory Listing
Modified
Tue May 23 07:22:23 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Backported r376 (STATS y now shows the total number of clients in a class)
- Rebuilt y.tab.c using bison 2.2
Revision
618 -
Directory Listing
Modified
Tue May 23 07:07:53 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- attach_conf(): We even need to increment CurrUserCount if a class got
attached to a server or operator. Spotted by stu.
- Removed IRCD_SOCKET_ERROR define
Revision
617 -
Directory Listing
Modified
Mon May 22 07:21:17 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- report_error() expects two %s conversion specifiers as reported by ThaPrince.
This function really should get rewritten at given time. It just confuses
people.
Revision
596 -
Directory Listing
Modified
Fri May 12 21:44:39 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Cosmetical fix to "STATS k|K". temporary regexp based k-lines should
be prefixed with 'kR' and permanent ones with 'KR'.
Revision
594 -
Directory Listing
Modified
Fri May 12 20:05:57 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Ignore signal SIGXFSZ which killed the ircd process on daxnet because of
a file size limit set too low. That way, write() and friends will abort
and errno will be set to EFBIG. We may think about a NOTICE which could
be sent to operators on a failed write attempt to either the log files
or k/x-line files.
Revision
593 -
Directory Listing
Modified
Fri May 12 05:47:32 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Backported RKLINE fix so the user and host portion of a banmask don't get
cut off after 10 and 63 chars, respectively.
A split_nuh() rewrite was required for this.
- Removed now unused xstrldup() function
Revision
592 -
Directory Listing
Modified
Thu May 11 12:43:02 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Merged check_xline() and check_regexp_xline into a single function
Revision
589 -
Directory Listing
Modified
Mon May 8 18:40:00 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Clear the TS6 CAPAB bit possibly set on an unregistered client connection
in mr_motd(), mr_admin() and register_local_user(). This is a kludge for now.
Revision
588 -
Directory Listing
Modified
Mon May 8 13:22:59 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- m_restart(): don't send restart notices twice to locally connected clients
Revision
584 -
Directory Listing
Modified
Sun May 7 15:26:45 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Added new general::stats_e_disabled configuration option. Known from RB,
all it does is to disable "STATS e", which is a good idea if you have any
exempted server ips.
- Updated RELNOTES
Revision
582 -
Directory Listing
Modified
Tue May 2 20:47:11 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- The 2nd and 3rd character of a SID may be a digit as well.
Spotted by ThaPrince
- Fixed compile warnings in log_user_exit()
Revision
581 -
Directory Listing
Modified
Tue May 2 07:50:39 2006 UTC
(17 years ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- log_user_exit(): removed extranous newline character in log message.
fixed invalid casts
Revision
572 -
Directory Listing
Modified
Sun Apr 30 16:57:48 2006 UTC
(17 years, 1 month ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Backported changes made in HEAD to get rid of Channel::locmembers.
This is mainly to save about 5megs of ram on networks like efnet where
we have about 600k allocated Membership structures.
Revision
528 -
Directory Listing
Modified
Sat Mar 18 15:13:11 2006 UTC
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Added missing !u@h prefix when sending MODE message back to a client
Revision
521 -
Directory Listing
Modified
Sat Mar 11 21:37:16 2006 UTC
(17 years, 2 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- When checking for first " in a line, make sure it doesn't run off
the end of the line before it finds one.
Revision
512 -
Directory Listing
Modified
Sat Mar 4 16:21:54 2006 UTC
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed static build for m_cap() (fix doesn't need to get
forward-ported to HEAD)
- Added BS alias for BOTSERV
Revision
510 -
Directory Listing
Modified
Sat Mar 4 08:37:51 2006 UTC
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- register_remote_user(): Fixed bug where we would increase Count.total and
source_p->from->serv->dep_users for unregistered remote clients and don't
decrease them if we exit the client due to non existand server or fake
direction.
Revision
506 -
Directory Listing
Modified
Fri Mar 3 21:08:34 2006 UTC
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- channel_member_names(): properly count the number of prefixes
that will be written to lbuf
Revision
503 -
Directory Listing
Modified
Fri Mar 3 19:53:47 2006 UTC
(17 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Backported CAP changes from HEAD since it doesn't affect
any of the ircd's core components and should be supported
as soon as possible.
Revision
498 -
Directory Listing
Modified
Wed Mar 1 19:30:58 2006 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- exit_client(): Don't bounce a QUIT back to origin's server
Reported by adx
Revision
484 -
Directory Listing
Modified
Mon Feb 27 15:17:04 2006 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Yet another mach_chan fix (broken #*chan vs. &chan match logic
as pointed out by adx)
Revision
482 -
Directory Listing
Modified
Mon Feb 27 14:49:50 2006 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Don't give away IP information unless it's an admin doing /stats P
Revision
481 -
Directory Listing
Modified
Mon Feb 27 13:12:59 2006 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Backported match_chan() fix to get /list *chan* to work
Revision
454 -
Directory Listing
Modified
Sun Feb 12 19:01:25 2006 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Get rid of can_send_part. This also fixes a bug where voiced clients
weren't able to send a PART message to the channel. Reported by ThaPrince.
Revision
447 -
Directory Listing
Modified
Sun Feb 12 02:59:16 2006 UTC
(17 years, 3 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- reported by Jon, resolver was not checking for NXDOMAIN as well as SERVFAIL
this caused odd DNS reports and took longer to connect.
Tested by Jon (ThaPrince).
(backported from head)
Revision
440 -
Directory Listing
Modified
Sat Feb 11 23:11:38 2006 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed bug where "listen { flags = ssl; port 1,2,3; }" would result
in only port 1 being set ssl enabled.
Revision
438 -
Directory Listing
Modified
Sat Feb 11 21:53:46 2006 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Got rid of the last IVARIANT we had and replaced it with two asserts().
Revision
436 -
Directory Listing
Modified
Sat Feb 11 21:35:16 2006 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed bug in fd_close() that caused a core when calling restart_resolver()
Revision
433 -
Directory Listing
Modified
Sat Feb 11 15:22:07 2006 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Don't try to keep pointers to already freed memory on temporary_resv list
when manually removing tempoary N/C resvs.
Revision
428 -
Directory Listing
Modified
Sat Feb 11 12:21:51 2006 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed bug where all ssl clients would get disconnected in certain situations.
(reported by many people)
Revision
425 -
Directory Listing
Modified
Sat Feb 11 00:27:28 2006 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Add BMASK and TMODE onto message tree when building with static modules.
reported by hb505.
Revision
411 -
Directory Listing
Modified
Wed Feb 8 14:42:01 2006 UTC
(17 years, 3 months ago)
by
adx
Original Path:
ircd-hybrid-7.2/src
+ fixed unaligned memory reference in resolver
Submitted by: Immo 'FaUl' Wehrenberg
Revision
388 -
Directory Listing
Modified
Wed Feb 1 12:51:45 2006 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Forward-port banfix from 7.2 (reported by ThaPrince)
Revision
384 -
Directory Listing
Modified
Tue Jan 31 12:22:01 2006 UTC
(17 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Soft caller ID fix as per ThaPrince (find_channel_link was
called with wrong pointer)
Revision
371 -
Directory Listing
Modified
Tue Jan 10 10:45:48 2006 UTC
(17 years, 4 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Imported recent channelban changes from HEAD which have been tested extensively.
The match_cidr() fix didn't work in the first try, so I'm not going to bother
with further debugging.
- Removed match_cidr() and comp_with_mask()
Revision
341 -
Directory Listing
Modified
Tue Dec 27 13:43:46 2005 UTC
(17 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- As reported by CoolCold:
- Updated cmode helpfile
- Added support for old-style topicburst = yes|no
Revision
339 -
Directory Listing
Modified
Tue Dec 27 08:21:49 2005 UTC
(17 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Someone fixed a core in ircd_parser.y but forgot to rebuild y.tab.c,
so ircd still kept on coring if using 'umodes' option in operator{}
Revision
337 -
Directory Listing
Modified
Mon Dec 26 19:20:47 2005 UTC
(17 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Improved topic bursting. Read the comment in s_serv.c:send_tb for
further info
Revision
319 -
Directory Listing
Modified
Sat Dec 24 15:06:49 2005 UTC
(17 years, 5 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed core in case aconf->cipher_preference and
ConfigFileEntry.default_cipher_preference are both NULL pointers
Reported by opteron-hani via Joan
Revision
298 -
Directory Listing
Modified
Mon Dec 5 22:49:18 2005 UTC
(17 years, 5 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- This is part of the nasty core fix; the y.tab.c and y.tab.h files
were committed earlier, I have no idea why this file did not get committed.
Revision
285 -
Directory Listing
Modified
Sat Dec 3 10:57:47 2005 UTC
(17 years, 5 months ago)
by
adx
Original Path:
ircd-hybrid-7.2/src
+ fixed unportable usage of va_list that make ircd cry on amd64
Revision
251 -
Directory Listing
Modified
Fri Nov 11 12:36:59 2005 UTC
(17 years, 6 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed problem where configure wouldn't deal properly with openssl 0.9.8
- Rebuilt y.tab.c using bison 2.1
Revision
201 -
Directory Listing
Modified
Tue Nov 1 11:41:52 2005 UTC
(17 years, 6 months ago)
by
adx
Original Path:
ircd-hybrid-7.2/src
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit
Revision
195 -
Directory Listing
Modified
Sun Oct 30 09:39:59 2005 UTC
(17 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed compile error in load_a_module() with glibc that don't
have a Link_map typedef
Revision
189 -
Directory Listing
Modified
Sun Oct 23 21:35:38 2005 UTC
(17 years, 7 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
- backported fix from HEAD done by Michael
- Fixed bug in sendto_channel_remote() that would cause
multiple copies of the same message to be sent to the
uplinked server.
Revision
176 -
Directory Listing
Modified
Sat Oct 22 00:00:13 2005 UTC
(17 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Fixed gcc4 related compilewarnings in inet_ntop6(). Reported by ThaPrince
Revision
169 -
Directory Listing
Modified
Fri Oct 21 09:37:16 2005 UTC
(17 years, 7 months ago)
by
michael
Original Path:
ircd-hybrid-7.2/src
- Removed LocalUser.port
- Removed two extra memsets in make_request()
Revision
166 -
Directory Listing
Modified
Fri Oct 21 04:20:48 2005 UTC
(17 years, 7 months ago)
by
db
Original Path:
ircd-hybrid-7.2/src
Backported from HEAD
- committed configure changes by nenolod (William Pitcock)
to check for HAVE_DLINFO
- fixed logic for picking up address for the mod_list
Revision
159 -
Directory Listing
Modified
Wed Oct 19 09:39:13 2005 UTC
(17 years, 7 months ago)
by
michael
Original Path: