ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk
Revision 9968 - Directory Listing - [select for diffs]
Modified Mon Jun 14 15:34:04 2021 UTC (4 years, 2 months ago) by michael
Diff to previous 9965 , to selected 9010
- Update .travis.yml

Revision 9965 - Directory Listing - [select for diffs]
Modified Fri Jun 4 13:25:46 2021 UTC (4 years, 2 months ago) by michael
Diff to previous 9962 , to selected 9010
- autoreconf

Revision 9962 - Directory Listing - [select for diffs]
Modified Fri Jun 4 13:22:09 2021 UTC (4 years, 2 months ago) by michael
Diff to previous 9960 , to selected 9010
- m4/: changes to syntax only

Revision 9960 - Directory Listing - [select for diffs]
Modified Sat May 29 12:19:09 2021 UTC (4 years, 2 months ago) by michael
Diff to previous 9958 , to selected 9010
- extban_usermode.c: minor cleanup/dedupe

Revision 9958 - Directory Listing - [select for diffs]
Modified Sun May 23 15:13:42 2021 UTC (4 years, 3 months ago) by michael
Diff to previous 9953 , to selected 9010
- mkpasswd.c: define _XOPEN_SOURCE for glibc 2.27 and below

Revision 9953 - Directory Listing - [select for diffs]
Modified Sat May 15 13:55:27 2021 UTC (4 years, 3 months ago) by michael
Diff to previous 9949 , to selected 9010
- ax_require_defined.m4: update to latest version

Revision 9949 - Directory Listing - [select for diffs]
Modified Sat May 15 13:53:02 2021 UTC (4 years, 3 months ago) by michael
Diff to previous 9945 , to selected 9010
- ax_check_compile_flag.m4: update to latest version

Revision 9945 - Directory Listing - [select for diffs]
Modified Sat May 15 13:49:28 2021 UTC (4 years, 3 months ago) by michael
Diff to previous 9941 , to selected 9010
- ax_append_flag.m4: update to latest version

Revision 9941 - Directory Listing - [select for diffs]
Modified Sat May 15 13:46:33 2021 UTC (4 years, 3 months ago) by michael
Diff to previous 9936 , to selected 9010
- ax_append_compile_flags.m4: update to latest version

Revision 9936 - Directory Listing - [select for diffs]
Modified Sat May 15 13:22:53 2021 UTC (4 years, 3 months ago) by michael
Diff to previous 9935 , to selected 9010
- configure.ac: style improvements

Revision 9935 - Directory Listing - [select for diffs]
Modified Thu May 13 07:06:31 2021 UTC (4 years, 3 months ago) by michael
Diff to previous 9932 , to selected 9010
- tls_openssl: cleanly build with openssl 3.0;  use OSSL_STORE api to retrieve dh parameters;  replace deprecated functions

Revision 9932 - Directory Listing - [select for diffs]
Modified Wed May 5 20:40:02 2021 UTC (4 years, 3 months ago) by michael
Diff to previous 9931 , to selected 9010
- Allow 'hideidle' and 'hidechans' to be set in 'general::oper_only_umodes'

Revision 9931 - Directory Listing - [select for diffs]
Modified Wed May 5 19:47:26 2021 UTC (4 years, 3 months ago) by michael
Diff to previous 9929 , to selected 9010
- m_oper.c:oper_up(): partially remove some of the UMODE_INVISIBLE logic that's unreachable code as user modes aren't removed in this function ever

Revision 9929 - Directory Listing - [select for diffs]
Modified Fri Apr 23 21:18:25 2021 UTC (4 years, 4 months ago) by michael
Diff to previous 9927 , to selected 9010
- Replace IsFloodDone() occurrences with HasFlag()

Revision 9927 - Directory Listing - [select for diffs]
Modified Fri Apr 16 14:42:30 2021 UTC (4 years, 4 months ago) by michael
Diff to previous 9925 , to selected 9010
- Treat 0 minute klines as permanent ones;  rename valid_tkline() to valid_aline_time();  remove TK_SECONDS/TK_MINUTES cruft

Revision 9925 - Directory Listing - [select for diffs]
Modified Sun Mar 28 07:03:48 2021 UTC (4 years, 4 months ago) by michael
Diff to previous 9923 , to selected 9010
- help/who: update to reflect the +B user mode

Revision 9923 - Directory Listing - [select for diffs]
Modified Sun Mar 21 06:40:19 2021 UTC (4 years, 5 months ago) by michael
Diff to previous 9917 , to selected 9010
- s_bsd.c:ssl_handshake(): unregister from i/o events and reset read/write handlers before entering auth.  server.c:server_tls_handshake(): likewise

Revision 9917 - Directory Listing - [select for diffs]
Modified Sat Jan 30 21:20:07 2021 UTC (4 years, 6 months ago) by michael
Diff to previous 9916 , to selected 9010
- conf.c:attach_iline(): just let the client silently in if their class is full and they are exempted from limits. No point
  in explicitely telling them that their class is full and they have exceed_limit = yes

Revision 9916 - Directory Listing - [select for diffs]
Modified Sat Jan 30 16:52:52 2021 UTC (4 years, 6 months ago) by michael
Diff to previous 9911 , to selected 9010
- user.c, m_server.c: remove IsDead() tests in register_local_user() and server_estab() that are no longer
  needed. ages ago, the sendto_* functions used to call exit_client() (via dead_link())

Revision 9911 - Directory Listing - [select for diffs]
Modified Tue Jan 26 16:22:40 2021 UTC (4 years, 6 months ago) by michael
Diff to previous 9909 , to selected 9010
- match.c: use bool in some places

Revision 9909 - Directory Listing - [select for diffs]
Modified Sat Jan 23 12:17:29 2021 UTC (4 years, 7 months ago) by michael
Diff to previous 9907 , to selected 9010
- Revert accidental changes to qstring regex

Revision 9907 - Directory Listing - [select for diffs]
Modified Sat Jan 23 12:09:44 2021 UTC (4 years, 7 months ago) by michael
Diff to previous 9898 , to selected 9010
- Change MAX_INCLUDE_DEPTH to 5

Revision 9898 - Directory Listing - [select for diffs]
Modified Sun Jan 17 06:19:26 2021 UTC (4 years, 7 months ago) by michael
Diff to previous 9894 , to selected 9010
- The `general::dots_in_ident` configuration directive has been renamed to `general::specials_in_ident`
  and now covers the '-' and '_' characters in addition to '.'

Revision 9894 - Directory Listing - [select for diffs]
Modified Sun Jan 17 03:29:08 2021 UTC (4 years, 7 months ago) by michael
Diff to previous 9892 , to selected 9010
- channel_mode.c:send_mode_changes_client(), send_mode_changes_server(): don't send the appending space in the TMODE/MODE message in case paracount == 0

Revision 9892 - Directory Listing - [select for diffs]
Modified Sat Jan 16 18:20:59 2021 UTC (4 years, 7 months ago) by michael
Diff to previous 9890 , to selected 9010
- s_bsd.c:add_connection(): fixed stupidly broken 'ipv6 loopback address irc-sanitizer' logic

Revision 9890 - Directory Listing - [select for diffs]
Modified Sat Jan 16 17:04:04 2021 UTC (4 years, 7 months ago) by michael
Diff to previous 9887 , to selected 9010
- Change accept/callerid related code to no longer re-use the 'struct split_nuh_item' and have
  its own 'struct AcceptItem' instead. Minor other cleanups to callerid related functions.

Revision 9887 - Directory Listing - [select for diffs]
Modified Sat Jan 16 07:35:30 2021 UTC (4 years, 7 months ago) by michael
Diff to previous 9886 , to selected 9010
- Recreate autogenerated lexer file

Revision 9886 - Directory Listing - [select for diffs]
Modified Sat Jan 16 07:34:28 2021 UTC (4 years, 7 months ago) by michael
Diff to previous 9883 , to selected 9010
- conf_lexer.l: port over C comment handling we introduced to hopm a while ago

Revision 9883 - Directory Listing - [select for diffs]
Modified Fri Jan 15 13:47:18 2021 UTC (4 years, 7 months ago) by michael
Diff to previous 9881 , to selected 9010
- conf_class.c:class_ip_limit_add() return 'true' even in case of overruling.  Add note why pnode->data needs to be increased in case of overruling, too

Revision 9881 - Directory Listing - [select for diffs]
Modified Fri Jan 15 13:43:22 2021 UTC (4 years, 7 months ago) by michael
Diff to previous 9880 , to selected 9010
- conf.c: move class_ip_limit_add() from conf_attach() to attach_iline() where all the other session limit tests take place.
  Moving this is safe as it is guaranteed that a auth conf can never be attached twice.

Revision 9880 - Directory Listing - [select for diffs]
Modified Thu Jan 14 13:31:12 2021 UTC (4 years, 7 months ago) by michael
Diff to previous 9877 , to selected 9010
- conf.c: refactor conf_check_client()

Revision 9877 - Directory Listing - [select for diffs]
Modified Sat Jan 9 14:20:00 2021 UTC (4 years, 7 months ago) by michael
Diff to previous 9875 , to selected 9010
- Valid characters allowed in user names for local clients are now [A-Za-z0-9._-]

Revision 9875 - Directory Listing - [select for diffs]
Modified Mon Jan 4 11:46:34 2021 UTC (4 years, 7 months ago) by michael
Diff to previous 9873 , to selected 9010
- res.c:res_readreply(): remove pointless 'continue'

Revision 9873 - Directory Listing - [select for diffs]
Modified Sun Jan 3 13:58:22 2021 UTC (4 years, 7 months ago) by michael
Diff to previous 9871 , to selected 9010
- user.c:introduce_client(): use sendto_server() to actually benefit from shared data buffers

Revision 9871 - Directory Listing - [select for diffs]
Modified Sun Jan 3 08:13:10 2021 UTC (4 years, 7 months ago) by michael
Diff to previous 9860 , to selected 9010
- client.c:exit_client(): documenting

Revision 9860 - Directory Listing - [select for diffs]
Modified Fri Jan 1 08:52:01 2021 UTC (4 years, 7 months ago) by michael
Diff to previous 9857 , to selected 9010
- res.c: remove timeout_resolver() wrapper;  remove unused 'next_time' calculation in timeout_query_list() as this function is run each second anyway

Revision 9857 - Directory Listing - [select for diffs]
Modified Fri Jan 1 04:43:22 2021 UTC (4 years, 7 months ago) by michael
Diff to previous 9856 , to selected 9010
- Bump copyright years

Revision 9856 - Directory Listing - [select for diffs]
Modified Thu Dec 31 12:35:16 2020 UTC (4 years, 7 months ago) by michael
Diff to previous 9854 , to selected 9010
- Update NEWS file

Revision 9854 - Directory Listing - [select for diffs]
Modified Thu Dec 31 12:00:56 2020 UTC (4 years, 7 months ago) by michael
Diff to previous 9848 , to selected 9010
- Final removal of backwards compatibility code for ircd-hybrid 8.2.22 and below. Also,
  minimum supported version of Anope is now 2.0.8.

Revision 9848 - Directory Listing - [select for diffs]
Modified Fri Dec 25 15:13:00 2020 UTC (4 years, 7 months ago) by michael
Diff to previous 9845 , to selected 9010
- motd.c:motd_memory_count(): include memory allocated for motd->mask and cache->path

Revision 9845 - Directory Listing - [select for diffs]
Modified Fri Dec 25 13:59:09 2020 UTC (4 years, 7 months ago) by michael
Diff to previous 9844 , to selected 9010
- Update help/index

Revision 9844 - Directory Listing - [select for diffs]
Modified Fri Dec 25 13:51:18 2020 UTC (4 years, 7 months ago) by michael
Diff to previous 9842 , to selected 9010
- whowas.h, whowas.c: rename list/hash dlink_node members of the Whowas struct to actually make sense

Revision 9842 - Directory Listing - [select for diffs]
Modified Fri Dec 25 13:32:52 2020 UTC (4 years, 7 months ago) by michael
Diff to previous 9838 , to selected 9010
- m_monitor.c:monitor_add(): move valid_nickname() call

Revision 9838 - Directory Listing - [select for diffs]
Modified Fri Dec 25 11:40:42 2020 UTC (4 years, 7 months ago) by michael
Diff to previous 9836 , to selected 9010
- m_pass.c: if a client sends multiple PASS messages, only accept the password sent in the first one

Revision 9836 - Directory Listing - [select for diffs]
Modified Fri Dec 25 10:12:24 2020 UTC (4 years, 7 months ago) by michael
Diff to previous 9834 , to selected 9010
- send.c:sendto_match_servs(): rename 'cap' to 'capab';  remove useless test on 'capab'

Revision 9834 - Directory Listing - [select for diffs]
Modified Fri Dec 25 10:10:03 2020 UTC (4 years, 7 months ago) by michael
Diff to previous 9831 , to selected 9010
- Stylistical changes

Revision 9831 - Directory Listing - [select for diffs]
Modified Sun Dec 20 03:55:08 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9829 , to selected 9010
- doc/, help/: add MONITOR documentation

Revision 9829 - Directory Listing - [select for diffs]
Modified Sun Dec 20 03:34:12 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9827 , to selected 9010
- Delete draft-mitchell-irc-capabilities-01.txt

Revision 9827 - Directory Listing - [select for diffs]
Modified Sat Dec 19 16:22:08 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9825 , to selected 9010
- monitor.h, monitor.c: monitor_find_hash() doesn't need to be externally visible

Revision 9825 - Directory Listing - [select for diffs]
Modified Sat Dec 19 15:33:52 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9823 , to selected 9010
- monitor.c:monitor_del_from_hash_table(): replace dlinkFind/dlinkDelete combo with dlinkFindDelete

Revision 9823 - Directory Listing - [select for diffs]
Modified Fri Dec 18 17:23:29 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9821 , to selected 9010
- monitor.c: deduplicate (add monitor_free() function)

Revision 9821 - Directory Listing - [select for diffs]
Modified Sun Dec 13 11:11:22 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9819 , to selected 9010
- extban.h: whitespace change

Revision 9819 - Directory Listing - [select for diffs]
Modified Sat Dec 12 12:52:49 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9816 , to selected 9010
- extban.c:extban_get_isupport(): remove useless post-increment on 'p'

Revision 9816 - Directory Listing - [select for diffs]
Modified Fri Dec 11 19:08:58 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9815 , to selected 9010
- Revert echo-message changes for now

Revision 9815 - Directory Listing - [select for diffs]
Modified Thu Dec 10 22:49:07 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9812 , to selected 9010
- send.c:sendto_channel_butone(), sendto_anywhere(): test for IsDead()
  before actually calling send_message()

Revision 9812 - Directory Listing - [select for diffs]
Modified Thu Dec 10 22:31:35 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9811 , to selected 9010
- send.c:sendto_anywhere(): use a separate buffer for sending the echo message
  as we always need to have the sender in the n!u@h format here

Revision 9811 - Directory Listing - [select for diffs]
Modified Thu Dec 10 21:47:11 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9808 , to selected 9010
- Implemented IRCv3.2 `echo-message` extension

Revision 9808 - Directory Listing - [select for diffs]
Modified Thu Dec 10 20:16:20 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9806 , to selected 9010
- m_cap.c:m_cap(): remove test on cmd->proc

Revision 9806 - Directory Listing - [select for diffs]
Modified Wed Dec 9 23:36:39 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9804 , to selected 9010
- m_cap.c: rename capabilities::namelen to capabilities::name_len;  convert CAPFL_STICKY to bool

Revision 9804 - Directory Listing - [select for diffs]
Modified Wed Dec 9 21:27:18 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9802 , to selected 9010
- Rudimentary `cap-notify` support

Revision 9802 - Directory Listing - [select for diffs]
Modified Tue Dec 8 20:50:02 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9799 , to selected 9010
- m_cap.c: remove CAPFL_HIDDEN

Revision 9799 - Directory Listing - [select for diffs]
Modified Tue Dec 8 20:42:15 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9798 , to selected 9010
- Removed Connection::cap_client; renamed Connection::cap_active to Connection::cap

Revision 9798 - Directory Listing - [select for diffs]
Modified Tue Dec 8 20:07:36 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9796 , to selected 9010
- m_cap.c: remove CAPFL_PROHIBIT & CAPFL_PROTO

Revision 9796 - Directory Listing - [select for diffs]
Modified Mon Dec 7 21:58:35 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9793 , to selected 9010
- m_invite.c: cleanup kludgy type-casting

Revision 9793 - Directory Listing - [select for diffs]
Modified Sun Dec 6 20:04:26 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9792 , to selected 9010
- m_cap.c: rename 'caplist' arguments of the CAP handlers to 'arg'

Revision 9792 - Directory Listing - [select for diffs]
Modified Sun Dec 6 19:43:18 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9790 , to selected 9010
- Add FLAGS_CAP302 to client flags for clients that support the CAP 302 extension

Revision 9790 - Directory Listing - [select for diffs]
Modified Sun Dec 6 18:38:44 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9788 , to selected 9010
- Rename Connection::caps to Connection::capab

Revision 9788 - Directory Listing - [select for diffs]
Modified Sun Dec 6 17:43:45 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9786 , to selected 9010
- m_cap.c: remove ACK & CLEAR subcommands

Revision 9786 - Directory Listing - [select for diffs]
Modified Fri Dec 4 16:35:48 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9783 , to selected 9010
- m_monitor.c: remove copyright that no longer applies

Revision 9783 - Directory Listing - [select for diffs]
Modified Fri Dec 4 13:25:20 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9781 , to selected 9010
- Update NEWS

Revision 9781 - Directory Listing - [select for diffs]
Modified Thu Dec 3 16:35:39 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9776 , to selected 9010
- isupport.c:isupport_init(): add BOT=B to RPL_ISUPPORT as proposed in https://github.com/ircv3/ircv3-ideas/issues/43

Revision 9776 - Directory Listing - [select for diffs]
Modified Thu Dec 3 15:51:08 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9775 , to selected 9010
- Re-create autogenerated parser files

Revision 9775 - Directory Listing - [select for diffs]
Modified Thu Dec 3 15:50:23 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9773 , to selected 9010
User mode `B` has been implemented. Clients with that mode set are marked as a bot
in both `WHOIS` and `WHO`. This mode can only be set by IRC operators (as long as
the `bot` directive is set in `general::oper_only_umodes`), servers, and services.

This mode can for example be used to mark HOPM as official network bot.

Revision 9773 - Directory Listing - [select for diffs]
Modified Thu Dec 3 15:07:08 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9770 , to selected 9010
- numeric.h, numeric.c: move RPL_WHOISTEXT to 339

Revision 9770 - Directory Listing - [select for diffs]
Modified Wed Dec 2 19:59:31 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9769 , to selected 9010
- monitor.h: update comment

Revision 9769 - Directory Listing - [select for diffs]
Modified Wed Dec 2 18:46:55 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9767 , to selected 9010
- monitor.c:monitor_count_memory(): add +1 for '\0'

Revision 9767 - Directory Listing - [select for diffs]
Modified Wed Dec 2 18:28:13 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9764 , to selected 9010
- monitor.h, monitor.c: change Monitor::name to pointer type

Revision 9764 - Directory Listing - [select for diffs]
Modified Mon Nov 30 18:07:41 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9762 , to selected 9010
- user.c:register_local_user(): reduce buffer size from 512 to (sizeof("Invalid username []") + sizeof(client->username))

Revision 9762 - Directory Listing - [select for diffs]
Modified Mon Nov 30 18:02:23 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9759 , to selected 9010
- Stylistical changes

Revision 9759 - Directory Listing - [select for diffs]
Modified Mon Nov 30 11:33:28 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9758 , to selected 9010
- autoreconf

Revision 9758 - Directory Listing - [select for diffs]
Modified Sun Nov 29 22:30:23 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9756 , to selected 9010
- .travis.yml: add focal; remove trusty/xenial; additional build on AWS Graviton2

Revision 9756 - Directory Listing - [select for diffs]
Modified Sun Nov 29 21:41:03 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9754 , to selected 9010
- conf_parser.y: as of bison 3.5, an explicit POSIX yacc compliance warning is thrown when %type isn't applied to non-terminals

Revision 9754 - Directory Listing - [select for diffs]
Modified Sun Nov 29 17:43:59 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9751 , to selected 9010
- monitor.c: update documentation

Revision 9751 - Directory Listing - [select for diffs]
Modified Sun Nov 29 16:53:11 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9750 , to selected 9010
- Rebuild autogenerated files

Revision 9750 - Directory Listing - [select for diffs]
Modified Sun Nov 29 16:51:58 2020 UTC (4 years, 8 months ago) by michael
Diff to previous 9748 , to selected 9010
- Replace WATCH with IRCv3.2 MONITOR

Revision 9748 - Directory Listing - [select for diffs]
Modified Sat Nov 21 16:43:44 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9746 , to selected 9010
- m_svstag.c: replace strncmp with strcmp

Revision 9746 - Directory Listing - [select for diffs]
Modified Sat Nov 21 14:03:10 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9744 , to selected 9010
- m_invite.c:ms_invite(): timestamped INVITE messages are mandatory now

Revision 9744 - Directory Listing - [select for diffs]
Modified Wed Nov 18 16:45:50 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9742 , to selected 9010
- m_who.c:m_who(): eliminate accessing 'parc'

Revision 9742 - Directory Listing - [select for diffs]
Modified Mon Nov 16 14:02:49 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9740 , to selected 9010
- m_stats.c:parse_stats_args(): eliminate accessing 'parc'

Revision 9740 - Directory Listing - [select for diffs]
Modified Mon Nov 16 13:57:27 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9737 , to selected 9010
- m_svsjoin.c, m_svspart.c: eliminate accessing 'parc'

Revision 9737 - Directory Listing - [select for diffs]
Modified Mon Nov 16 13:51:59 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9736 , to selected 9010
- m_svstag.c: eliminate accessing 'parc'

Revision 9736 - Directory Listing - [select for diffs]
Modified Mon Nov 16 13:34:44 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9718 , to selected 9010
- channel.c:channel_send_members(): replace IRCD_BUFSIZE with sizeof(buf)

Revision 9718 - Directory Listing - [select for diffs]
Modified Sun Nov 15 13:32:50 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9714 , to selected 9010
- m_stats.c: use ms_stats() for OPER_HANDLER

Revision 9714 - Directory Listing - [select for diffs]
Modified Sat Nov 14 19:25:19 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9713 , to selected 9010
- m_server.c: whitespace changes

Revision 9713 - Directory Listing - [select for diffs]
Modified Sat Nov 14 19:14:12 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9711 , to selected 9010
- m_message.c: update comment

Revision 9711 - Directory Listing - [select for diffs]
Modified Sat Nov 14 17:37:57 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9709 , to selected 9010
- m_message.c:handle_special(): remove pointless strchr(nick, '%') test. Support for host names has been removed years ago.

Revision 9709 - Directory Listing - [select for diffs]
Modified Sat Nov 14 15:55:03 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9707 , to selected 9010
- conf_class.c:class_find(): minor readability improvement

Revision 9707 - Directory Listing - [select for diffs]
Modified Sat Nov 14 14:31:54 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9703 , to selected 9010
- ircd.c: tweak event_try_connections interval. try_connections() gets called every 15 seconds.

Revision 9703 - Directory Listing - [select for diffs]
Modified Sat Nov 14 00:33:14 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9699 , to selected 9010
- channel.c:channel_send_mask_list(): fixed issue with truncated ban masks

Revision 9699 - Directory Listing - [select for diffs]
Modified Sun Nov 1 13:37:21 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9697 , to selected 9010
- Update NEWS file

Revision 9697 - Directory Listing - [select for diffs]
Modified Sun Nov 1 09:56:54 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9695 , to selected 9010
- m_svsaccount.c: remove unused header include

Revision 9695 - Directory Listing - [select for diffs]
Modified Sun Nov 1 09:47:24 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9692 , to selected 9010
- reference.conf: spelling

Revision 9692 - Directory Listing - [select for diffs]
Modified Sat Oct 31 19:05:15 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9690 , to selected 9010
- For consistency, the `general::network_desc` configuration directive has been renamed to `general::network_description`

Revision 9690 - Directory Listing - [select for diffs]
Modified Sat Oct 31 18:06:46 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9688 , to selected 9010
- m_nick.c: restore comatibility mode for 11 arg UID messages. Final removal is scheduled for the end of 2020.

Revision 9688 - Directory Listing - [select for diffs]
Modified Sat Oct 31 13:00:09 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9686 , to selected 9010
- Update modes.txt

Revision 9686 - Directory Listing - [select for diffs]
Modified Fri Oct 30 20:39:18 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9684 , to selected 9010
- m_nick.c:uid_from_server(): replace 'if' with 'else if'

Revision 9684 - Directory Listing - [select for diffs]
Modified Wed Oct 28 18:56:54 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9682 , to selected 9010
- Restore backwards compatibility mode for non RHOST server. Final removal is scheduled for the end of 2020.

Revision 9682 - Directory Listing - [select for diffs]
Modified Tue Oct 27 20:35:11 2020 UTC (4 years, 9 months ago) by michael
Diff to previous 9680 , to selected 9010
- m_server.c: minor documentation cleanups

Revision 9680 - Directory Listing - [select for diffs]
Modified Sat Oct 24 15:09:05 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9676 , to selected 9010
- Update README

Revision 9676 - Directory Listing - [select for diffs]
Modified Sat Oct 24 11:09:48 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9672 , to selected 9010
- configure.ac: minimum supported version of automake now is 1.16.1

Revision 9672 - Directory Listing - [select for diffs]
Modified Sat Oct 17 16:10:19 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9668 , to selected 9010
- README: use https

Revision 9668 - Directory Listing - [select for diffs]
Modified Mon Oct 12 13:19:25 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9666 , to selected 9010
- Remove serno.h

Revision 9666 - Directory Listing - [select for diffs]
Modified Sun Oct 11 12:50:37 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9664 , to selected 9010
- Update NEWS file

Revision 9664 - Directory Listing - [select for diffs]
Modified Sun Oct 11 11:04:11 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9658 , to selected 9010
- Update NEWS file

Revision 9658 - Directory Listing - [select for diffs]
Modified Sat Oct 10 17:57:09 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9656 , to selected 9010
- Update NEWS file

Revision 9656 - Directory Listing - [select for diffs]
Modified Fri Oct 9 21:52:26 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9654 , to selected 9010
- Update NEWS file

Revision 9654 - Directory Listing - [select for diffs]
Modified Fri Oct 9 21:34:39 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9652 , to selected 9010
- Update NEWS file

Revision 9652 - Directory Listing - [select for diffs]
Modified Fri Oct 9 20:49:24 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9650 , to selected 9010
- Update NEWS file

Revision 9650 - Directory Listing - [select for diffs]
Modified Thu Oct 8 12:45:40 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9648 , to selected 9010
- m_svsmode.c: cleanups; remove possibility to modify hosts/accountnames as these are now handled by SVSHOST and SVSACCOUNT, respectively

Revision 9648 - Directory Listing - [select for diffs]
Modified Thu Oct 8 11:18:38 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9646 , to selected 9010
- Switch to 6 arg SERVER/SID commands

Revision 9646 - Directory Listing - [select for diffs]
Modified Mon Oct 5 17:54:04 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9644 , to selected 9010
- id.c:valid_sid(), valid_uid(): don't allow lowercase letters in server/user IDs. Changes provided by Adam.

Revision 9644 - Directory Listing - [select for diffs]
Modified Mon Oct 5 14:07:15 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9641 , to selected 9010
- README: use https for anope.org

Revision 9641 - Directory Listing - [select for diffs]
Modified Tue Sep 29 12:55:36 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9638 , to selected 9010
- Update umode and modes.txt

Revision 9638 - Directory Listing - [select for diffs]
Modified Tue Sep 29 12:49:07 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9637 , to selected 9010
- User mode 'u' and 'b' have been removed
- Spam/flooding notices that previously have been sent to user mode 'b' now go to user mode 'f'

Revision 9637 - Directory Listing - [select for diffs]
Modified Tue Sep 29 12:25:35 2020 UTC (4 years, 10 months ago) by michael
Diff to previous 9635 , to selected 9010
- conf.c, user.c: "Too many connections", "auth {} block is full", and "Too many clients, rejecting" server
  notices now no longer go to user modes u/f, but go to user mode j (rejection notices) instead

Revision 9635 - Directory Listing - [select for diffs]
Modified Sat Sep 19 11:45:43 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9629 , to selected 9010
- conf.c:conf_check_client(): remove listener information from unauth server notice

Revision 9629 - Directory Listing - [select for diffs]
Modified Sat Sep 12 13:28:43 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9627 , to selected 9010
- channel.c:check_spambot_warning(): move assignment

Revision 9627 - Directory Listing - [select for diffs]
Modified Sat Sep 12 11:53:33 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9625 , to selected 9010
- m_server.c:server_send_client(): drop backwards compatibility for non RHOST servers

Revision 9625 - Directory Listing - [select for diffs]
Modified Fri Sep 11 14:37:37 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9623 , to selected 9010
- Remove CAPAB_QS. Quit Storm removal is default behavior for more than 20 years now.

Revision 9623 - Directory Listing - [select for diffs]
Modified Thu Sep 10 15:28:34 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9620 , to selected 9010
- Remove CAPAB_SVS

Revision 9620 - Directory Listing - [select for diffs]
Modified Wed Sep 9 13:03:39 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9617 , to selected 9010
- Add SVSACCOUNT command handler

Revision 9617 - Directory Listing - [select for diffs]
Modified Mon Sep 7 12:51:23 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9615 , to selected 9010
- conf_class.c:class_mark_for_deletion(): eliminate somewhat stupid typecasting

Revision 9615 - Directory Listing - [select for diffs]
Modified Mon Sep 7 12:46:55 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9612 , to selected 9010
- m_stats.c, listener.c: listener->active is of type bool. Use true/false where appropriate;  change inetport() to bool

Revision 9612 - Directory Listing - [select for diffs]
Modified Sun Sep 6 13:37:19 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9610 , to selected 9010
- m_stats.c:stats_ports(): mark listeners with deferred accept() with 'D' in "STATS P"

Revision 9610 - Directory Listing - [select for diffs]
Modified Sun Sep 6 07:28:30 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9608 , to selected 9010
- Implement accept() deferring. Closes github issue #4

Revision 9608 - Directory Listing - [select for diffs]
Modified Sun Sep 6 06:33:46 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9606 , to selected 9010
- Stylistic changes

Revision 9606 - Directory Listing - [select for diffs]
Modified Sat Sep 5 12:24:20 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9603 , to selected 9010
- m_who.c:who_matches(): add support for CIDR notation

Revision 9603 - Directory Listing - [select for diffs]
Modified Sat Sep 5 11:14:15 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9602 , to selected 9010
- m_nick.c:m_nick(): make use of member_has_flags()

Revision 9602 - Directory Listing - [select for diffs]
Modified Sat Sep 5 11:04:28 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9599 , to selected 9010
- client_svstag.c: whitespace change

Revision 9599 - Directory Listing - [select for diffs]
Modified Sat Sep 5 10:14:19 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9598 , to selected 9010
- m_kick.c:m_kick(): simplify half-op testing logic on 'member_source'

Revision 9598 - Directory Listing - [select for diffs]
Modified Sat Sep 5 10:10:00 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9596 , to selected 9010
- Style corrections; reformatting

Revision 9596 - Directory Listing - [select for diffs]
Modified Fri Sep 4 16:51:08 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9594 , to selected 9010
- Cleanup ip address matching routine in various places

Revision 9594 - Directory Listing - [select for diffs]
Modified Sat Aug 29 17:59:51 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9591 , to selected 9010
- conf.c:operator_find(): allow matching against client->realhost;  deduplicate

Revision 9591 - Directory Listing - [select for diffs]
Modified Sat Aug 29 14:56:06 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9590 , to selected 9010
- tls_gnutls.c:tls_set_ciphers(): fixed broken string conversion specifier

Revision 9590 - Directory Listing - [select for diffs]
Modified Sat Aug 29 14:23:01 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9587 , to selected 9010
- Make use of listener_has_flag() in various places;  client-only listeners are now marked with a 'C' in "/stats P"

Revision 9587 - Directory Listing - [select for diffs]
Modified Sat Aug 29 14:12:59 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9586 , to selected 9010
- channel.c:channel_send_namereply(): update documentation

Revision 9586 - Directory Listing - [select for diffs]
Modified Sat Aug 29 14:00:43 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9584 , to selected 9010
- Added 'client' option to listener::flags

Revision 9584 - Directory Listing - [select for diffs]
Modified Sat Aug 29 13:34:30 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9581 , to selected 9010
- m_user.c: merge do_user() into mr_user()

Revision 9581 - Directory Listing - [select for diffs]
Modified Sat Aug 29 13:02:00 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9580 , to selected 9010
- Rename some occurrences of 'client_p' to 'client'

Revision 9580 - Directory Listing - [select for diffs]
Modified Sat Aug 29 12:55:54 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9577 , to selected 9010
- user.c: remove unused header include

Revision 9577 - Directory Listing - [select for diffs]
Modified Sat Aug 29 12:52:44 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9576 , to selected 9010
- user.c:introduce_client(): remove old backwards compatibility code for non rhost servers

Revision 9576 - Directory Listing - [select for diffs]
Modified Sat Aug 29 12:41:41 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9574 , to selected 9010
- m_kline.c:kline_check(): allow klines to match against client->realhost

Revision 9574 - Directory Listing - [select for diffs]
Modified Sat Aug 29 12:34:25 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9572 , to selected 9010
- m_kline.c:kline_handle(): add missing IsClient() test to prevent the non-wildcard rejection NOTICE from being sent to servers

Revision 9572 - Directory Listing - [select for diffs]
Modified Sat Aug 29 10:36:41 2020 UTC (4 years, 11 months ago) by michael
Diff to previous 9569 , to selected 9010
- m_nick.c, m_svsnick.c: removed old backwards compatibility code

Revision 9569 - Directory Listing - [select for diffs]
Modified Sun Aug 16 08:17:19 2020 UTC (5 years ago) by michael
Diff to previous 9566 , to selected 9010
- server.c:write_links_file(): rename 'target_p' to 'client'

Revision 9566 - Directory Listing - [select for diffs]
Modified Sat Aug 15 11:58:21 2020 UTC (5 years ago) by michael
Diff to previous 9564 , to selected 9010
- Removed MAXIMUM_LINKS_DEFAULT

Revision 9564 - Directory Listing - [select for diffs]
Modified Sat Aug 15 10:55:51 2020 UTC (5 years ago) by michael
Diff to previous 9561 , to selected 9010
- m_svshost.c: don't pass SVSHOST to other servers in case the host name is invalid

Revision 9561 - Directory Listing - [select for diffs]
Modified Sat Aug 8 13:18:35 2020 UTC (5 years ago) by michael
Diff to previous 9560 , to selected 9010
- m_svsnick.c: actually use 'new_nick' instead of parv[3] which can be a timestamp

Revision 9560 - Directory Listing - [select for diffs]
Modified Sat Aug 8 13:14:15 2020 UTC (5 years ago) by michael
Diff to previous 9558 , to selected 9010
- m_svsnick.c: always send the 5 arg SVSNICK to other servers

Revision 9558 - Directory Listing - [select for diffs]
Modified Sun Aug 2 05:18:27 2020 UTC (5 years ago) by michael
Diff to previous 9556 , to selected 9010
- 'STATS ?' is oper-only now

Revision 9556 - Directory Listing - [select for diffs]
Modified Sun Jul 26 07:44:42 2020 UTC (5 years ago) by michael
Diff to previous 9553 , to selected 9010
- m_knock.c: reject request with ERR_CANNOTKNOCK if MODE_NOKNOCK is set

Revision 9553 - Directory Listing - [select for diffs]
Modified Sun Jul 26 07:35:07 2020 UTC (5 years ago) by michael
Diff to previous 9551 , to selected 9010
- Implemented channel mode 'K'. KNOCK cannot be used on channels with that mode set.

Revision 9551 - Directory Listing - [select for diffs]
Modified Thu Jul 23 13:32:58 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9549 , to selected 9010
- m_oper.c:m_oper(): slightly improve readability

Revision 9549 - Directory Listing - [select for diffs]
Modified Tue Jul 21 13:26:50 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9546 , to selected 9010
- packet.c:parse_client_queued(): use 'return' consistently. 'break' needs to be used only in case of a state change

Revision 9546 - Directory Listing - [select for diffs]
Modified Sat Jul 18 16:32:38 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9545 , to selected 9010
- channel_mode.c:channel_modes(): minor optimization to save potentially redundant member_find_link() calls

Revision 9545 - Directory Listing - [select for diffs]
Modified Sat Jul 18 14:02:29 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9529 , to selected 9010
- configure.ac: replace obsolete AC_CONFIG_HEADER with AC_CONFIG_HEADERS

Revision 9529 - Directory Listing - [select for diffs]
Modified Sun Jul 12 12:49:33 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9527 , to selected 9010
- tls_gnutls.c, tls_openssl.c, tls_wolfssl.c: fixed ret vs. retlen vs. length inconsistency

Revision 9527 - Directory Listing - [select for diffs]
Modified Sun Jul 12 12:07:55 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9476 , to selected 9010
- tls_openssl.c: clear OpenSSL's error queue before SSL_get_error() invocation

Revision 9476 - Directory Listing - [select for diffs]
Modified Sat Jul 4 15:26:19 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9474 , to selected 9010
- channel.c:channel_send_namereply(): remove show_eon argument. In hybrid we no longer have a case where a names reply needs to be sent with no RPL_ENDOFNAMES

Revision 9474 - Directory Listing - [select for diffs]
Modified Sat Jul 4 15:14:57 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9469 , to selected 9010
- Rename channel_member_names() to channel_send_namereply()

Revision 9469 - Directory Listing - [select for diffs]
Modified Wed Jul 1 15:13:15 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9466 , to selected 9010
- m_join.c:set_final_mode() replace 1/-1 oddness with MODE_ADD/MODE_DEL;  make m_sjoin() use set_final_mode() from m_join.c for now

Revision 9466 - Directory Listing - [select for diffs]
Modified Wed Jul 1 12:20:51 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9465 , to selected 9010
- m_close.c: replace DLINK_FOREACH_SAFE with a simple while()

Revision 9465 - Directory Listing - [select for diffs]
Modified Wed Jul 1 11:47:16 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9462 , to selected 9010
- m_sjoin.c:remove_ban_list(): replace DLINK_FOREACH_SAFE with a simple while()

Revision 9462 - Directory Listing - [select for diffs]
Modified Tue Jun 30 20:01:36 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9459 , to selected 9010
- Update help/extban

Revision 9459 - Directory Listing - [select for diffs]
Modified Tue Jun 30 19:55:32 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9458 , to selected 9010
- Extban $t of type 'acting' has been implemented. This extban allows matching based on TLS protocol version and/or cipher suite

Revision 9458 - Directory Listing - [select for diffs]
Modified Tue Jun 30 19:26:57 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9455 , to selected 9010
- extban_channel.c: documenting

Revision 9455 - Directory Listing - [select for diffs]
Modified Tue Jun 30 17:33:17 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9454 , to selected 9010
- Rename find_channel_link() to member_find_link()

Revision 9454 - Directory Listing - [select for diffs]
Modified Tue Jun 30 16:56:21 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9451 , to selected 9010
- Add member_get_prefix_len() and make use of it in some places;  rename get_member_status() to member_get_prefix()

Revision 9451 - Directory Listing - [select for diffs]
Modified Tue Jun 30 14:41:56 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9450 , to selected 9010
- m_sjoin.c: fixed ages old bug where server name hiding would not work for bmask removal; incorporate server name hiding cleanups from m_join.c

Revision 9450 - Directory Listing - [select for diffs]
Modified Tue Jun 30 14:29:33 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9448 , to selected 9010
- Move remove_a_mode() from m_join.c to channel.c and rename it to channel_demote_members();  have m_sjoin.c make use of it as well

Revision 9448 - Directory Listing - [select for diffs]
Modified Tue Jun 30 13:54:29 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9446 , to selected 9010
- m_join.c:remove_a_mode(): minor logic fix to previous commit

Revision 9446 - Directory Listing - [select for diffs]
Modified Tue Jun 30 13:38:28 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9444 , to selected 9010
- m_join.c: refactor remove_a_mode()

Revision 9444 - Directory Listing - [select for diffs]
Modified Tue Jun 30 12:17:06 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9442 , to selected 9010
- m_join.c: minor cleanups to server name hiding;  remove pointless remove_our_modes() wrapper

Revision 9442 - Directory Listing - [select for diffs]
Modified Sat Jun 27 22:27:45 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9440 , to selected 9010
- whowas.h, whowas.c: rename Whowas::online to Whowas::client

Revision 9440 - Directory Listing - [select for diffs]
Modified Thu Jun 25 19:43:59 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9438 , to selected 9010
- s_bsd.c:comm_checktimeouts(): minor cleanups; remove pointless tests on timeout handlers

Revision 9438 - Directory Listing - [select for diffs]
Modified Thu Jun 25 19:08:14 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9435 , to selected 9010
- s_bsd.c:comm_setflush(): really set F->flush_timeout to 0 if called with timeout = 0;  same goes for comm_settimeout()

Revision 9435 - Directory Listing - [select for diffs]
Modified Thu Jun 25 12:16:20 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9433 , to selected 9010
- Replace remaining occurrences of IsMember with find_channel_link and remove IsMember entirely

Revision 9433 - Directory Listing - [select for diffs]
Modified Thu Jun 25 12:05:59 2020 UTC (5 years, 1 month ago) by michael
Diff to previous 9431 , to selected 9010
- send.c: restructuring & reformatting

Revision 9431 - Directory Listing - [select for diffs]
Modified Wed Jun 24 08:36:59 2020 UTC (5 years, 2 months ago) by michael
Diff to previous 9429 , to selected 9010
- Fixed remaining style issues

Revision 9429 - Directory Listing - [select for diffs]
Modified Fri Jun 19 18:16:01 2020 UTC (5 years, 2 months ago) by michael
Diff to previous 9427 , to selected 9010
- m_set.c:quote_autoconn(): show status as OFF/ON instead of 0/1 just like in quote_autoconnall()

Revision 9427 - Directory Listing - [select for diffs]
Modified Sun Jun 14 17:27:30 2020 UTC (5 years, 2 months ago) by michael
Diff to previous 9425 , to selected 9010
- auth.c:auth_release_client(): move copying of x->host to x->realhost to conf.c:verify_access()

Revision 9425 - Directory Listing - [select for diffs]
Modified Sun Jun 14 11:46:21 2020 UTC (5 years, 2 months ago) by michael
Diff to previous 9423 , to selected 9010
- m_mode.c: style correction

Revision 9423 - Directory Listing - [select for diffs]
Modified Sat Jun 13 19:14:39 2020 UTC (5 years, 2 months ago) by michael
Diff to previous 9421 , to selected 9010
- m_whois.c: rename whois_can_see_channels to whois_channel_show_status;  use enum for it instead of hardcoded values that have no meaning

Revision 9421 - Directory Listing - [select for diffs]
Modified Sat Jun 13 16:47:07 2020 UTC (5 years, 2 months ago) by michael
Diff to previous 9419 , to selected 9010
- m_whois.c:whois_person(): fixed archaic bug where, when sending a RPL_WHOISCHANNELS reply to a remote client, it could be truncated on the remote side in case the server/client IDs are longer than the actual names

Revision 9419 - Directory Listing - [select for diffs]
Modified Sat Jun 13 16:33:51 2020 UTC (5 years, 2 months ago) by michael
Diff to previous 9417 , to selected 9010
- Remove hardcoded numeric digit from RPL_WHOISCHANNELS

Revision 9417 - Directory Listing - [select for diffs]
Modified Sat Jun 13 15:57:35 2020 UTC (5 years, 2 months ago) by michael
Diff to previous 9415 , to selected 9010
- Remove hardcoded numeric digit from RPL_NAMREPLY

Revision 9415 - Directory Listing - [select for diffs]
Modified Thu Jun 11 10:36:04 2020 UTC (5 years, 2 months ago) by michael
Diff to previous 9413 , to selected 9010
- parse.c:parse(): move comment to where it really belongs to

Revision 9413 - Directory Listing - [select for diffs]
Modified Sun May 31 12:33:17 2020 UTC (5 years, 2 months ago) by michael
Diff to previous 9411 , to selected 9010
- Add METADATA command handler for later use

Revision 9411 - Directory Listing - [select for diffs]
Modified Sun May 31 09:22:43 2020 UTC (5 years, 2 months ago) by michael
Diff to previous 9408 , to selected 9010
- Store tls version/cipher in Client::tls_cipher for later use

Revision 9408 - Directory Listing - [select for diffs]
Modified Sun May 31 09:13:32 2020 UTC (5 years, 2 months ago) by michael
Diff to previous 9407 , to selected 9010
- Rename Client::certfp to Client::tls_certfp

Revision 9407 - Directory Listing - [select for diffs]
Modified Sun May 31 07:23:32 2020 UTC (5 years, 2 months ago) by michael
Diff to previous 9405 , to selected 9010
- m_oper.c: replace %s!%s@%s combo with client_get_name

Revision 9405 - Directory Listing - [select for diffs]
Modified Sat May 23 17:43:34 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9403 , to selected 9010
- m_set.c:quote_spamnum(): use proper conversion specifier for GlobalSetOptions.spam_num

Revision 9403 - Directory Listing - [select for diffs]
Modified Sat May 23 14:18:18 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9400 , to selected 9010
- parse.c:parse(): remove redundant IsDead test

Revision 9400 - Directory Listing - [select for diffs]
Modified Fri May 15 20:43:28 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9399 , to selected 9010
- parse.c:parse_handle_numeric(): unconfuse some extra smart looking condition

Revision 9399 - Directory Listing - [select for diffs]
Modified Fri May 15 13:32:12 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9397 , to selected 9010
- .travis.yml: send irc notifications on failure only

Revision 9397 - Directory Listing - [select for diffs]
Modified Thu May 14 19:26:52 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9395 , to selected 9010
- server_hunte(): drop the 'parc' argument. It's no longer needed.

Revision 9395 - Directory Listing - [select for diffs]
Modified Thu May 14 17:08:19 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9392 , to selected 9010
- m_links.c: minor cleanups to parameter handling

Revision 9392 - Directory Listing - [select for diffs]
Modified Mon May 11 16:59:24 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9391 , to selected 9010
- m_rehash.c:mo_rehash(): remove sanity test on parv that's now no longer needed

Revision 9391 - Directory Listing - [select for diffs]
Modified Mon May 11 16:50:26 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9387 , to selected 9010
- m_module.c:mo_module(): remove sanity test on parv[1] that's now no longer needed

Revision 9387 - Directory Listing - [select for diffs]
Modified Sun May 10 09:46:21 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9386 , to selected 9010
- Style corrections

Revision 9386 - Directory Listing - [select for diffs]
Modified Sun May 10 09:07:37 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9384 , to selected 9010
- parse.c:parse_handle_command(): re-added MyClient() test to allow handlers to be re-used for remote clients

Revision 9384 - Directory Listing - [select for diffs]
Modified Sun May 10 09:00:11 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9381 , to selected 9010
- Refactor Message flags

Revision 9381 - Directory Listing - [select for diffs]
Modified Sat May 9 22:36:09 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9380 , to selected 9010
- Remove superfluous tests on 'parc' in some modules

Revision 9380 - Directory Listing - [select for diffs]
Modified Sat May 9 22:28:14 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9378 , to selected 9010
- m_topic.c:ms_topic(): remove redundant test on 'parc'

Revision 9378 - Directory Listing - [select for diffs]
Modified Sat May 9 21:50:05 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9375 , to selected 9010
- Track how many times a command has been issued via ENCAP in Message::ecount. Can be seen in /stats m now.

Revision 9375 - Directory Listing - [select for diffs]
Modified Sat May 9 21:36:25 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9374 , to selected 9010
- parse.h: documenting

Revision 9374 - Directory Listing - [select for diffs]
Modified Sat May 9 20:54:46 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9371 , to selected 9010
- Each type of command handler now has its own min/max argument count pair;  remove remaining argument checks from all modules

Revision 9371 - Directory Listing - [select for diffs]
Modified Sun May 3 11:03:57 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9369 , to selected 9010
- Update NEWS file

Revision 9369 - Directory Listing - [select for diffs]
Modified Fri May 1 15:36:39 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9365 , to selected 9010
- Reformatting of various header files in some places

Revision 9365 - Directory Listing - [select for diffs]
Modified Thu Apr 30 19:24:28 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9362 , to selected 9010
- Fixed various style inconsistencies

Revision 9362 - Directory Listing - [select for diffs]
Modified Wed Apr 29 14:06:28 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9361 , to selected 9010
- user.c:register_local_user(): remove assert() on client->servptr that's now pointless

Revision 9361 - Directory Listing - [select for diffs]
Modified Wed Apr 29 14:02:37 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9358 , to selected 9010
- Move setting of client->servptr to more appropriate places

Revision 9358 - Directory Listing - [select for diffs]
Modified Tue Apr 28 13:56:32 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9356 , to selected 9010
- channel_mode.c:add_id(): actually store the raw ban mask in ban->banstr for servers/remote clients (fixes github issue #18)

Revision 9356 - Directory Listing - [select for diffs]
Modified Tue Apr 28 13:25:43 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9354 , to selected 9010
- channel.c:msg_has_ctrls(): fixed issued with high ascii erroneously being parsed as control characters due to overflowing 'p' (github issue #19)

Revision 9354 - Directory Listing - [select for diffs]
Modified Sun Apr 26 08:36:51 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9352 , to selected 9010
- channel_invite.c:invite_find(): add some basic documentation

Revision 9352 - Directory Listing - [select for diffs]
Modified Sun Apr 26 06:54:04 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9350 , to selected 9010
- m_user.c: avoid sprinkling and indexing parv[] multiple times

Revision 9350 - Directory Listing - [select for diffs]
Modified Sun Apr 26 06:00:11 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9348 , to selected 9010
- Change m_userhost() and m_ison() so sendto_one_numeric() can be used

Revision 9348 - Directory Listing - [select for diffs]
Modified Sat Apr 25 17:01:12 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9346 , to selected 9010
- Replace some occurrences of sprintf with snprintf

Revision 9346 - Directory Listing - [select for diffs]
Modified Sat Apr 25 16:43:04 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9344 , to selected 9010
- m_accept.c:list_accepts(): replace sprintf with snprintf

Revision 9344 - Directory Listing - [select for diffs]
Modified Sat Apr 25 16:30:13 2020 UTC (5 years, 3 months ago) by michael
Diff to previous 9342 , to selected 9010
- m_accept.c:list_accepts(): minor code readability improvements

Revision 9342 - Directory Listing - [select for diffs]
Modified Sun Apr 19 13:19:41 2020 UTC (5 years, 4 months ago) by michael
Diff to previous 9335 , to selected 9010
- event.h: add missing 'extern' to 'event_base' to fix broken build with gcc 10 as reported by Dominic Hargreaves. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=957377

Revision 9335 - Directory Listing - [select for diffs]
Modified Sat Apr 18 16:19:10 2020 UTC (5 years, 4 months ago) by michael
Diff to previous 9333 , to selected 9010
- Fixed style inconsistencies in various places

Revision 9333 - Directory Listing - [select for diffs]
Modified Sat Apr 11 17:01:43 2020 UTC (5 years, 4 months ago) by michael
Diff to previous 9331 , to selected 9010
- Removed 'spoof_notice' from auth::flags. Spoofs are not 'hard spoofs' anymore as they used to be back in the days.
  The real host can always be seen via /whois. Also with vhosts now this notice doesn't make much sense anyway

Revision 9331 - Directory Listing - [select for diffs]
Modified Sat Apr 11 12:55:47 2020 UTC (5 years, 4 months ago) by michael
Diff to previous 9324 , to selected 9010
- Remove strtok_r() compatibility code

Revision 9324 - Directory Listing - [select for diffs]
Modified Sun Mar 29 10:40:33 2020 UTC (5 years, 4 months ago) by michael
Diff to previous 9322 , to selected 9010
- ircd.c:setup_fdlimit(): fixed setrlimit() throwing EINVAL on macOS/catalina (#16 on github)

Revision 9322 - Directory Listing - [select for diffs]
Modified Sun Mar 8 12:40:48 2020 UTC (5 years, 5 months ago) by michael
Diff to previous 9319 , to selected 9010
- m_stats.c: kill stats_ports() wrapper

Revision 9319 - Directory Listing - [select for diffs]
Modified Sun Mar 8 12:31:12 2020 UTC (5 years, 5 months ago) by michael
Diff to previous 9318 , to selected 9010
- Masking of k- and i-lines to regular users has been removed. Just with other stats, reporting to regular users can now only be enabled or disabled.
- Free memory pointed to by client->connection->password in register_local_user()

Revision 9318 - Directory Listing - [select for diffs]
Modified Sun Mar 8 11:40:39 2020 UTC (5 years, 5 months ago) by michael
Diff to previous 9315 , to selected 9010
- m_stats.c:stats_dns_servers(): remove extraneous parantheses on irc_nsaddr_list

Revision 9315 - Directory Listing - [select for diffs]
Modified Sun Mar 8 11:36:35 2020 UTC (5 years, 5 months ago) by michael
Diff to previous 9314 , to selected 9010
- m_stats.c:report_auth(): swap tests

Revision 9314 - Directory Listing - [select for diffs]
Modified Sun Mar 8 11:33:57 2020 UTC (5 years, 5 months ago) by michael
Diff to previous 9309 , to selected 9010
- m_stats.c:stats_operedup(): reduce size of 'buf' to 32

Revision 9309 - Directory Listing - [select for diffs]
Modified Sun Mar 1 08:58:50 2020 UTC (5 years, 5 months ago) by michael
Diff to previous 9305 , to selected 9010
- Update NEWS file

Revision 9305 - Directory Listing - [select for diffs]
Modified Tue Feb 25 10:51:46 2020 UTC (5 years, 5 months ago) by michael
Diff to previous 9303 , to selected 9010
- m_nick.c: change all check_clean_* functions to bool type

Revision 9303 - Directory Listing - [select for diffs]
Modified Sun Feb 23 15:24:07 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9301 , to selected 9010
- Remove unused header includes

Revision 9301 - Directory Listing - [select for diffs]
Modified Sun Feb 23 14:12:44 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9299 , to selected 9010
- m_nick.c: style corrections

Revision 9299 - Directory Listing - [select for diffs]
Modified Sun Feb 23 11:02:42 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9295 , to selected 9010
- Update doc/modes.txt

Revision 9295 - Directory Listing - [select for diffs]
Modified Sun Feb 23 10:39:18 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9294 , to selected 9010
- propset

Revision 9294 - Directory Listing - [select for diffs]
Modified Sun Feb 23 10:37:57 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9292 , to selected 9010
- Add src/extban_nick.c

Revision 9292 - Directory Listing - [select for diffs]
Modified Sun Feb 23 10:37:06 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9289 , to selected 9010
- Extban $n of type 'acting' has been implemented. This extban prevents matching users from changing their
  nick while in the channel. Users with voice or above are not affected.
- Channel mode +N has been changed so channel members with +v can change nick names, too

Revision 9289 - Directory Listing - [select for diffs]
Modified Sun Feb 23 08:38:57 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9287 , to selected 9010
- m_sjoin.c:ms_sjoin(): cleanup usage of 'tstosend'. Just use channel->creation_time instead.

Revision 9287 - Directory Listing - [select for diffs]
Modified Sat Feb 22 22:49:15 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9285 , to selected 9010
- m_join.c:ms_join(): fixed ages old bug where in the channel it would appear as if the client removed the modes/topic instead of the server

Revision 9285 - Directory Listing - [select for diffs]
Modified Sat Feb 22 22:01:47 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9283 , to selected 9010
- Fixed issue where HAVE_LIBCRYPTO wouldn't get defined even if the configure test was successful

Revision 9283 - Directory Listing - [select for diffs]
Modified Thu Feb 20 17:06:11 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9279 , to selected 9010
- help/Makefile.am: properly install the extban help file

Revision 9279 - Directory Listing - [select for diffs]
Modified Sun Feb 16 10:48:30 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9277 , to selected 9010
- tls_wolfssl.c: make use of recently added wolfSSL_CTX_set1_groups_list if available. Kudos to the guys at wolfSSL for implementing it that fast.

Revision 9277 - Directory Listing - [select for diffs]
Modified Wed Feb 12 19:14:32 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9274 , to selected 9010
- m_who.c:do_who(): reduce buffer size from IRCD_BUFSIZE (512) to 8

Revision 9274 - Directory Listing - [select for diffs]
Modified Wed Feb 12 18:46:30 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9272 , to selected 9010
- Reduce size of some user mode relevant buffers from IRCD_BUFSIZE (512) to UMODE_MAX_STR (56)

Revision 9272 - Directory Listing - [select for diffs]
Modified Wed Feb 12 18:42:07 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9271 , to selected 9010
- Stylistic changes to m_svsmode.c & m_svsnick.c

Revision 9271 - Directory Listing - [select for diffs]
Modified Wed Feb 12 16:58:58 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9268 , to selected 9010
- propset

Revision 9268 - Directory Listing - [select for diffs]
Modified Wed Feb 12 16:56:17 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9265 , to selected 9010
- autoreconf

Revision 9265 - Directory Listing - [select for diffs]
Modified Wed Feb 12 16:55:10 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9264 , to selected 9010
- Move channel invitation related functions to channel_invite.c

Revision 9264 - Directory Listing - [select for diffs]
Modified Sat Feb 8 21:19:34 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9262 , to selected 9010
- user.c:introduce_client(): rename 'server_p' to 'server'

Revision 9262 - Directory Listing - [select for diffs]
Modified Mon Feb 3 19:38:57 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9259 , to selected 9010
- extban.c:extban_format(): break early as there can't be more than one acting or matching extban

Revision 9259 - Directory Listing - [select for diffs]
Modified Sun Feb 2 19:22:00 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9257 , to selected 9010
- configure: remove test for accept4

Revision 9257 - Directory Listing - [select for diffs]
Modified Sun Feb 2 18:30:03 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9255 , to selected 9010
- reference.conf: it's actually named enable_extbans

Revision 9255 - Directory Listing - [select for diffs]
Modified Sat Feb 1 21:47:51 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9252 , to selected 9010
- motd.c:motd_lookup(): check against client->realhost, too

Revision 9252 - Directory Listing - [select for diffs]
Modified Sat Feb 1 14:54:12 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9250 , to selected 9010
- client.c: rename some occurrences of 'source_p' to 'client'

Revision 9250 - Directory Listing - [select for diffs]
Modified Sat Feb 1 13:36:10 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9248 , to selected 9010
- Rename most occurrences of 'client_p' to 'client'

Revision 9248 - Directory Listing - [select for diffs]
Modified Sat Feb 1 06:49:14 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9246 , to selected 9010
- extban_account.c:extban_account_matches(): replace irccmp with strcmp

Revision 9246 - Directory Listing - [select for diffs]
Modified Fri Jan 31 22:16:09 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9244 , to selected 9010
- extban_server.c: allow $s to be used for invite exceptions

Revision 9244 - Directory Listing - [select for diffs]
Modified Fri Jan 31 21:11:34 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9242 , to selected 9010
- extban_account.c:extban_account_matches(): logic fixes so $a:* actually matches any logged-in user

Revision 9242 - Directory Listing - [select for diffs]
Modified Fri Jan 31 18:26:31 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9239 , to selected 9010
- extban.c:extban_get_isupport(): remove extraneous cast

Revision 9239 - Directory Listing - [select for diffs]
Modified Fri Jan 31 18:14:04 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9238 , to selected 9010
- Update reference.conf

Revision 9238 - Directory Listing - [select for diffs]
Modified Fri Jan 31 17:57:39 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9235 , to selected 9010
- propset

Revision 9235 - Directory Listing - [select for diffs]
Modified Fri Jan 31 17:40:00 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9234 , to selected 9010
- Re-create autogenerated files

Revision 9234 - Directory Listing - [select for diffs]
Modified Fri Jan 31 17:38:34 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9232 , to selected 9010
- Extbans have been implemented. Main implementation done by Adam for p4.
  Currently supported extbans:

  Matching:

   $a:<account>   Matches users logged into a matching account.
   $c:<channel>   Matches users that are on the given channel. An additional
                  prefix of either @, %, or + can be specified to test for
                  certain channel privileges.
   $o:<class>     Matches IRC operators that have joined a class
                  matching the mask.
   $r:<realname>  Matches users with a matching realname.
   $s:<server>    Matches users that are connected to a server matching the mask.
   $u:<modes>     Matches users having the specified user modes set or not set.
   $z:<certfp>    Matches users having the given TLS certificate fingerprint.

  Acting:

   $j:<banmask>   Prevents matching users from joining the channel.
   $m:<banmask>   Blocks messages from matching users. Users with voice
                  or above are not affected.

Revision 9232 - Directory Listing - [select for diffs]
Modified Sun Jan 26 18:39:53 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9228 , to selected 9010
- Update NEWS file

Revision 9228 - Directory Listing - [select for diffs]
Modified Sun Jan 26 14:17:46 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9225 , to selected 9010
- ircd.c: remove unused header inclusion

Revision 9225 - Directory Listing - [select for diffs]
Modified Sun Jan 26 14:00:16 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9224 , to selected 9010
- Re-create parser files

Revision 9224 - Directory Listing - [select for diffs]
Modified Sun Jan 26 11:35:42 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9222 , to selected 9010
- Renamings:
    tls_new_cred -> tls_new_credentials
    tls_free_cred -> tls_free_credentials
    tls_verify_cert -> tls_verify_certificate

Revision 9222 - Directory Listing - [select for diffs]
Modified Sun Jan 26 11:25:48 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9220 , to selected 9010
- conf.c:conf_read_files(): minor cleanup; kill 'filename' pointer

Revision 9220 - Directory Listing - [select for diffs]
Modified Sun Jan 26 11:18:56 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9217 , to selected 9010
- conf.c:conf_read_files(): remove second buffer which doesn't make any sense here

Revision 9217 - Directory Listing - [select for diffs]
Modified Sun Jan 26 11:02:55 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9215 , to selected 9010
- channel.c:find_bmask(): bmasks are now tested against x->realhost, too

Revision 9215 - Directory Listing - [select for diffs]
Modified Sun Jan 26 09:25:23 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9213 , to selected 9010
- tls_gnutls.c:tls_new_cred(): verify gnutls_global_init() run

Revision 9213 - Directory Listing - [select for diffs]
Modified Sat Jan 25 23:20:08 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9211 , to selected 9010
- server_tls_handshake(), ssl_handshake(): make use of client_get_name()

Revision 9211 - Directory Listing - [select for diffs]
Modified Sat Jan 25 16:58:56 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9209 , to selected 9010
- tls_wolfssl.h: fixed minor documenting issue

Revision 9209 - Directory Listing - [select for diffs]
Modified Sat Jan 25 16:01:37 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9207 , to selected 9010
- conf_parser.y: style corrections; mostly whitespace changes

Revision 9207 - Directory Listing - [select for diffs]
Modified Sat Jan 25 15:43:25 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9204 , to selected 9010
- Update INSTALL file

Revision 9204 - Directory Listing - [select for diffs]
Modified Sat Jan 25 14:01:10 2020 UTC (5 years, 6 months ago) by michael
Diff to previous 9202 , to selected 9010
- m_who.c:who_matches(): match() against x->realhost, too

Revision 9202 - Directory Listing - [select for diffs]
Modified Fri Jan 24 23:52:04 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9200 , to selected 9010
- Stylistic changes

Revision 9200 - Directory Listing - [select for diffs]
Modified Thu Jan 23 17:49:27 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9196 , to selected 9010
- Stylistic changes

Revision 9196 - Directory Listing - [select for diffs]
Modified Tue Jan 21 17:48:20 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9193 , to selected 9010
- Update NEWS file

Revision 9193 - Directory Listing - [select for diffs]
Modified Tue Jan 21 15:56:09 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9192 , to selected 9010
- tls_gnutls.h: remove extraneous #if !defined(HAVE_LIBCRYPTO). HAVE_LIBGNUTLS and HAVE_LIBCRYPTO can't be defined at the same time.

Revision 9192 - Directory Listing - [select for diffs]
Modified Tue Jan 21 15:51:12 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9189 , to selected 9010
- reference.conf, tls_gnutls.h: documentation updates

Revision 9189 - Directory Listing - [select for diffs]
Modified Tue Jan 21 15:27:14 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9188 , to selected 9010
- propset

Revision 9188 - Directory Listing - [select for diffs]
Modified Mon Jan 20 18:58:20 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9185 , to selected 9010
- Update README file

Revision 9185 - Directory Listing - [select for diffs]
Modified Mon Jan 20 18:40:59 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9184 , to selected 9010
- .travis.yml: move coverity scan to build matrix

Revision 9184 - Directory Listing - [select for diffs]
Modified Mon Jan 20 16:51:45 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9181 , to selected 9010
- Move ax_with_tls.m4 to ax_arg_with_tls.m4

Revision 9181 - Directory Listing - [select for diffs]
Modified Sun Jan 19 19:41:49 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9176 , to selected 9010
- Update .travis.yml

Revision 9176 - Directory Listing - [select for diffs]
Modified Sun Jan 19 12:51:51 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9175 , to selected 9010
- Update .travis.yml

Revision 9175 - Directory Listing - [select for diffs]
Modified Sun Jan 19 12:39:07 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9173 , to selected 9010
- The --enable-openssl, --enable-gnutls switches, and their disabling counterparts --disable-openssl and --disable-gnutls, have been replaced with
  the --with-tls switch which takes one of the following options: 'openssl', 'wolfssl', 'gnutls', and 'none'.
  If nothing has been specified, configure tries to autodetect in the following order openssl/libressl -> gnutls -> wolfssl.

Revision 9173 - Directory Listing - [select for diffs]
Modified Sun Jan 19 09:35:31 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9170 , to selected 9010
- Update reference.conf

Revision 9170 - Directory Listing - [select for diffs]
Modified Sat Jan 18 23:39:47 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9169 , to selected 9010
- reference.conf: whitespace change

Revision 9169 - Directory Listing - [select for diffs]
Modified Sat Jan 18 19:08:44 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9166 , to selected 9010
- autoreconf

Revision 9166 - Directory Listing - [select for diffs]
Modified Sat Jan 18 19:06:14 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9165 , to selected 9010
- Implemented experimental support for wolfSSL. Minimum supported version is 4.3.0

Revision 9165 - Directory Listing - [select for diffs]
Modified Sat Jan 18 13:01:40 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9162 , to selected 9010
- tls_gnutls.c, tls_openssl.c: tls_get_cipher, tls_get_version: reduce buffer sizes

Revision 9162 - Directory Listing - [select for diffs]
Modified Fri Jan 17 19:06:40 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9161 , to selected 9010
- ax_arg_openssl.m4: minor correction to AC_MSG_CHECKING usage

Revision 9161 - Directory Listing - [select for diffs]
Modified Fri Jan 17 19:01:51 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9159 , to selected 9010
- Minimum supported GnuTLS version is 3.6.5 now

Revision 9159 - Directory Listing - [select for diffs]
Modified Fri Jan 17 18:28:43 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9157 , to selected 9010
- tls_openssl.c:tls_new_cred(): (re)set default ciphers if there aren't any defined in the configuration

Revision 9157 - Directory Listing - [select for diffs]
Modified Mon Jan 13 14:56:38 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9155 , to selected 9010
- Replaced most occurences of 'SSL' with 'TLS'

Revision 9155 - Directory Listing - [select for diffs]
Modified Mon Jan 13 14:46:28 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9153 , to selected 9010
- Update NEWS file

Revision 9153 - Directory Listing - [select for diffs]
Modified Mon Jan 13 13:14:33 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9151 , to selected 9010
- tls_openssl.c:tls_new_cred(): stylistic changes

Revision 9151 - Directory Listing - [select for diffs]
Modified Sun Jan 12 13:19:59 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9149 , to selected 9010
- tls_openssl.c:tls_new_cred(): despite being mentioned in the manual, feeding SSL_CTX_set_ciphersuites with an empty list doesn't work

Revision 9149 - Directory Listing - [select for diffs]
Modified Sun Jan 12 10:59:03 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9146 , to selected 9010
- tls_openssl.c:tls_get_cipher(): drop the explicit bits used information as this is redundant

Revision 9146 - Directory Listing - [select for diffs]
Modified Sun Jan 12 09:56:05 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9145 , to selected 9010
- Rebuilt parser files

Revision 9145 - Directory Listing - [select for diffs]
Modified Sun Jan 12 09:55:27 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9143 , to selected 9010
- In the serverinfo {} block, the following configuration directives have been renamed:

   ssl_certificate_file -> tls_certificate_file
   ssl_dh_param_file -> tls_dh_param_file
   ssl_dh_elliptic_curve -> tls_supported_groups
   ssl_cipher_list -> tls_cipher_list
   ssl_message_digest_algorithm -> tls_message_digest_algorithm

- In the operator {} block, the following configuration directives have been renamed:

   ssl_certificate_fingerprint -> tls_certificate_fingerprint
   ssl_connection_required -> tls_connection_required
   
- In the connect {} block, the following configuration directives have been renamed:

   ssl_cipher_list -> tls_cipher_list
   ssl_certificate_fingerprint -> tls_certificate_fingerprint

Revision 9143 - Directory Listing - [select for diffs]
Modified Sun Jan 12 08:59:12 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9140 , to selected 9010
- tls_openssl.c:tls_new_cred(): default to X25519:P-256 groups

Revision 9140 - Directory Listing - [select for diffs]
Modified Sat Jan 11 22:50:46 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9139 , to selected 9010
- Rebuilt parser files

Revision 9139 - Directory Listing - [select for diffs]
Modified Sat Jan 11 22:50:08 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9137 , to selected 9010
- Supported TLSv1.3 cipher suites can now be configured explicitely via the new 'serverinfo::tls_cipher_suites' configuration directive

Revision 9137 - Directory Listing - [select for diffs]
Modified Sat Jan 11 20:44:51 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9135 , to selected 9010
- tls_gnutls.c, tls_openssl.c: stylistic changes

Revision 9135 - Directory Listing - [select for diffs]
Modified Sat Jan 11 20:24:44 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9133 , to selected 9010
- tls_openssl.c:tls_new_cred(): log a warning in case SSL_CTX_set_cipher_list failed

Revision 9133 - Directory Listing - [select for diffs]
Modified Sat Jan 11 20:20:43 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9131 , to selected 9010
- tls_openssl.c: further modernization: replace SSL_CTX_set_tmp_ecdh with SSL_CTX_set1_groups_list

Revision 9131 - Directory Listing - [select for diffs]
Modified Fri Jan 10 19:11:40 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9128 , to selected 9010
- Minimum supported version of OpenSSL is 1.1.1 now; modernize tls_openssl.c, drop/replace usage of obsolete functions

Revision 9128 - Directory Listing - [select for diffs]
Modified Mon Jan 6 16:11:21 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9127 , to selected 9010
- tls_openssl.c:tls_new_cred(): fixed compile warning

Revision 9127 - Directory Listing - [select for diffs]
Modified Mon Jan 6 16:08:01 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9125 , to selected 9010
- conf_parser.y:reset_block_state(): deduplicate

Revision 9125 - Directory Listing - [select for diffs]
Modified Sun Jan 5 19:09:31 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9122 , to selected 9010
- configure: minimum supported OpenSSL version is 1.0.2r now

Revision 9122 - Directory Listing - [select for diffs]
Modified Sun Jan 5 17:24:52 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9120 , to selected 9010
- OpenSSL now runs with automatic curve selection if no curve is defined in serverinfo::ssl_dh_elliptic_curve

Revision 9120 - Directory Listing - [select for diffs]
Modified Sun Jan 5 11:43:57 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9118 , to selected 9010
- channel.h: remove unused ShowChannel macro

Revision 9118 - Directory Listing - [select for diffs]
Modified Sun Jan 5 10:01:33 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9116 , to selected 9010
- server.c:write_links_file(): replaced kind of redundant snprintf() with just strlcat() appending the LF character

Revision 9116 - Directory Listing - [select for diffs]
Modified Sun Jan 5 09:49:36 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9114 , to selected 9010
- conf.c:conf_dns_callback(): kill a memcpy()

Revision 9114 - Directory Listing - [select for diffs]
Modified Sun Jan 5 09:43:16 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9111 , to selected 9010
- Merge conf_dns_lookup into conf_resolve_host

Revision 9111 - Directory Listing - [select for diffs]
Modified Sat Jan 4 15:49:54 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9110 , to selected 9010
- m_names.c:m_names(): remove extraneous test on 'parc'

Revision 9110 - Directory Listing - [select for diffs]
Modified Sat Jan 4 15:17:42 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9107 , to selected 9010
- Rename several functions in conf.c as follows:
    set_default_conf -> conf_set_defaults
    read_conf -> conf_read
    validate_conf -> conf_validate
    lookup_confhost -> conf_resolve_host
    check_client -> conf_check_client
    read_conf_files -> conf_read_files
    clear_out_old_conf -> conf_clear

Revision 9107 - Directory Listing - [select for diffs]
Modified Sat Jan 4 14:45:25 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9106 , to selected 9010
- Change conf:check_client() to a boolean type

Revision 9106 - Directory Listing - [select for diffs]
Modified Sat Jan 4 14:34:57 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9101 , to selected 9010
- user.c: merge check_xline() into register_local_user()

Revision 9101 - Directory Listing - [select for diffs]
Modified Wed Jan 1 09:58:45 2020 UTC (5 years, 7 months ago) by michael
Diff to previous 9100 , to selected 9010
- Bump copyright years everywhere

Revision 9100 - Directory Listing - [select for diffs]
Modified Sun Dec 29 10:47:05 2019 UTC (5 years, 7 months ago) by michael
Diff to previous 9098 , to selected 9010
- tls_gnutls.c:tls_verify_cert(): we're actually not interested in the length of the certificate list. i.e. pass NULL as second argument to gnutls_certificate_get_peers().

Revision 9098 - Directory Listing - [select for diffs]
Modified Wed Dec 25 15:54:31 2019 UTC (5 years, 8 months ago) by michael
Diff to previous 9096 , to selected 9010
- Rebuilt parser files

Revision 9096 - Directory Listing - [select for diffs]
Modified Wed Dec 25 15:53:01 2019 UTC (5 years, 8 months ago) by michael
Diff to previous 9094 , to selected 9010
- The connection timeout for connect{} blocks can now be configured via the 'connect::timeout' configuration directive

Revision 9094 - Directory Listing - [select for diffs]
Modified Wed Dec 25 15:17:02 2019 UTC (5 years, 8 months ago) by michael
Diff to previous 9091 , to selected 9010
- Update reference.conf

Revision 9091 - Directory Listing - [select for diffs]
Modified Sun Nov 3 09:58:44 2019 UTC (5 years, 9 months ago) by michael
Diff to previous 9089 , to selected 9010
- Update README file

Revision 9089 - Directory Listing - [select for diffs]
Modified Sun Oct 27 21:27:12 2019 UTC (5 years, 9 months ago) by michael
Diff to previous 9086 , to selected 9010
- hash: move initialization of 'hashf_xor_key' into strhash() and kill hash_init()
- hash.c: stylistic changes

Revision 9086 - Directory Listing - [select for diffs]
Modified Mon Oct 14 15:45:15 2019 UTC (5 years, 10 months ago) by michael
Diff to previous 9084 , to selected 9010
- Various stylistic changes

Revision 9084 - Directory Listing - [select for diffs]
Modified Sun Oct 13 10:17:50 2019 UTC (5 years, 10 months ago) by michael
Diff to previous 9081 , to selected 9010
- channel_mode.c:get_channel_access(): fixed compile error with --enable-assert

Revision 9081 - Directory Listing - [select for diffs]
Modified Sun Oct 13 09:52:35 2019 UTC (5 years, 10 months ago) by michael
Diff to previous 9080 , to selected 9010
- Rename struct Membership to ChannelMember
- Rename Channel::last_knock to last_knock_time
- Rename Channel::last_invite to last_invite_time
- Rename chptr to channel

Revision 9080 - Directory Listing - [select for diffs]
Modified Sat Oct 12 21:50:43 2019 UTC (5 years, 10 months ago) by michael
Diff to previous 9077 , to selected 9010
- modules.c: whitespace change

Revision 9077 - Directory Listing - [select for diffs]
Modified Sat Oct 12 20:15:17 2019 UTC (5 years, 10 months ago) by michael
Diff to previous 9076 , to selected 9010
- Command handlers are now of type void again

Revision 9076 - Directory Listing - [select for diffs]
Modified Mon Oct 7 15:33:38 2019 UTC (5 years, 10 months ago) by michael
Diff to previous 9073 , to selected 9010
- m_stats.c: StatsStruct: remove excessive 'const'

Revision 9073 - Directory Listing - [select for diffs]
Modified Sat Oct 5 18:18:10 2019 UTC (5 years, 10 months ago) by michael
Diff to previous 9071 , to selected 9010
- Renamed 'creationtime' Channel structure member to 'creation_time'

Revision 9071 - Directory Listing - [select for diffs]
Modified Sat Oct 5 17:45:20 2019 UTC (5 years, 10 months ago) by michael
Diff to previous 9070 , to selected 9010
- m_stats.c: remove extraneous variable initializations in some places

Revision 9070 - Directory Listing - [select for diffs]
Modified Sat Oct 5 17:25:40 2019 UTC (5 years, 10 months ago) by michael
Diff to previous 9068 , to selected 9010
- m_stats.c:stats_tab[]: use designated initializers

Revision 9068 - Directory Listing - [select for diffs]
Modified Sun Sep 1 12:05:49 2019 UTC (5 years, 11 months ago) by michael
Diff to previous 9066 , to selected 9010
- Update NEWS file

Revision 9066 - Directory Listing - [select for diffs]
Modified Sun Sep 1 11:55:32 2019 UTC (5 years, 11 months ago) by michael
Diff to previous 9063 , to selected 9010
- tls_gnutls.c:tls_new_cred(): fixed segfault issue in case there's no DH parameter file. Reported by Dominic Hargreaves <dom@debian.org>

Revision 9063 - Directory Listing - [select for diffs]
Modified Sat Aug 10 15:54:36 2019 UTC (6 years ago) by michael
Diff to previous 9062 , to selected 9010
- m_server.c: stylistic changes

Revision 9062 - Directory Listing - [select for diffs]
Modified Sat Aug 10 15:48:16 2019 UTC (6 years ago) by michael
Diff to previous 9059 , to selected 9010
- m_server.c:mr_server(): drop the connection in case the other side attempts to introduce a server name we don't expect.

Revision 9059 - Directory Listing - [select for diffs]
Modified Sat Aug 10 15:22:15 2019 UTC (6 years ago) by michael
Diff to previous 9058 , to selected 9010
- m_server.c:server_check(): play nice with already attached connect{} records;  Break early if a matching record was found as there's no point in processing the rest of the list

Revision 9058 - Directory Listing - [select for diffs]
Modified Sat Aug 10 12:54:01 2019 UTC (6 years ago) by michael
Diff to previous 9056 , to selected 9010
- m_server.c:server_estab(): clean up stupid logic where we perform an extra test on client_p->connection->confs to
  see whether the connect{} block record really got attached

Revision 9056 - Directory Listing - [select for diffs]
Modified Wed Jul 24 16:15:38 2019 UTC (6 years, 1 month ago) by michael
Diff to previous 9054 , to selected 9010
- tls_gnutls.c:tls_new_cred(): test the return value of gnutls_dh_params_init() and act accordingly

Revision 9054 - Directory Listing - [select for diffs]
Modified Sat Jun 15 18:17:08 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9052 , to selected 9010
- s_bsd.c:setup_socket(): enable TCP_QUICKACK

Revision 9052 - Directory Listing - [select for diffs]
Modified Mon Jun 3 14:55:16 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9050 , to selected 9010
- Update NEWS

Revision 9050 - Directory Listing - [select for diffs]
Modified Sat Jun 1 17:05:59 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9046 , to selected 9010
- PR #14 by albert-github: Correction of some obvious documentation bugs

Revision 9046 - Directory Listing - [select for diffs]
Modified Fri May 31 09:59:57 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9043 , to selected 9010
- hostmask.c:try_parse_v4_netmask(): made 'addb' of type uint8_t

Revision 9043 - Directory Listing - [select for diffs]
Modified Fri May 31 09:51:17 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9040 , to selected 9010
- s_bsd.c:comm_connect_tcp(): fixes to -r9033

Revision 9040 - Directory Listing - [select for diffs]
Modified Thu May 30 22:46:40 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9038 , to selected 9010
- conf_class.c:class_find(): fixed logic that wouldn't allow to pick up inactive classes leading to '/rehash' not updating existing classes and rather creating duplicates

Revision 9038 - Directory Listing - [select for diffs]
Modified Thu May 30 12:26:34 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9036 , to selected 9010
- m_stats.c:show_ports(): style correction

Revision 9036 - Directory Listing - [select for diffs]
Modified Wed May 29 23:36:42 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9033 , to selected 9010
- misc.c:address_compare(): improve readability

Revision 9033 - Directory Listing - [select for diffs]
Modified Wed May 29 20:53:11 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9032 , to selected 9010
- s_bsd.c:comm_connect_tcp(): kill another memcpy()

Revision 9032 - Directory Listing - [select for diffs]
Modified Wed May 29 20:46:21 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9030 , to selected 9010
- parse.c:parse(): replace IsDefunct() test with IsDead(). Checking for FLAGS_CLOSING and FLAGS_KILLED is redundant at this point.

Revision 9030 - Directory Listing - [select for diffs]
Modified Wed May 29 16:56:46 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9027 , to selected 9010
- hostmask.c:try_parse_v6_netmask(): change 'unsigned short' to 'uint16_t'

Revision 9027 - Directory Listing - [select for diffs]
Modified Wed May 29 16:51:35 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9026 , to selected 9010
- hostmask.c: commit message from p4: fix stack out of bounds write when parsing v6 netmasks.
  Additionally fix the check for the number of given cidr bits to be > the number of parsed
  bits to not erronously parse valid v6 masks as hosts.

Revision 9026 - Directory Listing - [select for diffs]
Modified Wed May 29 16:45:20 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9023 , to selected 9010
- m_undline.c, m_unkline.c: fixes to previous changes

Revision 9023 - Directory Listing - [select for diffs]
Modified Mon May 27 22:13:35 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9021 , to selected 9010
- m_stats.c:stats_servlinks(): use IEC prefixes

Revision 9021 - Directory Listing - [select for diffs]
Modified Mon May 27 22:08:02 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9019 , to selected 9010
- misc.h: use IEC prefixes

Revision 9019 - Directory Listing - [select for diffs]
Modified Mon May 27 22:05:04 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9016 , to selected 9010
- m_links.c: /links can no longer be used remotely

Revision 9016 - Directory Listing - [select for diffs]
Modified Mon May 27 18:53:51 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9014 , to selected 9010
- hostmask.c:try_parse_v4_netmask(): make UBSan shut up

Revision 9014 - Directory Listing - [select for diffs]
Modified Mon May 27 17:50:41 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9012 , to selected 9010
- listener.c:listener_make(): another memcpy() bites the dust

Revision 9012 - Directory Listing - [select for diffs]
Modified Mon May 27 16:19:45 2019 UTC (6 years, 2 months ago) by michael
Diff to previous 9010
- Update INSTALL file

Revision 9010 - Directory Listing - [selected]
Modified Sun May 26 19:19:59 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 9008
- m_unkline.c: merge kline_remove_and_notify() into kline_remove();  add a notice when attempting to remove a conf based k-line instead of telling the user that the k-line doesn't exist. m_undline.c: likewise

Revision 9008 - Directory Listing - [select for diffs]
Modified Sun May 26 17:41:37 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 9005 , to selected 9010
- listener.c:inetport(): kill pointless copying of listener->addr

Revision 9005 - Directory Listing - [select for diffs]
Modified Sun May 26 14:53:46 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 9003 , to selected 9010
- res.c:do_query_number(): kill another memcpy()

Revision 9003 - Directory Listing - [select for diffs]
Modified Sun May 26 00:00:31 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 9002 , to selected 9010
- Kill a few memcpy() not needed in some places

Revision 9002 - Directory Listing - [select for diffs]
Modified Sat May 25 23:13:57 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 9000 , to selected 9010
- Actually remove send_queued_all() as it is no longer needed

Revision 9000 - Directory Listing - [select for diffs]
Modified Sat May 25 21:28:06 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8998 , to selected 9010
- send.c:send_queued_all(): deduplicate

Revision 8998 - Directory Listing - [select for diffs]
Modified Sat May 25 21:05:28 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8995 , to selected 9010
- send.c:sendto_common_channels_local(): remove pointless test on 'user->connection->serial' as 'user' is skipped in the loop anyway and never gets a new serial set.
  This is a remainder of when that logic used to work differently.

Revision 8995 - Directory Listing - [select for diffs]
Modified Sat May 25 20:53:19 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8994 , to selected 9010
- m_svsmode.c: use 'true' instead of plain 1 as second argument to sendto_common_channels_local()

Revision 8994 - Directory Listing - [select for diffs]
Modified Sat May 25 20:38:06 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8991 , to selected 9010
- send.c: stylistic changes

Revision 8991 - Directory Listing - [select for diffs]
Modified Sat May 25 20:25:08 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8990 , to selected 9010
- send.c: replace remaining IsDefunct() tests with IsDead()

Revision 8990 - Directory Listing - [select for diffs]
Modified Sat May 25 20:15:31 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8988 , to selected 9010
- client.c:exit_client(): add assert()

Revision 8988 - Directory Listing - [select for diffs]
Modified Fri May 24 13:30:54 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8986 , to selected 9010
- auth.h: remove unused AuthRequest::node

Revision 8986 - Directory Listing - [select for diffs]
Modified Wed May 22 16:48:06 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8984 , to selected 9010
- m_*line.c: use const on 'aline'

Revision 8984 - Directory Listing - [select for diffs]
Modified Tue May 21 13:19:10 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8982 , to selected 9010
- Stylistic changes

Revision 8982 - Directory Listing - [select for diffs]
Modified Sun May 19 10:55:05 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8980 , to selected 9010
- Run try_connections() once every five seconds

Revision 8980 - Directory Listing - [select for diffs]
Modified Sun May 19 10:49:44 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8975 , to selected 9010
- client.c, server.c: use monotonic time for server connection cycle

Revision 8975 - Directory Listing - [select for diffs]
Modified Sat May 18 18:43:44 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8974 , to selected 9010
- m_svinfo.c: intmax_t -> uintmax_t

Revision 8974 - Directory Listing - [select for diffs]
Modified Sat May 18 18:23:40 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8972 , to selected 9010
- m_away.c: killed ms_away(), a pure duplicate of m_away()

Revision 8972 - Directory Listing - [select for diffs]
Modified Sat May 18 12:54:17 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8969 , to selected 9010
- Expire gecos and resv denies on the fly while looking them up

Revision 8969 - Directory Listing - [select for diffs]
Modified Sat May 18 11:58:06 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8968 , to selected 9010
- Move oper_privs_as_string() from conf.c to m_stats.c

Revision 8968 - Directory Listing - [select for diffs]
Modified Sat May 18 11:00:46 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8964 , to selected 9010
- m_server.c:server_estab(): change FLAGS_CLOSING check back to FLAGS_DEADSOCKET. This one got lost when https://svn.ircd-hybrid.org/viewcvs.cgi/ircd-hybrid/src/s_serv.c?root=cvs&r1=7.276&r2=7.277 has been reverted- m_server.c:server_estab(): change FLAGS_CLOSING check back to FLAGS_DEADSOCKET. This one got lost when https://svn.ircd-hybrid.org/viewcvs.cgi/ircd-hybrid/src/s_serv.c?root=cvs&r1=7.276&r2=7.277 has been reverted

Revision 8964 - Directory Listing - [select for diffs]
Modified Sat May 11 21:07:44 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8963 , to selected 9010
- Recreate parser files

Revision 8963 - Directory Listing - [select for diffs]
Modified Sat May 11 21:06:49 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8961 , to selected 9010
- Removed general::tkline_expire_notices configuration directive and added user mode +X (sees *LINE expiration notices) instead

Revision 8961 - Directory Listing - [select for diffs]
Modified Sat May 11 08:50:12 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8959 , to selected 9010
- tls_gnutls.c, tls_openssl.c: stylistic changes

Revision 8959 - Directory Listing - [select for diffs]
Modified Sat May 11 08:22:46 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8956 , to selected 9010
- tls_gnutls.c: avoid maintaining multiple priority strings

Revision 8956 - Directory Listing - [select for diffs]
Modified Fri May 10 17:07:20 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8955 , to selected 9010
- Made read/write functions use ssize_t

Revision 8955 - Directory Listing - [select for diffs]
Modified Wed May 1 09:45:07 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8953 , to selected 9010
- send.c:send_queued_write(): refactoring

Revision 8953 - Directory Listing - [select for diffs]
Modified Wed May 1 09:13:52 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8951 , to selected 9010
- packet.c:read_packet(): minor cleanup; don't break the loop if we can just return here

Revision 8951 - Directory Listing - [select for diffs]
Modified Wed May 1 07:33:55 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8949 , to selected 9010
- packet.c:read_packet(): read until EAGAIN for non TLS clients, too

Revision 8949 - Directory Listing - [select for diffs]
Modified Tue Apr 30 22:38:13 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8947 , to selected 9010
- whowas: rename hashv to hash_value

Revision 8947 - Directory Listing - [select for diffs]
Modified Tue Apr 30 15:39:46 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8945 , to selected 9010
- mkpasswd.c: remove crypt() redeclaration

Revision 8945 - Directory Listing - [select for diffs]
Modified Mon Apr 29 17:23:34 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8943 , to selected 9010
- send.c: split up if statements

Revision 8943 - Directory Listing - [select for diffs]
Modified Sun Apr 28 13:27:34 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8941 , to selected 9010
- Lower TLS handshake timouts to 5 seconds. Add separate TLS_HANDSHAKE_TIMEOUT enum to tls.h

Revision 8941 - Directory Listing - [select for diffs]
Modified Sat Apr 27 23:46:13 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8938 , to selected 9010
- Fixed issue where timeouts set with comm_setselect() were not working as in most places this function has been called with seconds when it really expected
  milliseconds. Removed all related multiply/divide by 1000 nonsense that's sprinkled in the code as ircd currently does support one-second granularity anyway.

Revision 8938 - Directory Listing - [select for diffs]
Modified Sat Apr 27 21:19:44 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8937 , to selected 9010
- client.c:client_get_name(): remove outdated comments

Revision 8937 - Directory Listing - [select for diffs]
Modified Sat Apr 27 21:05:47 2019 UTC (6 years, 3 months ago) by michael
Diff to previous 8931 , to selected 9010
- m_stats.c:stats_events(): use proper conversion specifier

Revision 8931 - Directory Listing - [select for diffs]
Modified Tue Apr 23 18:09:17 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8929 , to selected 9010
- auth.c: change ident timeouts to 4/4

Revision 8929 - Directory Listing - [select for diffs]
Modified Mon Apr 22 18:09:54 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8926 , to selected 9010
- ipcache.h: documentation update

Revision 8926 - Directory Listing - [select for diffs]
Modified Mon Apr 22 11:08:36 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8925 , to selected 9010
- Killed CurrentTime

Revision 8925 - Directory Listing - [select for diffs]
Modified Mon Apr 22 10:31:49 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8923 , to selected 9010
- ircd.c:main(): improve seed generation

Revision 8923 - Directory Listing - [select for diffs]
Modified Mon Apr 22 10:09:22 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8920 , to selected 9010
- Use proper conversion specifiers in some places; remove pointless casts

Revision 8920 - Directory Listing - [select for diffs]
Modified Mon Apr 22 09:57:58 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8919 , to selected 9010
- m_server.c:server_estab(): for consistency, set client_p->connection->created_real here as well, even if we don't need it for servers

Revision 8919 - Directory Listing - [select for diffs]
Modified Mon Apr 22 09:52:53 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8917 , to selected 9010
- Should be using monotonic clock almost everywhere now; sort out mixture and misuse of 'firsttime', 'lasttime' and 'since' in the Connection structure

Revision 8917 - Directory Listing - [select for diffs]
Modified Sun Apr 21 22:50:42 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8915 , to selected 9010
- Update documentation in some files

Revision 8915 - Directory Listing - [select for diffs]
Modified Sun Apr 21 22:26:38 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8913 , to selected 9010
- Use monotonic clock for client->connection->first_received_message_time and channel->first_received_message_time

Revision 8913 - Directory Listing - [select for diffs]
Modified Sun Apr 21 21:43:09 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8911 , to selected 9010
- event.c:event_time_set(): fixed logic error

Revision 8911 - Directory Listing - [select for diffs]
Modified Sun Apr 21 21:29:36 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8908 , to selected 9010
- event.c:event_time_set(): fix compile warning

Revision 8908 - Directory Listing - [select for diffs]
Modified Sun Apr 21 21:22:33 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8907 , to selected 9010
- Use monotonic time for client->connection->last_privmsg

Revision 8907 - Directory Listing - [select for diffs]
Modified Sun Apr 21 21:17:44 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8904 , to selected 9010
- Use monotonic time for client->connection->last_privmsg

Revision 8904 - Directory Listing - [select for diffs]
Modified Sun Apr 21 20:46:44 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8903 , to selected 9010
- channel.c:check_spambot_warning(): remove extraneous parentheses

Revision 8903 - Directory Listing - [select for diffs]
Modified Sun Apr 21 20:43:53 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8900 , to selected 9010
- Make more timers use monotonic time

Revision 8900 - Directory Listing - [select for diffs]
Modified Sun Apr 21 20:09:18 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8899 , to selected 9010
- Add support for monotonic clocks and have some timers make use of it;  remove event_set_back_events()

Revision 8899 - Directory Listing - [select for diffs]
Modified Sun Apr 21 18:08:14 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8897 , to selected 9010
- Replace gettimeofday() with clock_gettime(). We're not falling back to gettimeofday() for old/weird systems that don't have clock_gettime()

Revision 8897 - Directory Listing - [select for diffs]
Modified Sun Apr 21 14:52:03 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8895 , to selected 9010
- auth.c:auth_connect_callback(): allow a read timeout of 3 seconds

Revision 8895 - Directory Listing - [select for diffs]
Modified Sun Apr 21 14:29:36 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8893 , to selected 9010
- auth.c:auth_delete(): eliminate possible race conditions

Revision 8893 - Directory Listing - [select for diffs]
Modified Sun Apr 21 14:12:35 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8889 , to selected 9010
- auth.c: remove auth_timeout_queries() and related code. Just let the dns and identd timeouts finish the request
- Removed IDENTTIMEOUT from '/set' options. We now no longer allow users to change this on runtime. identd timeout is 5 seconds now

Revision 8889 - Directory Listing - [select for diffs]
Modified Fri Apr 19 16:58:54 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8886 , to selected 9010
- user.c:user_set_hostmask(): send CHGHOST to the client whose host gets changed

Revision 8886 - Directory Listing - [select for diffs]
Modified Fri Apr 19 12:38:51 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8885 , to selected 9010
- auth.c:auth_dns_callback(): replace `EmptyString()` test with just `namelength == 0`

Revision 8885 - Directory Listing - [select for diffs]
Modified Fri Apr 19 11:48:00 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8883 , to selected 9010
- auth.c:auth_free(): set auth->client pointer to NULL

Revision 8883 - Directory Listing - [select for diffs]
Modified Fri Apr 19 11:06:43 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8881 , to selected 9010
- auth.c:auth_dns_callback(): minor readability improvements

Revision 8881 - Directory Listing - [select for diffs]
Modified Sun Apr 14 16:03:29 2019 UTC (6 years, 4 months ago) by michael
Diff to previous 8879 , to selected 9010
- Add address_compare() and make use of it in some places

Revision 8879 - Directory Listing - [select for diffs]
Modified Sun Feb 24 09:13:12 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8877 , to selected 9010
- server.c:server_connect_callback(): remove redundant memcpy(). Address is already being copied to client->ip in server_connect()

Revision 8877 - Directory Listing - [select for diffs]
Modified Sat Feb 16 22:42:59 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8873 , to selected 9010
- Remove redundant x.ss.ss_family = res->ai_family assignments. This is already set by getaddrinfo()

Revision 8873 - Directory Listing - [select for diffs]
Modified Sat Feb 16 21:51:50 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8872 , to selected 9010
- Recreate parser files

Revision 8872 - Directory Listing - [select for diffs]
Modified Sat Feb 16 21:49:34 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8871 , to selected 9010
- Cleanup server connecting related code even further
- Make comm_connect_tcp() take less arguments and remove unused dns resolving functionality

Revision 8871 - Directory Listing - [select for diffs]
Modified Sat Feb 16 19:22:41 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8869 , to selected 9010
- m_connect.c:mo_connect(): swap conf->host and conf->name arguments in server connection notice

Revision 8869 - Directory Listing - [select for diffs]
Modified Sat Feb 16 10:32:41 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8866 , to selected 9010
- server.c:server_connect(): cleanup address binding related mess

Revision 8866 - Directory Listing - [select for diffs]
Modified Sat Feb 16 09:57:48 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8864 , to selected 9010
- Regenerate parser files

Revision 8864 - Directory Listing - [select for diffs]
Modified Sat Feb 16 09:54:03 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8862 , to selected 9010
- The 'serverinfo::vhost' and 'serverinfo:vhost6' configuration directives have been deprecated. If you need to bind() a specific address you can specify one in the connect {} block
- The 'connect::vhost' configuration directive has been renamed to 'connect::bind'

Revision 8862 - Directory Listing - [select for diffs]
Modified Fri Feb 15 21:35:54 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8861 , to selected 9010
- getopt: rename YESNO to BOOLEAN

Revision 8861 - Directory Listing - [select for diffs]
Modified Fri Feb 15 21:30:36 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8859 , to selected 9010
- config_parser.y: minor style corrections

Revision 8859 - Directory Listing - [select for diffs]
Modified Thu Feb 14 18:15:19 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8847 , to selected 9010
- conf_parser.y: reject connect{} configuration entries with invalid server names

Revision 8847 - Directory Listing - [select for diffs]
Modified Fri Feb 8 17:16:39 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8844 , to selected 9010
- m_info.c: stylistic changes

Revision 8844 - Directory Listing - [select for diffs]
Modified Sun Feb 3 13:54:56 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8843 , to selected 9010
- conf_lexer.l: remove unused 'passwd'

Revision 8843 - Directory Listing - [select for diffs]
Modified Sun Feb 3 13:53:31 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8841 , to selected 9010
- conf_lexer.l: remove unused 'quarantine'

Revision 8841 - Directory Listing - [select for diffs]
Modified Sun Feb 3 01:12:49 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8839 , to selected 9010
- client.c:check_conf_klines(): skip dead clients on the unknown_list, too

Revision 8839 - Directory Listing - [select for diffs]
Modified Sat Feb 2 22:38:17 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8837 , to selected 9010
- server.c: move SetHandshake to proper place

Revision 8837 - Directory Listing - [select for diffs]
Modified Sat Feb 2 22:27:10 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8835 , to selected 9010
- Fixed bug where handshaking servers wouldn't timeout

Revision 8835 - Directory Listing - [select for diffs]
Modified Sat Feb 2 21:28:54 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8832 , to selected 9010
- client.c:check_pings_list(): remove various tests as we don't process anything else than clients and server that have finished registration

Revision 8832 - Directory Listing - [select for diffs]
Modified Sat Feb 2 19:37:35 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8831 , to selected 9010
- autoreconf

Revision 8831 - Directory Listing - [select for diffs]
Modified Sat Feb 2 19:37:09 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8829 , to selected 9010
- ax_arg_gnutls.m4: update gnutls version string

Revision 8829 - Directory Listing - [select for diffs]
Modified Sat Feb 2 16:51:30 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8826 , to selected 9010
- conf_connect_allowed, find_conf_by_address, find_address_conf, find_dline_conf: drop the aftype argument

Revision 8826 - Directory Listing - [select for diffs]
Modified Sat Feb 2 00:00:17 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8825 , to selected 9010
- Made comm_get_sockerr() and comm_accept() take a fde_t pointer as argument

Revision 8825 - Directory Listing - [select for diffs]
Modified Fri Feb 1 23:07:41 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8822 , to selected 9010
- ax_arg_gnutls.m4: minimum supported GnuTLS version is 3.5.8 now

Revision 8822 - Directory Listing - [select for diffs]
Modified Fri Feb 1 22:56:04 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8821 , to selected 9010
- ax_arg_openssl.m4: minimum supported OpenSSL version is 1.0.1f now

Revision 8821 - Directory Listing - [select for diffs]
Modified Fri Feb 1 22:54:18 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8819 , to selected 9010
- tls_gnutls.c, tls_openssl.c: disable TLSv1.1

Revision 8819 - Directory Listing - [select for diffs]
Modified Fri Feb 1 18:37:56 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8817 , to selected 9010
- s_auth.c:auth_read_reply(): use sizeof(buf)-1 instead of RFC1413_BUFSIZ for recv()

Revision 8817 - Directory Listing - [select for diffs]
Modified Sat Jan 26 23:27:30 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8815 , to selected 9010
- send.c:sendto_match_servs(): add IsDead test

Revision 8815 - Directory Listing - [select for diffs]
Modified Sat Jan 26 22:37:09 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8813 , to selected 9010
- client.c:exit_client(): remove extraneous IsDead test. sendto_one() already does that.

Revision 8813 - Directory Listing - [select for diffs]
Modified Sat Jan 26 21:48:38 2019 UTC (6 years, 6 months ago) by michael
Diff to previous 8809 , to selected 9010
- auth.c: sprinkle some assert()

Revision 8809 - Directory Listing - [select for diffs]
Modified Sat Jan 19 19:58:19 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8808 , to selected 9010
- channel.c: fixed previous changes to is_banned()

Revision 8808 - Directory Listing - [select for diffs]
Modified Sat Jan 19 19:47:33 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8805 , to selected 9010
- Move CAN_SEND_ enum from channel_mode.h to channel.h

Revision 8805 - Directory Listing - [select for diffs]
Modified Sat Jan 19 19:31:55 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8804 , to selected 9010
- Tidy up some enums;  misc style corrections

Revision 8804 - Directory Listing - [select for diffs]
Modified Sat Jan 19 02:47:39 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8801 , to selected 9010
- m_set.c:quote_identtimeout(): fixed invalid use of ERR_NOPRIVS;  test for admin oper flag instead of the user mode

Revision 8801 - Directory Listing - [select for diffs]
Modified Sat Jan 19 00:37:17 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8800 , to selected 9010
- m_set.c:quote_autoconnall(): prevent 'status' from being OOB read in case the type of GlobalSetOptions.autoconn ever changes again

Revision 8800 - Directory Listing - [select for diffs]
Modified Sat Jan 19 00:23:53 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8797 , to selected 9010
- Use bool for SetOptions.autoconn

Revision 8797 - Directory Listing - [select for diffs]
Modified Sat Jan 19 00:11:10 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8796 , to selected 9010
- Made Connection::oper_warn_count_down unsigned; clean up some logic in check_spambot_warning()

Revision 8796 - Directory Listing - [select for diffs]
Modified Sat Jan 19 00:07:31 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8793 , to selected 9010
- Made Connection::join_leave_count and SetOptions::spam_num unsigned

Revision 8793 - Directory Listing - [select for diffs]
Modified Thu Jan 17 18:36:04 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8792 , to selected 9010
- Recreate autogenerated files

Revision 8792 - Directory Listing - [select for diffs]
Modified Thu Jan 17 18:35:32 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8789 , to selected 9010
- No longer enforce a lower limit of MAXCLIENTS_MIN on GlobalSetOptions.maxclients and ConfigServerInfo.default_max_clients

Revision 8789 - Directory Listing - [select for diffs]
Modified Wed Jan 16 18:48:29 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8788 , to selected 9010
- Recreate autogenerated files

Revision 8788 - Directory Listing - [select for diffs]
Modified Wed Jan 16 18:47:38 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8786 , to selected 9010
- The 'general::ignore_bogus_ts' configuration option has been deprecated

Revision 8786 - Directory Listing - [select for diffs]
Modified Wed Jan 16 17:39:09 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8784 , to selected 9010
- m_sjoin.c: use bool

Revision 8784 - Directory Listing - [select for diffs]
Modified Wed Jan 16 17:13:04 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8782 , to selected 9010
- m_set.c:quote_autoconn(): readability cleanups

Revision 8782 - Directory Listing - [select for diffs]
Modified Tue Jan 15 18:59:10 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8779 , to selected 9010
- tls_gnutls.c, tls_openssl.c: disable TLSv1.0

Revision 8779 - Directory Listing - [select for diffs]
Modified Sun Jan 13 11:32:53 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8776 , to selected 9010
- configure.ac: don't let --enable-debugging remove -Wno-format-truncation

Revision 8776 - Directory Listing - [select for diffs]
Modified Sun Jan 6 18:17:47 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8775 , to selected 9010
- autoreconf

Revision 8775 - Directory Listing - [select for diffs]
Modified Sun Jan 6 18:17:35 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8774 , to selected 9010
- configure.ac: AC_CHECK_FUNCS_ONCE: add accept4 for later use

Revision 8774 - Directory Listing - [select for diffs]
Modified Sun Jan 6 16:49:49 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8772 , to selected 9010
- ircd.c: added setup_fdlimit(); move max file descriptor check out of fdlist_init()

Revision 8772 - Directory Listing - [select for diffs]
Modified Sun Jan 6 13:24:08 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8770 , to selected 9010
- fdlist.c:fd_note(): don't leak memory on F->desc if it is already allocated

Revision 8770 - Directory Listing - [select for diffs]
Modified Sun Jan 6 12:29:43 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8768 , to selected 9010
- fdlist: change F->desc to a pointer and use xstrdup to copy description

Revision 8768 - Directory Listing - [select for diffs]
Modified Sun Jan 6 01:11:15 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8765 , to selected 9010
- fdlist.h: remove unused F->connect.S;  reduce FD_DESC_SIZE to 80

Revision 8765 - Directory Listing - [select for diffs]
Modified Tue Jan 1 15:13:17 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8764 , to selected 9010
- autoreconf

Revision 8764 - Directory Listing - [select for diffs]
Modified Tue Jan 1 15:12:58 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8760 , to selected 9010
- Add -Wcast-function-type to CFLAGS if available

Revision 8760 - Directory Listing - [select for diffs]
Modified Tue Jan 1 14:46:52 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8759 , to selected 9010
- Recreate autogenerated files

Revision 8759 - Directory Listing - [select for diffs]
Modified Tue Jan 1 14:46:35 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8757 , to selected 9010
- conf_lexer.l: made ieof() use bool;  minor style corrections

Revision 8757 - Directory Listing - [select for diffs]
Modified Tue Jan 1 14:38:49 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8756 , to selected 9010
- autoreconf

Revision 8756 - Directory Listing - [select for diffs]
Modified Tue Jan 1 14:38:27 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8752 , to selected 9010
- configure.ac: disable -Wformat-truncation as it's spamming only false-positives with the current code

Revision 8752 - Directory Listing - [select for diffs]
Modified Tue Jan 1 11:07:01 2019 UTC (6 years, 7 months ago) by michael
Diff to previous 8747 , to selected 9010
- Update copyright years

Revision 8747 - Directory Listing - [select for diffs]
Modified Thu Dec 27 20:46:14 2018 UTC (6 years, 7 months ago) by michael
Diff to previous 8744 , to selected 9010
- Fixed issue with remote RESV introduced in -r8670

Revision 8744 - Directory Listing - [select for diffs]
Modified Wed Dec 26 11:24:50 2018 UTC (6 years, 7 months ago) by michael
Diff to previous 8737 , to selected 9010
- conf.h: remove unused CidrItem struct

Revision 8737 - Directory Listing - [select for diffs]
Modified Sun Dec 16 11:13:50 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8735 , to selected 9010
- m_dline.c: dline_handle(): drop some notice back to the user in case of a malformed IP address;  fixed style inconsistency in dline_check()

Revision 8735 - Directory Listing - [select for diffs]
Modified Sat Dec 15 19:28:40 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8733 , to selected 9010
- m_dline.c:dline_check(): deduplicate

Revision 8733 - Directory Listing - [select for diffs]
Modified Sat Dec 15 16:55:05 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8730 , to selected 9010
- m_watch.c: use const

Revision 8730 - Directory Listing - [select for diffs]
Modified Sat Dec 15 12:56:34 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8729 , to selected 9010
- autoreconf

Revision 8729 - Directory Listing - [select for diffs]
Modified Sat Dec 15 12:56:11 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8727 , to selected 9010
- Get rid of version.c

Revision 8727 - Directory Listing - [select for diffs]
Modified Fri Dec 14 19:27:10 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8725 , to selected 9010
- conf.c:verify_access(): improve readability

Revision 8725 - Directory Listing - [select for diffs]
Modified Wed Dec 12 17:32:14 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8722 , to selected 9010
- m_away.c:do_away(): re-add strncmp check. Now with away-notify we don't want clients to be able to spam other channel members with the same away message over and over again

Revision 8722 - Directory Listing - [select for diffs]
Modified Tue Dec 11 23:01:56 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8721 , to selected 9010
- modules: replace MODULE_FLAG_CORE and MODULE_FLAG_NOUNLOAD with dedicated variables;  fixed the ircd from crashing in case reloading a module fails

Revision 8721 - Directory Listing - [select for diffs]
Modified Tue Dec 11 20:54:22 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8719 , to selected 9010
- auth: replace AM_DOING_AUTH and AM_DNS_PENDING with dedicated variables

Revision 8719 - Directory Listing - [select for diffs]
Modified Mon Dec 10 18:59:47 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8717 , to selected 9010
- m_whois.c:whois_person(): make 'callerid' use bool

Revision 8717 - Directory Listing - [select for diffs]
Modified Mon Dec 10 16:53:51 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8715 , to selected 9010
- Sprinkle some assert()

Revision 8715 - Directory Listing - [select for diffs]
Modified Sun Dec 9 20:17:02 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8712 , to selected 9010
- Rewrites to have parse_handle_command() end the flood grace period.  MODE and TIME no longer ends the grace period.

Revision 8712 - Directory Listing - [select for diffs]
Modified Sun Dec 9 18:32:52 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8710 , to selected 9010
- client.h: remove last traces of Connection::allow_read

Revision 8710 - Directory Listing - [select for diffs]
Modified Sun Dec 9 18:29:37 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8709 , to selected 9010
- Get rid of Connection::allow_read and have parse_client_queued() determine max lines to be processed

Revision 8709 - Directory Listing - [select for diffs]
Modified Sun Dec 9 17:44:22 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8706 , to selected 9010
- packet.c: made extract_one_line() of type size_t

Revision 8706 - Directory Listing - [select for diffs]
Modified Sun Dec 9 16:00:32 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8705 , to selected 9010
- server_die(): remove die/restart enum. Use bool instead.

Revision 8705 - Directory Listing - [select for diffs]
Modified Sat Dec 8 16:45:52 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8702 , to selected 9010
- Boolify

Revision 8702 - Directory Listing - [select for diffs]
Modified Sat Dec 8 16:34:40 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8701 , to selected 9010
- Stylistic changes

Revision 8701 - Directory Listing - [select for diffs]
Modified Wed Dec 5 20:20:40 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8699 , to selected 9010
- Move resv_find() test out of resv_make()

Revision 8699 - Directory Listing - [select for diffs]
Modified Sun Dec 2 16:17:51 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8696 , to selected 9010
- m_cap.c: change most functions to void type

Revision 8696 - Directory Listing - [select for diffs]
Modified Sun Dec 2 14:34:35 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8693 , to selected 9010
- m_resv.c:resv_handle(): adding RESVs with wirldcards no longer requires administrator privileges

Revision 8693 - Directory Listing - [select for diffs]
Modified Sun Dec 2 14:31:43 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8692 , to selected 9010
- m_resv.c:ms_resv(): add missing newline

Revision 8692 - Directory Listing - [select for diffs]
Modified Sun Dec 2 14:22:00 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8689 , to selected 9010
- m_dline.c:dline_handle(): remove valid_wild_card() test not needed for dlines

Revision 8689 - Directory Listing - [select for diffs]
Modified Sun Dec 2 12:53:43 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8688 , to selected 9010
- m_oper.c:oper_up(): in preparation for further configuration subsystem rewrites, don't retrieve the conf pointer through x->connection->confs.head->data. Pass it as separate pointer to oper_up() instead.

Revision 8688 - Directory Listing - [select for diffs]
Modified Sun Dec 2 12:46:22 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8686 , to selected 9010
- More bool conversion. This should be everything now.

Revision 8686 - Directory Listing - [select for diffs]
Modified Sat Dec 1 19:49:23 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8684 , to selected 9010
- AUTHORS, version.c: update my email address

Revision 8684 - Directory Listing - [select for diffs]
Modified Mon Nov 26 20:12:22 2018 UTC (6 years, 8 months ago) by michael
Diff to previous 8682 , to selected 9010
- Update dline and kline help files

Revision 8682 - Directory Listing - [select for diffs]
Modified Sun Nov 25 08:21:03 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8680 , to selected 9010
- Fix Coverity CID 1475602:  Memory - illegal accesses  (UNINIT)

Revision 8680 - Directory Listing - [select for diffs]
Modified Sat Nov 24 18:49:24 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8677 , to selected 9010
- More parse_aline() tweaks

Revision 8677 - Directory Listing - [select for diffs]
Modified Sat Nov 24 17:45:29 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8676 , to selected 9010
- Cleanup xline_remove()

Revision 8676 - Directory Listing - [select for diffs]
Modified Sat Nov 24 17:26:57 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8673 , to selected 9010
- Further parse_aline() cleanups; get rid of find_user_host()
- /KLINE and /DLINE now no longer supports nick names

Revision 8673 - Directory Listing - [select for diffs]
Modified Sat Nov 24 14:33:53 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8672 , to selected 9010
- m_list.c: rename 'errors' variable

Revision 8672 - Directory Listing - [select for diffs]
Modified Sat Nov 24 14:27:40 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8670 , to selected 9010
- Stylistic changes

Revision 8670 - Directory Listing - [select for diffs]
Modified Sat Nov 24 13:32:28 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8668 , to selected 9010
- Cleanup parse_aline() related code

Revision 8668 - Directory Listing - [select for diffs]
Modified Fri Nov 23 18:31:17 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8666 , to selected 9010
- m_topic.c:ms_topic(): fixed server name hiding issue

Revision 8666 - Directory Listing - [select for diffs]
Modified Thu Nov 22 15:06:51 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8664 , to selected 9010
- tls_none.c:tls_new_cred(): fixed bool conversion mistake. Should return 'true' here

Revision 8664 - Directory Listing - [select for diffs]
Modified Thu Nov 22 14:26:32 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8662 , to selected 9010
- Make use of bool even more

Revision 8662 - Directory Listing - [select for diffs]
Modified Sun Nov 18 13:46:57 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8660 , to selected 9010
- m_join.c: remove unused header include

Revision 8660 - Directory Listing - [select for diffs]
Modified Sun Nov 18 12:55:59 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8658 , to selected 9010
- Make use of the bool data type in some more places

Revision 8658 - Directory Listing - [select for diffs]
Modified Mon Nov 12 19:03:09 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8656 , to selected 9010
- Make use of the bool data type in some more places

Revision 8656 - Directory Listing - [select for diffs]
Modified Sun Nov 11 20:19:17 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8653 , to selected 9010
- Make use of the bool data type in some places

Revision 8653 - Directory Listing - [select for diffs]
Modified Sun Nov 11 16:40:11 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8652 , to selected 9010
- Use bool data type in struct Whowas

Revision 8652 - Directory Listing - [select for diffs]
Modified Sun Nov 11 15:20:19 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8649 , to selected 9010
- Use bool data types in some places

Revision 8649 - Directory Listing - [select for diffs]
Modified Sun Nov 11 14:36:15 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8647 , to selected 9010
- channel_mode.c:chm_simple(): remove hardcoded CHACCESS_HALFOP oplevel test to allow channel mode modules to register their own oplevel in the future

Revision 8647 - Directory Listing - [select for diffs]
Modified Sat Nov 10 23:45:24 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8646 , to selected 9010
- Cleanups to add_id and del_id; have these function take a dlink_list pointer to the channel's banmask list

Revision 8646 - Directory Listing - [select for diffs]
Modified Sat Nov 10 23:22:27 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8643 , to selected 9010
- channel_mode.(c|h): get rid of the specialized chm_ban, chm_except, and chm_invex functions and just have chm_mask instead

Revision 8643 - Directory Listing - [select for diffs]
Modified Sat Nov 10 22:11:25 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8642 , to selected 9010
- Use a boolean type for chan_mode::only_servers and chan_mode::only_opers

Revision 8642 - Directory Listing - [select for diffs]
Modified Sat Nov 10 21:55:35 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8640 , to selected 9010
- channel_mode.h: remove excessive const

Revision 8640 - Directory Listing - [select for diffs]
Modified Sat Nov 10 21:51:31 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8637 , to selected 9010
- channel_mode.(c|h): get rid of the specialized chm_op, chm_hop, and chm_voice functions and just have chm_flag instead

Revision 8637 - Directory Listing - [select for diffs]
Modified Sat Nov 10 17:54:47 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8635 , to selected 9010
- ircd_getopt.h: remove unused ENDEBUG from argtype

Revision 8635 - Directory Listing - [select for diffs]
Modified Sat Nov 3 21:53:20 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8634 , to selected 9010
- m_sjoin.c:remove_ban_list(): minor cleanups

Revision 8634 - Directory Listing - [select for diffs]
Modified Sat Nov 3 21:25:08 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8630 , to selected 9010
- m_join.c, m_sjoin.c: cleanup chaotic (re)use of global variables

Revision 8630 - Directory Listing - [select for diffs]
Modified Sat Nov 3 19:27:05 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8628 , to selected 9010
- patricia.c:ascii2prefix(): fixed compile warning

Revision 8628 - Directory Listing - [select for diffs]
Modified Sat Nov 3 18:54:25 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8627 , to selected 9010
- m_nick.c: stylistic changes

Revision 8627 - Directory Listing - [select for diffs]
Modified Sat Nov 3 18:45:16 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8620 , to selected 9010
- hostmask.h: remove mask_addr() prototype

Revision 8620 - Directory Listing - [select for diffs]
Modified Sat Nov 3 17:46:37 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8619 , to selected 9010
- Stylistic changes

Revision 8619 - Directory Listing - [select for diffs]
Modified Sat Nov 3 17:25:48 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8618 , to selected 9010
- m_nick.c: fix compile error

Revision 8618 - Directory Listing - [select for diffs]
Modified Fri Nov 2 23:03:30 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8615 , to selected 9010
- m_nick.c:uid_from_server(): add the ipcache record only if getaddrinfo() doesn't fail

Revision 8615 - Directory Listing - [select for diffs]
Modified Fri Nov 2 20:55:30 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8613 , to selected 9010
- m_server.c: merge 'Simplyify server_check logic, do not use magic constants everywhere' (Adam)

Revision 8613 - Directory Listing - [select for diffs]
Modified Thu Nov 1 16:21:30 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8612 , to selected 9010
- client.h: whitespace cleanups

Revision 8612 - Directory Listing - [select for diffs]
Modified Thu Nov 1 15:59:51 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8611 , to selected 9010
- patricia.c:patricia_clear(): remove commented out xfree(). For this we have patricia_destroy()

Revision 8611 - Directory Listing - [select for diffs]
Modified Thu Nov 1 15:56:52 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8610 , to selected 9010
- ipcache, conf_class: use separate trees for ipv6 and ipv4 addresses. Until fixed, this is to work around a patricia.c limitation/bug where
  a ipv6 and a ipv4 prefix can share the same tree node in case they have the same length and bit pattern.

Revision 8610 - Directory Listing - [select for diffs]
Modified Wed Oct 31 20:28:01 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8609 , to selected 9010
- patricia.c:patricia_clear(): must set patricia->head to NULL

Revision 8609 - Directory Listing - [select for diffs]
Modified Tue Oct 30 07:46:31 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8608 , to selected 9010
- conf_parser.y: run class_ip_limit_rebuild() only in case the class{} settings have changed

Revision 8608 - Directory Listing - [select for diffs]
Modified Mon Oct 29 22:09:25 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8607 , to selected 9010
- class_ip_limit_add, class_ip_limit_remove: use void pointers for 'addr'

Revision 8607 - Directory Listing - [select for diffs]
Modified Mon Oct 29 21:26:54 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8605 , to selected 9010
- Rewrite class based subnet limiting to use a patricia trie

Revision 8605 - Directory Listing - [select for diffs]
Modified Sun Oct 28 19:56:20 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8603 , to selected 9010
- conf_db.c:open_db_read(): simplify

Revision 8603 - Directory Listing - [select for diffs]
Modified Sun Oct 28 19:43:30 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8602 , to selected 9010
- Fixed style inconsistencies in various places

Revision 8602 - Directory Listing - [select for diffs]
Modified Sun Oct 28 18:43:06 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8599 , to selected 9010
- client_svstag.c:svstag_attach(): documentation

Revision 8599 - Directory Listing - [select for diffs]
Modified Sun Oct 28 18:09:37 2018 UTC (6 years, 9 months ago) by michael
Diff to previous 8598 , to selected 9010
- Rename Channel:locmembers to Channel::members_local

Revision 8598 - Directory Listing - [select for diffs]
Modified Mon Oct 22 19:29:20 2018 UTC (6 years, 10 months ago) by michael
Diff to previous 8597 , to selected 9010
- patricia.c: stylistic changes

Revision 8597 - Directory Listing - [select for diffs]
Modified Mon Oct 22 18:53:58 2018 UTC (6 years, 10 months ago) by michael
Diff to previous 8596 , to selected 9010
- patricia.c:ascii2prefix(): don't allow to overflow 'save';  change size of 'save' to INET6_ADDRSTRLEN

Revision 8596 - Directory Listing - [select for diffs]
Modified Mon Oct 22 17:56:33 2018 UTC (6 years, 10 months ago) by michael
Diff to previous 8595 , to selected 9010
- patricia.c:ascii2prefix(): Fix CID 1474567:  Memory - illegal accesses  (RETURN_LOCAL). Using "string", which points to an out-of-scope variable "save".

Revision 8595 - Directory Listing - [select for diffs]
Modified Sun Oct 21 21:08:08 2018 UTC (6 years, 10 months ago) by michael
Diff to previous 8594 , to selected 9010
- patricia.c:comp_with_mask(): fix compile warning with -Wshift-negative-value

Revision 8594 - Directory Listing - [select for diffs]
Modified Sun Oct 21 18:12:06 2018 UTC (6 years, 10 months ago) by michael
Diff to previous 8593 , to selected 9010
- Makefile.am: add patricia.c to ircd_SOURCES

Revision 8593 - Directory Listing - [select for diffs]
Modified Sun Oct 21 18:11:04 2018 UTC (6 years, 10 months ago) by michael
Diff to previous 8592 , to selected 9010
- ipcache: rewrite to use patricia

Revision 8592 - Directory Listing - [select for diffs]
Modified Sun Oct 21 16:02:02 2018 UTC (6 years, 10 months ago) by michael
Diff to previous 8590 , to selected 9010
- patricia: add patricia_make_and_lookup_addr()

Revision 8590 - Directory Listing - [select for diffs]
Modified Sun Oct 21 15:44:08 2018 UTC (6 years, 10 months ago) by michael
Diff to previous 8588 , to selected 9010
- watch: cache hash values

Revision 8588 - Directory Listing - [select for diffs]
Modified Sun Oct 21 10:51:52 2018 UTC (6 years, 10 months ago) by michael
Diff to previous 8557 , to selected 9010
- Sprinkle some assert(); cleanup existing ones

Revision 8557 - Directory Listing - [select for diffs]
Modified Sat Sep 22 21:45:45 2018 UTC (6 years, 11 months ago) by michael
Diff to previous 8542 , to selected 9010
- Minor style corrections

Revision 8542 - Directory Listing - [select for diffs]
Modified Sat Sep 15 14:11:43 2018 UTC (6 years, 11 months ago) by michael
Diff to previous 8540 , to selected 9010
- channel.c:channel_do_join(): deduplicate

Revision 8540 - Directory Listing - [select for diffs]
Modified Mon Apr 30 19:49:16 2018 UTC (7 years, 3 months ago) by michael
Diff to previous 8538 , to selected 9010
- modules.c: style corrections

Revision 8538 - Directory Listing - [select for diffs]
Modified Sun Apr 29 18:09:36 2018 UTC (7 years, 3 months ago) by michael
Diff to previous 8536 , to selected 9010
- s_bsd.c:ssl_handshake: use 'F' instead of 'client_p->connection->fd'

Revision 8536 - Directory Listing - [select for diffs]
Modified Sun Apr 29 17:12:26 2018 UTC (7 years, 3 months ago) by michael
Diff to previous 8533 , to selected 9010
- s_bsd_epoll.c: remove syscall.h header include

Revision 8533 - Directory Listing - [select for diffs]
Modified Sun Apr 29 16:43:06 2018 UTC (7 years, 3 months ago) by michael
Diff to previous 8532 , to selected 9010
- 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 8532 - Directory Listing - [select for diffs]
Modified Sun Apr 29 15:03:39 2018 UTC (7 years, 3 months ago) by michael
Diff to previous 8529 , to selected 9010
- s_bsd_epoll.c: use epoll_create1 w/ EPOLL_CLOEXEC

Revision 8529 - Directory Listing - [select for diffs]
Modified Sun Apr 29 14:29:13 2018 UTC (7 years, 3 months ago) by michael
Diff to previous 8528 , to selected 9010
- s_bsd_epoll.c:comm_setselect(): use memset 0 on 'ep_event'

Revision 8528 - Directory Listing - [select for diffs]
Modified Sun Apr 29 13:59:55 2018 UTC (7 years, 3 months ago) by michael
Diff to previous 8526 , to selected 9010
- Minor cleanup to fd_open()

Revision 8526 - Directory Listing - [select for diffs]
Modified Tue Apr 24 20:33:23 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8524 , to selected 9010
- user.c: style corrections

Revision 8524 - Directory Listing - [select for diffs]
Modified Tue Apr 24 19:55:30 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8522 , to selected 9010
- auth.c: style correction; add some assert() to auth_error()

Revision 8522 - Directory Listing - [select for diffs]
Modified Tue Apr 24 19:48:22 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8520 , to selected 9010
- Style corrections

Revision 8520 - Directory Listing - [select for diffs]
Modified Mon Apr 16 19:32:31 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8518 , to selected 9010
- 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 8518 - Directory Listing - [select for diffs]
Modified Fri Apr 6 22:52:34 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8516 , to selected 9010
- AUTHORS, version.c: purge a bunch of yada yada yada

Revision 8516 - Directory Listing - [select for diffs]
Modified Fri Apr 6 20:17:10 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8513 , to selected 9010
- m_oper.c: oper_up() is called for local clients only; use NULL as first argument to sendto_server()

Revision 8513 - Directory Listing - [select for diffs]
Modified Fri Apr 6 20:15:02 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8512 , to selected 9010
- channel.c: channel_do_join() is called for local clients only; use NULL as first argument to sendto_server()

Revision 8512 - Directory Listing - [select for diffs]
Modified Fri Apr 6 19:28:05 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8510 , to selected 9010
- Style corrections

Revision 8510 - Directory Listing - [select for diffs]
Modified Fri Apr 6 12:55:22 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8508 , to selected 9010
- Further cleanups to log.c

Revision 8508 - Directory Listing - [select for diffs]
Modified Fri Apr 6 12:41:58 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8506 , to selected 9010
- log.c: further cleanups

Revision 8506 - Directory Listing - [select for diffs]
Modified Fri Apr 6 11:43:23 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8504 , to selected 9010
- log.c: cleanups to improve readability; remove pointless log_set_file() call in ilog()

Revision 8504 - Directory Listing - [select for diffs]
Modified Thu Apr 5 14:23:28 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8501 , to selected 9010
- Update reference.conf

Revision 8501 - Directory Listing - [select for diffs]
Modified Thu Apr 5 13:09:40 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8500 , to selected 9010
- Killed Connection::aftype. Use Client::ip.ss.ss_family instead.

Revision 8500 - Directory Listing - [select for diffs]
Modified Thu Apr 5 13:00:49 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8497 , to selected 9010
- Killed Connection::aftype. Use Client::ip.ss.ss_family instead.

Revision 8497 - Directory Listing - [select for diffs]
Modified Thu Apr 5 12:47:26 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8496 , to selected 9010
- Recreate autogenerated files

Revision 8496 - Directory Listing - [select for diffs]
Modified Thu Apr 5 12:46:00 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8493 , to selected 9010
- Killed userhost.c. Rewrote everything to use ipcache.c

Revision 8493 - Directory Listing - [select for diffs]
Modified Wed Apr 4 22:21:19 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8491 , to selected 9010
- m_unresv.c: stylistic changes

Revision 8491 - Directory Listing - [select for diffs]
Modified Wed Apr 4 22:02:58 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8488 , to selected 9010
- pseudo {} blocks aka services aliases are now reported via "STATS s"

Revision 8488 - Directory Listing - [select for diffs]
Modified Wed Apr 4 16:56:09 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8485 , to selected 9010
- m_knock.c: avoid indexing parv[] multiple times

Revision 8485 - Directory Listing - [select for diffs]
Modified Wed Apr 4 15:11:40 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8484 , to selected 9010
- propset

Revision 8484 - Directory Listing - [select for diffs]
Modified Wed Apr 4 15:08:59 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8481 , to selected 9010
- Move svstag related code into its own files

Revision 8481 - Directory Listing - [select for diffs]
Modified Wed Apr 4 14:18:04 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8479 , to selected 9010
- m_whois.c:whois_person(): services clients are now tagged with 'is a Network Service' in "WHOIS"

Revision 8479 - Directory Listing - [select for diffs]
Modified Tue Apr 3 17:03:47 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8475 , to selected 9010
- Documentation changes

Revision 8475 - Directory Listing - [select for diffs]
Modified Tue Apr 3 13:57:21 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8474 , to selected 9010
- autoreconf

Revision 8474 - Directory Listing - [select for diffs]
Modified Tue Apr 3 13:56:59 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8473 , to selected 9010
- configure.ac: remove -fno-strict-aliasing from cflags

Revision 8473 - Directory Listing - [select for diffs]
Modified Tue Apr 3 12:54:54 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8470 , to selected 9010
- conf_gecos.c, conf_resv.c: stylistic changes

Revision 8470 - Directory Listing - [select for diffs]
Modified Tue Apr 3 12:05:32 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8468 , to selected 9010
- auth.c: deduplicate; minor cleanups

Revision 8468 - Directory Listing - [select for diffs]
Modified Tue Apr 3 11:23:28 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8466 , to selected 9010
- Implemented channel mode 'N' which prevents users from changing their nick while in a channel with that mode set

Revision 8466 - Directory Listing - [select for diffs]
Modified Mon Apr 2 14:04:45 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8464 , to selected 9010
- s_bsd_epoll.c:comm_setselect(): add assert()

Revision 8464 - Directory Listing - [select for diffs]
Modified Sun Apr 1 12:33:41 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8462 , to selected 9010
- m_svskill.c: cleanup ms_svskill(). args_min is 3 now. A TS argument is now always required, but it can be 0

Revision 8462 - Directory Listing - [select for diffs]
Modified Sat Mar 31 15:43:00 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8459 , to selected 9010
- conf_pseudo.c:pseudo_message_handler(): stylistic changes

Revision 8459 - Directory Listing - [select for diffs]
Modified Sat Mar 31 15:35:52 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8458 , to selected 9010
- Recreate conf_parser

Revision 8458 - Directory Listing - [select for diffs]
Modified Sat Mar 31 15:34:53 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8455 , to selected 9010
- Move pseudot_stats() to m_stats.c

Revision 8455 - Directory Listing - [select for diffs]
Modified Fri Mar 30 16:45:18 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8453 , to selected 9010
- m_stats.c:stats_tab[]: who would have thought that R comes right after Q

Revision 8453 - Directory Listing - [select for diffs]
Modified Fri Mar 30 16:42:33 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8451 , to selected 9010
- 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 8451 - Directory Listing - [select for diffs]
Modified Fri Mar 30 15:15:15 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8449 , to selected 9010
- conf.c:clear_out_old_conf(): free ConfigServerHide.hidden_name

Revision 8449 - Directory Listing - [select for diffs]
Modified Fri Mar 30 11:40:25 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8447 , to selected 9010
- m_die(), m_restart(): don't give any hints about how to use this command if missing the server name parameter. Just send ERR_NEEDMOREPARAMS.

Revision 8447 - Directory Listing - [select for diffs]
Modified Fri Mar 30 11:36:17 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8444 , to selected 9010
- Stylistic changes

Revision 8444 - Directory Listing - [select for diffs]
Modified Fri Mar 30 11:07:03 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8443 , to selected 9010
- autreconf

Revision 8443 - Directory Listing - [select for diffs]
Modified Fri Mar 30 11:06:31 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8441 , to selected 9010
- ax_arg_enable_warnings.m4: add -Wshift-negative-value

Revision 8441 - Directory Listing - [select for diffs]
Modified Thu Mar 29 13:15:15 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8439 , to selected 9010
- m_ison(), m_userhost(): const correctness

Revision 8439 - Directory Listing - [select for diffs]
Modified Thu Mar 29 13:07:32 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8437 , to selected 9010
- Add channel_get_list() to channel.c which should be used when accessing channel_list outside of channel.c

Revision 8437 - Directory Listing - [select for diffs]
Modified Thu Mar 29 09:05:34 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8435 , to selected 9010
- Stylistic changes

Revision 8435 - Directory Listing - [select for diffs]
Modified Tue Mar 27 20:14:26 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8433 , to selected 9010
- conf_gecos.c: remove unused header include

Revision 8433 - Directory Listing - [select for diffs]
Modified Tue Mar 27 20:10:26 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8431 , to selected 9010
- Allow a matching function to be passed to conf_service.c:service_find()

Revision 8431 - Directory Listing - [select for diffs]
Modified Tue Mar 27 18:49:15 2018 UTC (7 years, 4 months ago) by michael
Diff to previous 8429 , to selected 9010
- Stylistic changes

Revision 8429 - Directory Listing - [select for diffs]
Modified Mon Mar 26 10:28:04 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8426 , to selected 9010
- Update NEWS file

Revision 8426 - Directory Listing - [select for diffs]
Modified Sun Mar 25 17:46:15 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8423 , to selected 9010
- Rename some functions to comply with naming convention

Revision 8423 - Directory Listing - [select for diffs]
Modified Sat Mar 24 19:11:49 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8422 , to selected 9010
- m_server.c:ms_sid(): removed outdated/invalid comment

Revision 8422 - Directory Listing - [select for diffs]
Modified Sat Mar 24 18:55:07 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8419 , to selected 9010
- m_server.c:ms_sid(): use source_p->from instead of client_p

Revision 8419 - Directory Listing - [select for diffs]
Modified Sat Mar 24 18:49:11 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8418 , to selected 9010
- m_server.c:server_estab(): removed outdated/invalid comment

Revision 8418 - Directory Listing - [select for diffs]
Modified Sat Mar 24 18:40:36 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8416 , to selected 9010
- Remove fd-management.txt hostmask.txt index.txt network.txt send.txt from doc/technical/

Revision 8416 - Directory Listing - [select for diffs]
Modified Sat Mar 24 18:37:29 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8414 , to selected 9010
- Remove CHW and HOPS server capabilities. These are mandatory for quite some time now.

Revision 8414 - Directory Listing - [select for diffs]
Modified Thu Mar 22 18:11:39 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8412 , to selected 9010
- Rename some functions to comply with naming convention

Revision 8412 - Directory Listing - [select for diffs]
Modified Wed Mar 21 17:20:03 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8409 , to selected 9010
- ircd_signal.c:setup_signals(): use NULL instead of 0 as third argument for sigaction()

Revision 8409 - Directory Listing - [select for diffs]
Modified Wed Mar 21 16:55:33 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8407 , to selected 9010
- m_stats.c:stats_tstats(): fixed 'unknown closes' statistic; minor cleanup

Revision 8407 - Directory Listing - [select for diffs]
Modified Mon Mar 19 19:40:05 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8405 , to selected 9010
- m_userhost.c:m_userhost(): removed pointless MyConnect() test which is a lazylink leftover

Revision 8405 - Directory Listing - [select for diffs]
Modified Mon Mar 19 19:34:07 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8403 , to selected 9010
- m_userhost.c:m_userhost(): changed size of 'response' buffer to something more sane

Revision 8403 - Directory Listing - [select for diffs]
Modified Sun Mar 18 19:14:36 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8401 , to selected 9010
- server.c:serv_connect_callback, finish_ssl_server_handshake: cleanups; immediately continue with read_packet()

Revision 8401 - Directory Listing - [select for diffs]
Modified Sun Mar 18 16:49:29 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8399 , to selected 9010
- client.c:client_free(): remove some assert() that are now no longer valid

Revision 8399 - Directory Listing - [select for diffs]
Modified Sun Mar 18 14:43:15 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8397 , to selected 9010
- client.c:dead_link_on_read(): replace two report_error with a sendto_realops_flags/ilog combo

Revision 8397 - Directory Listing - [select for diffs]
Modified Sun Mar 18 13:47:58 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8395 , to selected 9010
- list.c: revert 'dlinkDelete(): reset m->data as well'

Revision 8395 - Directory Listing - [select for diffs]
Modified Sun Mar 18 13:14:35 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8393 , to selected 9010
- Rename attach_conf() -> conf_attach(), detach_conf() -> conf_detach(); clean up documentation

Revision 8393 - Directory Listing - [select for diffs]
Modified Sun Mar 18 12:54:22 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8391 , to selected 9010
- Move close_connection() from s_bsd.c to client.c

Revision 8391 - Directory Listing - [select for diffs]
Modified Sat Mar 17 21:45:30 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8389 , to selected 9010
- Clean up some awful CONF_SERVER handling in serv_connect()

Revision 8389 - Directory Listing - [select for diffs]
Modified Fri Mar 16 20:23:22 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8387 , to selected 9010
- hash.c:free_list_task(): properly unlink nodes from their lists even though memory is freed solely for debugging purposes

Revision 8387 - Directory Listing - [select for diffs]
Modified Fri Mar 16 20:10:48 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8385 , to selected 9010
- autoreconf

Revision 8385 - Directory Listing - [select for diffs]
Modified Fri Mar 16 20:09:55 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8383 , to selected 9010
- Rip out mempool

Revision 8383 - Directory Listing - [select for diffs]
Modified Wed Mar 14 14:11:46 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8381 , to selected 9010
- s_bsd_epoll.c, s_bsd_kqueue.c: make use of epoll_event.data.ptr and kevent.udata

Revision 8381 - Directory Listing - [select for diffs]
Modified Mon Mar 12 19:23:49 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8379 , to selected 9010
- defaults.h: change NETWORK_NAME_DEFAULT and NETWORK_DESC_DEFAULT

Revision 8379 - Directory Listing - [select for diffs]
Modified Sun Mar 11 14:57:20 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8377 , to selected 9010
- Move fd_dump() to m_stats.c; rename it to stats_fdlist()

Revision 8377 - Directory Listing - [select for diffs]
Modified Sat Mar 10 19:44:32 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8373 , to selected 9010
- client.c: moved clear_invite_list(), and del_all_accepts() calls from exit_one_client() to exit_client()

Revision 8373 - Directory Listing - [select for diffs]
Modified Fri Mar 9 20:08:01 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8370 , to selected 9010
- Fixed bug spotted by Erick J. Velez where ircd would not remove RPL_WHOISOPERATOR based svstags when deoppering.

Revision 8370 - Directory Listing - [select for diffs]
Modified Wed Mar 7 18:56:33 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8369 , to selected 9010
- autoreconf

Revision 8369 - Directory Listing - [select for diffs]
Modified Wed Mar 7 18:56:10 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8367 , to selected 9010
- Move 'gcc_stack_protect' to 'ax_gcc_stack_protect'

Revision 8367 - Directory Listing - [select for diffs]
Modified Mon Mar 5 19:51:42 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8365 , to selected 9010
- "JOIN 0" is now no longer supported

Revision 8365 - Directory Listing - [select for diffs]
Modified Sun Mar 4 17:59:17 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8363 , to selected 9010
- fdlist.c: remove unused header includes

Revision 8363 - Directory Listing - [select for diffs]
Modified Sun Mar 4 14:27:01 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8361 , to selected 9010
- res.c:restart_resolver(): Added sanity test. ResolverFileDescriptor might be NULL at this point

Revision 8361 - Directory Listing - [select for diffs]
Modified Sun Mar 4 14:22:42 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8359 , to selected 9010
- auth.c: added some assert()

Revision 8359 - Directory Listing - [select for diffs]
Modified Sun Mar 4 14:19:23 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8356 , to selected 9010
- Update INSTALL and README

Revision 8356 - Directory Listing - [select for diffs]
Modified Sun Mar 4 13:57:08 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8355 , to selected 9010
- autoreconf

Revision 8355 - Directory Listing - [select for diffs]
Modified Sun Mar 4 13:56:48 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8351 , to selected 9010
- Moved AC_DEFINE_DIR to AX_DEFINE_DIR

Revision 8351 - Directory Listing - [select for diffs]
Modified Sun Mar 4 13:27:35 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8349 , to selected 9010
- mempool.c:mp_pool_init(): fixed compile warning with --disable-mempool

Revision 8349 - Directory Listing - [select for diffs]
Modified Sun Mar 4 13:24:03 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8347 , to selected 9010
- Style corrections

Revision 8347 - Directory Listing - [select for diffs]
Modified Sun Mar 4 00:17:43 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8345 , to selected 9010
- auth.c:make_auth(): fixes to previous commit

Revision 8345 - Directory Listing - [select for diffs]
Modified Sun Mar 4 00:06:22 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8342 , to selected 9010
- auth.c:make_auth(): properly assign 'auth' to 'auth->client->connection->auth'

Revision 8342 - Directory Listing - [select for diffs]
Modified Sat Mar 3 23:22:19 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8341 , to selected 9010
- s_bsd_kqueue.c:comm_select(): fixed another compile error

Revision 8341 - Directory Listing - [select for diffs]
Modified Sat Mar 3 23:13:25 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8339 , to selected 9010
- s_bsd_kqueue.c:comm_select(): fixed build

Revision 8339 - Directory Listing - [select for diffs]
Modified Sat Mar 3 22:47:06 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8337 , to selected 9010
- 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 8337 - Directory Listing - [select for diffs]
Modified Thu Mar 1 23:06:49 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8335 , to selected 9010
- client.c:client_free(): fixed assert() broken by previous commit

Revision 8335 - Directory Listing - [select for diffs]
Modified Thu Mar 1 22:11:48 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8333 , to selected 9010
- client.c:client_free(): inspect most of the relevant 'struct Client' and 'struct Connection' members

Revision 8333 - Directory Listing - [select for diffs]
Modified Thu Mar 1 20:40:51 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8330 , to selected 9010
- client.h: removed 'country_id' libgeoip leftover from Client struct

Revision 8330 - Directory Listing - [select for diffs]
Modified Wed Feb 28 21:32:12 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8329 , to selected 9010
- autoreconf

Revision 8329 - Directory Listing - [select for diffs]
Modified Wed Feb 28 21:31:17 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8326 , to selected 9010
- Add --enable-efence switch to allow easy linking with the electric fence memory debugger library

Revision 8326 - Directory Listing - [select for diffs]
Modified Wed Feb 28 19:53:02 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8325 , to selected 9010
- autoreconf

Revision 8325 - Directory Listing - [select for diffs]
Modified Wed Feb 28 19:52:33 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8322 , to selected 9010
- The memory pooling allocator can be disabled with the --disable-mempool switch now

Revision 8322 - Directory Listing - [select for diffs]
Modified Wed Feb 28 19:15:40 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8321 , to selected 9010
- ax_append_compile_flags.m4: update to latest version

Revision 8321 - Directory Listing - [select for diffs]
Modified Wed Feb 28 19:13:41 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8318 , to selected 9010
- ax_arg_enable_warnings.m4: add -Wduplicated-cond

Revision 8318 - Directory Listing - [select for diffs]
Modified Wed Feb 28 17:50:27 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8315 , to selected 9010
- Recreate parser files

Revision 8315 - Directory Listing - [select for diffs]
Modified Wed Feb 28 17:48:10 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8314 , to selected 9010
- autoreconf

Revision 8314 - Directory Listing - [select for diffs]
Modified Wed Feb 28 17:47:23 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8311 , to selected 9010
- Remove experimental libgeoip support

Revision 8311 - Directory Listing - [select for diffs]
Modified Wed Feb 28 16:55:06 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8310 , to selected 9010
- client.c:client_free(): set client_p->connection = NULL after freeing it

Revision 8310 - Directory Listing - [select for diffs]
Modified Wed Feb 28 16:46:13 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8307 , to selected 9010
- Clean up remaining sizeof() to sizeof(variable)

Revision 8307 - Directory Listing - [select for diffs]
Modified Tue Feb 27 21:19:21 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8306 , to selected 9010
- s_bsd.c: removed useless auth.h header include

Revision 8306 - Directory Listing - [select for diffs]
Modified Tue Feb 27 21:18:34 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8304 , to selected 9010
- auth.h, auth.c: reformating; rename some functions to comply with naming convention

Revision 8304 - Directory Listing - [select for diffs]
Modified Tue Feb 27 20:05:58 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8302 , to selected 9010
- auth.h, auth.c: made release_auth_client() 'static'; removed declaration in auth.h

Revision 8302 - Directory Listing - [select for diffs]
Modified Sun Feb 25 14:45:07 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8300 , to selected 9010
- m_help.c:do_help(): silence some valgrind warning

Revision 8300 - Directory Listing - [select for diffs]
Modified Sun Feb 25 13:05:46 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8298 , to selected 9010
- auth.c:auth_delete(): clear AM_DOING_AUTH, and AM_DNS_PENDING flags as appropriate

Revision 8298 - Directory Listing - [select for diffs]
Modified Sun Feb 25 11:15:47 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8296 , to selected 9010
- auth.c:release_auth_client(): use the AddFlag macro

Revision 8296 - Directory Listing - [select for diffs]
Modified Sun Feb 25 10:20:19 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8294 , to selected 9010
- list.c:dlinkDelete(): added assert()

Revision 8294 - Directory Listing - [select for diffs]
Modified Sun Feb 25 09:48:33 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8292 , to selected 9010
- client.c:exit_client(): added assert(); style correction

Revision 8292 - Directory Listing - [select for diffs]
Modified Sun Feb 25 09:38:29 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8290 , to selected 9010
- client.c:exit_aborted_clients(): deduplicate

Revision 8290 - Directory Listing - [select for diffs]
Modified Sun Feb 25 09:34:06 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8288 , to selected 9010
- list.c:dlinkDelete(): reset m->data as well

Revision 8288 - Directory Listing - [select for diffs]
Modified Sat Feb 24 20:10:23 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8286 , to selected 9010
- client.c:client_free(): fixed compile error introduced by previous changes

Revision 8286 - Directory Listing - [select for diffs]
Modified Sat Feb 24 19:42:02 2018 UTC (7 years, 5 months ago) by michael
Diff to previous 8284 , to selected 9010
- client.c:client_free(): sprinkle some assert()

Revision 8284 - Directory Listing - [select for diffs]
Modified Sat Feb 24 16:48:35 2018 UTC (7 years, 6 months ago) by michael
Diff to previous 8282 , to selected 9010
- mempool.c:mp_pool_new(): minor clarification in some debug log message

Revision 8282 - Directory Listing - [select for diffs]
Modified Fri Feb 23 17:24:28 2018 UTC (7 years, 6 months ago) by michael
Diff to previous 8279 , to selected 9010
- ircd.c:main(): show 'ircd_version' and 'serno' in 'Server ready' message

Revision 8279 - Directory Listing - [select for diffs]
Modified Tue Feb 20 19:30:13 2018 UTC (7 years, 6 months ago) by michael
Diff to previous 8278 , to selected 9010
- Update copyright years

Revision 8278 - Directory Listing - [select for diffs]
Modified Tue Feb 20 19:16:19 2018 UTC (7 years, 6 months ago) by michael
Diff to previous 8276 , to selected 9010
- m_trace.c:do_trace(): 'tab' should be const here

Revision 8276 - Directory Listing - [select for diffs]
Modified Wed Sep 27 18:53:50 2017 UTC (7 years, 10 months ago) by michael
Diff to previous 8274 , to selected 9010
- channel.c:check_spambot_warning(): stylistic changes; improve readability

Revision 8274 - Directory Listing - [select for diffs]
Modified Wed Sep 27 18:45:51 2017 UTC (7 years, 10 months ago) by michael
Diff to previous 8272 , to selected 9010
- channel.c:check_spambot_warning(): remove extraneous parentheses

Revision 8272 - Directory Listing - [select for diffs]
Modified Wed Jul 19 18:59:30 2017 UTC (8 years, 1 month ago) by michael
Diff to previous 8270 , to selected 9010
- Update INSTALL file; clarification on the --enable-debugging switch.

Revision 8270 - Directory Listing - [select for diffs]
Modified Fri Jun 23 17:21:34 2017 UTC (8 years, 2 months ago) by michael
Diff to previous 8267 , to selected 9010
- motd.c:motd_lookup(): fixed indentation

Revision 8267 - Directory Listing - [select for diffs]
Modified Sat Jun 3 20:28:42 2017 UTC (8 years, 2 months ago) by michael
Diff to previous 8265 , to selected 9010
- m_webirc.c: from p4: don't allow ips to begin with :

Revision 8265 - Directory Listing - [select for diffs]
Modified Sat Jun 3 20:11:37 2017 UTC (8 years, 2 months ago) by michael
Diff to previous 8263 , to selected 9010
- s_bsd.c: from p4: add_connection(): clean up logic for ips beginning with :

Revision 8263 - Directory Listing - [select for diffs]
Modified Thu May 25 16:09:15 2017 UTC (8 years, 3 months ago) by michael
Diff to previous 8260 , to selected 9010
- m_trace.c:do_trace(): restore H6 behavior where the RPL_TRACECLASS list would be sent only on a full TRACE list

Revision 8260 - Directory Listing - [select for diffs]
Modified Thu May 25 15:47:46 2017 UTC (8 years, 3 months ago) by michael
Diff to previous 8259 , to selected 9010
- m_encap.c: fixed comments

Revision 8259 - Directory Listing - [select for diffs]
Modified Thu May 25 15:47:26 2017 UTC (8 years, 3 months ago) by michael
Diff to previous 8257 , to selected 9010
- m_etrace.c:do_etrace(): cleanups

Revision 8257 - Directory Listing - [select for diffs]
Modified Thu May 25 12:19:26 2017 UTC (8 years, 3 months ago) by michael
Diff to previous 8255 , to selected 9010
- m_trace.c:do_trace(): cleanup/deduplicate

Revision 8255 - Directory Listing - [select for diffs]
Modified Wed May 24 17:08:47 2017 UTC (8 years, 3 months ago) by michael
Diff to previous 8253 , to selected 9010
- Change RPL_WELCOME to rfc2812 style now that we have the realhost information in Client::realhost

Revision 8253 - Directory Listing - [select for diffs]
Modified Mon May 22 19:29:26 2017 UTC (8 years, 3 months ago) by michael
Diff to previous 8251 , to selected 9010
- Have s_bsd.c:comm_accept() take a fde_t pointer instead of a struct Listener

Revision 8251 - Directory Listing - [select for diffs]
Modified Sat May 20 16:40:53 2017 UTC (8 years, 3 months ago) by michael
Diff to previous 8249 , to selected 9010
- channel_mode.c:set_channel_mode(): use explicit NULL

Revision 8249 - Directory Listing - [select for diffs]
Modified Mon May 15 17:19:41 2017 UTC (8 years, 3 months ago) by michael
Diff to previous 8245 , to selected 9010
- m_encap.c: documenting

Revision 8245 - Directory Listing - [select for diffs]
Modified Mon May 15 17:09:05 2017 UTC (8 years, 3 months ago) by michael
Diff to previous 8243 , to selected 9010
- flex 2.6.4

Revision 8243 - Directory Listing - [select for diffs]
Modified Wed Apr 19 13:13:52 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8227 , to selected 9010
- m_webirc.c:mr_webirc(): set source_p->realhost here too

Revision 8227 - Directory Listing - [select for diffs]
Modified Mon Apr 17 09:33:45 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8223 , to selected 9010
- channel_mode.c:channel_modes(): fixed invalid test

Revision 8223 - Directory Listing - [select for diffs]
Modified Sun Apr 16 12:54:01 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8218 , to selected 9010
- client.c, user.c: show the real host in client connect/exit notices

Revision 8218 - Directory Listing - [select for diffs]
Modified Sun Apr 16 12:31:22 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8217 , to selected 9010
- auth.c: add documentation

Revision 8217 - Directory Listing - [select for diffs]
Modified Sun Apr 16 12:19:09 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8214 , to selected 9010
- auth.c: have auth_dns_callback() to check for invalid hostnames rather than in user.c:register_local_user()

Revision 8214 - Directory Listing - [select for diffs]
Modified Sun Apr 16 11:44:44 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8211 , to selected 9010
- 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 8211 - Directory Listing - [select for diffs]
Modified Sun Apr 16 10:49:49 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8210 , to selected 9010
- client.h: remove outdated comment on Client.host

Revision 8210 - Directory Listing - [select for diffs]
Modified Sun Apr 16 10:46:46 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8196 , to selected 9010
- Remove UMODE_HIDDENHOST as we don't need a separat mode for that

Revision 8196 - Directory Listing - [select for diffs]
Modified Sat Apr 15 17:48:53 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8172 , to selected 9010
- user.h: remove prototypes for functions that no longer exist

Revision 8172 - Directory Listing - [select for diffs]
Modified Sun Apr 9 16:16:29 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8170 , to selected 9010
- server_capab.h, server_capab.c: propset

Revision 8170 - Directory Listing - [select for diffs]
Modified Sun Apr 9 16:14:09 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8167 , to selected 9010
- Add server_capab files

Revision 8167 - Directory Listing - [select for diffs]
Modified Sun Apr 9 16:10:24 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8166 , to selected 9010
- autoreconf

Revision 8166 - Directory Listing - [select for diffs]
Modified Sun Apr 9 16:09:54 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8161 , to selected 9010
- Move all CAPAB related code to server_capab.c, and server_capab.h

Revision 8161 - Directory Listing - [select for diffs]
Modified Sun Apr 9 11:27:54 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8160 , to selected 9010
- irc_string.c: sync strlcpy() and strlcat() with latest versions from openbsd

Revision 8160 - Directory Listing - [select for diffs]
Modified Sun Apr 9 10:24:39 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8157 , to selected 9010
- channel_mode.c: replace some two-case switches with just a small if/else if

Revision 8157 - Directory Listing - [select for diffs]
Modified Sat Apr 8 19:39:33 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8097 , to selected 9010
- Update Riedel's email address

Revision 8097 - Directory Listing - [select for diffs]
Modified Sat Apr 1 20:06:37 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8095 , to selected 9010
- channel_mode.c:chm_simple(): drop redundant mode changes; deduplicate

Revision 8095 - Directory Listing - [select for diffs]
Modified Wed Mar 29 13:47:38 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8092 , to selected 9010
- Fixed NULL pointer dereference in chm_nosuch()

Revision 8092 - Directory Listing - [select for diffs]
Modified Wed Mar 29 13:16:56 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8091 , to selected 9010
- channel_mode.c:cmode_tab[]: use designated initializers

Revision 8091 - Directory Listing - [select for diffs]
Modified Wed Mar 29 12:50:17 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8089 , to selected 9010
- Get rid of chm_registered() and chm_simple_oper()

Revision 8089 - Directory Listing - [select for diffs]
Modified Wed Mar 29 12:22:47 2017 UTC (8 years, 4 months ago) by michael
Diff to previous 8086 , to selected 9010
- Cleanup channel mode table handling

Revision 8086 - Directory Listing - [select for diffs]
Modified Sun Mar 26 10:55:11 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8084 , to selected 9010
- Update NEWS file

Revision 8084 - Directory Listing - [select for diffs]
Modified Sun Mar 26 10:15:47 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8082 , to selected 9010
- Add RPL_ETRACEEND numeric taken from irc2.11

Revision 8082 - Directory Listing - [select for diffs]
Modified Sat Mar 25 20:37:34 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8080 , to selected 9010
- m_trace.c: reformatting

Revision 8080 - Directory Listing - [select for diffs]
Modified Sat Mar 25 20:09:14 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8078 , to selected 9010
- m_etrace.c:do_etrace(): get remote ETRACE to work properly

Revision 8078 - Directory Listing - [select for diffs]
Modified Sat Mar 25 19:51:58 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8076 , to selected 9010
- m_etrace.c:do_etrace(): cleanup function arguments

Revision 8076 - Directory Listing - [select for diffs]
Modified Sat Mar 25 19:49:44 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8074 , to selected 9010
- m_trace.c: rename do_actual_trace() to do_trace(); cleanup function arguments

Revision 8074 - Directory Listing - [select for diffs]
Modified Sat Mar 25 19:42:51 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8072 , to selected 9010
- m_module.c:module_reload(): use EXIT_FAILURE for exit()

Revision 8072 - Directory Listing - [select for diffs]
Modified Sat Mar 25 19:37:56 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8069 , to selected 9010
- m_etrace.c: use me.name for RPL_TRACEEND

Revision 8069 - Directory Listing - [select for diffs]
Modified Thu Mar 23 17:56:31 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8066 , to selected 9010
- m_trace.c: kill ms_trace() not really needed

Revision 8066 - Directory Listing - [select for diffs]
Modified Thu Mar 23 17:38:28 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8065 , to selected 9010
- m_etrace.c: add support for remote ETRACE

Revision 8065 - Directory Listing - [select for diffs]
Modified Thu Mar 23 17:27:48 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8063 , to selected 9010
- m_trace.c: documentation

Revision 8063 - Directory Listing - [select for diffs]
Modified Thu Mar 23 17:13:50 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8061 , to selected 9010
- Add UMODE_MAX_STR enum to user.h and make use of it in relevant places

Revision 8061 - Directory Listing - [select for diffs]
Modified Thu Mar 23 16:52:24 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8059 , to selected 9010
- user.c:show_lusers(): get rid of redundant tests

Revision 8059 - Directory Listing - [select for diffs]
Modified Thu Mar 23 16:13:39 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8057 , to selected 9010
- Fixed style inconsistencies in various places

Revision 8057 - Directory Listing - [select for diffs]
Modified Wed Mar 22 18:36:41 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8055 , to selected 9010
- m_info.c: clarification on 'failed_oper_notice'

Revision 8055 - Directory Listing - [select for diffs]
Modified Wed Mar 22 17:54:14 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8053 , to selected 9010
- Update modes.txt

Revision 8053 - Directory Listing - [select for diffs]
Modified Wed Mar 22 17:48:25 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8051 , to selected 9010
- numeric.c: add channel modes 'Lu' to RPL_MYINFO

Revision 8051 - Directory Listing - [select for diffs]
Modified Sun Mar 19 11:25:46 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8047 , to selected 9010
- channel_mode.c: constification; remove useless comments

Revision 8047 - Directory Listing - [select for diffs]
Modified Sat Mar 18 18:09:01 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8046 , to selected 9010
- Rebuilt configuration parser files

Revision 8046 - Directory Listing - [select for diffs]
Modified Sat Mar 18 18:07:45 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8044 , to selected 9010
- 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 8044 - Directory Listing - [select for diffs]
Modified Sat Mar 18 16:52:10 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8042 , to selected 9010
- Add chptr->mode.mode manipulation macros

Revision 8042 - Directory Listing - [select for diffs]
Modified Sat Mar 18 16:32:07 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8040 , to selected 9010
- channel_mode.h, channel_mode.c: use 'unsigned' in some places

Revision 8040 - Directory Listing - [select for diffs]
Modified Sat Mar 18 16:20:24 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8038 , to selected 9010
- Implement channel mode 'u' which hides bmasks (+b/+e/+I) to non-chanops everywhere

Revision 8038 - Directory Listing - [select for diffs]
Modified Fri Mar 17 22:28:19 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8036 , to selected 9010
- configure.ac: remove test for sys/resource.h

Revision 8036 - Directory Listing - [select for diffs]
Modified Fri Mar 17 17:49:22 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8034 , to selected 9010
- send.c: replace IsDefunct() test in sendto_wallops_flags(), and sendto_realops_flags() with just IsDead()

Revision 8034 - Directory Listing - [select for diffs]
Modified Fri Mar 17 17:34:54 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8032 , to selected 9010
- send.c:sendto_realops_flags(): only allocate a single dbuf_block instead of multiple ones depending on how many recipient there are

Revision 8032 - Directory Listing - [select for diffs]
Modified Fri Mar 17 16:16:14 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8030 , to selected 9010
- m_ison.c, m_userhost.c: fixed style inconsistencies

Revision 8030 - Directory Listing - [select for diffs]
Modified Fri Mar 17 15:57:01 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8027 , to selected 9010
- send.c:sendto_realops_flags(): initialize 'ntype' with "???"

Revision 8027 - Directory Listing - [select for diffs]
Modified Fri Mar 17 15:36:32 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8026 , to selected 9010
- channel.c:channel_make(): commenting

Revision 8026 - Directory Listing - [select for diffs]
Modified Fri Mar 17 15:34:00 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8024 , to selected 9010
- m_xline.c: fixed style inconsistencies

Revision 8024 - Directory Listing - [select for diffs]
Modified Fri Mar 17 15:04:35 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8022 , to selected 9010
- channel.c: fixed style inconsistencies

Revision 8022 - Directory Listing - [select for diffs]
Modified Thu Mar 16 21:03:07 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8020 , to selected 9010
- 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 8020 - Directory Listing - [select for diffs]
Modified Thu Mar 16 18:45:15 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8018 , to selected 9010
- channel_mode.c:send_mode_changes_client(): remove senseless code

Revision 8018 - Directory Listing - [select for diffs]
Modified Thu Mar 16 16:42:13 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8016 , to selected 9010
- channel_mode.c:chm_ban, chm_except, chm_invex: add some comments about the max length of 'mask'

Revision 8016 - Directory Listing - [select for diffs]
Modified Thu Mar 16 16:27:09 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8014 , to selected 9010
- channel_mode.c: send_mode_changes_(client|server): remove length test on parabuf; minor other cleanups

Revision 8014 - Directory Listing - [select for diffs]
Modified Thu Mar 16 16:03:17 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8012 , to selected 9010
- channel_mode.c: send_mode_changes_(client|server): rename variables; 'nc' -> 'modecount', 'mc' -> 'paracount'

Revision 8012 - Directory Listing - [select for diffs]
Modified Thu Mar 16 15:48:04 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8010 , to selected 9010
- 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 8010 - Directory Listing - [select for diffs]
Modified Wed Mar 15 13:41:42 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8007 , to selected 9010
- Remove some pointless/outdated comments

Revision 8007 - Directory Listing - [select for diffs]
Modified Tue Mar 14 15:29:49 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8005 , to selected 9010
- m_trace.c: use me.name for RPL_TRACEEND

Revision 8005 - Directory Listing - [select for diffs]
Modified Tue Mar 14 14:32:35 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8003 , to selected 9010
- m_server.c: stylistic changes

Revision 8003 - Directory Listing - [select for diffs]
Modified Tue Mar 14 14:21:14 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 8001 , to selected 9010
- Removed CAPAB_IE and CAPAB_EX. These are mandatory for some years now.

Revision 8001 - Directory Listing - [select for diffs]
Modified Tue Mar 14 14:12:31 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7999 , to selected 9010
- Fixed old bug where lusers/stats u would report an invalid max local connection count in RPL_STATSCONN

Revision 7999 - Directory Listing - [select for diffs]
Modified Tue Mar 14 13:50:59 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7997 , to selected 9010
- Removed redundant 'Count.max_loc_cli'; use 'Count.max_loc' instead

Revision 7997 - Directory Listing - [select for diffs]
Modified Tue Mar 14 13:17:52 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7995 , to selected 9010
- Rename get_client_name() to client_get_name()

Revision 7995 - Directory Listing - [select for diffs]
Modified Tue Mar 14 12:36:04 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7992 , to selected 9010
- server.c: stylistic changes

Revision 7992 - Directory Listing - [select for diffs]
Modified Tue Mar 14 12:28:12 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7991 , to selected 9010
- m_pass.c: remove unused header includes

Revision 7991 - Directory Listing - [select for diffs]
Modified Tue Mar 14 12:22:18 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7989 , to selected 9010
- server.c:server_hunt(): use 'tmp' instead of 'node->data'

Revision 7989 - Directory Listing - [select for diffs]
Modified Tue Mar 14 00:39:56 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7987 , to selected 9010
- m_whowas.c:do_whowas(): rename variable

Revision 7987 - Directory Listing - [select for diffs]
Modified Tue Mar 14 00:28:58 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7985 , to selected 9010
- client.c: stylistic changes

Revision 7985 - Directory Listing - [select for diffs]
Modified Tue Mar 14 00:11:26 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7983 , to selected 9010
- numeric.c: made ERR_SSLONLYCHAN more descriptive as requested by r0d3nt

Revision 7983 - Directory Listing - [select for diffs]
Modified Mon Mar 13 23:47:19 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7981 , to selected 9010
- m_stats.c:stats_memory(): optimizations

Revision 7981 - Directory Listing - [select for diffs]
Modified Mon Mar 13 23:37:34 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7979 , to selected 9010
- m_stats.c:stats_memory(): add some server stats

Revision 7979 - Directory Listing - [select for diffs]
Modified Mon Mar 13 23:15:14 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7977 , to selected 9010
- m_trace.c: stylistic changes

Revision 7977 - Directory Listing - [select for diffs]
Modified Mon Mar 13 22:58:20 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7975 , to selected 9010
- m_trace.c:do_actual_trace(): replace hash_find_client() with find_person() so remote requests with UIDs are processed properly

Revision 7975 - Directory Listing - [select for diffs]
Modified Mon Mar 13 22:27:00 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7973 , to selected 9010
- m_trace.c: further cleanups to mo_trace()

Revision 7973 - Directory Listing - [select for diffs]
Modified Mon Mar 13 22:05:51 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7971 , to selected 9010
- Made server_hunt() return a const pointer

Revision 7971 - Directory Listing - [select for diffs]
Modified Mon Mar 13 21:56:53 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7969 , to selected 9010
- 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 7969 - Directory Listing - [select for diffs]
Modified Mon Mar 13 19:28:30 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7967 , to selected 9010
- Get rid of Count.local

Revision 7967 - Directory Listing - [select for diffs]
Modified Mon Mar 13 19:10:19 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7965 , to selected 9010
- Get rid of Count.myserver

Revision 7965 - Directory Listing - [select for diffs]
Modified Mon Mar 13 18:59:51 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7963 , to selected 9010
- Get rid of Count.total

Revision 7963 - Directory Listing - [select for diffs]
Modified Mon Mar 13 18:50:04 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7961 , to selected 9010
- No longer put servers on the 'global_client_list'. This was just bad.

Revision 7961 - Directory Listing - [select for diffs]
Modified Mon Mar 13 18:20:19 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7959 , to selected 9010
- client.c: merge update_client_exit_stats() into exit_one_client()

Revision 7959 - Directory Listing - [select for diffs]
Modified Sun Mar 5 17:57:56 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7957 , to selected 9010
- Update REAME

Revision 7957 - Directory Listing - [select for diffs]
Modified Sun Mar 5 11:53:49 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7955 , to selected 9010
- Rename some functions in client.c to comply with naming convention

Revision 7955 - Directory Listing - [select for diffs]
Modified Sat Mar 4 19:38:05 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7953 , to selected 9010
- Rename some functions in auth.c to comply with naming convention

Revision 7953 - Directory Listing - [select for diffs]
Modified Thu Mar 2 18:02:23 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7951 , to selected 9010
- Rename hunt_server() to server_hunt()

Revision 7951 - Directory Listing - [select for diffs]
Modified Thu Mar 2 17:54:43 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7949 , to selected 9010
- Move check_server() from server.c to m_server.c; rename it to server_check()

Revision 7949 - Directory Listing - [select for diffs]
Modified Thu Mar 2 13:47:14 2017 UTC (8 years, 5 months ago) by michael
Diff to previous 7947 , to selected 9010
- 'opers_bypass_callerid' now defaults to 'yes'

Revision 7947 - Directory Listing - [select for diffs]
Modified Wed Feb 22 19:53:14 2017 UTC (8 years, 6 months ago) by michael
Diff to previous 7945 , to selected 9010
- send.c: style corrections

Revision 7945 - Directory Listing - [select for diffs]
Modified Wed Feb 22 19:46:22 2017 UTC (8 years, 6 months ago) by michael
Diff to previous 7943 , to selected 9010
- send.c:sendto_channel_butone(): split long if statement

Revision 7943 - Directory Listing - [select for diffs]
Modified Wed Feb 22 19:39:49 2017 UTC (8 years, 6 months ago) by michael
Diff to previous 7941 , to selected 9010
- send.c:sendto_channel_butone(): test IsDefunct() on 'target_p->from' instead of 'target_p' as it can be a remote client

Revision 7941 - Directory Listing - [select for diffs]
Modified Fri Jan 27 15:04:35 2017 UTC (8 years, 6 months ago) by michael
Diff to previous 7939 , to selected 9010
- misc.c: add some comments

Revision 7939 - Directory Listing - [select for diffs]
Modified Fri Jan 27 14:53:49 2017 UTC (8 years, 6 months ago) by michael
Diff to previous 7937 , to selected 9010
- conf_resv.c:resv_find(): remove explicit initialization on 'node' and 'list'

Revision 7937 - Directory Listing - [select for diffs]
Modified Fri Jan 27 14:36:28 2017 UTC (8 years, 6 months ago) by michael
Diff to previous 7934 , to selected 9010
- conf_class.c:class_init(): make things look saner

Revision 7934 - Directory Listing - [select for diffs]
Modified Fri Jan 27 14:29:17 2017 UTC (8 years, 6 months ago) by michael
Diff to previous 7931 , to selected 9010
- motd.c:motd_lookup(): don't retrieve ClassItem pointer when there's no need to

Revision 7931 - Directory Listing - [select for diffs]
Modified Sat Jan 21 19:39:48 2017 UTC (8 years, 7 months ago) by michael
Diff to previous 7929 , to selected 9010
- .travis.yml: fix to previous commit

Revision 7929 - Directory Listing - [select for diffs]
Modified Sat Jan 21 19:34:12 2017 UTC (8 years, 7 months ago) by michael
Diff to previous 7924 , to selected 9010
- .travis.yml: attempt to fix the gcc build on OS X

Revision 7924 - Directory Listing - [select for diffs]
Modified Sat Dec 31 13:57:08 2016 UTC (8 years, 7 months ago) by michael
Diff to previous 7923 , to selected 9010
- Update copyright years

Revision 7923 - Directory Listing - [select for diffs]
Modified Tue Dec 6 20:49:28 2016 UTC (8 years, 8 months ago) by michael
Diff to previous 7921 , to selected 9010
- m_kill.c:mo_kill(): removed old irc2.6 comment no longer valid these days

Revision 7921 - Directory Listing - [select for diffs]
Modified Tue Dec 6 20:25:00 2016 UTC (8 years, 8 months ago) by michael
Diff to previous 7918 , to selected 9010
- m_kill.c: removed target's SID from the kill notice

Revision 7918 - Directory Listing - [select for diffs]
Modified Sun Nov 27 19:28:23 2016 UTC (8 years, 8 months ago) by michael
Diff to previous 7916 , to selected 9010
- Update NEWS file

Revision 7916 - Directory Listing - [select for diffs]
Modified Sun Nov 27 19:07:49 2016 UTC (8 years, 8 months ago) by michael
Diff to previous 7914 , to selected 9010
- m_ping.c: remove useless tests on 'destination'

Revision 7914 - Directory Listing - [select for diffs]
Modified Sun Nov 27 18:54:53 2016 UTC (8 years, 8 months ago) by michael
Diff to previous 7912 , to selected 9010
- Style corrections

Revision 7912 - Directory Listing - [select for diffs]
Modified Sun Nov 27 18:44:04 2016 UTC (8 years, 8 months ago) by michael
Diff to previous 7910 , to selected 9010
- Cleanup m_ping.c

Revision 7910 - Directory Listing - [select for diffs]
Modified Sun Nov 27 16:59:35 2016 UTC (8 years, 8 months ago) by michael
Diff to previous 7908 , to selected 9010
- m_etrace.c:do_etrace(): swap test

Revision 7908 - Directory Listing - [select for diffs]
Modified Sun Nov 27 13:55:32 2016 UTC (8 years, 8 months ago) by michael
Diff to previous 7906 , to selected 9010
- channel.c:channel_do_join(): rename variable

Revision 7906 - Directory Listing - [select for diffs]
Modified Sun Nov 27 13:46:33 2016 UTC (8 years, 8 months ago) by michael
Diff to previous 7904 , to selected 9010
- m_kick.c:m_kick(): whitespace changes

Revision 7904 - Directory Listing - [select for diffs]
Modified Sun Nov 27 13:44:44 2016 UTC (8 years, 8 months ago) by michael
Diff to previous 7900 , to selected 9010
- m_invite.c:m_invite(): adjust "/invite" to work with the new Invite structure

Revision 7900 - Directory Listing - [select for diffs]
Modified Fri Nov 25 20:09:14 2016 UTC (8 years, 8 months ago) by michael
Diff to previous 7898 , to selected 9010
- m_error.c: fix comments

Revision 7898 - Directory Listing - [select for diffs]
Modified Thu Nov 24 19:52:51 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7896 , to selected 9010
- m_oper.c: move oper-up logging to oper_up()

Revision 7896 - Directory Listing - [select for diffs]
Modified Thu Nov 24 10:09:46 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7894 , to selected 9010
- m_set.c: replace mixture of %d/%i conversion specifiers with proper ones

Revision 7894 - Directory Listing - [select for diffs]
Modified Mon Nov 21 21:53:42 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7892 , to selected 9010
- m_pong.c: cleanup ms_pong()

Revision 7892 - Directory Listing - [select for diffs]
Modified Mon Nov 21 19:16:45 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7889 , to selected 9010
- m_pong.c:ms_pong(): added wrong direction test as suggested by Adam

Revision 7889 - Directory Listing - [select for diffs]
Modified Wed Nov 16 15:00:01 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7886 , to selected 9010
- mempool.c: remove useless NULL assignment

Revision 7886 - Directory Listing - [select for diffs]
Modified Wed Nov 16 14:42:30 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7885 , to selected 9010
- patricia.h: remove 'user1' data pointer from the _patricia_node_t struct

Revision 7885 - Directory Listing - [select for diffs]
Modified Wed Nov 16 14:33:50 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7878 , to selected 9010
- patricia.c: whitespace change

Revision 7878 - Directory Listing - [select for diffs]
Modified Sat Nov 12 19:37:35 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7877 , to selected 9010
- Update NEWS file

Revision 7877 - Directory Listing - [select for diffs]
Modified Fri Nov 11 20:43:16 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7875 , to selected 9010
- m_connect.c: update comments

Revision 7875 - Directory Listing - [select for diffs]
Modified Fri Nov 11 20:19:21 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7873 , to selected 9010
- m_connect.c: ignore the port argument to CONNECT and always use the port provided in conf->port

Revision 7873 - Directory Listing - [select for diffs]
Modified Thu Nov 10 18:01:43 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7870 , to selected 9010
- m_eob.c: remove server_eob() backwards compatibility code

Revision 7870 - Directory Listing - [select for diffs]
Modified Wed Nov 9 20:12:50 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7868 , to selected 9010
- Style corrections in several places

Revision 7868 - Directory Listing - [select for diffs]
Modified Wed Nov 9 13:41:02 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7867 , to selected 9010
- Make hash.c:free_list_task() use dlinkDelete() instead of dlinkFindDelete()

Revision 7867 - Directory Listing - [select for diffs]
Modified Wed Nov 9 12:29:18 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7864 , to selected 9010
- help/set: whitespace change

Revision 7864 - Directory Listing - [select for diffs]
Modified Wed Nov 9 12:27:56 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7862 , to selected 9010
- m_message.c:flood_attack_channel(): don't rate-limit messages sent by opers

Revision 7862 - Directory Listing - [select for diffs]
Modified Tue Nov 8 20:16:26 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7861 , to selected 9010
- Use unsigned where appropriate

Revision 7861 - Directory Listing - [select for diffs]
Modified Tue Nov 8 20:12:48 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7858 , to selected 9010
- Rebuilt parser files

Revision 7858 - Directory Listing - [select for diffs]
Modified Tue Nov 8 20:06:16 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7856 , to selected 9010
- Import FLOODTIME changes from p4

Revision 7856 - Directory Listing - [select for diffs]
Modified Sun Nov 6 21:26:47 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7855 , to selected 9010
- m_svsnick.c: fixed spelling

Revision 7855 - Directory Listing - [select for diffs]
Modified Sun Nov 6 20:58:04 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7848 , to selected 9010
- m_svsnick.c: add source ts support

Revision 7848 - Directory Listing - [select for diffs]
Modified Sun Nov 6 18:05:24 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7847 , to selected 9010
- patricia.c: style corrections; remove unused header includes

Revision 7847 - Directory Listing - [select for diffs]
Modified Sun Nov 6 16:58:50 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7846 , to selected 9010
- aptricia.c, patricia.h: add patricia_try_search_exact_addr() and patricia_try_search_best_addr()

Revision 7846 - Directory Listing - [select for diffs]
Modified Sun Nov 6 16:08:49 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7845 , to selected 9010
- patricia.c, patricia.h: prefix several externally visible functions with patricia_

Revision 7845 - Directory Listing - [select for diffs]
Modified Sun Nov 6 14:23:36 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7844 , to selected 9010
- patricia.c: white-space changes

Revision 7844 - Directory Listing - [select for diffs]
Modified Sun Nov 6 13:58:59 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7843 , to selected 9010
- patricia.c: removed several 0 assignments not needed with calloc()

Revision 7843 - Directory Listing - [select for diffs]
Modified Sun Nov 6 13:55:28 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7842 , to selected 9010
- patricia.c, patricia.h:New_Patricia() fixed compile warning; removed useless 0 assignments

Revision 7842 - Directory Listing - [select for diffs]
Modified Sun Nov 6 13:52:40 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7841 , to selected 9010
- patricia.c:ascii2prefix() fixed compile warning

Revision 7841 - Directory Listing - [select for diffs]
Modified Sun Nov 6 13:44:02 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7840 , to selected 9010
- patricia.c: cleanup New_Prefix2()

Revision 7840 - Directory Listing - [select for diffs]
Modified Sun Nov 6 13:24:49 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7839 , to selected 9010
- patricia.c: cleanup ascii2prefix()

Revision 7839 - Directory Listing - [select for diffs]
Modified Sun Nov 6 13:02:30 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7838 , to selected 9010
- patricia.c, patricia.h: rewrite prefix_toa() to suck less

Revision 7838 - Directory Listing - [select for diffs]
Modified Sun Nov 6 12:26:01 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7837 , to selected 9010
- patricia.c: mostly white-space changes

Revision 7837 - Directory Listing - [select for diffs]
Modified Sun Nov 6 12:05:05 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7836 , to selected 9010
- patricia.c:Deref_Prefix(): removed pointless assert(); stylistic changes

Revision 7836 - Directory Listing - [select for diffs]
Modified Sun Nov 6 12:01:21 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7835 , to selected 9010
- patricia.h: add missing prototype for try_search_best()

Revision 7835 - Directory Listing - [select for diffs]
Modified Sun Nov 6 11:59:48 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7834 , to selected 9010
- patricia.c: remove PATRICIA_MAX_THREADS define we no longer need

Revision 7834 - Directory Listing - [select for diffs]
Modified Sun Nov 6 11:59:01 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7831 , to selected 9010
- patricia.c, patricia.h: indenting; remove extraneous parentheses

Revision 7831 - Directory Listing - [select for diffs]
Modified Sat Nov 5 18:24:34 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7830 , to selected 9010
- patricia.c: use xfree() instead of free()

Revision 7830 - Directory Listing - [select for diffs]
Modified Sat Nov 5 18:22:37 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7825 , to selected 9010
- patricia.c: remove 'num_active_patricia' not needed

Revision 7825 - Directory Listing - [select for diffs]
Modified Sat Oct 29 18:18:40 2016 UTC (8 years, 9 months ago) by michael
Diff to previous 7824 , to selected 9010
- flex 2.6.2

Revision 7824 - Directory Listing - [select for diffs]
Modified Thu Oct 20 17:54:54 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7822 , to selected 9010
- patricia.h, patricia.c: cleanup prefix_toa() to fit our needs; make it use snprintf()

Revision 7822 - Directory Listing - [select for diffs]
Modified Wed Oct 19 21:53:19 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7814 , to selected 9010
- patricia.h, patricia.c: constification

Revision 7814 - Directory Listing - [select for diffs]
Modified Wed Oct 19 17:37:13 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7813 , to selected 9010
- patricia.h, patricia.c: we don't need these functions outside patricia.c

Revision 7813 - Directory Listing - [select for diffs]
Modified Wed Oct 19 16:47:56 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7812 , to selected 9010
- patricia.h, patricia.c: kill _prefix4_t struct. we can afford the little extra memory

Revision 7812 - Directory Listing - [select for diffs]
Modified Wed Oct 19 16:43:47 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7811 , to selected 9010
- patricia.h: removed unused header includes

Revision 7811 - Directory Listing - [select for diffs]
Modified Wed Oct 19 16:33:21 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7810 , to selected 9010
- patricia.h, patricia.c: removed void_fn_t typedef

Revision 7810 - Directory Listing - [select for diffs]
Modified Wed Oct 19 16:11:32 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7809 , to selected 9010
- patricia.c:make_and_lookup(): make it work with both ipv4 and ipv6; add pointer tests as ascii2prefix() can return NULL

Revision 7809 - Directory Listing - [select for diffs]
Modified Wed Oct 19 15:59:43 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7808 , to selected 9010
- patricia.c:try_search_exact(): add missing NULL return

Revision 7808 - Directory Listing - [select for diffs]
Modified Wed Oct 19 15:57:36 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7807 , to selected 9010
- patricia.c:try_search_exact(): make it work with both ipv4 and ipv6; add pointer tests as ascii2prefix() can return NULL

Revision 7807 - Directory Listing - [select for diffs]
Modified Wed Oct 19 15:56:00 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7806 , to selected 9010
- patricia.c:try_search_best(): make it work with both ipv4 and ipv6; add pointer tests as ascii2prefix() can return NULL

Revision 7806 - Directory Listing - [select for diffs]
Modified Wed Oct 19 15:42:50 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7799 , to selected 9010
- patricia.h, patricia.c: get rid of BSD data types

Revision 7799 - Directory Listing - [select for diffs]
Modified Tue Oct 18 17:29:01 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7797 , to selected 9010
- reference.conf: ramp up invite_expire_time to 60 minutes

Revision 7797 - Directory Listing - [select for diffs]
Modified Tue Oct 18 17:27:10 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7795 , to selected 9010
- Minor style corrections and constifications

Revision 7795 - Directory Listing - [select for diffs]
Modified Mon Oct 17 19:30:40 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7793 , to selected 9010
- Rebuilt parser files

Revision 7793 - Directory Listing - [select for diffs]
Modified Mon Oct 17 19:28:52 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7791 , to selected 9010
- Implement INVITE expirations

Revision 7791 - Directory Listing - [select for diffs]
Modified Mon Oct 17 17:30:58 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7789 , to selected 9010
- hostmask.c: try_parse_v6_netmask()/try_parse_v4_netmask(): set address family accordingly. parse_netmask(): zero out 'addr'

Revision 7789 - Directory Listing - [select for diffs]
Modified Mon Oct 17 15:50:10 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7785 , to selected 9010
- conf.c:conf_error_report(), yyerror(): use const

Revision 7785 - Directory Listing - [select for diffs]
Modified Sun Oct 9 18:44:23 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7784 , to selected 9010
- autoreconf

Revision 7784 - Directory Listing - [select for diffs]
Modified Sun Oct 9 18:44:01 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7781 , to selected 9010
- Removed help/error

Revision 7781 - Directory Listing - [select for diffs]
Modified Sun Oct 9 17:44:58 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7779 , to selected 9010
- motd.h: increase MOTD_LINESIZE to 321

Revision 7779 - Directory Listing - [select for diffs]
Modified Sat Oct 8 17:24:34 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7777 , to selected 9010
- channel.c, dbuf.c: stylistic changes

Revision 7777 - Directory Listing - [select for diffs]
Modified Sat Oct 8 16:57:43 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7775 , to selected 9010
- conf.c:conf_error_report(): fixed compile warning

Revision 7775 - Directory Listing - [select for diffs]
Modified Sat Oct 8 16:54:29 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7772 , to selected 9010
- motd.c:motd_cache(): stylistic changes

Revision 7772 - Directory Listing - [select for diffs]
Modified Sat Oct 8 16:31:25 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7771 , to selected 9010
- Rebuilt parser files

Revision 7771 - Directory Listing - [select for diffs]
Modified Sat Oct 8 16:30:33 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7767 , to selected 9010
- user.c:send_umode(): fixed compile warning (-Wshadow) on centos and possibly others

Revision 7767 - Directory Listing - [select for diffs]
Modified Fri Oct 7 17:28:16 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7766 , to selected 9010
- .travis.yml: disable gcc builds on osx for now

Revision 7766 - Directory Listing - [select for diffs]
Modified Fri Oct 7 16:27:37 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7764 , to selected 9010
- Added 'channel::max_invites' configuration directive

Revision 7764 - Directory Listing - [select for diffs]
Modified Thu Oct 6 17:01:40 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7762 , to selected 9010
- Get rid of clear_ban_cache_channel() and clear_ban_cache_client(). Use clear_ban_cache_list() instead.

Revision 7762 - Directory Listing - [select for diffs]
Modified Thu Oct 6 16:45:18 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7760 , to selected 9010
- Get rid of clear_invites_channel() and clear_invites_client(). Use clear_invite_list() instead.

Revision 7760 - Directory Listing - [select for diffs]
Modified Wed Oct 5 18:33:22 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7758 , to selected 9010
- s_bsd_kqueue.c:kq_update_events(): make 'zero_timespec' a const struct

Revision 7758 - Directory Listing - [select for diffs]
Modified Mon Oct 3 17:54:32 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7746 , to selected 9010
- m_whois.c:whois_person(): re-add /whois notice. Goes to user mode +y

Revision 7746 - Directory Listing - [select for diffs]
Modified Sat Oct 1 17:43:39 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7744 , to selected 9010
- conf.c: fixed a lineno off-by-one for parser warnings in included configuration files

Revision 7744 - Directory Listing - [select for diffs]
Modified Fri Sep 30 18:46:15 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7731 , to selected 9010
- conf_lexer.l: replace a snprintf with strlcpy

Revision 7731 - Directory Listing - [select for diffs]
Modified Mon Sep 26 15:54:46 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7726 , to selected 9010
- conf_lexer.l:cinclude(): we don't use yyin

Revision 7726 - Directory Listing - [select for diffs]
Modified Mon Sep 26 15:00:20 2016 UTC (8 years, 10 months ago) by michael
Diff to previous 7708 , to selected 9010
- Add stripws() to irc_string.c; make warnings about syntax errors with multiple whitespaces look nicer

Revision 7708 - Directory Listing - [select for diffs]
Modified Fri Sep 23 16:46:01 2016 UTC (8 years, 11 months ago) by michael
Diff to previous 7705 , to selected 9010
- Show GnuTLS/OpenSSL library/header versions in /INFO as suggested by Adam

Revision 7705 - Directory Listing - [select for diffs]
Modified Wed Sep 21 16:48:47 2016 UTC (8 years, 11 months ago) by michael
Diff to previous 7704 , to selected 9010
- conf_lexer.l: cleanup config include stack code (Adam)

Revision 7704 - Directory Listing - [select for diffs]
Modified Sat Sep 17 17:10:31 2016 UTC (8 years, 11 months ago) by michael
Diff to previous 7702 , to selected 9010
- Update help/kick

Revision 7702 - Directory Listing - [select for diffs]
Modified Sun Sep 4 16:56:20 2016 UTC (8 years, 11 months ago) by michael
Diff to previous 7700 , to selected 9010
- Update help/kick as suggested by jackal

Revision 7700 - Directory Listing - [select for diffs]
Modified Sun Sep 4 15:46:58 2016 UTC (8 years, 11 months ago) by michael
Diff to previous 7697 , to selected 9010
- version.c: update metalrock's email

Revision 7697 - Directory Listing - [select for diffs]
Modified Sat Sep 3 10:38:32 2016 UTC (8 years, 11 months ago) by metalrock
Diff to previous 7696 , to selected 9010
Change to a working email
Revision 7696 - Directory Listing - [select for diffs]
Modified Thu Sep 1 09:35:19 2016 UTC (8 years, 11 months ago) by michael
Diff to previous 7694 , to selected 9010
- AUTHORS, version.c: fix inconsistency

Revision 7694 - Directory Listing - [select for diffs]
Modified Wed Aug 31 18:43:08 2016 UTC (8 years, 11 months ago) by michael
Diff to previous 7692 , to selected 9010
- Add Andrew Strutt to AUTHORS and version.c

Revision 7692 - Directory Listing - [select for diffs]
Modified Sun Aug 28 18:38:42 2016 UTC (8 years, 11 months ago) by michael
Diff to previous 7691 , to selected 9010
- Update NEWS file

Revision 7691 - Directory Listing - [select for diffs]
Modified Thu Aug 25 18:47:30 2016 UTC (9 years ago) by michael
Diff to previous 7687 , to selected 9010
- reference.conf: clarify that 'anti_spam_exit_message_time' applies to PART, too

Revision 7687 - Directory Listing - [select for diffs]
Modified Thu Aug 18 17:32:22 2016 UTC (9 years ago) by michael
Diff to previous 7685 , to selected 9010
- Remove excessive const keyword on dlink_node pointers

Revision 7685 - Directory Listing - [select for diffs]
Modified Thu Aug 18 14:41:08 2016 UTC (9 years ago) by michael
Diff to previous 7683 , to selected 9010
- conf_pseudo.h, conf_pseudo.c: added pseudo_get_list() for later use

Revision 7683 - Directory Listing - [select for diffs]
Modified Wed Aug 3 14:56:43 2016 UTC (9 years ago) by michael
Diff to previous 7680 , to selected 9010
- m_nick.c: style corrections; move comment to proper place

Revision 7680 - Directory Listing - [select for diffs]
Modified Thu Jul 21 16:00:55 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7678 , to selected 9010
- m_svsmode.c: revert -r7666

Revision 7678 - Directory Listing - [select for diffs]
Modified Wed Jul 20 19:47:26 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7675 , to selected 9010
- conf_lexer.l: update filename for \file

Revision 7675 - Directory Listing - [select for diffs]
Modified Wed Jul 20 19:31:22 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7673 , to selected 9010
- Fixed more svn properties as pointed out by jackal

Revision 7673 - Directory Listing - [select for diffs]
Modified Wed Jul 20 18:54:05 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7672 , to selected 9010
- m_dline.c, m_xline.c: whitespace changes

Revision 7672 - Directory Listing - [select for diffs]
Modified Wed Jul 20 18:47:20 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7669 , to selected 9010
- hostmask.c:add_conf_by_address(): stylistic changes

Revision 7669 - Directory Listing - [select for diffs]
Modified Wed Jul 20 18:21:42 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7668 , to selected 9010
- Update Doxyfile to 1.8.8

Revision 7668 - Directory Listing - [select for diffs]
Modified Wed Jul 20 17:09:49 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7666 , to selected 9010
- Fixed svn properties

Revision 7666 - Directory Listing - [select for diffs]
Modified Wed Jul 20 12:20:23 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7664 , to selected 9010
- m_svsmode.c: use const

Revision 7664 - Directory Listing - [select for diffs]
Modified Tue Jul 19 18:57:07 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7661 , to selected 9010
- reference.conf: update copyright years

Revision 7661 - Directory Listing - [select for diffs]
Modified Tue Jul 19 18:55:03 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7659 , to selected 9010
- m_nick.c:change_remote_nick(): user mode 'n' now shows nick name changes from remote clients, too

Revision 7659 - Directory Listing - [select for diffs]
Modified Tue Jul 19 18:44:32 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7656 , to selected 9010
- m_nick.c:perform_nick_change_collides(): whitespace change

Revision 7656 - Directory Listing - [select for diffs]
Modified Mon Jul 18 16:57:52 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7654 , to selected 9010
- m_stats.c:show_ports(): don't show IP addresses to admins unless !ConfigServerHide.hide_server_ips

Revision 7654 - Directory Listing - [select for diffs]
Modified Mon Jul 18 16:27:59 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7652 , to selected 9010
- m_stats.c:stats_L_list(): remove extraneous test on ConfigServerHide.hide_server_ips since get_client_name() already deals with that

Revision 7652 - Directory Listing - [select for diffs]
Modified Mon Jul 18 16:23:28 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7649 , to selected 9010
- m_stats.c:stats_L_list(): sanitize utterly bad logic

Revision 7649 - Directory Listing - [select for diffs]
Modified Sun Jul 17 14:37:24 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7647 , to selected 9010
- m_svinfo.c:ms_svinfo(): whitespace change

Revision 7647 - Directory Listing - [select for diffs]
Modified Sun Jul 17 14:29:49 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7645 , to selected 9010
- m_svstag.c:ms_svstag(): replace strtoimax() with strtoumax()

Revision 7645 - Directory Listing - [select for diffs]
Modified Sat Jul 16 17:57:13 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7643 , to selected 9010
- m_who.c:m_who(): swap tests

Revision 7643 - Directory Listing - [select for diffs]
Modified Fri Jul 15 19:52:16 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7641 , to selected 9010
- m_who.c:who_matches(): allow operators to search by ip address

Revision 7641 - Directory Listing - [select for diffs]
Modified Fri Jul 15 19:46:58 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7639 , to selected 9010
- m_who.c: merged big mask matching conditional statement found in who_global() and who_common_channel() into a separate function.
  As a side effect this fixes a possible server name leak in who_global() with server hiding enabled

Revision 7639 - Directory Listing - [select for diffs]
Modified Wed Jul 13 17:58:55 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7636 , to selected 9010
- conf.c:conf_rehash(): from p4: Log when rehashing due to sighup

Revision 7636 - Directory Listing - [select for diffs]
Modified Mon Jul 4 16:34:25 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7634 , to selected 9010
- m_away.c: deduplicate

Revision 7634 - Directory Listing - [select for diffs]
Modified Mon Jul 4 16:13:46 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7632 , to selected 9010
- list.c: fixed typo in comments

Revision 7632 - Directory Listing - [select for diffs]
Modified Thu Jun 30 16:44:19 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7630 , to selected 9010
- send.c:sendto_match_servs(): move test

Revision 7630 - Directory Listing - [select for diffs]
Modified Tue Jun 28 16:46:50 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7628 , to selected 9010
- user.c:register_remote_user(): remove TS5 leftover

Revision 7628 - Directory Listing - [select for diffs]
Modified Sun Jun 26 15:50:12 2016 UTC (9 years, 1 month ago) by michael
Diff to previous 7625 , to selected 9010
- Update help/stats

Revision 7625 - Directory Listing - [select for diffs]
Modified Thu Jun 23 12:45:35 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7624 , to selected 9010
- Re-built autogenerated files

Revision 7624 - Directory Listing - [select for diffs]
Modified Thu Jun 23 12:44:09 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7621 , to selected 9010
- 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 7621 - Directory Listing - [select for diffs]
Modified Wed Jun 22 17:14:29 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7618 , to selected 9010
- Update README

Revision 7618 - Directory Listing - [select for diffs]
Modified Wed Jun 22 16:54:28 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7616 , to selected 9010
- Update NEWS file

Revision 7616 - Directory Listing - [select for diffs]
Modified Wed Jun 22 11:31:47 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7614 , to selected 9010
- m_stats.c:stats_memory(): use the %zu conversion specifier

Revision 7614 - Directory Listing - [select for diffs]
Modified Tue Jun 21 16:50:32 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7612 , to selected 9010
- m_nick.c: stylistic changes

Revision 7612 - Directory Listing - [select for diffs]
Modified Tue Jun 21 12:57:05 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7610 , to selected 9010
- channel.c:channel_part_one_client(): update comment

Revision 7610 - Directory Listing - [select for diffs]
Modified Tue Jun 21 12:54:58 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7607 , to selected 9010
- s_user.c: rename variables for consistency

Revision 7607 - Directory Listing - [select for diffs]
Modified Tue Jun 21 12:37:52 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7605 , to selected 9010
- m_stats.c:stats_memory(): fix /invite memory stats

Revision 7605 - Directory Listing - [select for diffs]
Modified Tue Jun 21 12:34:56 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7603 , to selected 9010
- m_stats.c:stats_memory(): get rid of 'channel_memory'

Revision 7603 - Directory Listing - [select for diffs]
Modified Tue Jun 21 12:25:52 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7601 , to selected 9010
- m_stats.c:stats_memory(): remove away/topic info as these have a fixed size now

Revision 7601 - Directory Listing - [select for diffs]
Modified Mon Jun 13 19:03:05 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7599 , to selected 9010
- user.c:send_umode_out(): replace MyClient test with just MyConnect

Revision 7599 - Directory Listing - [select for diffs]
Modified Mon Jun 13 18:56:33 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7597 , to selected 9010
- Minor cleanup to send_umode() to get rid of the redundant struct Client * pointer

Revision 7597 - Directory Listing - [select for diffs]
Modified Fri Jun 10 16:17:17 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7595 , to selected 9010
- res.c: minor stylistic changes

Revision 7595 - Directory Listing - [select for diffs]
Modified Thu Jun 9 16:04:26 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7593 , to selected 9010
- res.c: reslist::id is now of unsigned type; remove reslist::sent which we currently don't need

Revision 7593 - Directory Listing - [select for diffs]
Modified Thu Jun 9 15:52:21 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7590 , to selected 9010
- res.c:send_res_msg(): remove extraneous parentheses

Revision 7590 - Directory Listing - [select for diffs]
Modified Mon Jun 6 17:42:07 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7588 , to selected 9010
- Merge send_capabilities() and show_capabilities() into get_capabilities()

Revision 7588 - Directory Listing - [select for diffs]
Modified Wed Jun 1 19:31:58 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7586 , to selected 9010
- server.c: style corrections

Revision 7586 - Directory Listing - [select for diffs]
Modified Wed Jun 1 19:16:50 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7584 , to selected 9010
- m_svshost.c: propset

Revision 7584 - Directory Listing - [select for diffs]
Modified Wed Jun 1 19:02:15 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7581 , to selected 9010
- token_vector(): use unsigned where appropriate

Revision 7581 - Directory Listing - [select for diffs]
Modified Tue May 31 20:40:21 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7580 , to selected 9010
- autoreconf

Revision 7580 - Directory Listing - [select for diffs]
Modified Tue May 31 19:12:58 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7577 , to selected 9010
- Add m_svshost.c for later use

Revision 7577 - Directory Listing - [select for diffs]
Modified Sun May 29 20:42:52 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7575 , to selected 9010
- hash.c: fixed previous commit to free_list_task()

Revision 7575 - Directory Listing - [select for diffs]
Modified Sun May 29 20:38:46 2016 UTC (9 years, 2 months ago) by michael
Diff to previous 7573 , to selected 9010
- hash.c:free_list_task(): we really want to use dlinkFindDelete() here instead of just dlinkDelete()

Revision 7573 - Directory Listing - [select for diffs]
Modified Tue May 24 16:34:18 2016 UTC (9 years, 3 months ago) by michael
Diff to previous 7570 , to selected 9010
- Move initialize_server_capabs() from ircd.c to server.c and rename it to server_capab_init()

Revision 7570 - Directory Listing - [select for diffs]
Modified Tue May 24 16:29:23 2016 UTC (9 years, 3 months ago) by michael
Diff to previous 7569 , to selected 9010
- user.c:register_local_user(): style correction

Revision 7569 - Directory Listing - [select for diffs]
Modified Tue May 24 16:26:05 2016 UTC (9 years, 3 months ago) by michael
Diff to previous 7566 , to selected 9010
- Rename init_resolver() to resolver_init()

Revision 7566 - Directory Listing - [select for diffs]
Modified Tue May 24 16:23:36 2016 UTC (9 years, 3 months ago) by michael
Diff to previous 7557 , to selected 9010
- Rename init_netio() to netio_init()

Revision 7557 - Directory Listing - [select for diffs]
Modified Sun May 8 11:30:13 2016 UTC (9 years, 3 months ago) by michael
Diff to previous 7555 , to selected 9010
- channel.c, m_message.c: stylistic changes

Revision 7555 - Directory Listing - [select for diffs]
Modified Sat Apr 30 17:05:13 2016 UTC (9 years, 3 months ago) by michael
Diff to previous 7553 , to selected 9010
- Minor cleanup to client/channel burst logic

Revision 7553 - Directory Listing - [select for diffs]
Modified Wed Apr 27 16:47:25 2016 UTC (9 years, 3 months ago) by michael
Diff to previous 7550 , to selected 9010
- m_sjoin.c: we're only doing UIDs

Revision 7550 - Directory Listing - [select for diffs]
Modified Fri Apr 22 20:04:27 2016 UTC (9 years, 4 months ago) by michael
Diff to previous 7549 , to selected 9010
- autoreconf

Revision 7549 - Directory Listing - [select for diffs]
Modified Fri Apr 22 19:29:22 2016 UTC (9 years, 4 months ago) by michael
Diff to previous 7546 , to selected 9010
- Rewrite invite handling to be more flexible for future additions such as client based invite throttling, invite expiration, etc

Revision 7546 - Directory Listing - [select for diffs]
Modified Thu Apr 21 18:11:36 2016 UTC (9 years, 4 months ago) by michael
Diff to previous 7544 , to selected 9010
- Update NEWS file

Revision 7544 - Directory Listing - [select for diffs]
Modified Thu Apr 21 11:16:14 2016 UTC (9 years, 4 months ago) by michael
Diff to previous 7542 , to selected 9010
- channel.c:channel_do_join(): const correctness

Revision 7542 - Directory Listing - [select for diffs]
Modified Thu Apr 21 10:32:24 2016 UTC (9 years, 4 months ago) by michael
Diff to previous 7539 , to selected 9010
- channel.c:add_invite(): trim down client's invite list until there are no more
  than ConfigChannel.max_channels entries on the list

Revision 7539 - Directory Listing - [select for diffs]
Modified Wed Apr 20 18:31:50 2016 UTC (9 years, 4 months ago) by michael
Diff to previous 7537 , to selected 9010
- channel.c:add_invite(): fixed possible core with channel::max_channels = 0

Revision 7537 - Directory Listing - [select for diffs]
Modified Mon Apr 11 15:02:47 2016 UTC (9 years, 4 months ago) by michael
Diff to previous 7535 , to selected 9010
- conf.c:check_client(): removed redudant sockhost info in server notice

Revision 7535 - Directory Listing - [select for diffs]
Modified Mon Apr 11 14:47:10 2016 UTC (9 years, 4 months ago) by michael
Diff to previous 7533 , to selected 9010
- conf.c: removed unused cluster_a_line() prototype

Revision 7533 - Directory Listing - [select for diffs]
Modified Sun Apr 10 17:35:10 2016 UTC (9 years, 4 months ago) by michael
Diff to previous 7531 , to selected 9010
- server.c:find_servconn_in_progress(): replace match() call with irccmp()

Revision 7531 - Directory Listing - [select for diffs]
Modified Sun Apr 10 17:29:52 2016 UTC (9 years, 4 months ago) by michael
Diff to previous 7529 , to selected 9010
- server.c:show_capabilities(): remove "TS" which is irrelevant info

Revision 7529 - Directory Listing - [select for diffs]
Modified Sun Apr 10 17:26:07 2016 UTC (9 years, 4 months ago) by michael
Diff to previous 7527 , to selected 9010
- Update AUTHORS and version.c

Revision 7527 - Directory Listing - [select for diffs]
Modified Wed Apr 6 16:26:23 2016 UTC (9 years, 4 months ago) by michael
Diff to previous 7525 , to selected 9010
- whowas.h: documentation

Revision 7525 - Directory Listing - [select for diffs]
Modified Mon Apr 4 18:52:06 2016 UTC (9 years, 4 months ago) by michael
Diff to previous 7523 , to selected 9010
- m_connect.c:mo_connect(): don't let 'flags::connect:remote' override 'flags::connect'

Revision 7523 - Directory Listing - [select for diffs]
Modified Sun Apr 3 10:16:42 2016 UTC (9 years, 4 months ago) by michael
Diff to previous 7521 , to selected 9010
- reference.conf: tweaks and updates by Dominic Hargreaves

Revision 7521 - Directory Listing - [select for diffs]
Modified Sat Apr 2 15:55:37 2016 UTC (9 years, 4 months ago) by michael
Diff to previous 7517 , to selected 9010
- attach_connect_block(), check_server(): replace match() calls with irccmp() since the
  strings that are to be compared cannot contain wildcards anyway

Revision 7517 - Directory Listing - [select for diffs]
Modified Wed Mar 30 18:22:45 2016 UTC (9 years, 4 months ago) by michael
Diff to previous 7515 , to selected 9010
- channel_mode.c: cosmetical changes

Revision 7515 - Directory Listing - [select for diffs]
Modified Sat Mar 26 19:57:49 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7513 , to selected 9010
- ircd_defs.h: increase REASONLEN to 260

Revision 7513 - Directory Listing - [select for diffs]
Modified Sat Mar 26 19:55:55 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7511 , to selected 9010
- Removed KILLLEN; use REASONLEN instead

Revision 7511 - Directory Listing - [select for diffs]
Modified Sat Mar 26 19:48:38 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7509 , to selected 9010
- m_stats.c:show_iline_prefix(): whitespace change

Revision 7509 - Directory Listing - [select for diffs]
Modified Sat Mar 26 19:47:02 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7507 , to selected 9010
- ircd_defs.h: add TOPICLEN documentation

Revision 7507 - Directory Listing - [select for diffs]
Modified Sat Mar 26 19:30:48 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7505 , to selected 9010
- ircd_defs.h: improve NICKLEN documentation

Revision 7505 - Directory Listing - [select for diffs]
Modified Fri Mar 25 18:08:41 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7503 , to selected 9010
- reslib.c:add_nameserver(): remove useless test on 'res'

Revision 7503 - Directory Listing - [select for diffs]
Modified Fri Mar 25 14:27:49 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7501 , to selected 9010
- mempool.h: #undef MEMPOOL_STATS

Revision 7501 - Directory Listing - [select for diffs]
Modified Tue Mar 22 19:48:59 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7499 , to selected 9010
- mempool.c:mp_pool_get(): stylistic change

Revision 7499 - Directory Listing - [select for diffs]
Modified Tue Mar 22 19:47:12 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7497 , to selected 9010
- modules.h, modules.c: avoid using HYB_PATH_MAX for module_path::path

Revision 7497 - Directory Listing - [select for diffs]
Modified Mon Mar 21 20:33:43 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7495 , to selected 9010
- whowas.c:whowas_make(): fixed potential core when general::whowas_history_length is set to 0

Revision 7495 - Directory Listing - [select for diffs]
Modified Mon Mar 21 20:03:46 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7493 , to selected 9010
- whowas.c:whowas_trim(): use dlink_list_length

Revision 7493 - Directory Listing - [select for diffs]
Modified Sun Mar 20 11:26:46 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7490 , to selected 9010
- Update NEWS file

Revision 7490 - Directory Listing - [select for diffs]
Modified Sat Mar 19 18:58:29 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7488 , to selected 9010
- whowas.c:whowas_trim(): fixed test on whowas_list.tail

Revision 7488 - Directory Listing - [select for diffs]
Modified Wed Mar 16 15:31:57 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7486 , to selected 9010
- client.c:free_client(): fix broken assert()

Revision 7486 - Directory Listing - [select for diffs]
Modified Wed Mar 16 10:45:17 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7484 , to selected 9010
- Rename Client::whowas to Client::whowas_list

Revision 7484 - Directory Listing - [select for diffs]
Modified Wed Mar 16 09:28:14 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7482 , to selected 9010
- hash.c: remove unused header includes

Revision 7482 - Directory Listing - [select for diffs]
Modified Wed Mar 16 09:18:18 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7480 , to selected 9010
- event.c: remove unused header includes

Revision 7480 - Directory Listing - [select for diffs]
Modified Wed Mar 16 08:53:56 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7478 , to selected 9010
- conf.c:read_conf_files(): removed isupport_rebuild() call no longer needed

Revision 7478 - Directory Listing - [select for diffs]
Modified Tue Mar 15 19:28:31 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7476 , to selected 9010
- numeric.h: remove irrelevant comment

Revision 7476 - Directory Listing - [select for diffs]
Modified Tue Mar 15 19:21:05 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7473 , to selected 9010
- Update reference.conf

Revision 7473 - Directory Listing - [select for diffs]
Modified Sun Mar 13 12:32:13 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7471 , to selected 9010
- watch.c: remove unused header include

Revision 7471 - Directory Listing - [select for diffs]
Modified Sun Mar 13 11:51:03 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7469 , to selected 9010
- m_stats.c: style corrections; use const keyword where appropriate

Revision 7469 - Directory Listing - [select for diffs]
Modified Sat Mar 12 19:07:20 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7467 , to selected 9010
- m_svsnick.c:ms_svsnick(): split up if statement

Revision 7467 - Directory Listing - [select for diffs]
Modified Sat Mar 12 14:16:55 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7464 , to selected 9010
- m_stats.c:stats_memory(): remove TOTAL info which is completely off anyway

Revision 7464 - Directory Listing - [select for diffs]
Modified Sat Mar 12 13:13:53 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7462 , to selected 9010
- client.c:find_chasing(): remove useless cast

Revision 7462 - Directory Listing - [select for diffs]
Modified Sat Mar 12 13:12:23 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7460 , to selected 9010
- m_kill.c:mo_kill(): remove ueseless cast

Revision 7460 - Directory Listing - [select for diffs]
Modified Sat Mar 12 12:56:44 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7458 , to selected 9010
- m_stats.c: renamings

Revision 7458 - Directory Listing - [select for diffs]
Modified Sat Mar 12 12:51:54 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7456 , to selected 9010
- m_stats.c:stats_events(): use proper conversion specifier

Revision 7456 - Directory Listing - [select for diffs]
Modified Sat Mar 12 12:47:27 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7450 , to selected 9010
- m_stats.c:stats_memory(): remove extraneous whowas_count_memory() call

Revision 7450 - Directory Listing - [select for diffs]
Modified Fri Mar 11 17:31:56 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7449 , to selected 9010
- whowas.c: remove unused header include

Revision 7449 - Directory Listing - [select for diffs]
Modified Fri Mar 11 17:22:15 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7447 , to selected 9010
- Further cleanups to recent WHOWAS changes

Revision 7447 - Directory Listing - [select for diffs]
Modified Fri Mar 11 17:02:24 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7445 , to selected 9010
- Update reference.conf

Revision 7445 - Directory Listing - [select for diffs]
Modified Thu Mar 10 20:49:32 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7442 , to selected 9010
- Rebuilt autogenerated files

Revision 7442 - Directory Listing - [select for diffs]
Modified Thu Mar 10 20:27:23 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7441 , to selected 9010
- whowas.c: documentation

Revision 7441 - Directory Listing - [select for diffs]
Modified Thu Mar 10 20:21:20 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7438 , to selected 9010
- whowas.c: documentation

Revision 7438 - Directory Listing - [select for diffs]
Modified Thu Mar 10 20:03:29 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7437 , to selected 9010
- ircd.c:main(): actually call whowas_init() now

Revision 7437 - Directory Listing - [select for diffs]
Modified Thu Mar 10 19:59:52 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7435 , to selected 9010
- 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 7435 - Directory Listing - [select for diffs]
Modified Wed Mar 9 17:50:09 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7433 , to selected 9010
- m_dline.c, m_kline.c, m_xline.c: use const keyword where appropriate

Revision 7433 - Directory Listing - [select for diffs]
Modified Wed Mar 9 17:36:18 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7431 , to selected 9010
- m_stats.c:stats_memory(): variable renamings; remove unused code

Revision 7431 - Directory Listing - [select for diffs]
Modified Tue Mar 8 18:20:10 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7429 , to selected 9010
- Minor style cleanups & constification

Revision 7429 - Directory Listing - [select for diffs]
Modified Mon Mar 7 17:47:07 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7427 , to selected 9010
- parse_aline() cleanups

Revision 7427 - Directory Listing - [select for diffs]
Modified Mon Mar 7 17:17:38 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7425 , to selected 9010
- m_stats.c: remove unused header includes

Revision 7425 - Directory Listing - [select for diffs]
Modified Mon Mar 7 16:57:15 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7423 , to selected 9010
- m_stats.c:report_shared(), report_cluster(): increase buffer size for the extra 'c' character

Revision 7423 - Directory Listing - [select for diffs]
Modified Mon Mar 7 16:48:20 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7421 , to selected 9010
- m_dline.c, m_kline.c: expiry time for *LINES set by remote clients is no longer capped at MAX_TDKLINE_TIME

Revision 7421 - Directory Listing - [select for diffs]
Modified Sun Mar 6 19:59:24 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7419 , to selected 9010
- m_kline.c: save us a second parse_netmask() call

Revision 7419 - Directory Listing - [select for diffs]
Modified Sun Mar 6 19:51:08 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7417 , to selected 9010
- m_dline.c: deduplicate

Revision 7417 - Directory Listing - [select for diffs]
Modified Sun Mar 6 19:33:57 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7415 , to selected 9010
- m_kline.c: deduplicate

Revision 7415 - Directory Listing - [select for diffs]
Modified Sun Mar 6 19:18:12 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7413 , to selected 9010
- m_xline.c: deduplicate

Revision 7413 - Directory Listing - [select for diffs]
Modified Sun Mar 6 18:37:33 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7411 , to selected 9010
- m_xline.c: merge relay_xline() into ms_xline();  allow services to override valid_wild_card_simple()

Revision 7411 - Directory Listing - [select for diffs]
Modified Sun Mar 6 18:19:35 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7409 , to selected 9010
- m_kline.c:ms_kline(): allow services to override valid_wild_card()

Revision 7409 - Directory Listing - [select for diffs]
Modified Sun Mar 6 18:09:54 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7407 , to selected 9010
- m_resv.c:resv_handle(): allow services to override valid_wild_card_simple()

Revision 7407 - Directory Listing - [select for diffs]
Modified Sun Mar 6 17:19:39 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7405 , to selected 9010
- m_set.c:quote_autoconn(): use conf->name when reporting the server name

Revision 7405 - Directory Listing - [select for diffs]
Modified Sun Mar 6 16:57:50 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7403 , to selected 9010
- m_stats.c: split report_confitem_types() into two separate functions

Revision 7403 - Directory Listing - [select for diffs]
Modified Sun Mar 6 16:33:12 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7401 , to selected 9010
- Remove useless parameters from operator_find()

Revision 7401 - Directory Listing - [select for diffs]
Modified Sun Mar 6 16:15:22 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7399 , to selected 9010
- Cleanups to operator/connect block lookup routines

Revision 7399 - Directory Listing - [select for diffs]
Modified Sun Mar 6 10:21:49 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7397 , to selected 9010
- numeric.h, numeric.c: remove unused ERR_NOADMININFO

Revision 7397 - Directory Listing - [select for diffs]
Modified Sat Mar 5 18:33:40 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7394 , to selected 9010
- m_stats.c: merge some of the recently introduced conf-report functions

Revision 7394 - Directory Listing - [select for diffs]
Modified Sat Mar 5 16:59:25 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7393 , to selected 9010
- whowas.c: rename some variables for consistency

Revision 7393 - Directory Listing - [select for diffs]
Modified Sat Mar 5 16:56:22 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7391 , to selected 9010
- whowas.c: doxygen

Revision 7391 - Directory Listing - [select for diffs]
Modified Sat Mar 5 16:46:16 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7389 , to selected 9010
- list.c: cleanup/dedup dlinkFindDelete()

Revision 7389 - Directory Listing - [select for diffs]
Modified Fri Mar 4 17:05:30 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7387 , to selected 9010
- Update doc/ircd.8 by jackal

Revision 7387 - Directory Listing - [select for diffs]
Modified Thu Mar 3 12:38:12 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7385 , to selected 9010
- Remove artificial cap of minimum required size of the dh parameter file

Revision 7385 - Directory Listing - [select for diffs]
Modified Thu Mar 3 12:16:55 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7382 , to selected 9010
- conf.h: removed now unused MaskItem::count

Revision 7382 - Directory Listing - [select for diffs]
Modified Wed Mar 2 18:08:50 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7381 , to selected 9010
- m_stats.c whitespace changes

Revision 7381 - Directory Listing - [select for diffs]
Modified Wed Mar 2 17:52:02 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7379 , to selected 9010
- send.c:sendto_realops_flags(): use sendto_one_notice()

Revision 7379 - Directory Listing - [select for diffs]
Modified Tue Mar 1 17:35:03 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7377 , to selected 9010
- parse.c:parse(): change length to size_t type

Revision 7377 - Directory Listing - [select for diffs]
Modified Sun Feb 28 17:37:15 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7375 , to selected 9010
- numeric.c: RPL_TRACEUNKNOWN: use proper conversion specifier for 'uintmax_t'

Revision 7375 - Directory Listing - [select for diffs]
Modified Sun Feb 28 17:05:18 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7373 , to selected 9010
- m_svskill.c: remove unused header include

Revision 7373 - Directory Listing - [select for diffs]
Modified Sun Feb 28 17:02:18 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7371 , to selected 9010
- m_svstag.c: remove unused header includes

Revision 7371 - Directory Listing - [select for diffs]
Modified Sun Feb 28 16:49:11 2016 UTC (9 years, 5 months ago) by michael
Diff to previous 7368 , to selected 9010
- Update help/invite explaining what INVITE with no arguments does

Revision 7368 - Directory Listing - [select for diffs]
Modified Wed Feb 24 12:46:07 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7366 , to selected 9010
- Update NEWS

Revision 7366 - Directory Listing - [select for diffs]
Modified Wed Feb 24 12:40:19 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7364 , to selected 9010
- Update NEWS

Revision 7364 - Directory Listing - [select for diffs]
Modified Wed Feb 24 12:39:22 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7361 , to selected 9010
- Update README

Revision 7361 - Directory Listing - [select for diffs]
Modified Tue Feb 23 19:35:24 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7355 , to selected 9010
- m_resv.c, m_xline.c: replaced atoi() with strtoumax()

Revision 7355 - Directory Listing - [select for diffs]
Modified Mon Feb 22 18:59:13 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7353 , to selected 9010
- Cleanup more conversion specifiers

Revision 7353 - Directory Listing - [select for diffs]
Modified Sun Feb 21 12:52:19 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7352 , to selected 9010
- m_message.c:build_target_list(): stylistic changes

Revision 7352 - Directory Listing - [select for diffs]
Modified Sun Feb 21 12:45:22 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7349 , to selected 9010
- m_message.c:flood_attack_*(): incorporate fixes from p4 so 'can_flood' actually works

Revision 7349 - Directory Listing - [select for diffs]
Modified Sun Feb 21 11:55:30 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7348 , to selected 9010
- Show some stats about allocated listeners in /stats z

Revision 7348 - Directory Listing - [select for diffs]
Modified Sun Feb 21 11:44:35 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7345 , to selected 9010
- Remove unused header includes

Revision 7345 - Directory Listing - [select for diffs]
Modified Sun Feb 21 11:27:31 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7344 , to selected 9010
- Remove excessive 'const'

Revision 7344 - Directory Listing - [select for diffs]
Modified Sun Feb 21 11:17:04 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7340 , to selected 9010
- m_stats.c: remove stats_usage()

Revision 7340 - Directory Listing - [select for diffs]
Modified Sat Feb 20 18:55:03 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7339 , to selected 9010
- client_attach_svstag(): remove excessive 'const'

Revision 7339 - Directory Listing - [select for diffs]
Modified Sat Feb 20 18:48:24 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7337 , to selected 9010
- m_eob.c:ms_eob(): use proper conversion specifier

Revision 7337 - Directory Listing - [select for diffs]
Modified Sat Feb 20 18:11:30 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7335 , to selected 9010
- client.c:exit_client(): improve user logging

Revision 7335 - Directory Listing - [select for diffs]
Modified Sat Feb 20 17:50:51 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7332 , to selected 9010
- conf.c:clear_out_old_conf(): removed double motd_clear() call which somehow sneaked in

Revision 7332 - Directory Listing - [select for diffs]
Modified Fri Feb 19 17:52:36 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7330 , to selected 9010
- README: add 'Raspbian Jessie' to tested platforms

Revision 7330 - Directory Listing - [select for diffs]
Modified Fri Feb 19 17:50:13 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7327 , to selected 9010
- 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 7327 - Directory Listing - [select for diffs]
Modified Tue Feb 16 17:36:27 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7326 , to selected 9010
- fdlist.h: removed FILEIO_V2 define

Revision 7326 - Directory Listing - [select for diffs]
Modified Tue Feb 16 17:33:39 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7323 , to selected 9010
- Remove useless header includes

Revision 7323 - Directory Listing - [select for diffs]
Modified Sun Feb 14 16:28:09 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7322 , to selected 9010
- client.h: remove unused struct MaskItem declaration

Revision 7322 - Directory Listing - [select for diffs]
Modified Sun Feb 14 15:41:25 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7319 , to selected 9010
- Constification

Revision 7319 - Directory Listing - [select for diffs]
Modified Sun Feb 14 15:22:09 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7318 , to selected 9010
- Re-built parser files

Revision 7318 - Directory Listing - [select for diffs]
Modified Sun Feb 14 15:21:07 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7316 , to selected 9010
- conf_parser.y: fixed triggered assert with user = "" in auth {} blocks

Revision 7316 - Directory Listing - [select for diffs]
Modified Fri Feb 12 19:46:23 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7313 , to selected 9010
- conf_resv.h: removed unused struct ResvExemptItem members

Revision 7313 - Directory Listing - [select for diffs]
Modified Wed Feb 10 11:16:26 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7312 , to selected 9010
- m_stats.c:report_gecos(): whitespace change

Revision 7312 - Directory Listing - [select for diffs]
Modified Wed Feb 10 11:02:03 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7310 , to selected 9010
- svn propset

Revision 7310 - Directory Listing - [select for diffs]
Modified Wed Feb 10 10:55:40 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7308 , to selected 9010
- conf_gecos.h, conf_gecos.c: fixed copyright info

Revision 7308 - Directory Listing - [select for diffs]
Modified Wed Feb 10 10:48:15 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7305 , to selected 9010
- autoreconf
- re-create parser files

Revision 7305 - Directory Listing - [select for diffs]
Modified Wed Feb 10 10:46:22 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7304 , to selected 9010
- Add conf_gecos.*

Revision 7304 - Directory Listing - [select for diffs]
Modified Wed Feb 10 10:45:46 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7300 , to selected 9010
- Cleanup/separate XLINE / gecos{} conf implementation

Revision 7300 - Directory Listing - [select for diffs]
Modified Tue Feb 9 21:20:59 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7296 , to selected 9010
- m_info.c: OUTPUT_STRING for libgeoip_ipv4_database_file and libgeoip_ipv6_database_file

Revision 7296 - Directory Listing - [select for diffs]
Modified Tue Feb 9 19:34:49 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7294 , to selected 9010
- tls_none.c:tls_new_cred(): return 1 if no tls support is available so conf_handle_tls() doesn't exit the process

Revision 7294 - Directory Listing - [select for diffs]
Modified Tue Feb 9 19:02:26 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7292 , to selected 9010
- conf_pseudo.c: renaming for consistency

Revision 7292 - Directory Listing - [select for diffs]
Modified Mon Feb 8 19:29:46 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7290 , to selected 9010
- m_resv.c: cosmetical changes

Revision 7290 - Directory Listing - [select for diffs]
Modified Sun Feb 7 20:13:09 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7288 , to selected 9010
- conf_resv.c:resv_make(): move code

Revision 7288 - Directory Listing - [select for diffs]
Modified Sun Feb 7 19:55:12 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7286 , to selected 9010
- Further fixes to resv rewrite

Revision 7286 - Directory Listing - [select for diffs]
Modified Sun Feb 7 18:39:17 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7283 , to selected 9010
- conf_resv.c:resv_make(): actually add the item to its corresponding list

Revision 7283 - Directory Listing - [select for diffs]
Modified Sun Feb 7 18:25:22 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7282 , to selected 9010
- Re-create parser files

Revision 7282 - Directory Listing - [select for diffs]
Modified Sun Feb 7 18:04:26 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7279 , to selected 9010
- Cleanup/separate RESV conf implementation

Revision 7279 - Directory Listing - [select for diffs]
Modified Sun Feb 7 15:31:07 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7278 , to selected 9010
- ircd.c: ensure ircd.log is set up properly before calling tls_init()

Revision 7278 - Directory Listing - [select for diffs]
Modified Sun Feb 7 15:28:26 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7275 , to selected 9010
- tls_openssl.c: removed logging to stderr which is closed at this point anyway

Revision 7275 - Directory Listing - [select for diffs]
Modified Sat Feb 6 21:08:46 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7274 , to selected 9010
- tls_none.c: add missing tls_handshake() dummy

Revision 7274 - Directory Listing - [select for diffs]
Modified Sat Feb 6 20:55:49 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7271 , to selected 9010
- Let's do this better

Revision 7271 - Directory Listing - [select for diffs]
Modified Sat Feb 6 20:47:15 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7270 , to selected 9010
- Don't exit out with GnuTLS when there's no key and/or certificate

Revision 7270 - Directory Listing - [select for diffs]
Modified Sat Feb 6 19:25:26 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7267 , to selected 9010
- Leave fd 3 open for GnuTLS < 3.3.10 that don't have https://gitlab.com/gnutls/gnutls/commit/684b825f5f78cc7ad1f61be232fd20ee0bc5b56f

  "  When gnutls_global_init() is called manually from the application check the urandom fd for validity
     That addresses the issue where a server closes all open file descriptors
     and then calls gnutls_global_init().  "

Revision 7267 - Directory Listing - [select for diffs]
Modified Sat Feb 6 19:02:47 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7266 , to selected 9010
- reference.conf: another whitespace cleanup

Revision 7266 - Directory Listing - [select for diffs]
Modified Sat Feb 6 19:02:03 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7263 , to selected 9010
- Minor simplifications on clearing lists

Revision 7263 - Directory Listing - [select for diffs]
Modified Sat Feb 6 18:04:09 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7262 , to selected 9010
- reference.conf: whitespace change

Revision 7262 - Directory Listing - [select for diffs]
Modified Sat Feb 6 17:40:10 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7259 , to selected 9010
- Re-create parser files

Revision 7259 - Directory Listing - [select for diffs]
Modified Sat Feb 6 17:35:20 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7258 , to selected 9010
- conf_service.c:service_clear(): free() service->name

Revision 7258 - Directory Listing - [select for diffs]
Modified Sat Feb 6 17:29:57 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7256 , to selected 9010
- Improve libGeoIP support

Revision 7256 - Directory Listing - [select for diffs]
Modified Thu Feb 4 17:38:51 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7253 , to selected 9010
- reference.conf: minor doc improvements to service {} section

Revision 7253 - Directory Listing - [select for diffs]
Modified Thu Feb 4 17:28:44 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7252 , to selected 9010
- conf_cluster: remove useless header include

Revision 7252 - Directory Listing - [select for diffs]
Modified Thu Feb 4 17:25:09 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7251 , to selected 9010
- Re-create parser files

Revision 7251 - Directory Listing - [select for diffs]
Modified Thu Feb 4 17:24:57 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7248 , to selected 9010
- autoreconf

Revision 7248 - Directory Listing - [select for diffs]
Modified Thu Feb 4 17:21:58 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7245 , to selected 9010
- Move service {} block configuration management into its own module

Revision 7245 - Directory Listing - [select for diffs]
Modified Wed Feb 3 18:29:44 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7244 , to selected 9010
- Renamed 'mod_clear_paths()' to 'modules_conf_clear()'. Further simplification to modules_conf_clear()

Revision 7244 - Directory Listing - [select for diffs]
Modified Wed Feb 3 18:19:20 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7241 , to selected 9010
- whowas_off_history(), pseudo_clear(), client_clear_svstags(): simplifications

Revision 7241 - Directory Listing - [select for diffs]
Modified Wed Feb 3 16:41:19 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7238 , to selected 9010
- conf_cluster, conf_shared: remove unused header includes

Revision 7238 - Directory Listing - [select for diffs]
Modified Wed Feb 3 16:35:01 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7237 , to selected 9010
- Recreate parser files

Revision 7237 - Directory Listing - [select for diffs]
Modified Wed Feb 3 16:33:47 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7234 , to selected 9010
- autoreconf

Revision 7234 - Directory Listing - [select for diffs]
Modified Wed Feb 3 16:30:10 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7233 , to selected 9010
- Move resv.* to conf_resv.*

Revision 7233 - Directory Listing - [select for diffs]
Modified Wed Feb 3 16:07:50 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7230 , to selected 9010
- tls_openssl.c: removed extraneous curly braces not needed with c99

Revision 7230 - Directory Listing - [select for diffs]
Modified Wed Feb 3 16:00:29 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7229 , to selected 9010
- conf.c:conf_handle_tls(): use EXIT_FAILURE

Revision 7229 - Directory Listing - [select for diffs]
Modified Wed Feb 3 15:58:53 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7226 , to selected 9010
- conf.c: documenting

Revision 7226 - Directory Listing - [select for diffs]
Modified Wed Feb 3 15:52:16 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7225 , to selected 9010
- conf.c:oper_privs_as_string(): rename variables

Revision 7225 - Directory Listing - [select for diffs]
Modified Wed Feb 3 15:48:02 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7222 , to selected 9010
- conf.c:oper_privs_as_string(): adjust/improve buffer size

Revision 7222 - Directory Listing - [select for diffs]
Modified Wed Feb 3 15:40:58 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7221 , to selected 9010
- send.c:sendto_match_servs(): fixed longstanding issue where we would cluster to non-CLUSTER capable servers

Revision 7221 - Directory Listing - [select for diffs]
Modified Wed Feb 3 15:35:55 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7218 , to selected 9010
- svn propset

Revision 7218 - Directory Listing - [select for diffs]
Modified Wed Feb 3 15:29:38 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7217 , to selected 9010
- m_stats.c: renamings & constifications

Revision 7217 - Directory Listing - [select for diffs]
Modified Wed Feb 3 15:22:21 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7214 , to selected 9010
- conf.c:clear_out_old_conf(): clear ClusterItems

Revision 7214 - Directory Listing - [select for diffs]
Modified Wed Feb 3 15:14:39 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7213 , to selected 9010
- conf.h: removed old shared_items leftover

Revision 7213 - Directory Listing - [select for diffs]
Modified Wed Feb 3 15:13:16 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7210 , to selected 9010
- Regenerate parser files

Revision 7210 - Directory Listing - [select for diffs]
Modified Wed Feb 3 15:11:01 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7209 , to selected 9010
- autoreconf

Revision 7209 - Directory Listing - [select for diffs]
Modified Wed Feb 3 15:10:39 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7206 , to selected 9010
- Clustering has been broken in -r7159. 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 7206 - Directory Listing - [select for diffs]
Modified Tue Feb 2 17:26:53 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7204 , to selected 9010
- Update NEWS file

Revision 7204 - Directory Listing - [select for diffs]
Modified Tue Feb 2 17:15:26 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7202 , to selected 9010
- Update NEWS file

Revision 7202 - Directory Listing - [select for diffs]
Modified Sun Jan 31 15:29:38 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7198 , to selected 9010
- Update README

Revision 7198 - Directory Listing - [select for diffs]
Modified Sat Jan 30 20:20:25 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7196 , to selected 9010
- Update reference.conf

Revision 7196 - Directory Listing - [select for diffs]
Modified Sat Jan 30 19:42:30 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7193 , to selected 9010
- tls_gnutls.c: explicitly disable SSLv3 for releases prior to 3.4

Revision 7193 - Directory Listing - [select for diffs]
Modified Sat Jan 30 18:54:24 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7192 , to selected 9010
- tls_gnutls.c: add %SERVER_PRECEDENCE to priorities

Revision 7192 - Directory Listing - [select for diffs]
Modified Sat Jan 30 18:48:01 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7190 , to selected 9010
- tls_openssl.c: removed test on OPENSSL_VERSION_NUMBER which is no longer needed

Revision 7190 - Directory Listing - [select for diffs]
Modified Sat Jan 30 18:45:32 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7188 , to selected 9010
- tls_openssl.c:tls_new_cred(): set ciphers from serverinfo::ssl_cipher_list which somehow got lost in the rewrite

Revision 7188 - Directory Listing - [select for diffs]
Modified Fri Jan 29 19:03:05 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7186 , to selected 9010
- AUTHORS: replace occurences of Hybrid with ircd-hybrid

Revision 7186 - Directory Listing - [select for diffs]
Modified Fri Jan 29 18:58:56 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7184 , to selected 9010
- version.c: replace occurences of Hybrid with ircd-hybrid

Revision 7184 - Directory Listing - [select for diffs]
Modified Thu Jan 28 19:53:47 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7181 , to selected 9010
- send.c:sendto_match_servs(): allow for 0 cap

Revision 7181 - Directory Listing - [select for diffs]
Modified Thu Jan 28 18:59:07 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7180 , to selected 9010
- Update README

Revision 7180 - Directory Listing - [select for diffs]
Modified Thu Jan 28 18:50:53 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7177 , to selected 9010
- autoreconf

Revision 7177 - Directory Listing - [select for diffs]
Modified Thu Jan 28 18:49:37 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7176 , to selected 9010
- ax_arg_gnutls.m4: add simple 'checking' message

Revision 7176 - Directory Listing - [select for diffs]
Modified Thu Jan 28 18:27:24 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7174 , to selected 9010
- autoreconf

Revision 7174 - Directory Listing - [select for diffs]
Modified Thu Jan 28 18:12:28 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7171 , to selected 9010
- ax_arg_openssl.m4: require 1.0.1d and above

Revision 7171 - Directory Listing - [select for diffs]
Modified Thu Jan 28 17:14:05 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7170 , to selected 9010
- ax_arg_gnutls.m4: fixed previous commit

Revision 7170 - Directory Listing - [select for diffs]
Modified Thu Jan 28 17:09:23 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7168 , to selected 9010
- ax_arg_gnutls.m4: require 3.3.8 and above

Revision 7168 - Directory Listing - [select for diffs]
Modified Thu Jan 28 11:53:12 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7165 , to selected 9010
- autoreconf

Revision 7165 - Directory Listing - [select for diffs]
Modified Thu Jan 28 11:51:57 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7164 , to selected 9010
- configure.ac: remove check for wait.h

Revision 7164 - Directory Listing - [select for diffs]
Modified Thu Jan 28 11:41:59 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7160 , to selected 9010
- tls*: more copyright fixups

Revision 7160 - Directory Listing - [select for diffs]
Modified Thu Jan 28 11:28:08 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7159 , to selected 9010
- Re-built parser file

Revision 7159 - Directory Listing - [select for diffs]
Modified Thu Jan 28 11:26:51 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7157 , to selected 9010
- 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 7157 - Directory Listing - [select for diffs]
Modified Thu Jan 28 10:47:05 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7155 , to selected 9010
- m_rehash.c:mo_rehash(): fixed match() test

Revision 7155 - Directory Listing - [select for diffs]
Modified Thu Jan 28 10:26:37 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7152 , to selected 9010
- autoreconf

Revision 7152 - Directory Listing - [select for diffs]
Modified Thu Jan 28 10:24:03 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7148 , to selected 9010
- 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 7148 - Directory Listing - [select for diffs]
Modified Thu Jan 28 10:04:06 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7146 , to selected 9010
- More copyright -- from Adam

Revision 7146 - Directory Listing - [select for diffs]
Modified Thu Jan 28 10:02:48 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7145 , to selected 9010
- Fix gnutls error handling -- from Adam

Revision 7145 - Directory Listing - [select for diffs]
Modified Thu Jan 28 10:01:06 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7142 , to selected 9010
- Fix cert leak in tls_verify_cert -- from Adam

Revision 7142 - Directory Listing - [select for diffs]
Modified Thu Jan 28 09:56:49 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7141 , to selected 9010
- Remove useless raw_result -- from Adam

Revision 7141 - Directory Listing - [select for diffs]
Modified Wed Jan 27 21:38:58 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7139 , to selected 9010
- stdinc.h: removed openssl header includes which no longer should be here

Revision 7139 - Directory Listing - [select for diffs]
Modified Wed Jan 27 21:29:38 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7137 , to selected 9010
- conf.h, conf.c: remove now unused ConfigServerInfo.rsa_private_key

Revision 7137 - Directory Listing - [select for diffs]
Modified Wed Jan 27 18:00:22 2016 UTC (9 years, 6 months ago) by michael
Diff to previous 7134 , to selected 9010
- tls_gnutls.h: fixed compile error

Revision 7134 - Directory Listing - [select for diffs]
Modified Mon Jan 25 19:51:47 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7131 , to selected 9010
- tls_gnutls.h, tls_gnutls.c: minor cleanups

Revision 7131 - Directory Listing - [select for diffs]
Modified Mon Jan 25 19:12:25 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7130 , to selected 9010
- Re-create parser files

Revision 7130 - Directory Listing - [select for diffs]
Modified Mon Jan 25 19:11:18 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7127 , to selected 9010
- reference.conf: fixed spelling

Revision 7127 - Directory Listing - [select for diffs]
Modified Mon Jan 25 19:09:47 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7126 , to selected 9010
- conf_pseudo.h, conf_pseudo.c: fix/update copyright header

Revision 7126 - Directory Listing - [select for diffs]
Modified Mon Jan 25 19:08:14 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7124 , to selected 9010
- conf_parser.y: removed bunch of unused/redundant header includes

Revision 7124 - Directory Listing - [select for diffs]
Modified Sun Jan 24 20:28:46 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7121 , to selected 9010
- tls_openssl.c: style corrections

Revision 7121 - Directory Listing - [select for diffs]
Modified Sun Jan 24 20:22:55 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7120 , to selected 9010
- conf_parser.y: removed some cruft

Revision 7120 - Directory Listing - [select for diffs]
Modified Sun Jan 24 20:06:47 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7118 , to selected 9010
- tls_gnutls.c:tls_get_cipher(): make the string look similar to the openssl variant (add protocol information)

Revision 7118 - Directory Listing - [select for diffs]
Modified Sun Jan 24 17:33:20 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7116 , to selected 9010
- reference.conf: add some example commands for gnutls support

Revision 7116 - Directory Listing - [select for diffs]
Modified Sat Jan 23 21:06:39 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7113 , to selected 9010
- Remove MaskItem::rsa_public_key

Revision 7113 - Directory Listing - [select for diffs]
Modified Sat Jan 23 20:31:25 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7112 , to selected 9010
- Remove some HAVE_TLS

Revision 7112 - Directory Listing - [select for diffs]
Modified Sat Jan 23 20:25:03 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7109 , to selected 9010
- propset

Revision 7109 - Directory Listing - [select for diffs]
Modified Sat Jan 23 20:19:07 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7108 , to selected 9010
- Re-generate parser files

Revision 7108 - Directory Listing - [select for diffs]
Modified Sat Jan 23 20:18:10 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7105 , to selected 9010
- autoreconf

Revision 7105 - Directory Listing - [select for diffs]
Modified Sat Jan 23 20:11:27 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7104 , to selected 9010
- Incorporate gnutls support by Adam & Attila

Revision 7104 - Directory Listing - [select for diffs]
Modified Sat Jan 23 17:57:33 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7101 , to selected 9010
- m_connect.c:mo_connect(): remove invalid comment

Revision 7101 - Directory Listing - [select for diffs]
Modified Sat Jan 23 17:10:26 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7100 , to selected 9010
- m_webirc.c: constification;  avoid multiple array indices;  stylistic changes;  improve server notices

Revision 7100 - Directory Listing - [select for diffs]
Modified Sat Jan 23 16:46:09 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7098 , to selected 9010
- ax_arg_openssl.m4: removed now unused ENABLE_SSL condition

Revision 7098 - Directory Listing - [select for diffs]
Modified Fri Jan 22 17:50:33 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7095 , to selected 9010
- Improve documentation

Revision 7095 - Directory Listing - [select for diffs]
Modified Fri Jan 22 17:46:42 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7094 , to selected 9010
- Improve documentation

Revision 7094 - Directory Listing - [select for diffs]
Modified Fri Jan 22 17:40:34 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7091 , to selected 9010
- Improve documentation

Revision 7091 - Directory Listing - [select for diffs]
Modified Fri Jan 22 17:28:22 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7090 , to selected 9010
- m_tburst.c: mention that parv[5] can be an empty string

Revision 7090 - Directory Listing - [select for diffs]
Modified Fri Jan 22 17:20:08 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7088 , to selected 9010
- m_topic.c: mention that parv[2] can be an empty string

Revision 7088 - Directory Listing - [select for diffs]
Modified Fri Jan 22 17:15:43 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7085 , to selected 9010
- m_topic.c:ms_topic(): fixed parameter validation

Revision 7085 - Directory Listing - [select for diffs]
Modified Wed Jan 20 14:14:21 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7084 , to selected 9010
- m_watch.c:m_watch(): removed pointless increment on 'user'

Revision 7084 - Directory Listing - [select for diffs]
Modified Wed Jan 20 14:12:31 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7082 , to selected 9010
- watch.h, watch.c, m_watch.c: rename some variables for consistency

Revision 7082 - Directory Listing - [select for diffs]
Modified Wed Jan 20 13:19:44 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7077 , to selected 9010
- Update reference.conf; mention that ip directives can be stacked in exempt blocks

Revision 7077 - Directory Listing - [select for diffs]
Modified Wed Jan 20 12:59:19 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7076 , to selected 9010
- Update help/rehash

Revision 7076 - Directory Listing - [select for diffs]
Modified Wed Jan 20 11:47:45 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7073 , to selected 9010
- Constifications; style cleanups in some places

Revision 7073 - Directory Listing - [select for diffs]
Modified Wed Jan 20 11:27:50 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7072 , to selected 9010
- m_resv.c, m_unresv.c: 'standardize' RESV/UNRESV notices/logging to look similar to KLINE/DLINE/XLINE messages

Revision 7072 - Directory Listing - [select for diffs]
Modified Wed Jan 20 11:12:16 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7070 , to selected 9010
- m_unresv.c:mo_unresv(): UNRESV does not have reasons - removed 'char *reason'

Revision 7070 - Directory Listing - [select for diffs]
Modified Tue Jan 19 17:45:13 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7068 , to selected 9010
- m_squit.c: improve SQUIT logging; make logging look similar to CONNECT for consistency

Revision 7068 - Directory Listing - [select for diffs]
Modified Tue Jan 19 17:32:57 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7066 , to selected 9010
- m_connect.c: minor cleanup - avoid multiple array indices

Revision 7066 - Directory Listing - [select for diffs]
Modified Tue Jan 19 17:18:41 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7064 , to selected 9010
- m_connect.c: improve CONNECT logging

Revision 7064 - Directory Listing - [select for diffs]
Modified Tue Jan 19 17:08:21 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7061 , to selected 9010
- m_resv.c: use non-encapsulated RESV for temporary RESVs; removed me_resv(). Not sure why encapsulated RESV had this unused parv[3] argument which always was "0".

Revision 7061 - Directory Listing - [select for diffs]
Modified Mon Jan 18 18:56:34 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7060 , to selected 9010
- Rebuilt conf_parser.c

Revision 7060 - Directory Listing - [select for diffs]
Modified Mon Jan 18 18:55:40 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7058 , to selected 9010
- 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 7058 - Directory Listing - [select for diffs]
Modified Sat Jan 16 19:51:33 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7056 , to selected 9010
- m_connect.c:mo_connect(): cleanups

Revision 7056 - Directory Listing - [select for diffs]
Modified Sat Jan 16 19:33:31 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7054 , to selected 9010
- m_connect.c:ms_connect(): parv[3] is not allowed to be NULL, so clean up weird logic checking EmptyString(parv[2])

Revision 7054 - Directory Listing - [select for diffs]
Modified Sun Jan 10 14:23:27 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7051 , to selected 9010
- channel.c: replaced a couple of MyClient() tests with just MyConnect()

Revision 7051 - Directory Listing - [select for diffs]
Modified Sun Jan 10 12:45:57 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7049 , to selected 9010
- m_stats.c: replaced a couple of MyClient() tests with just MyConnect()

Revision 7049 - Directory Listing - [select for diffs]
Modified Sun Jan 10 12:41:01 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7048 , to selected 9010
- user.c:introduce_client(): replaced a MyClient() test with just MyConnect()

Revision 7048 - Directory Listing - [select for diffs]
Modified Sun Jan 10 12:38:53 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7046 , to selected 9010
- m_userhost.c: replaced a MyClient() test with just MyConnect()

Revision 7046 - Directory Listing - [select for diffs]
Modified Sat Jan 9 20:13:59 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7043 , to selected 9010
- Rename 'non-standard' RPL_ENDOFTRACE to RPL_TRACEEND

Revision 7043 - Directory Listing - [select for diffs]
Modified Tue Jan 5 15:20:48 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7032 , to selected 9010
- Update NEWS and README

Revision 7032 - Directory Listing - [select for diffs]
Modified Sun Jan 3 14:34:39 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7031 , to selected 9010
- Renamed MyCalloc to xcalloc

Revision 7031 - Directory Listing - [select for diffs]
Modified Sat Jan 2 21:18:30 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7023 , to selected 9010
- hash.c:hash_init(): deal with genrand_int32() returning 0

Revision 7023 - Directory Listing - [select for diffs]
Modified Fri Jan 1 18:33:27 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7022 , to selected 9010
- reference.conf: clarification

Revision 7022 - Directory Listing - [select for diffs]
Modified Fri Jan 1 18:28:41 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7012 , to selected 9010
- modes.txt, umode: clarification

Revision 7012 - Directory Listing - [select for diffs]
Modified Fri Jan 1 13:52:27 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7006 , to selected 9010
- channel.c:channel_send_mask_list(): avoid using list->length directly. use dlink_list_length() instead

Revision 7006 - Directory Listing - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (9 years, 7 months ago) by michael
Diff to previous 7000 , to selected 9010
- Update copyright years

Revision 7000 - Directory Listing - [select for diffs]
Modified Thu Dec 31 15:36:26 2015 UTC (9 years, 7 months ago) by michael
Diff to previous 6999 , to selected 9010
- modes.txt: minor update

Revision 6999 - Directory Listing - [select for diffs]
Modified Thu Dec 31 15:22:18 2015 UTC (9 years, 7 months ago) by michael
Diff to previous 6996 , to selected 9010
- resv.txt: minor update

Revision 6996 - Directory Listing - [select for diffs]
Modified Thu Dec 31 14:49:09 2015 UTC (9 years, 7 months ago) by michael
Diff to previous 6995 , to selected 9010
- m_help.c:do_help(): document the +1 on 'path'

Revision 6995 - Directory Listing - [select for diffs]
Modified Thu Dec 31 14:47:04 2015 UTC (9 years, 7 months ago) by michael
Diff to previous 6991 , to selected 9010
- m_help.c:do_help(): avoid using HYB_PATH_MAX

Revision 6991 - Directory Listing - [select for diffs]
Modified Wed Dec 30 19:19:00 2015 UTC (9 years, 7 months ago) by michael
Diff to previous 6990 , to selected 9010
- hostmask.c:hostmask_send_expiration(): initialize 'ban_type' to something saner to display in case we hit the switch's default case

Revision 6990 - Directory Listing - [select for diffs]
Modified Wed Dec 30 19:14:34 2015 UTC (9 years, 7 months ago) by michael
Diff to previous 6982 , to selected 9010
- Remove trailing whitespaces

Revision 6982 - Directory Listing - [select for diffs]
Modified Wed Dec 23 19:49:38 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6979 , to selected 9010
- Cache channel name lengths

Revision 6979 - Directory Listing - [select for diffs]
Modified Tue Dec 22 17:55:05 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6976 , to selected 9010
- auth.c: change start_auth_query() to void

Revision 6976 - Directory Listing - [select for diffs]
Modified Mon Dec 21 17:07:46 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6964 , to selected 9010
- auth.c: fixed core on ident lookup if comm_open() fails

Revision 6964 - Directory Listing - [select for diffs]
Modified Fri Dec 18 19:53:17 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6963 , to selected 9010
- dbuf.c:dbuf_put_args(): improve/clarify documentation

Revision 6963 - Directory Listing - [select for diffs]
Modified Fri Dec 18 19:34:18 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6961 , to selected 9010
- client.c:get_client_name(): adjust size of 'buf'

Revision 6961 - Directory Listing - [select for diffs]
Modified Fri Dec 18 19:21:14 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6958 , to selected 9010
- client.c:check_pings_list(): adjust size of 'buf'

Revision 6958 - Directory Listing - [select for diffs]
Modified Thu Dec 17 11:52:08 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6956 , to selected 9010
- Move IRCD_MAXNS to reslib.h, rename it to RESLIB_MAXNS, and increase it to 8

Revision 6956 - Directory Listing - [select for diffs]
Modified Thu Dec 17 10:54:07 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6953 , to selected 9010
- Allow general::ts_warn_delta, and general::ts_max_delta to become 0

Revision 6953 - Directory Listing - [select for diffs]
Modified Tue Dec 15 19:44:25 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6951 , to selected 9010
- resv.txt, stdinc.h: comment/documentation updates provided by jackal

Revision 6951 - Directory Listing - [select for diffs]
Modified Tue Dec 15 19:11:07 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6948 , to selected 9010
- 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 6948 - Directory Listing - [select for diffs]
Modified Tue Dec 15 18:52:32 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6947 , to selected 9010
- s_bsd.c:comm_connect_tcp(): move comments to proper place

Revision 6947 - Directory Listing - [select for diffs]
Modified Tue Dec 15 18:19:35 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6943 , to selected 9010
- channel_mode.c:chm_limit(): move variable

Revision 6943 - Directory Listing - [select for diffs]
Modified Tue Dec 15 18:08:17 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6942 , to selected 9010
- client.c:conf_try_ban(): initialize 'ban_type' to something saner to display in case we hit the switch's default case

Revision 6942 - Directory Listing - [select for diffs]
Modified Tue Dec 15 17:54:18 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6940 , to selected 9010
- client.c: fixed SVSTAG memory leak with remote clients

Revision 6940 - Directory Listing - [select for diffs]
Modified Mon Dec 14 20:54:00 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6937 , to selected 9010
- m_mode.c, m_tmode.c: optimization; now no longer lookup remote clients for channelmembership as we grant remote clients full chanop status anyway

Revision 6937 - Directory Listing - [select for diffs]
Modified Sun Dec 13 17:26:03 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6936 , to selected 9010
- m_dline.c:dline_add(): whitespace change

Revision 6936 - Directory Listing - [select for diffs]
Modified Sun Dec 13 17:06:56 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6934 , to selected 9010
- conf.c:read_conf_files(): add 'T' to CHANMODES

Revision 6934 - Directory Listing - [select for diffs]
Modified Sat Dec 12 18:41:24 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6932 , to selected 9010
- misc.c:time_dissect(): adjust size of 'buf'

Revision 6932 - Directory Listing - [select for diffs]
Modified Sat Dec 12 18:34:12 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6930 , to selected 9010
- USERHOST_REPLYLEN I never liked. Gone.

Revision 6930 - Directory Listing - [select for diffs]
Modified Sat Dec 12 18:14:24 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6928 , to selected 9010
- channel_mode.c: minor cleanup/optimization to the v/h/o mode handlers

Revision 6928 - Directory Listing - [select for diffs]
Modified Fri Dec 11 19:11:41 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6926 , to selected 9010
- Fixed bug where setting the path/filename via the -klinefile, etc. switches would not have any effect. Reported by gp.

Revision 6926 - Directory Listing - [select for diffs]
Modified Fri Dec 11 17:49:05 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6925 , to selected 9010
- Update doc/modes.txt, help/cmode

Revision 6925 - Directory Listing - [select for diffs]
Modified Thu Dec 10 20:27:38 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6916 , to selected 9010
- m_nick.c: removed more outdated comments

Revision 6916 - Directory Listing - [select for diffs]
Modified Thu Dec 10 12:03:24 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6913 , to selected 9010
- m_message.c: minor cleanups

Revision 6913 - Directory Listing - [select for diffs]
Modified Tue Dec 8 16:48:06 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6910 , to selected 9010
- auth.c:auth_connect_callback(): remove two pointless remove_ipv6_mapping() calls

Revision 6910 - Directory Listing - [select for diffs]
Modified Mon Dec 7 19:13:39 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6906 , to selected 9010
- m_message.c:msg_channel(): cleanup; get rid of redundant sendto_one_numeric()

Revision 6906 - Directory Listing - [select for diffs]
Modified Mon Dec 7 18:28:28 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6904 , to selected 9010
- channel.c:channel_part_one_client(): optimization; don't call can_send() when there's no need to

Revision 6904 - Directory Listing - [select for diffs]
Modified Mon Dec 7 17:48:05 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6900 , to selected 9010
- 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 6900 - Directory Listing - [select for diffs]
Modified Thu Dec 3 21:43:14 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6898 , to selected 9010
- Replaced a rather strange mixture of atoi(), atol(), and strtoul() with strtoimax(). ircd-hybrid should be 2038-safe now

Revision 6898 - Directory Listing - [select for diffs]
Modified Wed Dec 2 20:19:47 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6895 , to selected 9010
- m_server.c: rename set_server_gecos() to server_set_gecos()

Revision 6895 - Directory Listing - [select for diffs]
Modified Wed Dec 2 19:56:46 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6894 , to selected 9010
- m_server.c:server_set_flags(): minor cleanup

Revision 6894 - Directory Listing - [select for diffs]
Modified Wed Dec 2 19:38:29 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6891 , to selected 9010
- m_server.c: add some documentation for server_set_flags()

Revision 6891 - Directory Listing - [select for diffs]
Modified Wed Dec 2 19:18:21 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6890 , to selected 9010
- m_server.c: add server_set_flags() and make use of it

Revision 6890 - Directory Listing - [select for diffs]
Modified Wed Dec 2 18:52:04 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6887 , to selected 9010
- m_server.c: add 'flag' and 'sid' argument to SERVER command; add 'flag' argument to SID command.
- m_pass.c: mention that parv[3] and parv[4] will be deprecated in some future release

Revision 6887 - Directory Listing - [select for diffs]
Modified Wed Dec 2 18:49:22 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6885 , to selected 9010
- memory.h: removed unused header include

Revision 6885 - Directory Listing - [select for diffs]
Modified Tue Dec 1 19:50:56 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6881 , to selected 9010
- Remove unused header includes

Revision 6881 - Directory Listing - [select for diffs]
Modified Tue Dec 1 19:25:43 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6879 , to selected 9010
- channel.h, channel.c: declared can_join() as static

Revision 6879 - Directory Listing - [select for diffs]
Modified Mon Nov 30 21:04:56 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6874 , to selected 9010
- parse.c: clean up some assert()

Revision 6874 - Directory Listing - [select for diffs]
Modified Mon Nov 30 20:36:00 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6873 , to selected 9010
- m_svinfo.c: whitespace changes

Revision 6873 - Directory Listing - [select for diffs]
Modified Mon Nov 30 20:17:01 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6868 , to selected 9010
- m_svinfo.c: mention parv[3] is unused nowadays

Revision 6868 - Directory Listing - [select for diffs]
Modified Mon Nov 30 20:03:49 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6867 , to selected 9010
- hostmask.c:add_conf_by_address(): minor improvement for ILP64

Revision 6867 - Directory Listing - [select for diffs]
Modified Mon Nov 30 19:29:46 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6864 , to selected 9010
- channel.c:channel_part_one_client(): fixed broken test on can_send(). Suppressing part messages was completely broken for ages

Revision 6864 - Directory Listing - [select for diffs]
Modified Sun Nov 29 18:59:36 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6860 , to selected 9010
- m_svinfo.c: do some logging when dropping a link due to incompatible TS version

Revision 6860 - Directory Listing - [select for diffs]
Modified Sun Nov 29 18:55:54 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6858 , to selected 9010
- m_svinfo.c: use get_client_name() instead of just source_p->name for server notices messages

Revision 6858 - Directory Listing - [select for diffs]
Modified Sun Nov 29 18:28:53 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6854 , to selected 9010
- Added channel mode +T which forbids NOTICEs to be sent to a channel

Revision 6854 - Directory Listing - [select for diffs]
Modified Fri Nov 27 19:25:43 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6853 , to selected 9010
- client.c:check_pings_list(): replace %d conversion specifier with %ji

Revision 6853 - Directory Listing - [select for diffs]
Modified Fri Nov 27 19:03:29 2015 UTC (9 years, 8 months ago) by michael
Diff to previous 6850 , to selected 9010
- 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 6850 - Directory Listing - [select for diffs]
Modified Tue Nov 24 18:40:20 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6846 , to selected 9010
- m_xline.c: removed me_xline() encap handler

Revision 6846 - Directory Listing - [select for diffs]
Modified Tue Nov 24 18:29:02 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6845 , to selected 9010
- m_stats.c: made the idle time look nicer in STATS v|p by using a formatted time string

Revision 6845 - Directory Listing - [select for diffs]
Modified Tue Nov 24 18:08:52 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6842 , to selected 9010
- parse.h: remove MessageHandler typedef

Revision 6842 - Directory Listing - [select for diffs]
Modified Tue Nov 24 17:46:18 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6839 , to selected 9010
- conf.c, numeric.c: use the appropriate conversion specifier for unsigned int

Revision 6839 - Directory Listing - [select for diffs]
Modified Tue Nov 24 17:28:49 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6836 , to selected 9010
- res.c: remove unused header includes

Revision 6836 - Directory Listing - [select for diffs]
Modified Tue Nov 24 17:21:29 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6832 , to selected 9010
- Move report_dns_servers() from res.c to m_stats.c

Revision 6832 - Directory Listing - [select for diffs]
Modified Fri Nov 20 20:33:56 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6831 , to selected 9010
- CAPAB_SVS is now mandatory

Revision 6831 - Directory Listing - [select for diffs]
Modified Fri Nov 20 20:25:28 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6827 , to selected 9010
- Removed backwards compatibility hack for older servers that allowed client->sockhost being "0"

Revision 6827 - Directory Listing - [select for diffs]
Modified Fri Nov 20 19:48:05 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6824 , to selected 9010
- Removed client->account backwards compatibility hacks for 8.1

Revision 6824 - Directory Listing - [select for diffs]
Modified Thu Nov 19 19:56:26 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6820 , to selected 9010
- isupport.c, match.c: casemapping is 'ascii' now

Revision 6820 - Directory Listing - [select for diffs]
Modified Thu Nov 19 19:29:03 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6814 , to selected 9010
- Update NEWS

Revision 6814 - Directory Listing - [select for diffs]
Modified Wed Nov 18 17:51:24 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6811 , to selected 9010
- m_opme.c: made server notices less verbose

Revision 6811 - Directory Listing - [select for diffs]
Modified Wed Nov 18 17:43:41 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6808 , to selected 9010
- user.c:report_and_set_user_flags(): remove the 'Congrats' from server notices

Revision 6808 - Directory Listing - [select for diffs]
Modified Wed Nov 18 12:56:52 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6805 , to selected 9010
- numeric.c: made RPL_YOUREOPER look more serious

Revision 6805 - Directory Listing - [select for diffs]
Modified Wed Nov 18 11:56:14 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6802 , to selected 9010
- server.h: update doxygen comments

Revision 6802 - Directory Listing - [select for diffs]
Modified Wed Nov 18 11:25:16 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6801 , to selected 9010
- ircd.c: style correction

Revision 6801 - Directory Listing - [select for diffs]
Modified Wed Nov 18 11:03:46 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6796 , to selected 9010
- Rebuilt parser/lexer files

Revision 6796 - Directory Listing - [select for diffs]
Modified Wed Nov 18 11:00:34 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6792 , to selected 9010
- m_svinfo.c: style corrections

Revision 6792 - Directory Listing - [select for diffs]
Modified Tue Nov 17 20:48:38 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6789 , to selected 9010
- Add channel::invite_delay_channel configuration option

Revision 6789 - Directory Listing - [select for diffs]
Modified Mon Nov 16 19:09:29 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6784 , to selected 9010
- misc.c:time_dissect(): fix compile warning on CentOS

Revision 6784 - Directory Listing - [select for diffs]
Modified Mon Nov 16 19:01:49 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6782 , to selected 9010
- misc.c:time_dissect(): fix compile warning on CentOS

Revision 6782 - Directory Listing - [select for diffs]
Modified Sun Nov 15 18:49:32 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6777 , to selected 9010
- 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 6777 - Directory Listing - [select for diffs]
Modified Fri Nov 13 20:32:04 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6774 , to selected 9010
- 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 6774 - Directory Listing - [select for diffs]
Modified Fri Nov 13 20:20:48 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6771 , to selected 9010
- Implement ircv3.2 chghost client capability support

Revision 6771 - Directory Listing - [select for diffs]
Modified Fri Nov 13 19:05:23 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6767 , to selected 9010
- m_invite.c: fix arguments to sendto_channel_local()

Revision 6767 - Directory Listing - [select for diffs]
Modified Fri Nov 13 18:46:50 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6764 , to selected 9010
- Implement ircv3.2 invite-notify client capability support

Revision 6764 - Directory Listing - [select for diffs]
Modified Fri Nov 13 18:38:18 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6759 , to selected 9010
- user.c:user_set_hostmask(): make use of sendto_channel_local() for sending 'AWAY' to avoid walking target_p->channel twice

Revision 6759 - Directory Listing - [select for diffs]
Modified Fri Nov 13 18:23:37 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6756 , to selected 9010
- Merge sendto_channel_local_butone() functionality into sendto_channel_local() and get rid of sendto_channel_local_butone()

Revision 6756 - Directory Listing - [select for diffs]
Modified Thu Nov 12 19:13:23 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6754 , to selected 9010
- s_user.c:valid_username(): moved 'dots' to innermost scope

Revision 6754 - Directory Listing - [select for diffs]
Modified Tue Nov 10 18:56:30 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6752 , to selected 9010
- m_nick.c: check for valid UIDs on client/UID introduction, too

Revision 6752 - Directory Listing - [select for diffs]
Modified Tue Nov 10 18:45:43 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6750 , to selected 9010
- m_nick.c: clean up/clarify some tests in check_clean_nick, ms_nick

Revision 6750 - Directory Listing - [select for diffs]
Modified Tue Nov 10 18:33:16 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6748 , to selected 9010
- m_nick.c: get rid of the server_p argument in check_clean_nick, check_clean_user, check_clean_host

Revision 6748 - Directory Listing - [select for diffs]
Modified Tue Nov 10 17:43:21 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6746 , to selected 9010
- m_nick.c:change_remote_nick(): use const

Revision 6746 - Directory Listing - [select for diffs]
Modified Tue Nov 10 17:39:33 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6744 , to selected 9010
- m_nick.c: reformat check_clean_nick, check_clean_user, check_clean_host

Revision 6744 - Directory Listing - [select for diffs]
Modified Tue Nov 10 17:31:12 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6743 , to selected 9010
- m_nick.c: use me.id a sender prefix when sending KILL in check_clean_nick, check_clean_user, check_clean_host; sprinkle some asserts

Revision 6743 - Directory Listing - [select for diffs]
Modified Mon Nov 9 17:38:22 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6740 , to selected 9010
- Add valid_uid() for later use

Revision 6740 - Directory Listing - [select for diffs]
Modified Mon Nov 9 17:22:01 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6738 , to selected 9010
- Increase default values of 'max_watch' and 'max_accept' to 50

Revision 6738 - Directory Listing - [select for diffs]
Modified Fri Nov 6 20:56:00 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6735 , to selected 9010
- Update NEWS file

Revision 6735 - Directory Listing - [select for diffs]
Modified Fri Nov 6 19:16:48 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6733 , to selected 9010
- ircd.c: move code

Revision 6733 - Directory Listing - [select for diffs]
Modified Wed Nov 4 22:15:35 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6732 , to selected 9010
- autoreconf

Revision 6732 - Directory Listing - [select for diffs]
Modified Wed Nov 4 21:56:03 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6729 , to selected 9010
- user.c:user_set_hostmask(): replace a MyClient() test with just MyConnect()

Revision 6729 - Directory Listing - [select for diffs]
Modified Wed Nov 4 21:16:46 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6727 , to selected 9010
- defaults.h, conf.c: get rid of this WATCHSIZE_MIN, WATCHSIZE_DEFAULT magic

Revision 6727 - Directory Listing - [select for diffs]
Modified Wed Nov 4 15:27:25 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6725 , to selected 9010
- 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 6725 - Directory Listing - [select for diffs]
Modified Tue Nov 3 19:56:23 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6723 , to selected 9010
- server.c:serv_connect(): update comments

Revision 6723 - Directory Listing - [select for diffs]
Modified Tue Nov 3 19:49:29 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6721 , to selected 9010
- server.c:check_server(): removed oudated comment

Revision 6721 - Directory Listing - [select for diffs]
Modified Tue Nov 3 19:44:01 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6719 , to selected 9010
- server.c:try_connections(): remove outdated comment

Revision 6719 - Directory Listing - [select for diffs]
Modified Fri Oct 30 18:18:07 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6716 , to selected 9010
- Make mem-usage counters use size_t and use the %zu conversion specifier accordingly

Revision 6716 - Directory Listing - [select for diffs]
Modified Fri Oct 30 17:37:27 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6715 , to selected 9010
- Rename 'xconf_item' list to 'gecos_items'

Revision 6715 - Directory Listing - [select for diffs]
Modified Fri Oct 30 17:26:21 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6712 , to selected 9010
- m_svsmode.c:ms_svsmode(): minor logic fix/cleanup

Revision 6712 - Directory Listing - [select for diffs]
Modified Fri Oct 30 17:05:36 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6709 , to selected 9010
- reference.conf: fix example IP address

Revision 6709 - Directory Listing - [select for diffs]
Modified Fri Oct 30 16:54:35 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6705 , to selected 9010
- Update README

Revision 6705 - Directory Listing - [select for diffs]
Modified Thu Oct 29 19:00:20 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6704 , to selected 9010
- m_who.c: use const keyword where appropriate

Revision 6704 - Directory Listing - [select for diffs]
Modified Thu Oct 29 15:54:30 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6701 , to selected 9010
- m_etrace.c:do_etrace(): cleanup

Revision 6701 - Directory Listing - [select for diffs]
Modified Thu Oct 29 15:30:30 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6700 , to selected 9010
- set_user_mode(), oper_up(): minor logic fixes

Revision 6700 - Directory Listing - [select for diffs]
Modified Thu Oct 29 13:12:04 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6698 , to selected 9010
- conf.c:oper_privs_as_string(): unbreak episode 2

Revision 6698 - Directory Listing - [select for diffs]
Modified Thu Oct 29 13:08:59 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6695 , to selected 9010
- conf.c:oper_privs_as_string(): unbreak; make it display "0" in /stats o in case there are no privileges specified

Revision 6695 - Directory Listing - [select for diffs]
Modified Thu Oct 29 12:54:12 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6694 , to selected 9010
- user.h: removed unused show_isupport

Revision 6694 - Directory Listing - [select for diffs]
Modified Thu Oct 29 12:53:27 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6691 , to selected 9010
- Move user_oper_up() from user.c to m_oper.c

Revision 6691 - Directory Listing - [select for diffs]
Modified Thu Oct 29 12:48:48 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6690 , to selected 9010
- Add all the missing irc-operator flags to /stats o output

Revision 6690 - Directory Listing - [select for diffs]
Modified Thu Oct 29 12:04:11 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6687 , to selected 9010
- Rename variables for consistency

Revision 6687 - Directory Listing - [select for diffs]
Modified Thu Oct 29 11:35:06 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6684 , to selected 9010
- Rebuild parser file

Revision 6684 - Directory Listing - [select for diffs]
Modified Wed Oct 28 19:55:57 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6682 , to selected 9010
- RSA keys with less than 2048 bits are no longer supported; same applies to the DH param file

Revision 6682 - Directory Listing - [select for diffs]
Modified Tue Oct 27 20:29:48 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6681 , to selected 9010
- channel.c, motd.c: rename variables

Revision 6681 - Directory Listing - [select for diffs]
Modified Tue Oct 27 19:52:44 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6678 , to selected 9010
- channel.c: rename some variables

Revision 6678 - Directory Listing - [select for diffs]
Modified Tue Oct 27 19:19:21 2015 UTC (9 years, 9 months ago) by michael
Diff to previous 6676 , to selected 9010
- conf_parser.y: whitespace change

Revision 6676 - Directory Listing - [select for diffs]
Modified Mon Oct 26 20:17:02 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6675 , to selected 9010
- Update help/close

Revision 6675 - Directory Listing - [select for diffs]
Modified Mon Oct 26 20:12:23 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6672 , to selected 9010
- Update help/resv, help/unresv

Revision 6672 - Directory Listing - [select for diffs]
Modified Mon Oct 26 20:09:07 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6671 , to selected 9010
- Update help/unxline

Revision 6671 - Directory Listing - [select for diffs]
Modified Mon Oct 26 19:57:18 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6668 , to selected 9010
- Rebuilt parser file

Revision 6668 - Directory Listing - [select for diffs]
Modified Mon Oct 26 19:47:50 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6667 , to selected 9010
- reference.conf: minor cleanups

Revision 6667 - Directory Listing - [select for diffs]
Modified Mon Oct 26 19:28:20 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6664 , to selected 9010
- conf.h: whitespace changes

Revision 6664 - Directory Listing - [select for diffs]
Modified Mon Oct 26 19:14:49 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6662 , to selected 9010
- conf_parser.y: style cleanups

Revision 6662 - Directory Listing - [select for diffs]
Modified Mon Oct 26 19:04:16 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6660 , to selected 9010
- conf_parser.y: removed CHALLENGE leftover

Revision 6660 - Directory Listing - [select for diffs]
Modified Sun Oct 25 18:25:42 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6659 , to selected 9010
- client.h: more documentation updates

Revision 6659 - Directory Listing - [select for diffs]
Modified Sun Oct 25 17:59:45 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6656 , to selected 9010
- client.h: more documentation updates

Revision 6656 - Directory Listing - [select for diffs]
Modified Sun Oct 25 17:45:08 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6654 , to selected 9010
- client.h: add some rather useful documentation to Connection::lasttime

Revision 6654 - Directory Listing - [select for diffs]
Modified Sun Oct 25 15:47:56 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6652 , to selected 9010
- whowas.c: rename variables

Revision 6652 - Directory Listing - [select for diffs]
Modified Sun Oct 25 15:43:58 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6651 , to selected 9010
- m_whowas.c: rename variable

Revision 6651 - Directory Listing - [select for diffs]
Modified Sun Oct 25 15:27:31 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6648 , to selected 9010
- ipcache.h, ipcache.c: constification

Revision 6648 - Directory Listing - [select for diffs]
Modified Sun Oct 25 14:36:13 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6646 , to selected 9010
- m_message.c: minor style changes

Revision 6646 - Directory Listing - [select for diffs]
Modified Sat Oct 24 18:56:30 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6645 , to selected 9010
- ircd.c: use EXIT_FAILURE instead of some magic value to be passed to exit()

Revision 6645 - Directory Listing - [select for diffs]
Modified Sat Oct 24 18:55:04 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6642 , to selected 9010
- conf.c, conf_parser.y: use EXIT_FAILURE instead of some magic value to be passed to exit()

Revision 6642 - Directory Listing - [select for diffs]
Modified Sat Oct 24 18:41:32 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6641 , to selected 9010
- Rename event::enabled to event::active

Revision 6641 - Directory Listing - [select for diffs]
Modified Sat Oct 24 18:37:10 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6637 , to selected 9010
- conf.c:set_default_conf(): removed useless NULL assignments already done by clear_out_old_conf()

Revision 6637 - Directory Listing - [select for diffs]
Modified Sat Oct 24 17:30:07 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6636 , to selected 9010
- Rebuilt parser/lexer files

Revision 6636 - Directory Listing - [select for diffs]
Modified Sat Oct 24 17:27:12 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6633 , to selected 9010
- 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 6633 - Directory Listing - [select for diffs]
Modified Sat Oct 24 15:15:33 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6629 , to selected 9010
- Use client->name when updating the fd's associated name record with fd_note()

Revision 6629 - Directory Listing - [select for diffs]
Modified Sat Oct 24 13:53:54 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6628 , to selected 9010
- ax_append_flag.m4: update to latest version

Revision 6628 - Directory Listing - [select for diffs]
Modified Sat Oct 24 13:29:47 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6625 , to selected 9010
- Rename uconf_items to shared_items and oconf_items to operator_items

Revision 6625 - Directory Listing - [select for diffs]
Modified Sat Oct 24 12:48:40 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6624 , to selected 9010
- m_userhost.c: minor documentation update

Revision 6624 - Directory Listing - [select for diffs]
Modified Sat Oct 24 12:44:56 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6621 , to selected 9010
- reference.conf: minor restructuring and tab cleanup

Revision 6621 - Directory Listing - [select for diffs]
Modified Sat Oct 24 12:22:13 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6620 , to selected 9010
- client.h: document Client::connection

Revision 6620 - Directory Listing - [select for diffs]
Modified Sat Oct 24 12:18:13 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6617 , to selected 9010
- client.h: if HasOFlag is being used on remote clients, something is wrong. Let it crash instead of silently ignoring it.

Revision 6617 - Directory Listing - [select for diffs]
Modified Sat Oct 24 12:00:56 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6616 , to selected 9010
- client.h: removed pointless cruft in the SetClient macro

Revision 6616 - Directory Listing - [select for diffs]
Modified Sat Oct 24 11:48:10 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6613 , to selected 9010
- client.h: clean up some nonsense in the SetOper/ClearOper macros

Revision 6613 - Directory Listing - [select for diffs]
Modified Sat Oct 24 11:07:30 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6612 , to selected 9010
- Update README file

Revision 6612 - Directory Listing - [select for diffs]
Modified Thu Oct 22 19:14:16 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6609 , to selected 9010
- Update reference.conf

Revision 6609 - Directory Listing - [select for diffs]
Modified Thu Oct 22 18:44:58 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6608 , to selected 9010
- Update reference.conf

Revision 6608 - Directory Listing - [select for diffs]
Modified Thu Oct 22 18:37:03 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6607 , to selected 9010
- patricia.h: remove trailing whitespaces

Revision 6607 - Directory Listing - [select for diffs]
Modified Thu Oct 22 18:35:52 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6606 , to selected 9010
- patricia.c: remove trailing whitespaces

Revision 6606 - Directory Listing - [select for diffs]
Modified Thu Oct 22 18:27:45 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6603 , to selected 9010
- ircd.8: minor corrections and cleanups

Revision 6603 - Directory Listing - [select for diffs]
Modified Thu Oct 22 18:08:48 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6602 , to selected 9010
- Rebuilt parser/lexer files

Revision 6602 - Directory Listing - [select for diffs]
Modified Thu Oct 22 18:07:38 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6599 , to selected 9010
- server.c:read_links_file(), write_links_file(): do some logging if we cannot fopen links.txt

Revision 6599 - Directory Listing - [select for diffs]
Modified Thu Oct 22 17:52:15 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6597 , to selected 9010
- Added serverhide::flatten_links_file configuration option and get rid of LIPATH

Revision 6597 - Directory Listing - [select for diffs]
Modified Thu Oct 22 17:23:06 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6595 , to selected 9010
- Renamed serverhide::links_delay configuration directive to serverhide::flatten_links_delay

Revision 6595 - Directory Listing - [select for diffs]
Modified Wed Oct 21 20:20:45 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6592 , to selected 9010
- Rebuilt lexer/parser files

Revision 6592 - Directory Listing - [select for diffs]
Modified Wed Oct 21 20:16:57 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6590 , to selected 9010
- Removed CHALLENGE in favour or ssl certificate fingerprint enabled operator {} blocks

Revision 6590 - Directory Listing - [select for diffs]
Modified Wed Oct 21 18:44:32 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6587 , to selected 9010
- mkpasswd.c: remove MD5 support as well; reformatting
- Update README.mkpasswd

Revision 6587 - Directory Listing - [select for diffs]
Modified Wed Oct 21 18:03:01 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6585 , to selected 9010
- mkpasswd.c: use EXIT_SUCCESS/EXIT_FAILURE

Revision 6585 - Directory Listing - [select for diffs]
Modified Tue Oct 20 19:14:09 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6582 , to selected 9010
- Update README.mkpasswd

Revision 6582 - Directory Listing - [select for diffs]
Modified Tue Oct 20 18:55:49 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6580 , to selected 9010
- mkpasswd.c: removed (Extended)DES support

Revision 6580 - Directory Listing - [select for diffs]
Modified Mon Oct 19 19:52:11 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6579 , to selected 9010
- hostmask.c: style correction

Revision 6579 - Directory Listing - [select for diffs]
Modified Mon Oct 19 19:10:05 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6575 , to selected 9010
- hostmask.c: removed irrelevant comment

Revision 6575 - Directory Listing - [select for diffs]
Modified Sun Oct 18 17:22:59 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6574 , to selected 9010
- Update README.mkpasswd

Revision 6574 - Directory Listing - [select for diffs]
Modified Sun Oct 18 17:04:19 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6571 , to selected 9010
- Update README.mkpasswd

Revision 6571 - Directory Listing - [select for diffs]
Modified Sun Oct 18 16:58:34 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6569 , to selected 9010
- Fixed broken bcrypt on (Open)BSD in conjunction with the -s and -l switches

Revision 6569 - Directory Listing - [select for diffs]
Modified Tue Oct 13 17:57:51 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6561 , to selected 9010
- Add dissect_time() from HOPM and make use of it in some places

Revision 6561 - Directory Listing - [select for diffs]
Modified Wed Oct 7 18:19:44 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6560 , to selected 9010
- m_cap.c:cap_ack(): don't allow CAP ACK to set prohibited caps, or clear sticky ones

Revision 6560 - Directory Listing - [select for diffs]
Modified Sat Oct 3 18:23:47 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6557 , to selected 9010
- s_bsd_devpoll.c, s_bsd_epoll.c:init_netio(): we don't care about the real value of errno

Revision 6557 - Directory Listing - [select for diffs]
Modified Sat Oct 3 18:18:07 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6556 , to selected 9010
- s_bsd_kqueue.c:init_netio(): improve error reporting

Revision 6556 - Directory Listing - [select for diffs]
Modified Sat Oct 3 17:18:49 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6553 , to selected 9010
- memory.c:outofmemory(): removed redundant logging. server_die() already does the logging

Revision 6553 - Directory Listing - [select for diffs]
Modified Sat Oct 3 16:56:22 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6552 , to selected 9010
- Use EXIT_FAILURE in some places instead of hardcoded values

Revision 6552 - Directory Listing - [select for diffs]
Modified Mon Sep 28 17:54:14 2015 UTC (9 years, 10 months ago) by michael
Diff to previous 6549 , to selected 9010
- Clean up stats handling a bit and made lookups constant time

Revision 6549 - Directory Listing - [select for diffs]
Modified Sat Sep 19 16:53:27 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6547 , to selected 9010
- conf.c:conf_connect_allowed(): cleanup redundant test on 'conf'

Revision 6547 - Directory Listing - [select for diffs]
Modified Thu Sep 17 17:41:42 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6546 , to selected 9010
- server.h: swap keywords on find_capability()

Revision 6546 - Directory Listing - [select for diffs]
Modified Wed Sep 16 19:55:55 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6543 , to selected 9010
- Removed that dirty strtoken definition in stdinc.h

Revision 6543 - Directory Listing - [select for diffs]
Modified Wed Sep 16 16:28:59 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6542 , to selected 9010
- autoreconf

Revision 6542 - Directory Listing - [select for diffs]
Modified Wed Sep 16 11:01:51 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6539 , to selected 9010
- Replace obsolete usleep() with nanosleep()

Revision 6539 - Directory Listing - [select for diffs]
Modified Sun Sep 13 16:07:44 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6537 , to selected 9010
- Update NEWS file

Revision 6537 - Directory Listing - [select for diffs]
Modified Sat Sep 12 16:30:37 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6534 , to selected 9010
- motd.c, send.c: use %zu conversion specifier for size_t types

Revision 6534 - Directory Listing - [select for diffs]
Modified Sat Sep 12 16:23:45 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6533 , to selected 9010
- m_message.c: swap keywords on 'ntargets'; minor style corrections

Revision 6533 - Directory Listing - [select for diffs]
Modified Sat Sep 12 15:59:23 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6530 , to selected 9010
- m_info.c: fixed inconsistent description of stats_u_oper_only and stats_P_oper_only

Revision 6530 - Directory Listing - [select for diffs]
Modified Sat Sep 12 15:34:38 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6527 , to selected 9010
- Minor corrections to doc/modeg.txt provided by jackal

Revision 6527 - Directory Listing - [select for diffs]
Modified Fri Sep 11 16:33:29 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6525 , to selected 9010
- Fixed inconsistent style in several places

Revision 6525 - Directory Listing - [select for diffs]
Modified Thu Sep 10 16:34:41 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6523 , to selected 9010
- Update README file. Changes provided by jackal

Revision 6523 - Directory Listing - [select for diffs]
Modified Wed Sep 9 16:35:31 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6520 , to selected 9010
- Update reference.conf as suggested by jackal

Revision 6520 - Directory Listing - [select for diffs]
Modified Mon Sep 7 17:28:59 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6517 , to selected 9010
- packet.c: fix another typo

Revision 6517 - Directory Listing - [select for diffs]
Modified Mon Sep 7 17:16:45 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6514 , to selected 9010
- packet.c: fix typo

Revision 6514 - Directory Listing - [select for diffs]
Modified Sun Sep 6 19:26:18 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6513 , to selected 9010
- motd.h, motd.c: have motd_signon() use date_iso8601()

Revision 6513 - Directory Listing - [select for diffs]
Modified Sun Sep 6 18:32:38 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6510 , to selected 9010
- Change myctime() to use strftime() instead of ctime(); rename myctime() to date_ctime()

Revision 6510 - Directory Listing - [select for diffs]
Modified Sun Sep 6 17:50:05 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6509 , to selected 9010
- m_info.c:send_birthdate_online_time(): use date() instead of myctime()

Revision 6509 - Directory Listing - [select for diffs]
Modified Sun Sep 6 14:45:17 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6506 , to selected 9010
- Removed old event.txt

Revision 6506 - Directory Listing - [select for diffs]
Modified Sun Sep 6 11:17:15 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6505 , to selected 9010
- m_stats.c:show_iline_prefix(), report_auth(): let remote opers see auth blocks {} with spoofs and k/x-line exempts
- client.h: removed now unused MyOper macro

Revision 6505 - Directory Listing - [select for diffs]
Modified Sat Sep 5 19:55:39 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6502 , to selected 9010
- Rebuilt Makefile.in

Revision 6502 - Directory Listing - [select for diffs]
Modified Sat Sep 5 19:54:16 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6500 , to selected 9010
- 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 6500 - Directory Listing - [select for diffs]
Modified Sat Sep 5 17:55:15 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6499 , to selected 9010
- misc.c: change date_iso8601() to use the %T conversion specifier

Revision 6499 - Directory Listing - [select for diffs]
Modified Sat Sep 5 17:47:55 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6497 , to selected 9010
- misc.c: cleanup date() and make it use strftime()

Revision 6497 - Directory Listing - [select for diffs]
Modified Sat Sep 5 17:13:43 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6494 , to selected 9010
- ircd_defs.h: minor correction to the USERHOST_REPLYLEN definition

Revision 6494 - Directory Listing - [select for diffs]
Modified Sat Sep 5 17:00:42 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6493 , to selected 9010
- server.c:check_server(): removed redundant test on server_conf; constification

Revision 6493 - Directory Listing - [select for diffs]
Modified Fri Sep 4 20:12:50 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6490 , to selected 9010
- ircd_defs.h: increase KILLLEN and REASONLEN to 240

Revision 6490 - Directory Listing - [select for diffs]
Modified Fri Sep 4 18:07:10 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6488 , to selected 9010
- Rebuilt parser files

Revision 6488 - Directory Listing - [select for diffs]
Modified Fri Sep 4 17:56:25 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6484 , to selected 9010
- Added 'close' to irc-operator flags

Revision 6484 - Directory Listing - [select for diffs]
Modified Fri Sep 4 16:55:43 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6482 , to selected 9010
- Minor correction to reference.conf

Revision 6482 - Directory Listing - [select for diffs]
Modified Thu Sep 3 18:57:42 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6481 , to selected 9010
- ircd.c:set_time(): server_die() already does the logging plus notification, no need doing it twice

Revision 6481 - Directory Listing - [select for diffs]
Modified Thu Sep 3 18:50:04 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6478 , to selected 9010
- ircd.c: misc cleanups

Revision 6478 - Directory Listing - [select for diffs]
Modified Thu Sep 3 14:02:53 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6474 , to selected 9010
- auth.c: rename auth_pending_list to auth_list

Revision 6474 - Directory Listing - [select for diffs]
Modified Thu Sep 3 13:15:24 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6473 , to selected 9010
- Re-built Makefile.in

Revision 6473 - Directory Listing - [select for diffs]
Modified Thu Sep 3 13:14:14 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6470 , to selected 9010
- Database files and links.txt are now stored in /var/lib instead of /etc

Revision 6470 - Directory Listing - [select for diffs]
Modified Thu Sep 3 13:06:17 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6468 , to selected 9010
- Make use of enum in some places; make use of the HasFlag() macro some more; minor style corrections

Revision 6468 - Directory Listing - [select for diffs]
Modified Tue Sep 1 18:20:30 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6466 , to selected 9010
- m_locops.c:ms_locops(): avoid multiple array indices; improve readability

Revision 6466 - Directory Listing - [select for diffs]
Modified Mon Aug 31 17:05:56 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6464 , to selected 9010
- m_accept.c:m_accept(): run collapse() on the mask before using it

Revision 6464 - Directory Listing - [select for diffs]
Modified Sun Aug 30 16:46:32 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6462 , to selected 9010
- ircd.c: move some function calls in main()

Revision 6462 - Directory Listing - [select for diffs]
Modified Sat Aug 29 20:47:15 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6461 , to selected 9010
- m_svskill.c: use CONF_NOREASON as default reason just like in m_kill.c

Revision 6461 - Directory Listing - [select for diffs]
Modified Sat Aug 29 20:02:30 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6458 , to selected 9010
- client.h: wrong value assigned to OPER_FLAG_UNRESV

Revision 6458 - Directory Listing - [select for diffs]
Modified Sat Aug 29 19:42:26 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6455 , to selected 9010
- m_dline.c, m_kline.c, m_resv.c, m_xline.c: rename 't?line_time' variable to 'duration'

Revision 6455 - Directory Listing - [select for diffs]
Modified Sat Aug 29 19:37:17 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6454 , to selected 9010
- Re-create parser files

Revision 6454 - Directory Listing - [select for diffs]
Modified Sat Aug 29 19:35:32 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6451 , to selected 9010
- Added 'resv' and 'unresv' operator flags

Revision 6451 - Directory Listing - [select for diffs]
Modified Sat Aug 29 18:57:36 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6450 , to selected 9010
- client.h: style corrections

Revision 6450 - Directory Listing - [select for diffs]
Modified Sat Aug 29 18:54:03 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6447 , to selected 9010
- Re-create parser files

Revision 6447 - Directory Listing - [select for diffs]
Modified Sat Aug 29 18:49:58 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6446 , to selected 9010
- The general::oper_pass_resv configuration directive has been deprecated. Added the join:resv and nick:resv operator flags for better fine tuning

Revision 6446 - Directory Listing - [select for diffs]
Modified Fri Aug 28 19:40:03 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6443 , to selected 9010
- m_who.c:do_who(): use const keyword where appropriate

Revision 6443 - Directory Listing - [select for diffs]
Modified Fri Aug 28 18:29:37 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6441 , to selected 9010
- m_trace.c: allow remote operators to request a full client list; various other cleanups

Revision 6441 - Directory Listing - [select for diffs]
Modified Thu Aug 27 17:04:15 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6440 , to selected 9010
- Rename functions in userhost.c to comply with naming convention

Revision 6440 - Directory Listing - [select for diffs]
Modified Thu Aug 27 15:24:36 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6437 , to selected 9010
- m_server.c:ms_sid(): should be using get_client_name() in these two places

Revision 6437 - Directory Listing - [select for diffs]
Modified Thu Aug 27 13:08:57 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6436 , to selected 9010
- parse.c:parse_remove_unknown(): use get_client_name()

Revision 6436 - Directory Listing - [select for diffs]
Modified Thu Aug 27 12:51:49 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6433 , to selected 9010
- m_squit.c:mo_squit(): should be using get_oper_name() instead of get_client_name()

Revision 6433 - Directory Listing - [select for diffs]
Modified Thu Aug 27 12:42:11 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6432 , to selected 9010
- m_server.c:server_estab(): use get_client_name() when reporting errors

Revision 6432 - Directory Listing - [select for diffs]
Modified Thu Aug 27 10:51:26 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6429 , to selected 9010
- m_dline.c: fix comment

Revision 6429 - Directory Listing - [select for diffs]
Modified Thu Aug 27 10:44:15 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6428 , to selected 9010
- hostmask.h, hostmask.c: use const keyword where appropriate

Revision 6428 - Directory Listing - [select for diffs]
Modified Thu Aug 27 09:59:42 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6425 , to selected 9010
- 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 6425 - Directory Listing - [select for diffs]
Modified Thu Aug 27 09:43:26 2015 UTC (9 years, 11 months ago) by michael
Diff to previous 6423 , to selected 9010
- 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 6423 - Directory Listing - [select for diffs]
Modified Wed Aug 26 18:55:59 2015 UTC (10 years ago) by michael
Diff to previous 6422 , to selected 9010
- misc.c: style corrections

Revision 6422 - Directory Listing - [select for diffs]
Modified Wed Aug 26 18:12:52 2015 UTC (10 years ago) by michael
Diff to previous 6419 , to selected 9010
- Get rid of smalldate() and replace all instances of it with date_iso8601()

Revision 6419 - Directory Listing - [select for diffs]
Modified Wed Aug 26 17:51:30 2015 UTC (10 years ago) by michael
Diff to previous 6418 , to selected 9010
- misc.c: for consistency, have myctime() to behave like the other date/time functions when called with an argument being 0

Revision 6418 - Directory Listing - [select for diffs]
Modified Wed Aug 26 17:41:51 2015 UTC (10 years ago) by michael
Diff to previous 6415 , to selected 9010
- log.c: made log_write() use date_iso8601()

Revision 6415 - Directory Listing - [select for diffs]
Modified Wed Aug 26 17:33:45 2015 UTC (10 years ago) by michael
Diff to previous 6413 , to selected 9010
- Added date_iso8601() for later use

Revision 6413 - Directory Listing - [select for diffs]
Modified Wed Aug 26 17:14:06 2015 UTC (10 years ago) by michael
Diff to previous 6411 , to selected 9010
- misc.c: optimize time/date functions for subseqent calls with same argument value

Revision 6411 - Directory Listing - [select for diffs]
Modified Tue Aug 25 20:22:36 2015 UTC (10 years ago) by michael
Diff to previous 6409 , to selected 9010
- hostmask.c: revert to -r6318. Needs more thinking.

Revision 6409 - Directory Listing - [select for diffs]
Modified Tue Aug 25 19:56:57 2015 UTC (10 years ago) by michael
Diff to previous 6408 , to selected 9010
- 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 6408 - Directory Listing - [select for diffs]
Modified Tue Aug 25 19:24:09 2015 UTC (10 years ago) by michael
Diff to previous 6405 , to selected 9010
- m_svsmode.c:ms_svsmode(): move the 'ts = atol()' assignment right after the find_person()

Revision 6405 - Directory Listing - [select for diffs]
Modified Tue Aug 25 18:48:26 2015 UTC (10 years ago) by michael
Diff to previous 6403 , to selected 9010
- m_who.c: use an enum for WHO_MAX_REPLIES, even though this should be made configurable

Revision 6403 - Directory Listing - [select for diffs]
Modified Mon Aug 24 18:18:28 2015 UTC (10 years ago) by michael
Diff to previous 6400 , to selected 9010
- m_invite.c: p4 style broadcast of INVITE to all servers on the network

Revision 6400 - Directory Listing - [select for diffs]
Modified Sun Aug 23 16:32:56 2015 UTC (10 years ago) by michael
Diff to previous 6397 , to selected 9010
- Implement ircv3.1 account-notify extension

Revision 6397 - Directory Listing - [select for diffs]
Modified Sun Aug 23 15:15:53 2015 UTC (10 years ago) by michael
Diff to previous 6394 , to selected 9010
- server.c:serv_connect_callback(): constification

Revision 6394 - Directory Listing - [select for diffs]
Modified Sun Aug 23 15:01:55 2015 UTC (10 years ago) by michael
Diff to previous 6393 , to selected 9010
- autoreconf

Revision 6393 - Directory Listing - [select for diffs]
Modified Sun Aug 23 14:58:44 2015 UTC (10 years ago) by michael
Diff to previous 6390 , to selected 9010
- Move userhost related code from hash.c to userhost.c

Revision 6390 - Directory Listing - [select for diffs]
Modified Sat Aug 22 18:12:04 2015 UTC (10 years ago) by michael
Diff to previous 6387 , to selected 9010
- 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 6387 - Directory Listing - [select for diffs]
Modified Sat Aug 22 17:36:03 2015 UTC (10 years ago) by michael
Diff to previous 6385 , to selected 9010
- m_server.c:server_estab(): removed comment that's outdated for 24 years now

Revision 6385 - Directory Listing - [select for diffs]
Modified Fri Aug 21 18:30:29 2015 UTC (10 years ago) by michael
Diff to previous 6383 , to selected 9010
- Use an embedded list node for the ListTask struct

Revision 6383 - Directory Listing - [select for diffs]
Modified Fri Aug 21 17:24:00 2015 UTC (10 years ago) by michael
Diff to previous 6381 , to selected 9010
- getopt.c: use pointer arithmetic instead of array subscripting

Revision 6381 - Directory Listing - [select for diffs]
Modified Fri Aug 21 17:20:11 2015 UTC (10 years ago) by michael
Diff to previous 6379 , to selected 9010
- getopt.c: fixed inconsistent use of 'error' vs. 'Error'

Revision 6379 - Directory Listing - [select for diffs]
Modified Fri Aug 21 10:53:21 2015 UTC (10 years ago) by michael
Diff to previous 6378 , to selected 9010
- m_kick.c: doxygen

Revision 6378 - Directory Listing - [select for diffs]
Modified Fri Aug 21 10:38:26 2015 UTC (10 years ago) by michael
Diff to previous 6375 , to selected 9010
- Rebuild parser files

Revision 6375 - Directory Listing - [select for diffs]
Modified Fri Aug 21 10:34:16 2015 UTC (10 years ago) by michael
Diff to previous 6373 , to selected 9010
- Remove splitmode checking

Revision 6373 - Directory Listing - [select for diffs]
Modified Fri Aug 21 10:00:10 2015 UTC (10 years ago) by michael
Diff to previous 6371 , to selected 9010
- Rename several functions in channel.c to comply with naming convention

Revision 6371 - Directory Listing - [select for diffs]
Modified Wed Aug 19 10:37:45 2015 UTC (10 years ago) by michael
Diff to previous 6370 , to selected 9010
- Rebuilt parser file

Revision 6370 - Directory Listing - [select for diffs]
Modified Wed Aug 19 10:37:10 2015 UTC (10 years ago) by michael
Diff to previous 6367 , to selected 9010
- Rename several functions in event.c to comply with naming convention

Revision 6367 - Directory Listing - [select for diffs]
Modified Wed Aug 19 10:25:00 2015 UTC (10 years ago) by michael
Diff to previous 6366 , to selected 9010
- Rename several functions in listener.c to comply with naming convention

Revision 6366 - Directory Listing - [select for diffs]
Modified Wed Aug 19 10:06:03 2015 UTC (10 years ago) by michael
Diff to previous 6363 , to selected 9010
- Move show_ports() from listener.c to m_stats.c

Revision 6363 - Directory Listing - [select for diffs]
Modified Wed Aug 19 09:59:26 2015 UTC (10 years ago) by michael
Diff to previous 6362 , to selected 9010
- Remove unused header includes

Revision 6362 - Directory Listing - [select for diffs]
Modified Tue Aug 18 07:27:15 2015 UTC (10 years ago) by michael
Diff to previous 6359 , to selected 9010
- m_mode.c: add proper documentation for the MODE command handler

Revision 6359 - Directory Listing - [select for diffs]
Modified Tue Aug 18 06:56:14 2015 UTC (10 years ago) by michael
Diff to previous 6357 , to selected 9010
- channel_mode.c:channel_modes(): removed useless FLAGS_SERVICE test on client_p. We don't need that here.

Revision 6357 - Directory Listing - [select for diffs]
Modified Mon Aug 17 16:38:13 2015 UTC (10 years ago) by michael
Diff to previous 6355 , to selected 9010
- Make server_die() use enum; minor cleanups here and there

Revision 6355 - Directory Listing - [select for diffs]
Modified Mon Aug 17 10:45:04 2015 UTC (10 years ago) by michael
Diff to previous 6354 , to selected 9010
- m_links.c:do_links(): use const on 'target_p'

Revision 6354 - Directory Listing - [select for diffs]
Modified Fri Aug 14 17:53:44 2015 UTC (10 years ago) by michael
Diff to previous 6351 , to selected 9010
- Rename server capabilities flags from CAP_* to CAPAB_*

Revision 6351 - Directory Listing - [select for diffs]
Modified Tue Aug 11 18:39:23 2015 UTC (10 years ago) by michael
Diff to previous 6350 , to selected 9010
- m_resv.c: enable temporary s2s RESVs. Previously this only worked with encapsulated RESVs.

Revision 6350 - Directory Listing - [select for diffs]
Modified Tue Aug 11 17:53:44 2015 UTC (10 years ago) by michael
Diff to previous 6347 , to selected 9010
- Make use of enum in more places

Revision 6347 - Directory Listing - [select for diffs]
Modified Tue Aug 11 17:44:39 2015 UTC (10 years ago) by michael
Diff to previous 6345 , to selected 9010
- Make use of enum in more places

Revision 6345 - Directory Listing - [select for diffs]
Modified Tue Aug 11 17:23:26 2015 UTC (10 years ago) by michael
Diff to previous 6344 , to selected 9010
- Cleanup/fix names of several #ifndef INCLUDED_*

Revision 6344 - Directory Listing - [select for diffs]
Modified Mon Aug 10 18:52:28 2015 UTC (10 years ago) by michael
Diff to previous 6339 , to selected 9010
- m_resv.c:parse_resv(): constification

Revision 6339 - Directory Listing - [select for diffs]
Modified Mon Aug 10 18:38:55 2015 UTC (10 years ago) by michael
Diff to previous 6338 , to selected 9010
- m_resv.c:parse_resv(): remove local/remote info to be consistent with the other *LINE notices. The sender's server is shown in the notice anyway.

Revision 6338 - Directory Listing - [select for diffs]
Modified Mon Aug 10 18:26:32 2015 UTC (10 years ago) by michael
Diff to previous 6335 , to selected 9010
- m_resv.c:parse_resv(): don't has_wildcards() check 'name' if RESV comes from services

Revision 6335 - Directory Listing - [select for diffs]
Modified Mon Aug 10 18:09:17 2015 UTC (10 years ago) by michael
Diff to previous 6334 , to selected 9010
- m_resv.c:parse_resv(): swap tests on 'name' to make more sense

Revision 6334 - Directory Listing - [select for diffs]
Modified Mon Aug 10 17:57:22 2015 UTC (10 years ago) by michael
Diff to previous 6332 , to selected 9010
- m_resv.c:parse_resv(): skip the # when dealing with channel names

Revision 6332 - Directory Listing - [select for diffs]
Modified Mon Aug 10 17:55:33 2015 UTC (10 years ago) by michael
Diff to previous 6329 , to selected 9010
- conf.c:valid_wild_card_simple(): allow for short names (less than min_nonwildcard_simple) that don't have wildcards in it

Revision 6329 - Directory Listing - [select for diffs]
Modified Mon Aug 10 17:51:30 2015 UTC (10 years ago) by michael
Diff to previous 6328 , to selected 9010
- m_resv.c:parse_resv(): check for wildcards in channel resvs, too

Revision 6328 - Directory Listing - [select for diffs]
Modified Sat Aug 8 18:14:06 2015 UTC (10 years ago) by michael
Diff to previous 6325 , to selected 9010
- channel.h: rename FLOOD_NOTICED to MSG_FLOOD_NOTICED

Revision 6325 - Directory Listing - [select for diffs]
Modified Sat Aug 8 17:54:22 2015 UTC (10 years ago) by michael
Diff to previous 6323 , to selected 9010
- Get rid of the IsRegistered() macro, which is a rather dangerous macro for coders who add new connection states

Revision 6323 - Directory Listing - [select for diffs]
Modified Sat Aug 8 17:47:58 2015 UTC (10 years ago) by michael
Diff to previous 6319 , to selected 9010
- Make use of enum in more places

Revision 6319 - Directory Listing - [select for diffs]
Modified Wed Aug 5 18:30:39 2015 UTC (10 years ago) by michael
Diff to previous 6318 , to selected 9010
- Rebuild conf_parser.c

Revision 6318 - Directory Listing - [select for diffs]
Modified Wed Aug 5 16:04:43 2015 UTC (10 years ago) by michael
Diff to previous 6315 , to selected 9010
- Get rid of UMODE_ALL

Revision 6315 - Directory Listing - [select for diffs]
Modified Wed Aug 5 14:50:08 2015 UTC (10 years ago) by michael
Diff to previous 6313 , to selected 9010
- Make use of enums some more

Revision 6313 - Directory Listing - [select for diffs]
Modified Sat Aug 1 18:03:39 2015 UTC (10 years ago) by michael
Diff to previous 6310 , to selected 9010
- Make use of the *Flag() macros in some more places

Revision 6310 - Directory Listing - [select for diffs]
Modified Fri Jul 24 13:50:43 2015 UTC (10 years, 1 month ago) by michael
Diff to previous 6307 , to selected 9010
- client.c:get_client_name(): minor documentation change

Revision 6307 - Directory Listing - [select for diffs]
Modified Fri Jul 24 13:41:37 2015 UTC (10 years, 1 month ago) by michael
Diff to previous 6306 , to selected 9010
- user.c:user_oper_up(): remove useless assert()

Revision 6306 - Directory Listing - [select for diffs]
Modified Fri Jul 24 13:23:31 2015 UTC (10 years, 1 month ago) by michael
Diff to previous 6262 , to selected 9010
- Move show_events() from event.c to m_stats.c. Remove now unused prototypes.

Revision 6262 - Directory Listing - [select for diffs]
Modified Sun Jul 12 16:27:38 2015 UTC (10 years, 1 month ago) by michael
Diff to previous 6260 , to selected 9010
- restart.c:server_die(): use EXIT_SUCCESS/EXIT_FAILURE

Revision 6260 - Directory Listing - [select for diffs]
Modified Sun Jul 12 16:22:21 2015 UTC (10 years, 1 month ago) by michael
Diff to previous 6259 , to selected 9010
- ircd.c:check_pidfile(): re-enable logging

Revision 6259 - Directory Listing - [select for diffs]
Modified Sat Jul 11 12:18:43 2015 UTC (10 years, 1 month ago) by michael
Diff to previous 6256 , to selected 9010
- Set keyword and eol-style properties

Revision 6256 - Directory Listing - [select for diffs]
Modified Sat Jul 11 10:45:20 2015 UTC (10 years, 1 month ago) by michael
Diff to previous 6255 , to selected 9010
- Removed slang in comment

Revision 6255 - Directory Listing - [select for diffs]
Modified Fri Jul 10 15:40:48 2015 UTC (10 years, 1 month ago) by michael
Diff to previous 6252 , to selected 9010
- m_whois.c: don't allow remote WHOIS lookups with the target being a UID. Removed IsDigit test.

Revision 6252 - Directory Listing - [select for diffs]
Modified Fri Jul 10 15:32:00 2015 UTC (10 years, 1 month ago) by michael
Diff to previous 6245 , to selected 9010
- Removed RPL_YOURID. Clients don't need to know about their associated UID nor is the information of any use for them

Revision 6245 - Directory Listing - [select for diffs]
Modified Thu Jul 9 11:42:51 2015 UTC (10 years, 1 month ago) by michael
Diff to previous 6242 , to selected 9010
- README.mkpasswd, mkpasswd.c: spelling fixes; use 'unsigned' and 'const' where possible; style corrections

Revision 6242 - Directory Listing - [select for diffs]
Modified Thu Jul 9 11:18:42 2015 UTC (10 years, 1 month ago) by michael
Diff to previous 6240 , to selected 9010
- mkpasswd.c: don't allow 'length' and 'rounds' to become -ve

Revision 6240 - Directory Listing - [select for diffs]
Modified Wed Jul 8 14:40:58 2015 UTC (10 years, 1 month ago) by michael
Diff to previous 6217 , to selected 9010
- mkpasswd.c: properly deal with crypt() returning NULL. Fixes core as reported by falsovsky.

Revision 6217 - Directory Listing - [select for diffs]
Modified Sun Jun 28 12:49:36 2015 UTC (10 years, 1 month ago) by michael
Diff to previous 6193 , to selected 9010
- m_nick.c:ms_uid(): removed redundant parc < 10 test

Revision 6193 - Directory Listing - [select for diffs]
Modified Thu Jun 25 12:52:37 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6192 , to selected 9010
- isupport.c:isupport_rebuild(): make coverity shut up (CID 1308362)

Revision 6192 - Directory Listing - [select for diffs]
Modified Wed Jun 24 18:00:07 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6189 , to selected 9010
- Rename oper_up() to user_oper_up()

Revision 6189 - Directory Listing - [select for diffs]
Modified Wed Jun 24 17:56:29 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6188 , to selected 9010
- Rename user_usermodes_init() to user_modes_init()

Revision 6188 - Directory Listing - [select for diffs]
Modified Wed Jun 24 17:50:01 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6185 , to selected 9010
- autoreconf

Revision 6185 - Directory Listing - [select for diffs]
Modified Wed Jun 24 17:46:27 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6179 , to selected 9010
- Moved all ISUPPORT related code to isupport.c; renamed several functions to meet our coding convention

Revision 6179 - Directory Listing - [select for diffs]
Modified Tue Jun 23 15:55:00 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6162 , to selected 9010
- m_svinfo.c: replace abs() with labs()

Revision 6162 - Directory Listing - [select for diffs]
Modified Thu Jun 18 10:56:46 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6161 , to selected 9010
- Re-create autogenerated files

Revision 6161 - Directory Listing - [select for diffs]
Modified Thu Jun 18 10:55:29 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6159 , to selected 9010
- Move all SID/UID related code to id.c

Revision 6159 - Directory Listing - [select for diffs]
Modified Thu Jun 18 09:36:14 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6156 , to selected 9010
- server.c:generate_sid(): replace snprintf/strlcpy combo with just snprintf

Revision 6156 - Directory Listing - [select for diffs]
Modified Thu Jun 18 09:19:25 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6155 , to selected 9010
- Automatically generate sid on startup if none is configured. Patch provided by Adam 

Revision 6155 - Directory Listing - [select for diffs]
Modified Tue Jun 16 18:32:59 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6152 , to selected 9010
- m_message.c, numeric.c: changed RPL_UMODEGMSG numeric format to match with insp/ratbox/chary as suggested by Adam and jackal

Revision 6152 - Directory Listing - [select for diffs]
Modified Tue Jun 16 16:56:10 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6137 , to selected 9010
- Various documentation updates provided by Jackal

Revision 6137 - Directory Listing - [select for diffs]
Modified Thu Jun 11 19:45:40 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6134 , to selected 9010
- ax_arg_enable_debugging.m4: use AS_IF

Revision 6134 - Directory Listing - [select for diffs]
Modified Thu Jun 11 19:33:18 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6129 , to selected 9010
- ax_arg_enable_warnings.m4: use AS_IF

Revision 6129 - Directory Listing - [select for diffs]
Modified Thu Jun 11 18:17:33 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6128 , to selected 9010
- Update help/index as suggested by Jackal

Revision 6128 - Directory Listing - [select for diffs]
Modified Thu Jun 11 14:34:49 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6125 , to selected 9010
- autoreconf

Revision 6125 - Directory Listing - [select for diffs]
Modified Thu Jun 11 14:32:01 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6123 , to selected 9010
- Moved chunk size defines for the pooling allocator to ax_mempool_chunksizes.m4

Revision 6123 - Directory Listing - [select for diffs]
Modified Thu Jun 11 14:25:03 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6122 , to selected 9010
- Moved NICKNAMEHISTORYLENGTH definition to whowas.h

Revision 6122 - Directory Listing - [select for diffs]
Modified Thu Jun 11 14:16:43 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6119 , to selected 9010
- autoreconf

Revision 6119 - Directory Listing - [select for diffs]
Modified Thu Jun 11 14:10:27 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6117 , to selected 9010
- configure.ac: removed invalid copyright information

Revision 6117 - Directory Listing - [select for diffs]
Modified Thu Jun 11 13:28:51 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6096 , to selected 9010
- gcc_stack_protect.m4: modernization: AC_TRY_COMPILE and AC_TRY_LINK are obsolete

Revision 6096 - Directory Listing - [select for diffs]
Modified Wed Jun 10 20:42:10 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6095 , to selected 9010
- gcc_stack_protect.m4: added support for -fstack-protector-strong which is supported since gcc 4.9

Revision 6095 - Directory Listing - [select for diffs]
Modified Wed Jun 10 17:55:48 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6066 , to selected 9010
- Update reference.conf. SSLv3 is no longer supported

Revision 6066 - Directory Listing - [select for diffs]
Modified Mon Jun 8 19:36:02 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6060 , to selected 9010
- Fixed help/index as pointed out by jackal

Revision 6060 - Directory Listing - [select for diffs]
Modified Sat Jun 6 17:22:50 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6056 , to selected 9010
- 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 6056 - Directory Listing - [select for diffs]
Modified Thu Jun 4 17:19:00 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6053 , to selected 9010
- Update ax_append_flag.m4 to latest version

Revision 6053 - Directory Listing - [select for diffs]
Modified Thu Jun 4 17:11:06 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6010 , to selected 9010
- Update ax_check_compile_flag.m4 to latest version

Revision 6010 - Directory Listing - [select for diffs]
Modified Sat May 30 19:19:22 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 6008 , to selected 9010
- Re-built parser files

Revision 6008 - Directory Listing - [select for diffs]
Modified Sat May 30 19:18:21 2015 UTC (10 years, 2 months ago) by michael
Diff to previous 5990 , to selected 9010
- conf_parser.y: always rebuild CIDR lists	

Revision 5990 - Directory Listing - [select for diffs]
Modified Tue May 26 19:03:28 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5987 , to selected 9010
- conf_lexer.l: fixed typo introduced in previous commit

Revision 5987 - Directory Listing - [select for diffs]
Modified Tue May 26 18:59:52 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5985 , to selected 9010
- Re-generate parser files

Revision 5985 - Directory Listing - [select for diffs]
Modified Tue May 26 18:52:42 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5983 , to selected 9010
- Added 'xline_exempt' to auth{} block flags

Revision 5983 - Directory Listing - [select for diffs]
Modified Mon May 25 15:24:48 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5980 , to selected 9010
- channel.c:channel_do_join(): removed useless test on conf->reason

Revision 5980 - Directory Listing - [select for diffs]
Modified Mon May 25 14:24:26 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5979 , to selected 9010
- client.c:conf_try_ban(): use the proper conversion specifier

Revision 5979 - Directory Listing - [select for diffs]
Modified Mon May 25 14:18:59 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5976 , to selected 9010
- client.c:conf_try_ban(): minor cleanups

Revision 5976 - Directory Listing - [select for diffs]
Modified Mon May 18 15:36:11 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5959 , to selected 9010
- hostmask.c:try_parse_v4_netmask(): fixed possible OOB read

Revision 5959 - Directory Listing - [select for diffs]
Modified Sat May 9 21:56:30 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5956 , to selected 9010
- m_resv.c, m_unresv.c: removed useless comments

Revision 5956 - Directory Listing - [select for diffs]
Modified Sat May 9 19:53:09 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5955 , to selected 9010
- Removed useless header includes

Revision 5955 - Directory Listing - [select for diffs]
Modified Sat May 9 19:34:32 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5940 , to selected 9010
- conf.c:parse_aline(): removed test on target_server. There's no command that doesn't support the "ON" option

Revision 5940 - Directory Listing - [select for diffs]
Modified Wed May 6 19:07:24 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5939 , to selected 9010
- autoreconf

Revision 5939 - Directory Listing - [select for diffs]
Modified Wed May 6 19:07:00 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5936 , to selected 9010
- configure.ac: require automake 1.15

Revision 5936 - Directory Listing - [select for diffs]
Modified Wed May 6 18:33:02 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5933 , to selected 9010
- Recreate parser/lexer files

Revision 5933 - Directory Listing - [select for diffs]
Modified Wed May 6 18:30:17 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5902 , to selected 9010
- Removed the 'havent_read_conf' configuration directive as it only caused a whole lot more trouble than
  it actually helped

Revision 5902 - Directory Listing - [select for diffs]
Modified Mon May 4 11:56:42 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5899 , to selected 9010
- Style corrections

Revision 5899 - Directory Listing - [select for diffs]
Modified Mon May 4 11:19:16 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5898 , to selected 9010
- conf_db.h, conf_db.c: remove functions/definitions we don't need

Revision 5898 - Directory Listing - [select for diffs]
Modified Mon May 4 10:50:21 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5894 , to selected 9010
- '!' and '@' are no longer threated as wildcard characters

Revision 5894 - Directory Listing - [select for diffs]
Modified Sun May 3 21:03:04 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5893 , to selected 9010
- Removed g-line leftovers

Revision 5893 - Directory Listing - [select for diffs]
Modified Sun May 3 20:50:30 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5891 , to selected 9010
- m_resv.c: use m_unregistered() for the UNREGISTERED_HANDLER

Revision 5891 - Directory Listing - [select for diffs]
Modified Sun May 3 19:15:01 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5888 , to selected 9010
- m_info.c: don't int overflow if for some unknown reason someone configures insanely high values of > 2^31-1

Revision 5888 - Directory Listing - [select for diffs]
Modified Sun May 3 16:32:25 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5887 , to selected 9010
- auth.c: use C99-style array initialization

Revision 5887 - Directory Listing - [select for diffs]
Modified Sun May 3 16:29:22 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5884 , to selected 9010
- s_bsd.c: use C99-style array initialization

Revision 5884 - Directory Listing - [select for diffs]
Modified Sun May 3 16:17:51 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5883 , to selected 9010
- m_who.c:m_who(): use explicit NULL when calling who_global() for /who with no params

Revision 5883 - Directory Listing - [select for diffs]
Modified Sun May 3 16:14:56 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5881 , to selected 9010
- m_who.c: allow /who to be used with no additional parameters

Revision 5881 - Directory Listing - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5875 , to selected 9010
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER

Revision 5875 - Directory Listing - [select for diffs]
Modified Wed Apr 29 11:09:28 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5871 , to selected 9010
- Style corrections; removed trailing whitespaces

Revision 5871 - Directory Listing - [select for diffs]
Modified Tue Apr 28 20:35:50 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5870 , to selected 9010
- conf.c:expire_tklines(): deduplicate

Revision 5870 - Directory Listing - [select for diffs]
Modified Tue Apr 28 19:57:52 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5867 , to selected 9010
- m_xline.c: fixed invalid command sytnax when broadcasting XLINEs to other servers. First argument can't be a digit.

Revision 5867 - Directory Listing - [select for diffs]
Modified Tue Apr 28 12:47:36 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5865 , to selected 9010
- m_xline.c: renamed write_xline() to xline_add()

Revision 5865 - Directory Listing - [select for diffs]
Modified Tue Apr 28 12:42:56 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5864 , to selected 9010
- m_xline.c: don't allow legit-looking fake exit reasons like "Ping timeout: 240 seconds"; constification

Revision 5864 - Directory Listing - [select for diffs]
Modified Tue Apr 28 12:23:30 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5853 , to selected 9010
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5853 - Directory Listing - [select for diffs]
Modified Mon Apr 27 18:00:55 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5852 , to selected 9010
- channel.c:clear_invites_client(): add missing documentation

Revision 5852 - Directory Listing - [select for diffs]
Modified Mon Apr 27 17:55:01 2015 UTC (10 years, 3 months ago) by michael
Diff to previous 5850 , to selected 9010
- Renamed clear_invites() to clear_invites_channel()
- Added separate clear_invites_client()

Revision 5850 - Directory Listing - [select for diffs]
Modified Sun Apr 26 19:57:12 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5847 , to selected 9010
- hostmask.c:find_conf_by_address(): constification

Revision 5847 - Directory Listing - [select for diffs]
Modified Sun Apr 26 19:02:58 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5846 , to selected 9010
- conf.c:clear_out_old_conf(): also don't remove database based XLINE and RESVs from their
  associated linked list(s)

Revision 5846 - Directory Listing - [select for diffs]
Modified Sun Apr 26 17:48:25 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5843 , to selected 9010
- 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 5843 - Directory Listing - [select for diffs]
Modified Sun Apr 26 17:40:23 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5840 , to selected 9010
- conf.c:clear_out_old_conf(): also don't clear out RESVs that have been set with the RESV command

Revision 5840 - Directory Listing - [select for diffs]
Modified Sun Apr 26 17:27:57 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5837 , to selected 9010
- conf.c:clear_out_old_conf(): fixed bug where REHASH would clear all x-lines that
  have been set with the XLINE command

Revision 5837 - Directory Listing - [select for diffs]
Modified Sun Apr 26 17:10:21 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5836 , to selected 9010
- m_unresv.c: deduplication

Revision 5836 - Directory Listing - [select for diffs]
Modified Sun Apr 26 16:56:58 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5833 , to selected 9010
- m_undline.c: use LOG_TYPE_DLINE

Revision 5833 - Directory Listing - [select for diffs]
Modified Sun Apr 26 16:53:07 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5832 , to selected 9010
- m_undline.c, m_unkline.c: deduplication
- m_unxline.c: renamed functions

Revision 5832 - Directory Listing - [select for diffs]
Modified Sun Apr 26 16:28:26 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5829 , to selected 9010
- m_dline.c, m_kline: renamed functions

Revision 5829 - Directory Listing - [select for diffs]
Modified Sun Apr 26 16:25:34 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5828 , to selected 9010
- m_dline.c: deduplication

Revision 5828 - Directory Listing - [select for diffs]
Modified Sun Apr 26 16:12:36 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5825 , to selected 9010
- m_kline.c: deduplication

Revision 5825 - Directory Listing - [select for diffs]
Modified Sun Apr 26 15:55:57 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5823 , to selected 9010
- m_resv.c:parse_resv(): cleaned up the massive mess a bit

Revision 5823 - Directory Listing - [select for diffs]
Modified Sun Apr 26 15:37:43 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5822 , to selected 9010
- Get rid of valid_comment()

Revision 5822 - Directory Listing - [select for diffs]
Modified Sun Apr 26 12:42:15 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5819 , to selected 9010
- m_dline.c:mo_dline(): we're not interested in the address nor the bits on the
  first parse_netmask() call

Revision 5819 - Directory Listing - [select for diffs]
Modified Sun Apr 26 12:31:37 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5818 , to selected 9010
- m_dline.c:mo_dline(): get rid of some stupid parse_netmask() call

Revision 5818 - Directory Listing - [select for diffs]
Modified Sun Apr 26 11:57:53 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5815 , to selected 9010
- m_dline.c:ms_dline(): minor cleanup

Revision 5815 - Directory Listing - [select for diffs]
Modified Fri Apr 24 17:32:26 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5812 , to selected 9010
- 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 5812 - Directory Listing - [select for diffs]
Modified Thu Apr 23 17:42:32 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5809 , to selected 9010
- m_kline.c:already_placed_kline(): removed 'warn' parameter we don't need

Revision 5809 - Directory Listing - [select for diffs]
Modified Wed Apr 22 20:28:18 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5808 , to selected 9010
- user.c:report_and_set_user_flags(): removed g-lines leftover in server notice

Revision 5808 - Directory Listing - [select for diffs]
Modified Wed Apr 22 20:20:29 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5807 , to selected 9010
- m_dline.c: fix compile warnings with -Wunused-variable

Revision 5807 - Directory Listing - [select for diffs]
Modified Wed Apr 22 20:12:17 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5806 , to selected 9010
- m_dline.c: allow d-lines to be added even if an exempt {} exists

Revision 5806 - Directory Listing - [select for diffs]
Modified Tue Apr 21 21:51:26 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5805 , to selected 9010
- Recreate autogenerated files

Revision 5805 - Directory Listing - [select for diffs]
Modified Tue Apr 21 21:49:58 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5804 , to selected 9010
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
  dline_min_cidr6 configuration options

Revision 5804 - Directory Listing - [select for diffs]
Modified Fri Apr 17 20:03:43 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5801 , to selected 9010
- numeric.c: use C99 array initialization

Revision 5801 - Directory Listing - [select for diffs]
Modified Fri Apr 17 19:23:06 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5800 , to selected 9010
- conf_parser.c: rebuilt

Revision 5800 - Directory Listing - [select for diffs]
Modified Fri Apr 17 18:55:55 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5797 , to selected 9010
- conf_parser.y: fixed error messages as pointed out by Adam

Revision 5797 - Directory Listing - [select for diffs]
Modified Fri Apr 17 16:19:21 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5796 , to selected 9010
- conf.c:conf_add_class_to_conf(): cleaned up duplicated code

Revision 5796 - Directory Listing - [select for diffs]
Modified Fri Apr 17 16:12:30 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5792 , to selected 9010
- Minor cleanups to CAPAB related code

Revision 5792 - Directory Listing - [select for diffs]
Modified Tue Apr 14 17:58:04 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5791 , to selected 9010
- patricia.h: removed some windows support leftovers

Revision 5791 - Directory Listing - [select for diffs]
Modified Mon Apr 6 18:39:43 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5786 , to selected 9010
- Reject remote k-line requests that don't have enough non-wildcard characters

Revision 5786 - Directory Listing - [select for diffs]
Modified Sun Apr 5 15:58:35 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5784 , to selected 9010
- Update NEWS file

Revision 5784 - Directory Listing - [select for diffs]
Modified Sun Apr 5 15:17:11 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5783 , to selected 9010
- sendnick_TS(), introduce_client(): use the %u conversion specifier for unsigned ints

Revision 5783 - Directory Listing - [select for diffs]
Modified Sun Apr 5 15:01:12 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5780 , to selected 9010
- conf.c:find_user_host(): removed unused 'flags' argument

Revision 5780 - Directory Listing - [select for diffs]
Modified Sat Apr 4 17:47:53 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5777 , to selected 9010
- m_nick.c:uid_from_server(): default to '*' for clients that don't have an accountname assigned

Revision 5777 - Directory Listing - [select for diffs]
Modified Sat Apr 4 17:45:12 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5776 , to selected 9010
- parse.c:msg_tree_parse(): cleaned up an assert()

Revision 5776 - Directory Listing - [select for diffs]
Modified Sat Apr 4 17:31:30 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5774 , to selected 9010
- Changed some function to void if we don't need a return value
- Have some other functions return saner values

Revision 5774 - Directory Listing - [select for diffs]
Modified Sat Apr 4 15:43:29 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5769 , to selected 9010
- Removed TS_DOESTS, DoesTS, and related code

Revision 5769 - Directory Listing - [select for diffs]
Modified Thu Apr 2 19:51:53 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5768 , to selected 9010
- Cleaned up strlen() based array indices

Revision 5768 - Directory Listing - [select for diffs]
Modified Thu Apr 2 18:48:17 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5765 , to selected 9010
- Update help/index

Revision 5765 - Directory Listing - [select for diffs]
Modified Thu Apr 2 18:40:52 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5764 , to selected 9010
- Rebuilt help/Makefile.in

Revision 5764 - Directory Listing - [select for diffs]
Modified Thu Apr 2 18:40:03 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5761 , to selected 9010
- Removed some help files for inter-server commands

Revision 5761 - Directory Listing - [select for diffs]
Modified Thu Apr 2 18:33:24 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5760 , to selected 9010
- Regenerate parser/lexer files

Revision 5760 - Directory Listing - [select for diffs]
Modified Thu Apr 2 18:29:21 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5757 , to selected 9010
- Removed unused HIDE_SPOOF_IPS and GLOBAL_KILL tokens

Revision 5757 - Directory Listing - [select for diffs]
Modified Thu Apr 2 18:25:34 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5756 , to selected 9010
- Changed some members of the Ban structure to use fixed-size arrays

Revision 5756 - Directory Listing - [select for diffs]
Modified Thu Apr 2 17:32:42 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5753 , to selected 9010
- m_bmask.c: fixed potential BMASK buffer overflow. Patch provided by Adam.

Revision 5753 - Directory Listing - [select for diffs]
Modified Thu Apr 2 17:29:12 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5752 , to selected 9010
- channel_mode.c:add_id(): removed useless IsServer() test

Revision 5752 - Directory Listing - [select for diffs]
Modified Thu Apr 2 17:27:33 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5749 , to selected 9010
- Mostly whitespace changes

Revision 5749 - Directory Listing - [select for diffs]
Modified Tue Mar 31 11:55:44 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5748 , to selected 9010
- channel_mode.c: moved 'if (!mode_count)' test from send_mode_changes_client() to
  set_channel_mode()

Revision 5748 - Directory Listing - [select for diffs]
Modified Tue Mar 31 11:51:35 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5745 , to selected 9010
- channel_mode.c: renamed send_mode_changes() to send_mode_changes_client();
  have send_mode_changes_server() called from set_channel_mode()

Revision 5745 - Directory Listing - [select for diffs]
Modified Tue Mar 31 11:36:58 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5743 , to selected 9010
- channel_mode.c:chm_ban(), chm_except(), chm_invex(): replaced memcpy() with strlcpy()

Revision 5743 - Directory Listing - [select for diffs]
Modified Tue Mar 31 11:33:22 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5741 , to selected 9010
- 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 5741 - Directory Listing - [select for diffs]
Modified Sun Mar 29 16:34:05 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5738 , to selected 9010
- Update NEWS file

Revision 5738 - Directory Listing - [select for diffs]
Modified Sun Mar 29 16:05:40 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5737 , to selected 9010
- Update README file

Revision 5737 - Directory Listing - [select for diffs]
Modified Sun Mar 29 11:11:20 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5732 , to selected 9010
- ircd.c:write_pidfile(): removed the PID from the error message

Revision 5732 - Directory Listing - [select for diffs]
Modified Sun Mar 29 10:57:50 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5731 , to selected 9010
- client.c: cleanup some comments

Revision 5731 - Directory Listing - [select for diffs]
Modified Sun Mar 29 10:47:19 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5728 , to selected 9010
- client.c:make_client(): default client_p->account to '*'

Revision 5728 - Directory Listing - [select for diffs]
Modified Sun Mar 29 10:21:44 2015 UTC (10 years, 4 months ago) by michael
Diff to previous 5723 , to selected 9010
- user.c: incorporate Adam's add_one_to_uid() rewrite

Revision 5723 - Directory Listing - [select for diffs]
Modified Sun Mar 22 16:28:58 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5720 , to selected 9010
- ircd.c:main(): replaced pointless comment with a more descriptive one

Revision 5720 - Directory Listing - [select for diffs]
Modified Sun Mar 22 11:50:26 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5719 , to selected 9010
- auth.c:auth_connect_callback(): saved a strlen(); hardened test of send()'s return value to
  ensure all bytes were sent

Revision 5719 - Directory Listing - [select for diffs]
Modified Sun Mar 22 11:29:14 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5697 , to selected 9010
- reference.conf: minor fixes

Revision 5697 - Directory Listing - [select for diffs]
Modified Sun Mar 15 13:39:05 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5693 , to selected 9010
- Rebuilt parser files

Revision 5693 - Directory Listing - [select for diffs]
Modified Sat Mar 14 20:40:29 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5664 , to selected 9010
- 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 5664 - Directory Listing - [select for diffs]
Modified Wed Mar 11 16:14:05 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5646 , to selected 9010
- numeric.c: RPL_WHOREPLY: use %u conversion specifier for unsigned ints

Revision 5646 - Directory Listing - [select for diffs]
Modified Fri Mar 6 17:09:52 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5644 , to selected 9010
- defaults.h: tweaked TS_WARN_DELTA_MIN and TS_MAX_DELTA_MIN; allow minimum values of 1

Revision 5644 - Directory Listing - [select for diffs]
Modified Tue Mar 3 17:23:44 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5642 , to selected 9010
- conf.h, conf.c: renamed some structures to match naming convetion of other structures

Revision 5642 - Directory Listing - [select for diffs]
Modified Sun Mar 1 19:46:59 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5639 , to selected 9010
- m_whowas.c: fixed spelling

Revision 5639 - Directory Listing - [select for diffs]
Modified Sun Mar 1 16:14:54 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5638 , to selected 9010
- Constifications

Revision 5638 - Directory Listing - [select for diffs]
Modified Sun Mar 1 15:33:06 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5635 , to selected 9010
- Fixed bug that would allow remote clients to bypass the hard
  limit of max WHOWAS entries to be returned

Revision 5635 - Directory Listing - [select for diffs]
Modified Sun Mar 1 13:46:24 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5634 , to selected 9010
- Update NEWS

Revision 5634 - Directory Listing - [select for diffs]
Modified Sun Mar 1 13:43:12 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5631 , to selected 9010
- Updated NEWS

Revision 5631 - Directory Listing - [select for diffs]
Modified Sun Mar 1 12:20:27 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5628 , to selected 9010
- 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 5628 - Directory Listing - [select for diffs]
Modified Fri Feb 27 19:44:14 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5625 , to selected 9010
- m_map.c:dump_map(): removed now useless test on server->id[0]

Revision 5625 - Directory Listing - [select for diffs]
Modified Fri Feb 27 19:38:19 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5624 , to selected 9010
- m_message.c: style corrections

Revision 5624 - Directory Listing - [select for diffs]
Modified Fri Feb 27 19:28:41 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5621 , to selected 9010
- index.txt: updates provided by jackal

Revision 5621 - Directory Listing - [select for diffs]
Modified Fri Feb 27 19:19:23 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5620 , to selected 9010
- reference.conf: minor cleanup

Revision 5620 - Directory Listing - [select for diffs]
Modified Fri Feb 27 19:13:35 2015 UTC (10 years, 5 months ago) by michael
Diff to previous 5616 , to selected 9010
- m_info.c: added missing 'max_watch' and 'stats_m_oper_only' to /info

Revision 5616 - Directory Listing - [select for diffs]
Modified Tue Feb 24 20:20:56 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5614 , to selected 9010
- Minor updates to INSTALL provided by jackal

Revision 5614 - Directory Listing - [select for diffs]
Modified Tue Feb 24 19:41:24 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5611 , to selected 9010
- ircd.h: removed useless comment

Revision 5611 - Directory Listing - [select for diffs]
Modified Tue Feb 24 19:29:02 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5610 , to selected 9010
- Update modes.txt

Revision 5610 - Directory Listing - [select for diffs]
Modified Tue Feb 24 19:16:07 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5608 , to selected 9010
- Update README file

Revision 5608 - Directory Listing - [select for diffs]
Modified Mon Feb 23 22:54:38 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5603 , to selected 9010
- Update README file. Added Mac OS X 10.10 (Yosemite) to supported platforms. Thanks to Daniel Oaks.

Revision 5603 - Directory Listing - [select for diffs]
Modified Mon Feb 23 21:05:14 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5602 , to selected 9010
- Re-generate parser files

Revision 5602 - Directory Listing - [select for diffs]
Modified Mon Feb 23 21:04:46 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5601 , to selected 9010
- Fixed core in conjunction with OSX 10.10/possibly other system when parsing pseudo{} blocks as reported by Daniel Oaks
- Reverted -r4080, -r4609 and 4106 as they only cause undefined behavior on some systems

Revision 5601 - Directory Listing - [select for diffs]
Modified Thu Feb 19 19:28:11 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5599 , to selected 9010
- m_nick.c: minor fixes to update fd info accordingly if unregistered clients
  change just the case of their nick. Patch provided by Adam.

Revision 5599 - Directory Listing - [select for diffs]
Modified Wed Feb 18 21:26:10 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5597 , to selected 9010
- help/whowas: incorporate changes done by jackal

Revision 5597 - Directory Listing - [select for diffs]
Modified Tue Feb 17 20:00:40 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5593 , to selected 9010
- Update NEWS file

Revision 5593 - Directory Listing - [select for diffs]
Modified Tue Feb 17 19:48:35 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5590 , to selected 9010
- libtool 2.4.6

Revision 5590 - Directory Listing - [select for diffs]
Modified Tue Feb 17 17:55:01 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5589 , to selected 9010
- Sprinkle some assert()

Revision 5589 - Directory Listing - [select for diffs]
Modified Tue Feb 17 17:32:26 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5584 , to selected 9010
- client.c: whitespace changes

Revision 5584 - Directory Listing - [select for diffs]
Modified Sun Feb 15 15:02:36 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5583 , to selected 9010
- conf.h, conf.c:cluster_a_line(): made 'capab' and 'cluster_type' unsigned types

Revision 5583 - Directory Listing - [select for diffs]
Modified Sun Feb 15 14:43:15 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5580 , to selected 9010
- Style corrections only

Revision 5580 - Directory Listing - [select for diffs]
Modified Sun Feb 15 12:38:56 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5577 , to selected 9010
- channel_mode.c:chm_operonly(): half-ops that are irc operators may now
  add/remove channel mode 'O' (ircops only channel), too

Revision 5577 - Directory Listing - [select for diffs]
Modified Sun Feb 15 12:33:23 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5573 , to selected 9010
- m_kick.c:ms_kick(): replaced IsServer() test with IsClient()

Revision 5573 - Directory Listing - [select for diffs]
Modified Sun Feb 15 12:27:53 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5572 , to selected 9010
- Renamed SVIDLEN to ACCOUNTLEN

Revision 5572 - Directory Listing - [select for diffs]
Modified Sun Feb 15 12:20:09 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5570 , to selected 9010
- ircd_defs.h: add a note that NICKLEN should not be touched as the maximum
  allowed nickname lenght can be changed in the ircd.conf file. NICKLEN is
  actually only a hard limit

Revision 5570 - Directory Listing - [select for diffs]
Modified Sat Feb 14 22:04:14 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5567 , to selected 9010
- conf_parser.y: forgot to remove the unused T_MAX_CLIENTS token

Revision 5567 - Directory Listing - [select for diffs]
Modified Sat Feb 14 21:20:51 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5566 , to selected 9010
- m_server.c:server_estab(): removed pointless detach_conf(client_p, CONF_OPER)

Revision 5566 - Directory Listing - [select for diffs]
Modified Sat Feb 14 20:15:46 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5563 , to selected 9010
- ircd.c:write_pidfile(): cosmetical fixes to fopen/fputs error messages to be consistent with all other error messages

Revision 5563 - Directory Listing - [select for diffs]
Modified Sat Feb 14 20:07:46 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5562 , to selected 9010
- user.c: update documentation

Revision 5562 - Directory Listing - [select for diffs]
Modified Sat Feb 14 20:03:35 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5558 , to selected 9010
- 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 5558 - Directory Listing - [select for diffs]
Modified Fri Feb 13 20:45:49 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5557 , to selected 9010
- Changed SVSTAG to use user modes

Revision 5557 - Directory Listing - [select for diffs]
Modified Fri Feb 13 20:05:13 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5556 , to selected 9010
- Regenerate parser/lexer files

Revision 5556 - Directory Listing - [select for diffs]
Modified Fri Feb 13 19:25:36 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5555 , to selected 9010
- Added oper::whois configuration option which allows to override the default
  RPL_WHOISOPERATOR numeric string shown in /whois.

Revision 5555 - Directory Listing - [select for diffs]
Modified Fri Feb 13 18:56:09 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5554 , to selected 9010
- Cleanups to the svstag implementation

Revision 5554 - Directory Listing - [select for diffs]
Modified Thu Feb 12 22:33:27 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5553 , to selected 9010
- m_whois.c:whois_person(): renamed variable

Revision 5553 - Directory Listing - [select for diffs]
Modified Thu Feb 12 22:28:09 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5552 , to selected 9010
- m_whois.c:whois_person(): don't leak RPL_WHOISOPERATOR if target is +H

Revision 5552 - Directory Listing - [select for diffs]
Modified Thu Feb 12 21:47:30 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5551 , to selected 9010
- m_server.c:sendnick_TS(): use appropriate conversion specifiers

Revision 5551 - Directory Listing - [select for diffs]
Modified Thu Feb 12 21:43:47 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5550 , to selected 9010
- Finish basic SVSTAG implementatio

Revision 5550 - Directory Listing - [select for diffs]
Modified Thu Feb 12 15:52:10 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5548 , to selected 9010
- m_svsmode.c: revert to -r5392 because me is stupid

Revision 5548 - Directory Listing - [select for diffs]
Modified Thu Feb 12 14:26:11 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5545 , to selected 9010
- m_mode.c, m_svsmode.c, m_svsnick.c: const correctness

Revision 5545 - Directory Listing - [select for diffs]
Modified Thu Feb 12 14:13:34 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5544 , to selected 9010
- Fixed style in several places

Revision 5544 - Directory Listing - [select for diffs]
Modified Thu Feb 12 13:40:24 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5542 , to selected 9010
- Renamed idle_time_get() to client_get_idle_time()

Revision 5542 - Directory Listing - [select for diffs]
Modified Thu Feb 12 13:28:50 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5540 , to selected 9010
- m_stats.c: minor cleanups to comments; removed invalid ones

Revision 5540 - Directory Listing - [select for diffs]
Modified Thu Feb 12 13:27:29 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5538 , to selected 9010
- m_topic.c: white space changes

Revision 5538 - Directory Listing - [select for diffs]
Modified Wed Feb 11 20:30:53 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5536 , to selected 9010
- m_topic.c:ms_topic(): if we ever have servers changing topics via TOPIC,
  make sure we don't leak hidden server names

Revision 5536 - Directory Listing - [select for diffs]
Modified Wed Feb 11 20:26:11 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5533 , to selected 9010
- m_tburst.c:ms_tburst(): TOPIC needs to be n!u@h prefixed if comming from a services client

Revision 5533 - Directory Listing - [select for diffs]
Modified Wed Feb 11 18:56:32 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5531 , to selected 9010
- Added basic SVSTAG implementation for later use

Revision 5531 - Directory Listing - [select for diffs]
Modified Wed Feb 11 18:15:09 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5528 , to selected 9010
- m_stats.c: explicitely use 'unsigned int' instead of just 'unsigned' when casting
  variables to be used with the %u conversion specifiers

Revision 5528 - Directory Listing - [select for diffs]
Modified Wed Feb 11 17:46:44 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5524 , to selected 9010
- m_whois.c: operators may now see certificate fingerprints, user modes and hidden channels as well.
  This used to be admin only.

Revision 5524 - Directory Listing - [select for diffs]
Modified Tue Feb 10 19:29:36 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5522 , to selected 9010
- Update NEWS file

Revision 5522 - Directory Listing - [select for diffs]
Modified Tue Feb 10 18:57:30 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5517 , to selected 9010
- Update reference.conf

Revision 5517 - Directory Listing - [select for diffs]
Modified Mon Feb 9 20:30:41 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5516 , to selected 9010
- m_whois.c:whois_person(): constification

Revision 5516 - Directory Listing - [select for diffs]
Modified Mon Feb 9 20:20:55 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5514 , to selected 9010
- m_map.c:dump_map(): removed 'static' keyword from buf

Revision 5514 - Directory Listing - [select for diffs]
Modified Mon Feb 9 19:37:04 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5511 , to selected 9010
- conf.c:get_oper_name(): use IRCD_BUSIZE for buffer size and be done with it

Revision 5511 - Directory Listing - [select for diffs]
Modified Mon Feb 9 19:32:22 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5510 , to selected 9010
- conf.c:read_conf_files(): ad channel mode 'C' to CHANMODES isupport

Revision 5510 - Directory Listing - [select for diffs]
Modified Mon Feb 9 19:26:54 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5507 , to selected 9010
- server.h: removed redundant struct MaskItem declaration

Revision 5507 - Directory Listing - [select for diffs]
Modified Mon Feb 9 19:19:41 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5506 , to selected 9010
- ircd.h: 'int unsigned' -> 'unsigned int'

Revision 5506 - Directory Listing - [select for diffs]
Modified Mon Feb 9 19:11:43 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5504 , to selected 9010
- conf.c:set_default_conf(): add all possible oper-only user modes to ConfigGeneral.oper_only_umodes

Revision 5504 - Directory Listing - [select for diffs]
Modified Sun Feb 8 19:24:06 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5500 , to selected 9010
- Update reference.conf

Revision 5500 - Directory Listing - [select for diffs]
Modified Sun Feb 8 18:41:01 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5499 , to selected 9010
- m_gline.c: style corrections

Revision 5499 - Directory Listing - [select for diffs]
Modified Sun Feb 8 18:20:23 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5497 , to selected 9010
- Allow to disable the NOTICE/PRIVMSG anti-flood mechanism by setting 'default_floodcount' to 0

Revision 5497 - Directory Listing - [select for diffs]
Modified Sun Feb 8 18:08:40 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5494 , to selected 9010
- auth.c:sendheader(): fixed compile warnings with -Wformat-security

Revision 5494 - Directory Listing - [select for diffs]
Modified Sun Feb 8 17:10:19 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5490 , to selected 9010
- Update documentation in some places

Revision 5490 - Directory Listing - [select for diffs]
Modified Sun Feb 8 14:53:44 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5489 , to selected 9010
- Re-generate parser/lexer files

Revision 5489 - Directory Listing - [select for diffs]
Modified Sun Feb 8 14:52:23 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5486 , to selected 9010
- 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 5486 - Directory Listing - [select for diffs]
Modified Sun Feb 8 13:52:45 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5485 , to selected 9010
- ircd.c:initialize_global_set_options(): tweaked joinfloodcount and
  joinfloodtime defaults; Removed XXX comment.

Revision 5485 - Directory Listing - [select for diffs]
Modified Sun Feb 8 13:49:59 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5481 , to selected 9010
- reference.conf: tweaked join_flood_count and join_flood_time

Revision 5481 - Directory Listing - [select for diffs]
Modified Sun Feb 8 12:33:55 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5479 , to selected 9010
- numeric.c: fixed inconsistent use of "You are" and "You're"

Revision 5479 - Directory Listing - [select for diffs]
Modified Sun Feb 8 11:55:55 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5477 , to selected 9010
- Update help/join

Revision 5477 - Directory Listing - [select for diffs]
Modified Sun Feb 8 11:01:56 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5475 , to selected 9010
- numeric.h, numeric.c: moved ERR_SSLONLYCHAN numeric to 489 to match with insp/unreal

Revision 5475 - Directory Listing - [select for diffs]
Modified Sat Feb 7 19:45:45 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5473 , to selected 9010
- Allow servers to send as many CAPAB messages as they want, regardless of TS6; Removed CAP_CAP

Revision 5473 - Directory Listing - [select for diffs]
Modified Fri Feb 6 17:41:58 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5470 , to selected 9010
- Update help/umode

Revision 5470 - Directory Listing - [select for diffs]
Modified Thu Feb 5 20:26:12 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5469 , to selected 9010
- ircd.c: fixed compile warning. Apparently some gcc have issues with
  compound literals in conjunction with -Wmissing-field-initializers

Revision 5469 - Directory Listing - [select for diffs]
Modified Thu Feb 5 20:20:56 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5465 , to selected 9010
- numeric.c: added channel mode C to RPL_MYINFO

Revision 5465 - Directory Listing - [select for diffs]
Modified Wed Feb 4 18:37:22 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5464 , to selected 9010
- channel.c:can_send(): better not to modify the message pointer

Revision 5464 - Directory Listing - [select for diffs]
Modified Wed Feb 4 18:20:56 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5462 , to selected 9010
- Added channel mode +C which prevents users from sending CTCPS to a channel

Revision 5462 - Directory Listing - [select for diffs]
Modified Tue Feb 3 23:11:22 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5460 , to selected 9010
- ircd.h: fixed compile error

Revision 5460 - Directory Listing - [select for diffs]
Modified Tue Feb 3 22:24:57 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5457 , to selected 9010
- Minor cleanups here and there

Revision 5457 - Directory Listing - [select for diffs]
Modified Tue Feb 3 19:52:42 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5456 , to selected 9010
- m_message.c:build_target_list(): fixed >12 years old bug where "NOTICE a,b,c,@#somechan :bugger"
  would completely abort sending/processing the message to the other targets if not op/voice
  on #somechan

Revision 5456 - Directory Listing - [select for diffs]
Modified Tue Feb 3 18:13:03 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5454 , to selected 9010
- m_message.c: further cleanups; removed redundant code, etc

Revision 5454 - Directory Listing - [select for diffs]
Modified Mon Feb 2 18:58:57 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5451 , to selected 9010
- m_message.c:msg_client(): don't send a 'message throttled' notice to source_p if
  just watching for floods without actually blocking messages

Revision 5451 - Directory Listing - [select for diffs]
Modified Mon Feb 2 18:30:01 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5450 , to selected 9010
- m_message.c: sanitize msg_client(); fixed some logic errors in the flooding code

Revision 5450 - Directory Listing - [select for diffs]
Modified Sat Jan 31 19:32:32 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5425 , to selected 9010
- ircd.c:main(): removed pointless chdir() calls as spotted by Adam

Revision 5425 - Directory Listing - [select for diffs]
Modified Wed Jan 28 13:37:09 2015 UTC (10 years, 6 months ago) by michael
Diff to previous 5422 , to selected 9010
- memory.c:MyFree(): removed extraneous pointer test

Revision 5422 - Directory Listing - [select for diffs]
Modified Sun Jan 25 17:57:12 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 5421 , to selected 9010
- packet.c: made extract_one_line() unsigned

Revision 5421 - Directory Listing - [select for diffs]
Modified Sun Jan 25 17:50:37 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 5418 , to selected 9010
- packet.c:extract_one_line(): constification; renamed variable

Revision 5418 - Directory Listing - [select for diffs]
Modified Sun Jan 25 17:46:24 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 5417 , to selected 9010
- numeric.h, numeric.c: moved ERR_OPERONLYCHAN numeric to 520 to match with insp/unreal

Revision 5417 - Directory Listing - [select for diffs]
Modified Sun Jan 25 17:43:21 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 5414 , to selected 9010
- Re-create autogenerated parser/lexer files

Revision 5414 - Directory Listing - [select for diffs]
Modified Sun Jan 25 17:40:40 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 5413 , to selected 9010
- conf_lexer.l, conf_parser.y: removed entropy gathering daemon leftovers

Revision 5413 - Directory Listing - [select for diffs]
Modified Sun Jan 25 17:36:37 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 5411 , to selected 9010
- packet.c: from p4: change extract_one_line to not over agressively strip whitespace from buffers

Revision 5411 - Directory Listing - [select for diffs]
Modified Sat Jan 24 19:12:59 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 5400 , to selected 9010
- conf_class.c: removed duplicated code

Revision 5400 - Directory Listing - [select for diffs]
Modified Tue Jan 20 15:12:10 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 5398 , to selected 9010
- m_mode.c, m_whois.c: added missing HasUMode test

Revision 5398 - Directory Listing - [select for diffs]
Modified Tue Jan 20 14:49:10 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 5397 , to selected 9010
- bison 3.0.3

Revision 5397 - Directory Listing - [select for diffs]
Modified Tue Jan 20 14:07:34 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 5395 , to selected 9010
- Fixed compile warnings

Revision 5395 - Directory Listing - [select for diffs]
Modified Tue Jan 20 14:03:27 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 5392 , to selected 9010
- libtool 2.4.5, automake 1.15

Revision 5392 - Directory Listing - [select for diffs]
Modified Tue Jan 20 13:40:41 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 5387 , to selected 9010
- Minor cleanups and optimizations to usermode handling

Revision 5387 - Directory Listing - [select for diffs]
Modified Sun Jan 18 12:43:12 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 5347 , to selected 9010
- m_gline.c, m_kline.c, motd.c: need to check against client->sockhost as well

Revision 5347 - Directory Listing - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 5302 , to selected 9010
- Update copyright years

Revision 5302 - Directory Listing - [select for diffs]
Modified Sun Jan 4 21:27:43 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 5301 , to selected 9010
- Fixed grammar error as pointed out by Adam

Revision 5301 - Directory Listing - [select for diffs]
Modified Sun Jan 4 16:58:27 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 5278 , to selected 9010
- user.c:register_remote_user(): show ip addresses in remote connection notices aswell

Revision 5278 - Directory Listing - [select for diffs]
Modified Thu Jan 1 20:44:50 2015 UTC (10 years, 7 months ago) by michael
Diff to previous 5051 , to selected 9010
- Update configure.ac to reflect it's TRUNK

Revision 5051 - Directory Listing - [select for diffs]
Modified Sat Dec 13 21:31:06 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5049 , to selected 9010
- Fixed compile warnings

Revision 5049 - Directory Listing - [select for diffs]
Modified Sat Dec 13 19:55:21 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5048 , to selected 9010
- patricia.c: fixed another compile warning

Revision 5048 - Directory Listing - [select for diffs]
Modified Sat Dec 13 19:49:19 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5047 , to selected 9010
- patricia.c: fixed more compile warnings

Revision 5047 - Directory Listing - [select for diffs]
Modified Sat Dec 13 19:47:40 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5046 , to selected 9010
- patricia.c: use MyCalloc/MyFree

Revision 5046 - Directory Listing - [select for diffs]
Modified Sat Dec 13 18:59:00 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5045 , to selected 9010
- patricia.c, patricia.h: add proper copyright/license header

Revision 5045 - Directory Listing - [select for diffs]
Modified Sat Dec 13 18:55:00 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5044 , to selected 9010
- patricia.c: removed Windows NT related code

Revision 5044 - Directory Listing - [select for diffs]
Modified Sat Dec 13 18:53:23 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5043 , to selected 9010
- patricia.c, patricia.h: ipv6 is mandatory

Revision 5043 - Directory Listing - [select for diffs]
Modified Sat Dec 13 18:47:28 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5042 , to selected 9010
- patricia.c, patricia.h: fixed some compile warnings

Revision 5042 - Directory Listing - [select for diffs]
Modified Sat Dec 13 18:19:17 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5040 , to selected 9010
- Added latest patricia.c, patricia.h from Net-Patricia-1.22 for later use

Revision 5040 - Directory Listing - [select for diffs]
Modified Sat Dec 13 17:33:31 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5039 , to selected 9010
- m_away.c: avoid indexing parv[] multiple times

Revision 5039 - Directory Listing - [select for diffs]
Modified Sat Dec 13 16:08:37 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5037 , to selected 9010
- conf.c:validate_conf(): use 'EmptyString'

Revision 5037 - Directory Listing - [select for diffs]
Modified Sat Dec 13 15:59:13 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5035 , to selected 9010
- match.c: style corrections to match()

Revision 5035 - Directory Listing - [select for diffs]
Modified Sat Dec 13 15:55:02 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5032 , to selected 9010
- send.c: removed unused header includes

Revision 5032 - Directory Listing - [select for diffs]
Modified Sat Dec 13 15:38:22 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5031 , to selected 9010
- m_mode.c:set_user_mode(): no longer allow multiple arguments to be passed to the
  umode handler

Revision 5031 - Directory Listing - [select for diffs]
Modified Sat Dec 13 15:13:16 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5029 , to selected 9010
- channel_mode.c: don't allow ban masks to be added that start with a colon

Revision 5029 - Directory Listing - [select for diffs]
Modified Fri Dec 12 15:28:22 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5026 , to selected 9010
- reference.conf: fixed stats_k_oper_only documentation

Revision 5026 - Directory Listing - [select for diffs]
Modified Fri Dec 12 15:25:37 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5025 , to selected 9010
- Added general::stats_m_oper_only configuration option

Revision 5025 - Directory Listing - [select for diffs]
Modified Fri Dec 12 15:18:43 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5022 , to selected 9010
- Added general::stats_m_oper_only configuration option

Revision 5022 - Directory Listing - [select for diffs]
Modified Thu Dec 11 16:12:01 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5021 , to selected 9010
- m_info.c: minor correction: use NULL instead of 0 for pointers

Revision 5021 - Directory Listing - [select for diffs]
Modified Thu Dec 11 14:56:13 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5018 , to selected 9010
- m_cap.c: minor optimization to send_caplist()

Revision 5018 - Directory Listing - [select for diffs]
Modified Thu Dec 11 14:52:20 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5017 , to selected 9010
- m_cap.c: fixed some issues which have been introduced when it was ported from ircu

Revision 5017 - Directory Listing - [select for diffs]
Modified Thu Dec 11 13:49:59 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5014 , to selected 9010
- m_invite.c, m_knock.c: send KNOCK/INVITE notifications to halfops too

Revision 5014 - Directory Listing - [select for diffs]
Modified Tue Dec 9 17:51:47 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5013 , to selected 9010
- Removed unused header includes:wq

Revision 5013 - Directory Listing - [select for diffs]
Modified Tue Dec 9 17:14:16 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5011 , to selected 9010
- m_away.c:m_away(): don't let /AWAY end the client's flood grace period. Depending
  on the configuration, some clients instantly set them away right after connecting.
  AWAY is rate limited anyways.

Revision 5011 - Directory Listing - [select for diffs]
Modified Tue Dec 9 15:29:56 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5008 , to selected 9010
- motd.c:motd_create(): fixed indentation

Revision 5008 - Directory Listing - [select for diffs]
Modified Tue Dec 9 14:36:44 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5007 , to selected 9010
- mkpasswd.c: removed extraneous parentheses

Revision 5007 - Directory Listing - [select for diffs]
Modified Tue Dec 9 14:21:52 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5004 , to selected 9010
- Update doc/reference.conf

Revision 5004 - Directory Listing - [select for diffs]
Modified Tue Dec 9 14:17:18 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5003 , to selected 9010
- Added 'opme' to irc-operator flags

Revision 5003 - Directory Listing - [select for diffs]
Modified Tue Dec 9 14:09:22 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 5000 , to selected 9010
- Style corrections

Revision 5000 - Directory Listing - [select for diffs]
Modified Tue Dec 9 13:53:22 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4999 , to selected 9010
- m_etrace.c:do_etrace(): replaced hash_find_client() with find_person()

Revision 4999 - Directory Listing - [select for diffs]
Modified Tue Dec 9 13:46:45 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4996 , to selected 9010
- client.c: removed useless assert()s

Revision 4996 - Directory Listing - [select for diffs]
Modified Tue Dec 9 13:34:58 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4995 , to selected 9010
- m_who.c:m_who(): replaced hash_find_client() with find_person()

Revision 4995 - Directory Listing - [select for diffs]
Modified Tue Dec 9 13:26:01 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4992 , to selected 9010
- send.c:sendq_unblocked(): const correctness

Revision 4992 - Directory Listing - [select for diffs]
Modified Tue Dec 9 13:22:55 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4990 , to selected 9010
- Removed useless assert()s

Revision 4990 - Directory Listing - [select for diffs]
Modified Mon Dec 8 20:51:31 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4989 , to selected 9010
- channel_mode.h: increased MAXMODEPARAMS to 6

Revision 4989 - Directory Listing - [select for diffs]
Modified Mon Dec 8 20:07:36 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4986 , to selected 9010
- 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 4986 - Directory Listing - [select for diffs]
Modified Mon Dec 8 14:49:13 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4984 , to selected 9010
- m_unkline.c: merged ms_unkline() and me_unkline(); removed unused encap handler

Revision 4984 - Directory Listing - [select for diffs]
Modified Mon Dec 8 14:46:16 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4982 , to selected 9010
- m_kline.c: merged ms_kline() and me_kline(); removed unused encap handler

Revision 4982 - Directory Listing - [select for diffs]
Modified Sat Dec 6 18:17:20 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4981 , to selected 9010
- Cleaned up style; reformatting; const correctness

Revision 4981 - Directory Listing - [select for diffs]
Modified Fri Dec 5 14:31:27 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4979 , to selected 9010
- Add m4/ax_arg_libgeoip.m4 and tidy up configure.ac a bit

Revision 4979 - Directory Listing - [select for diffs]
Modified Fri Dec 5 14:16:27 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4977 , to selected 9010
- Add m4/ax_arg_enable_assert.m4 and tidy up configure.ac a bit

Revision 4977 - Directory Listing - [select for diffs]
Modified Thu Dec 4 15:12:24 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4975 , to selected 9010
- Style corrections; constifications

Revision 4975 - Directory Listing - [select for diffs]
Modified Mon Dec 1 19:54:35 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4972 , to selected 9010
- Fixed compile warnings due to shadowed global variables on RHEL/maybe other distros

Revision 4972 - Directory Listing - [select for diffs]
Modified Mon Dec 1 16:28:11 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4971 , to selected 9010
- user.c:register_remote_user(): modernize old 2.8 notice

Revision 4971 - Directory Listing - [select for diffs]
Modified Mon Dec 1 14:59:52 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4967 , to selected 9010
- m_nick.c: if possible compare ip addresses rather than hostnames in both
  perform_nick_change_collides() and perform_uid_introduction_collides()

Revision 4967 - Directory Listing - [select for diffs]
Modified Mon Dec 1 14:34:29 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4966 , to selected 9010
- general::hide_spoof_ips is now deprecated

Revision 4966 - Directory Listing - [select for diffs]
Modified Mon Dec 1 14:01:24 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4965 , to selected 9010
- user.c, m_server.c: ip addresses are always propagated via UID regardless of ip spoofs

Revision 4965 - Directory Listing - [select for diffs]
Modified Mon Dec 1 13:59:44 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4962 , to selected 9010
- user.c, m_server.c: ip addresses are always propagated via UID regardless of ip spoofs

Revision 4962 - Directory Listing - [select for diffs]
Modified Mon Dec 1 13:08:31 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4961 , to selected 9010
- Get rid of NOCAPS

Revision 4961 - Directory Listing - [select for diffs]
Modified Sun Nov 30 18:09:49 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4959 , to selected 9010
- libtool 2.4.4

Revision 4959 - Directory Listing - [select for diffs]
Modified Sun Nov 30 17:23:06 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4956 , to selected 9010
- parse.c:parse_handle_numeric(): removed extraneous parentheses

Revision 4956 - Directory Listing - [select for diffs]
Modified Sun Nov 30 13:20:55 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4955 , to selected 9010
- m_motd.c:m_motd(): don't take 'hide_servers' into account for remote MOTD requests since this
  is up to 'disable_remote_commands'

Revision 4955 - Directory Listing - [select for diffs]
Modified Sun Nov 30 13:01:38 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4950 , to selected 9010
- m_accept.c: whitespace changes

Revision 4950 - Directory Listing - [select for diffs]
Modified Sun Nov 30 12:24:12 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4948 , to selected 9010
- Removed old mkkeypair script which has been used for cryptlinks

Revision 4948 - Directory Listing - [select for diffs]
Modified Sun Nov 30 12:15:48 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4947 , to selected 9010
- Renamed variables; const correctness

Revision 4947 - Directory Listing - [select for diffs]
Modified Thu Nov 27 20:48:25 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4944 , to selected 9010
- Update help/names

Revision 4944 - Directory Listing - [select for diffs]
Modified Thu Nov 27 20:41:38 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4942 , to selected 9010
- user.c:user_set_hostmask(): skip target_p when sending JOINs to channel members

Revision 4942 - Directory Listing - [select for diffs]
Modified Thu Nov 27 15:27:08 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4941 , to selected 9010
- Update help/etrace

Revision 4941 - Directory Listing - [select for diffs]
Modified Thu Nov 27 15:17:09 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4938 , to selected 9010
- conf.c:conf_add_class_to_conf(): improve warning if there's no proper
  class associated with an oper{} block

Revision 4938 - Directory Listing - [select for diffs]
Modified Thu Nov 27 15:07:25 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4937 , to selected 9010
- user.c:check_xline(): removed pointless test on 'conf->reason'

Revision 4937 - Directory Listing - [select for diffs]
Modified Thu Nov 27 15:05:20 2014 UTC (10 years, 8 months ago) by michael
Diff to previous 4934 , to selected 9010
- Renamed variables; const correctness
- Removed IsConfOperator macro

Revision 4934 - Directory Listing - [select for diffs]
Modified Tue Nov 25 21:09:09 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4933 , to selected 9010
- Style corrections; constifications

Revision 4933 - Directory Listing - [select for diffs]
Modified Tue Nov 25 17:54:42 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4931 , to selected 9010
- numeric.h, numeric.c: removed now unused ERR_GHOSTEDCLIENT

Revision 4931 - Directory Listing - [select for diffs]
Modified Tue Nov 25 17:48:19 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4928 , to selected 9010
- send.c: further fixes to send_message_remote()

Revision 4928 - Directory Listing - [select for diffs]
Modified Tue Nov 25 16:56:29 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4926 , to selected 9010
- parse.c:parse(): spelling fixes

Revision 4926 - Directory Listing - [select for diffs]
Modified Tue Nov 25 16:43:49 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4925 , to selected 9010
- parse.c: get rid of parse_cancel_clients()

Revision 4925 - Directory Listing - [select for diffs]
Modified Tue Nov 25 16:22:09 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4923 , to selected 9010
- send.c: replaced remaining DLINK_FOREACH_SAFE with just DLINK_FOREACH

Revision 4923 - Directory Listing - [select for diffs]
Modified Tue Nov 25 14:38:08 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4921 , to selected 9010
- send.c: unbreak and sanitize send_message_remote()

Revision 4921 - Directory Listing - [select for diffs]
Modified Tue Nov 25 14:36:24 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4919 , to selected 9010
- conf_pseudo:m_pseudo(): constification 

Revision 4919 - Directory Listing - [select for diffs]
Modified Tue Nov 25 12:50:30 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4915 , to selected 9010
- Update reference.conf

Revision 4915 - Directory Listing - [select for diffs]
Modified Tue Nov 25 12:37:46 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4914 , to selected 9010
- Style corrections; renamed variables

Revision 4914 - Directory Listing - [select for diffs]
Modified Sun Nov 23 20:30:31 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4909 , to selected 9010
- misc.c:ssl_get_cipher(): added dash between ssl/tls version and ciphers to match other ircds

Revision 4909 - Directory Listing - [select for diffs]
Modified Sat Nov 22 21:56:15 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4907 , to selected 9010
- Nasty hack to allow for 'automake install -jx'

Revision 4907 - Directory Listing - [select for diffs]
Modified Sat Nov 22 21:43:07 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4906 , to selected 9010
- svn propset

Revision 4906 - Directory Listing - [select for diffs]
Modified Sat Nov 22 21:40:31 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4905 , to selected 9010
- autoreconf

Revision 4905 - Directory Listing - [select for diffs]
Modified Sat Nov 22 21:39:19 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4899 , to selected 9010
- Added m_opme.c to modules/extra...

Revision 4899 - Directory Listing - [select for diffs]
Modified Fri Nov 21 17:52:21 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4895 , to selected 9010
- m_kick.c:ms_kick(): hide remote server names if KICK comes from hidden servers
  or if serverhide::hide_servers is set to 'yes'

Revision 4895 - Directory Listing - [select for diffs]
Modified Wed Nov 19 18:45:21 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4894 , to selected 9010
- numeric.c: added 'h' (half-op) to supported channel modes in RPL_MYINFO

Revision 4894 - Directory Listing - [select for diffs]
Modified Wed Nov 19 17:16:06 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4892 , to selected 9010
- Fixed compile warning

Revision 4892 - Directory Listing - [select for diffs]
Modified Wed Nov 19 17:14:30 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4890 , to selected 9010
- Set reasonable default ciphers if there aren't any specified in general::ssl_cipher_list

Revision 4890 - Directory Listing - [select for diffs]
Modified Wed Nov 19 17:10:46 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4888 , to selected 9010
- Style corrections

Revision 4888 - Directory Listing - [select for diffs]
Modified Tue Nov 18 16:56:37 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4886 , to selected 9010
- m_names.c:m_names(): const correctness

Revision 4886 - Directory Listing - [select for diffs]
Modified Tue Nov 18 16:50:26 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4884 , to selected 9010
- m_pong.c:mr_pong(): from p4: accept ping cookie replies even if the client still has a pending registration state

Revision 4884 - Directory Listing - [select for diffs]
Modified Tue Nov 18 16:22:34 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4882 , to selected 9010
- Style corrections; fixed comments

Revision 4882 - Directory Listing - [select for diffs]
Modified Sun Nov 16 21:28:13 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4880 , to selected 9010
- m_ison.c: don't attempt to remove trailing space in case no nick(s) have been found

Revision 4880 - Directory Listing - [select for diffs]
Modified Sun Nov 16 20:56:26 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4878 , to selected 9010
- m_ison.c: unbreak /ison; removed useless indexing on parv; removed archaic ircII hack

Revision 4878 - Directory Listing - [select for diffs]
Modified Sun Nov 16 13:38:54 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4876 , to selected 9010
- fdlist.c: removed set_fdlimit() wrapper function

Revision 4876 - Directory Listing - [select for diffs]
Modified Sun Nov 16 12:29:12 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4874 , to selected 9010
- m_map.c:dump_map(): from p4: readd ':' after Users in /map

Revision 4874 - Directory Listing - [select for diffs]
Modified Tue Nov 11 18:29:49 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4872 , to selected 9010
- Const-correctness

Revision 4872 - Directory Listing - [select for diffs]
Modified Sat Nov 8 16:54:42 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4870 , to selected 9010
- user.c:init_isupport(): removed +e/+I values from EXCEPTS/INVEX tokens

Revision 4870 - Directory Listing - [select for diffs]
Modified Fri Nov 7 20:28:20 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4868 , to selected 9010
- hash.c: constifications

Revision 4868 - Directory Listing - [select for diffs]
Modified Fri Nov 7 20:14:42 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4865 , to selected 9010
- hash.c:free_list_task(): removed pointless MyConnect() test

Revision 4865 - Directory Listing - [select for diffs]
Modified Fri Nov 7 20:04:02 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4864 , to selected 9010
- auth.c:start_auth_query(): removed archaic comment

Revision 4864 - Directory Listing - [select for diffs]
Modified Fri Nov 7 19:55:40 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4862 , to selected 9010
- auth.c:auth_connect_callback(): use report_error() for reporting failed
  getsockname() or getpeername() calls

Revision 4862 - Directory Listing - [select for diffs]
Modified Fri Nov 7 19:50:45 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4859 , to selected 9010
- auth.c: constifications

Revision 4859 - Directory Listing - [select for diffs]
Modified Fri Nov 7 17:19:38 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4858 , to selected 9010
- auth.c:auth_connect_callback(): decreased size of 'authbuf'

Revision 4858 - Directory Listing - [select for diffs]
Modified Fri Nov 7 17:18:14 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4856 , to selected 9010
- auth.c: constifications

Revision 4856 - Directory Listing - [select for diffs]
Modified Fri Nov 7 16:58:11 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4854 , to selected 9010
- user.c:report_and_set_user_flags(): fixed typo in comment

Revision 4854 - Directory Listing - [select for diffs]
Modified Thu Nov 6 17:39:26 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4851 , to selected 9010
- auth.c: constification

Revision 4851 - Directory Listing - [select for diffs]
Modified Wed Nov 5 18:17:41 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4850 , to selected 9010
- Update .travis.yml

Revision 4850 - Directory Listing - [select for diffs]
Modified Wed Nov 5 17:06:35 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4848 , to selected 9010
- Removed init_host_hash()

Revision 4848 - Directory Listing - [select for diffs]
Modified Wed Nov 5 17:00:33 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4846 , to selected 9010
- conf_class.c: fixed coding convention issues

Revision 4846 - Directory Listing - [select for diffs]
Modified Tue Nov 4 18:15:17 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4844 , to selected 9010
- .travis.yml: update

Revision 4844 - Directory Listing - [select for diffs]
Modified Tue Nov 4 17:49:27 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4842 , to selected 9010
- m_die.c:mo_die(), m_restart.c:mo_restart(): minor cleanups

Revision 4842 - Directory Listing - [select for diffs]
Modified Tue Nov 4 17:36:38 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4840 , to selected 9010
- m_rehash.c:mo_rehash(): minor cleanup

Revision 4840 - Directory Listing - [select for diffs]
Modified Sun Nov 2 22:35:21 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4838 , to selected 9010
- listener.c:listener_accept_connection(): no need to send the NUL byte

Revision 4838 - Directory Listing - [select for diffs]
Modified Sun Nov 2 18:54:03 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4836 , to selected 9010
- Renamed clear_ban_cache() to clear_ban_cache_channel() to separate it
  better from the clear_ban_cache_client() function

Revision 4836 - Directory Listing - [select for diffs]
Modified Sun Nov 2 11:54:27 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4833 , to selected 9010
- m_svskill.c:ms_svskill(): use KILLLEN instead of KICKLEN

Revision 4833 - Directory Listing - [select for diffs]
Modified Sun Nov 2 11:45:04 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4832 , to selected 9010
- Constification

Revision 4832 - Directory Listing - [select for diffs]
Modified Sun Nov 2 11:19:25 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4829 , to selected 9010
- m_oper.c:m_oper(): constification

Revision 4829 - Directory Listing - [select for diffs]
Modified Sun Nov 2 11:14:39 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4828 , to selected 9010
- m_oper.c:m_oper(): renamed variable

Revision 4828 - Directory Listing - [select for diffs]
Modified Sun Nov 2 10:59:42 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4826 , to selected 9010
- m_userhost.c:m_userhost(): replaced sprintf() with snprintf()

Revision 4826 - Directory Listing - [select for diffs]
Modified Sun Nov 2 10:56:52 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4823 , to selected 9010
- channel_mode.c:add_id(), del_id(): replaced sprintf() with snprintf()

Revision 4823 - Directory Listing - [select for diffs]
Modified Sat Nov 1 18:22:33 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4822 , to selected 9010
- client.c, m_who.c: style corrections

Revision 4822 - Directory Listing - [select for diffs]
Modified Sat Nov 1 17:50:25 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4819 , to selected 9010
- Renamed exempt::coid to exempt::country_id

Revision 4819 - Directory Listing - [select for diffs]
Modified Sat Nov 1 16:49:40 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4818 , to selected 9010
- Renamed Client::svid to Client::account

Revision 4818 - Directory Listing - [select for diffs]
Modified Sat Nov 1 16:06:36 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4815 , to selected 9010
- Renamed variables

Revision 4815 - Directory Listing - [select for diffs]
Modified Sat Nov 1 15:28:42 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4814 , to selected 9010
- Renamed variables

Revision 4814 - Directory Listing - [select for diffs]
Modified Sat Nov 1 12:12:05 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4811 , to selected 9010
- Channel half-ops can now use /INVITE as well

Revision 4811 - Directory Listing - [select for diffs]
Modified Sat Nov 1 11:56:53 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4810 , to selected 9010
- 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 4810 - Directory Listing - [select for diffs]
Modified Sat Nov 1 11:44:23 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4808 , to selected 9010
- m_sjoin.c:ms_sjoin(): moved remove_ban_lis() calls

Revision 4808 - Directory Listing - [select for diffs]
Modified Sat Nov 1 11:36:52 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4806 , to selected 9010
- m_sjoin.c:ms_sjoin(): from p4: update channel names to match the case of the remote servers channel name on sjoin

Revision 4806 - Directory Listing - [select for diffs]
Modified Thu Oct 30 19:33:19 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4804 , to selected 9010
- libtool 2.4.3

Revision 4804 - Directory Listing - [select for diffs]
Modified Tue Oct 28 15:27:43 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4803 , to selected 9010
- send.c:sendto_anywhere(): replaced MyClient() test with MyConnect()

Revision 4803 - Directory Listing - [select for diffs]
Modified Tue Oct 28 15:19:52 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4800 , to selected 9010
- send.c: added some assert(); removed useless test in send_message_remote

Revision 4800 - Directory Listing - [select for diffs]
Modified Tue Oct 28 13:59:43 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4799 , to selected 9010
- Renamed variables

Revision 4799 - Directory Listing - [select for diffs]
Modified Tue Oct 28 13:29:53 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4796 , to selected 9010
- Removed ChModeChange::mems

Revision 4796 - Directory Listing - [select for diffs]
Modified Tue Oct 28 13:15:03 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4795 , to selected 9010
- send.c:sendto_match_servs(): style corrections

Revision 4795 - Directory Listing - [select for diffs]
Modified Tue Oct 28 13:11:47 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4792 , to selected 9010
- Removed pointless test for UMODE_DEAF in both sendto_channel_local() and
  sendto_channel_local_butone()

Revision 4792 - Directory Listing - [select for diffs]
Modified Tue Oct 28 12:44:43 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4791 , to selected 9010
- Added support for the "extended-join" client capability

Revision 4791 - Directory Listing - [select for diffs]
Modified Tue Oct 28 12:03:03 2014 UTC (10 years, 9 months ago) by michael
Diff to previous 4789 , to selected 9010
- channel_mode.c, send.c: style corrections

Revision 4789 - Directory Listing - [select for diffs]
Modified Sat Oct 25 20:39:16 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4786 , to selected 9010
- ts6.txt: update to v8

Revision 4786 - Directory Listing - [select for diffs]
Modified Sat Oct 25 16:56:03 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4785 , to selected 9010
- reference.conf: removed missleading comment. Services may always override +g.

Revision 4785 - Directory Listing - [select for diffs]
Modified Sat Oct 25 16:13:48 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4783 , to selected 9010
- Constification

Revision 4783 - Directory Listing - [select for diffs]
Modified Fri Oct 24 20:20:42 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4780 , to selected 9010
- channel.c:msg_has_ctrls(): update documentation

Revision 4780 - Directory Listing - [select for diffs]
Modified Tue Oct 21 16:30:03 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4778 , to selected 9010
- send.c, client.h: changed Connection::serial to an uint64_t

Revision 4778 - Directory Listing - [select for diffs]
Modified Tue Oct 21 16:12:19 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4776 , to selected 9010
- Removed hybrid 6 leftovers

Revision 4776 - Directory Listing - [select for diffs]
Modified Tue Oct 21 09:47:34 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4774 , to selected 9010
- Update .travis.yml

Revision 4774 - Directory Listing - [select for diffs]
Modified Tue Oct 21 08:35:25 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4770 , to selected 9010
- Update README

Revision 4770 - Directory Listing - [select for diffs]
Modified Mon Oct 20 16:51:13 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4769 , to selected 9010
- m_squit.c: style corrections

Revision 4769 - Directory Listing - [select for diffs]
Modified Mon Oct 20 16:41:46 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4767 , to selected 9010
- m_squit.c:ms_squit(): don't drop SQUITs with empty reason

Revision 4767 - Directory Listing - [select for diffs]
Modified Sun Oct 19 18:02:20 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4764 , to selected 9010
- /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

Revision 4764 - Directory Listing - [select for diffs]
Modified Sun Oct 19 17:21:36 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4763 , to selected 9010
- numeric.c: correction to RPL_ENDOFMODLIST

Revision 4763 - Directory Listing - [select for diffs]
Modified Sun Oct 19 15:02:58 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4760 , to selected 9010
- ircd.c:ssl_init(): removed newline character from ilog()

Revision 4760 - Directory Listing - [select for diffs]
Modified Sun Oct 19 11:09:15 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4759 , to selected 9010
- parse.c:parse(): renamed variable

Revision 4759 - Directory Listing - [select for diffs]
Modified Sun Oct 19 10:54:43 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4756 , to selected 9010
- Improved RPL_LOAD2HI numeric

Revision 4756 - Directory Listing - [select for diffs]
Modified Sat Oct 18 19:11:02 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4755 , to selected 9010
- channel.c:channel_find_last0(): style correction

Revision 4755 - Directory Listing - [select for diffs]
Modified Sat Oct 18 18:57:36 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4752 , to selected 9010
- m_server.c, m_stats.c: constification

Revision 4752 - Directory Listing - [select for diffs]
Modified Thu Oct 16 12:30:09 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4751 , to selected 9010
- m_list.c:do_list(): removed unused parameters

Revision 4751 - Directory Listing - [select for diffs]
Modified Thu Oct 16 12:18:56 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4748 , to selected 9010
- ircd.c:ssl_init(): added two 'return' even though they are not reached

Revision 4748 - Directory Listing - [select for diffs]
Modified Thu Oct 16 12:10:27 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4747 , to selected 9010
- ircd.c:write_pidfile(): use strerror() if fopen() fails

Revision 4747 - Directory Listing - [select for diffs]
Modified Thu Oct 16 11:53:11 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4744 , to selected 9010
- parse.c:parse(): update documentation

Revision 4744 - Directory Listing - [select for diffs]
Modified Thu Oct 16 11:46:19 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4742 , to selected 9010
- Enable ECDH for OpenSSL 0.9.8o and above

Revision 4742 - Directory Listing - [select for diffs]
Modified Sun Oct 12 16:53:55 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4741 , to selected 9010
- m_module.c:mo_module(): improve readability; avoid indexing parv[] several times

Revision 4741 - Directory Listing - [select for diffs]
Modified Sun Oct 12 16:45:53 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4737 , to selected 9010
- m_certfp.c:ms_certfp(): use source_p->certfp instead of parv[1]

Revision 4737 - Directory Listing - [select for diffs]
Modified Sun Oct 12 12:06:07 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4736 , to selected 9010
- s_bsd.c:ssl_handshake(): use CONNECTTIMEOUT instead of hardcoded value
- server.c:ssl_server_handshake(): use CONNECTTIMEOUT instead of hardcoded value

Revision 4736 - Directory Listing - [select for diffs]
Modified Sun Oct 12 12:02:00 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4733 , to selected 9010
- ircd.c:write_pidfile(): removed extraneous parentheses

Revision 4733 - Directory Listing - [select for diffs]
Modified Sun Oct 12 11:58:19 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4732 , to selected 9010
- ircd.c: style corrections

Revision 4732 - Directory Listing - [select for diffs]
Modified Sun Oct 12 11:41:26 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4730 , to selected 9010
- server.c:ssl_server_handshake(): correctly timeout outgoing connects

Revision 4730 - Directory Listing - [select for diffs]
Modified Sat Oct 11 19:16:48 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4728 , to selected 9010
- ircd.c:ssl_init(): disabled session tickets aswell as session cache

Revision 4728 - Directory Listing - [select for diffs]
Modified Thu Oct 9 16:04:23 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4725 , to selected 9010
- watch.c:watch_add_to_hash_table(): fixed typo in comment

Revision 4725 - Directory Listing - [select for diffs]
Modified Tue Oct 7 18:46:32 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4724 , to selected 9010
- client.c:check_conf_klines(): removed useless !IsClient() test

Revision 4724 - Directory Listing - [select for diffs]
Modified Tue Oct 7 18:44:35 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4721 , to selected 9010
- user.c: style corrections

Revision 4721 - Directory Listing - [select for diffs]
Modified Tue Oct 7 17:06:45 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4720 , to selected 9010
- m_lusers.c:m_lusers(): removed redundant test on 'parc'

Revision 4720 - Directory Listing - [select for diffs]
Modified Tue Oct 7 16:58:35 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4716 , to selected 9010
- m_whowas.c:m_whowas(), ms_whowas(): removed redundant test on 'parc'

Revision 4716 - Directory Listing - [select for diffs]
Modified Tue Oct 7 11:38:21 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4715 , to selected 9010
- m_pong.c:ms_pong(): hash_find_client() covers both named servers and clients thus
  replaced hash_find_server() with hash_find_id() for ID-based server/client lookups

Revision 4715 - Directory Listing - [select for diffs]
Modified Tue Oct 7 11:02:53 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4712 , to selected 9010
- m_ping.c:ms_ping(): added sanity test for wrong directed PING messages as suggested by Adam.
  Needs more discussion whether that test is still needed with TS6

Revision 4712 - Directory Listing - [select for diffs]
Modified Tue Oct 7 10:55:48 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4711 , to selected 9010
- m_ping.c, m_pong.c: added proper TS6 support

Revision 4711 - Directory Listing - [select for diffs]
Modified Tue Oct 7 09:53:31 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4709 , to selected 9010
- Applied EOB fix from p4:
  Send EOB per-server during bursts

  Will fix incorrectly marking servers are done bursting if they are not when
  a server introduces a server currently bursting to you.

  At a later time we will adjust the behavior of the EOB handler to no
  longer recursively apply EOBs to all servers behind the source.

Revision 4709 - Directory Listing - [select for diffs]
Modified Mon Oct 6 16:52:29 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4707 , to selected 9010
- user.c:valid_nickname(): minor cleanup

Revision 4707 - Directory Listing - [select for diffs]
Modified Sun Oct 5 16:43:31 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4704 , to selected 9010
- Don't assemble umode buffer twice in send_umode_out()

Revision 4704 - Directory Listing - [select for diffs]
Modified Sun Oct 5 16:25:02 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4703 , to selected 9010
- user.c:send_umode(): even if source_p == client_p, don't pass both client_p and
  source_p as arguments

Revision 4703 - Directory Listing - [select for diffs]
Modified Sun Oct 5 16:19:05 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4700 , to selected 9010
- m_kill.c:ms_kill(): replaced HasUMode(source_p, UMODE_OPER) with just IsClient(source_p)

Revision 4700 - Directory Listing - [select for diffs]
Modified Fri Oct 3 17:04:59 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4699 , to selected 9010
- m_globops.c:ms_globops(): avoid indexing parv three times

Revision 4699 - Directory Listing - [select for diffs]
Modified Fri Oct 3 15:28:55 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4696 , to selected 9010
- auth.c:start_auth_query(): removed extraneous ilog(). report_error() already does the logging

Revision 4696 - Directory Listing - [select for diffs]
Modified Fri Oct 3 15:23:02 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4695 , to selected 9010
- auth.c:timeout_auth_queries_event(): removed logging

Revision 4695 - Directory Listing - [select for diffs]
Modified Fri Oct 3 14:24:19 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4692 , to selected 9010
- m_whois.c:whois_person(): removed useless test on target_p->sockhost[0] which
  can't be NUL now that TS6 is mandatory

Revision 4692 - Directory Listing - [select for diffs]
Modified Fri Oct 3 14:21:14 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4690 , to selected 9010
- conf.c:find_user_host(): minor cleanup

Revision 4690 - Directory Listing - [select for diffs]
Modified Fri Oct 3 14:01:08 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4689 , to selected 9010
- Style corrections

Revision 4689 - Directory Listing - [select for diffs]
Modified Fri Oct 3 13:05:54 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4687 , to selected 9010
- m_connect.c: whitespace changes

Revision 4687 - Directory Listing - [select for diffs]
Modified Fri Oct 3 11:38:19 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4684 , to selected 9010
- m_connect.c: clarify server notice. Don't use hardcoded "ircd.conf".

Revision 4684 - Directory Listing - [select for diffs]
Modified Fri Oct 3 11:29:06 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4683 , to selected 9010
- m_connect.c:ms_connect(): properly sanity check parv[3] before
  actually calling hunt_server()

Revision 4683 - Directory Listing - [select for diffs]
Modified Fri Oct 3 11:25:54 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4680 , to selected 9010
- m_connect.c: style corrections

Revision 4680 - Directory Listing - [select for diffs]
Modified Fri Oct 3 11:17:57 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4678 , to selected 9010
- m_connect.c: don't let wildcard /connects bypass hash_find_server()

Revision 4678 - Directory Listing - [select for diffs]
Modified Fri Oct 3 11:07:43 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4677 , to selected 9010
- m_connect.c: use target_p->name instead of parv[1] for connection notices

Revision 4677 - Directory Listing - [select for diffs]
Modified Fri Oct 3 11:05:07 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4674 , to selected 9010
- server.c:serv_connect(): made failed connection notice more descriptive for remote
  /connects

Revision 4674 - Directory Listing - [select for diffs]
Modified Sun Sep 28 18:18:26 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4673 , to selected 9010
- m_dline.c:mo_dline(): correction to previous commit

Revision 4673 - Directory Listing - [select for diffs]
Modified Sun Sep 28 17:27:08 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4670 , to selected 9010
- m_dline.c, m_kline.c: avoid using valid_comment()

Revision 4670 - Directory Listing - [select for diffs]
Modified Sun Sep 28 16:49:01 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4669 , to selected 9010
- m_unxline.c: renamed remove_xline_match to remove_xline_exact

Revision 4669 - Directory Listing - [select for diffs]
Modified Sun Sep 28 16:27:20 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4666 , to selected 9010
- m_error.c: whitespace change

Revision 4666 - Directory Listing - [select for diffs]
Modified Sun Sep 28 12:42:36 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4665 , to selected 9010
- m_stats.c:stats_glines(): removed useless test. conf->reason cannot be NULL

Revision 4665 - Directory Listing - [select for diffs]
Modified Sun Sep 28 12:32:52 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4660 , to selected 9010
- m_kline.c:already_placed_kline(): removed useless test. conf->reason cannot be NULL

Revision 4660 - Directory Listing - [select for diffs]
Modified Sun Sep 28 11:51:25 2014 UTC (10 years, 10 months ago) by michael
Diff to previous 4659 , to selected 9010
- client.c:accept_message(): don't allow +G to override +g

Revision 4659 - Directory Listing - [select for diffs]
Modified Tue Sep 23 15:34:00 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4656 , to selected 9010
- m_server.c:mr_server(), ms_sid(): minor modification to allow for more parameters in the future

Revision 4656 - Directory Listing - [select for diffs]
Modified Tue Sep 23 14:53:17 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4653 , to selected 9010
- m_dline.c: whitespace changes

Revision 4653 - Directory Listing - [select for diffs]
Modified Mon Sep 22 15:43:43 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4650 , to selected 9010
- m_undline.c: fixed broken /dline remote.server

Revision 4650 - Directory Listing - [select for diffs]
Modified Sun Sep 21 18:48:07 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4647 , to selected 9010
- m_resv.c, m_unresv.c: allow servers to add/remove RESVs

Revision 4647 - Directory Listing - [select for diffs]
Modified Sun Sep 21 16:35:21 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4646 , to selected 9010
- m_dline.c:ms_dline(): whitespace changes

Revision 4646 - Directory Listing - [select for diffs]
Modified Sun Sep 21 12:43:10 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4643 , to selected 9010
- m_xline.c, m_unxline.c: allow servers to add/remove XLINEs

Revision 4643 - Directory Listing - [select for diffs]
Modified Sun Sep 21 11:37:14 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4642 , to selected 9010
- m_dline.c: cleaned up ms_dline(); removed useless junk

Revision 4642 - Directory Listing - [select for diffs]
Modified Sun Sep 21 11:24:01 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4639 , to selected 9010
- conf.c:find_user_host(): replaced !IsServer() test with IsClient()

Revision 4639 - Directory Listing - [select for diffs]
Modified Sun Sep 21 11:17:58 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4638 , to selected 9010
- m_dline.c, m_undline.c: allow servers to add/remove DLINEs

Revision 4638 - Directory Listing - [select for diffs]
Modified Sun Sep 21 10:58:38 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4635 , to selected 9010
- m_server.c:ms_sid(): don't automatically consider servers behind u-lines are services as well

Revision 4635 - Directory Listing - [select for diffs]
Modified Sun Sep 21 10:49:27 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4634 , to selected 9010
- m_kline.c, m_unkline.c: allow servers to add/remove KLINEs

Revision 4634 - Directory Listing - [select for diffs]
Modified Sun Sep 21 10:08:01 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4631 , to selected 9010
- m_kline.c:ms_kline(): fixed outdated comment

Revision 4631 - Directory Listing - [select for diffs]
Modified Sun Sep 21 09:59:19 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4629 , to selected 9010
- m_resv.c:parse_resv(): log permanent RESVs, too

Revision 4629 - Directory Listing - [select for diffs]
Modified Sun Sep 21 09:55:57 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4628 , to selected 9010
- m_resv.c, m_xline.c: some places weren't using get_oper_name()

Revision 4628 - Directory Listing - [select for diffs]
Modified Sun Sep 21 09:48:05 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4625 , to selected 9010
- 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 4625 - Directory Listing - [select for diffs]
Modified Sun Sep 21 09:34:46 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4624 , to selected 9010
- m_xline.c:relay_xline(): only call atoi() if really needed

Revision 4624 - Directory Listing - [select for diffs]
Modified Sun Sep 21 08:41:22 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4622 , to selected 9010
- conf_parser.y: use SSL_CTX_use_certificate_chain_file() instead of SSL_CTX_use_certificate_file()

Revision 4622 - Directory Listing - [select for diffs]
Modified Mon Sep 8 18:25:00 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4620 , to selected 9010
- send.c:send_format(): fixed bogus test

Revision 4620 - Directory Listing - [select for diffs]
Modified Sun Sep 7 13:03:42 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4618 , to selected 9010
- ircd.c: fixed compile warning

Revision 4618 - Directory Listing - [select for diffs]
Modified Sun Sep 7 13:01:09 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4615 , to selected 9010
- Renamed Channel::chname to Channel::name

Revision 4615 - Directory Listing - [select for diffs]
Modified Sun Sep 7 09:52:28 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4612 , to selected 9010
- m_resv.c:mo_resv(): removed extraneous space which caused the reason to
  be prepended with a space on remote servers

Revision 4612 - Directory Listing - [select for diffs]
Modified Tue Sep 2 08:55:13 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4611 , to selected 9010
- m_server.c:server_estab(): since we no longer put connecting/unknown servers on the local_server_list,
  we can simplify that "I'm no hub, I'm not allowed to link" test.

Revision 4611 - Directory Listing - [select for diffs]
Modified Tue Sep 2 08:35:35 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4609 , to selected 9010
- m_server.c: removed some redundant ERROR messages. exit_client() already takes care of sending ERRORs

Revision 4609 - Directory Listing - [select for diffs]
Modified Sun Aug 31 08:12:35 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4607 , to selected 9010
- ircd.h: changed Counter structures to anonymous structure

Revision 4607 - Directory Listing - [select for diffs]
Modified Sun Aug 31 08:05:38 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4605 , to selected 9010
- m_server.c:server_estab(): don't set SetGotId here. There is no reason why
  it should be done in this place

Revision 4605 - Directory Listing - [select for diffs]
Modified Sat Aug 30 18:18:59 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4603 , to selected 9010
- m_server.c:server_estab(): cleaned up 'inpath', 'inpath_ip' mess

Revision 4603 - Directory Listing - [select for diffs]
Modified Sat Aug 30 18:11:36 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4600 , to selected 9010
- m_names.c:m_names(): removed legacy code; constification

Revision 4600 - Directory Listing - [select for diffs]
Modified Sat Aug 30 17:23:49 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4599 , to selected 9010
- m_kill.c: doxygen

Revision 4599 - Directory Listing - [select for diffs]
Modified Sat Aug 30 17:06:13 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4596 , to selected 9010
- m_squit.c: doxygen

Revision 4596 - Directory Listing - [select for diffs]
Modified Sat Aug 30 16:56:32 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4595 , to selected 9010
- conf.c:find_conf_name(): removed useless match(). with server name masking being removed
  with TS6, this is no longer needed.

Revision 4595 - Directory Listing - [select for diffs]
Modified Sat Aug 30 16:53:05 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4593 , to selected 9010
- m_server.c:server_estab(): removed 'host = client_p->name' assignment

Revision 4593 - Directory Listing - [select for diffs]
Modified Wed Aug 27 16:26:46 2014 UTC (10 years, 11 months ago) by michael
Diff to previous 4591 , to selected 9010
- ircd.c:ssl_init(): add SSL_OP_CIPHER_SERVER_PREFERENCE to server options

Revision 4591 - Directory Listing - [select for diffs]
Modified Tue Aug 26 16:36:01 2014 UTC (11 years ago) by michael
Diff to previous 4588 , to selected 9010
- reference.conf: whitespace changes

Revision 4588 - Directory Listing - [select for diffs]
Modified Tue Aug 26 15:59:07 2014 UTC (11 years ago) by michael
Diff to previous 4586 , to selected 9010
- Renamed 'localClient' Client structure member to just 'connection'

Revision 4586 - Directory Listing - [select for diffs]
Modified Tue Aug 26 15:50:52 2014 UTC (11 years ago) by michael
Diff to previous 4585 , to selected 9010
- user.c:register_local_user(): cosmetical fixes to server notice

Revision 4585 - Directory Listing - [select for diffs]
Modified Tue Aug 26 15:45:26 2014 UTC (11 years ago) by michael
Diff to previous 4582 , to selected 9010
- numeric.h, numeric.c: removed unused ERR_RESTRICTED

Revision 4582 - Directory Listing - [select for diffs]
Modified Mon Aug 25 15:54:28 2014 UTC (11 years ago) by michael
Diff to previous 4581 , to selected 9010
- numeric.c: cosmetical fixes

Revision 4581 - Directory Listing - [select for diffs]
Modified Mon Aug 25 10:33:40 2014 UTC (11 years ago) by michael
Diff to previous 4579 , to selected 9010
- Fixed misspellings

Revision 4579 - Directory Listing - [select for diffs]
Modified Mon Aug 25 09:55:40 2014 UTC (11 years ago) by michael
Diff to previous 4576 , to selected 9010
- Renamed variables/definitions to meet coding standards

Revision 4576 - Directory Listing - [select for diffs]
Modified Mon Aug 25 09:45:11 2014 UTC (11 years ago) by michael
Diff to previous 4575 , to selected 9010
- Renamed struct LocalUser to struct Connection

Revision 4575 - Directory Listing - [select for diffs]
Modified Mon Aug 25 09:31:48 2014 UTC (11 years ago) by michael
Diff to previous 4572 , to selected 9010
- client.c:exit_client(): cosmetical fixes to server exiting notice

Revision 4572 - Directory Listing - [select for diffs]
Modified Sun Aug 24 17:07:32 2014 UTC (11 years ago) by michael
Diff to previous 4570 , to selected 9010
- m_server.c: fixed spelling in some places

Revision 4570 - Directory Listing - [select for diffs]
Modified Sun Aug 24 14:04:54 2014 UTC (11 years ago) by michael
Diff to previous 4567 , to selected 9010
- m_stats.c:report_Klines(): removed useless test

Revision 4567 - Directory Listing - [select for diffs]
Modified Sun Aug 24 10:45:02 2014 UTC (11 years ago) by michael
Diff to previous 4565 , to selected 9010
- Update NEWS

Revision 4565 - Directory Listing - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (11 years ago) by michael
Diff to previous 4563 , to selected 9010
- Update GPL 2 license headers

Revision 4563 - Directory Listing - [select for diffs]
Modified Sun Aug 24 10:15:00 2014 UTC (11 years ago) by michael
Diff to previous 4560 , to selected 9010
- Update gpl2 license file

Revision 4560 - Directory Listing - [select for diffs]
Modified Sun Aug 24 09:44:32 2014 UTC (11 years ago) by michael
Diff to previous 4557 , to selected 9010
- Update doc/reference.conf

Revision 4557 - Directory Listing - [select for diffs]
Modified Sat Aug 23 17:25:03 2014 UTC (11 years ago) by michael
Diff to previous 4556 , to selected 9010
- Replaced RPL_NEWHOSTIS with RPL_VISIBLEHOST

Revision 4556 - Directory Listing - [select for diffs]
Modified Sat Aug 23 17:21:17 2014 UTC (11 years ago) by michael
Diff to previous 4554 , to selected 9010
- parse.c: fixed new defect found by coverity

Revision 4554 - Directory Listing - [select for diffs]
Modified Fri Aug 22 23:10:31 2014 UTC (11 years ago) by michael
Diff to previous 4552 , to selected 9010
- parse.c:parse(): small optimization as suggested by Adam

Revision 4552 - Directory Listing - [select for diffs]
Modified Fri Aug 22 09:13:32 2014 UTC (11 years ago) by michael
Diff to previous 4549 , to selected 9010
- parse.c: constification

Revision 4549 - Directory Listing - [select for diffs]
Modified Fri Aug 22 09:07:43 2014 UTC (11 years ago) by michael
Diff to previous 4548 , to selected 9010
- Fixed previous changes to parse.h

Revision 4548 - Directory Listing - [select for diffs]
Modified Fri Aug 22 08:51:07 2014 UTC (11 years ago) by michael
Diff to previous 4545 , to selected 9010
- parse.h: moved structure member

Revision 4545 - Directory Listing - [select for diffs]
Modified Fri Aug 22 08:46:13 2014 UTC (11 years ago) by michael
Diff to previous 4543 , to selected 9010
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

Revision 4543 - Directory Listing - [select for diffs]
Modified Thu Aug 21 17:03:15 2014 UTC (11 years ago) by michael
Diff to previous 4542 , to selected 9010
- numeric.c: fixed ERR_PASSWDMISMATCH numeric string

Revision 4542 - Directory Listing - [select for diffs]
Modified Thu Aug 21 16:27:32 2014 UTC (11 years ago) by michael
Diff to previous 4531 , to selected 9010
- numeric.c: update ERR_SERVICESDOWN numeric string

Revision 4531 - Directory Listing - [select for diffs]
Modified Tue Aug 19 15:35:04 2014 UTC (11 years ago) by michael
Diff to previous 4529 , to selected 9010
- m_who.c:who_global(): style corrections

Revision 4529 - Directory Listing - [select for diffs]
Modified Tue Aug 19 15:21:21 2014 UTC (11 years ago) by michael
Diff to previous 4528 , to selected 9010
- m_who.c: made do_who_on_channel() only take 4 parameters

Revision 4528 - Directory Listing - [select for diffs]
Modified Tue Aug 19 10:39:39 2014 UTC (11 years ago) by michael
Diff to previous 4526 , to selected 9010
- m_message.c: fixed bug where "NOTICE +#somechan" did allow bypassing resv{} channels,
  or channels that are set +c (no control codes)

Revision 4526 - Directory Listing - [select for diffs]
Modified Tue Aug 19 09:57:32 2014 UTC (11 years ago) by michael
Diff to previous 4523 , to selected 9010
- m_webirc.c: replaced CGI:IRC references with WEBIRC

Revision 4523 - Directory Listing - [select for diffs]
Modified Tue Aug 19 09:43:38 2014 UTC (11 years ago) by michael
Diff to previous 4521 , to selected 9010
- Fixed double dlinkDelete() in conf_free()
- Fixed memory leak with server/oper/auth configuration items

Revision 4521 - Directory Listing - [select for diffs]
Modified Sun Aug 17 20:20:19 2014 UTC (11 years ago) by michael
Diff to previous 4518 , to selected 9010
- listener.c: reformatting

Revision 4518 - Directory Listing - [select for diffs]
Modified Sun Aug 17 20:04:20 2014 UTC (11 years ago) by michael
Diff to previous 4516 , to selected 9010
- listener.c: renamed ListenerPollList to listener_list

Revision 4516 - Directory Listing - [select for diffs]
Modified Sun Aug 17 19:09:53 2014 UTC (11 years ago) by michael
Diff to previous 4513 , to selected 9010
- Update .travis.yml

Revision 4513 - Directory Listing - [select for diffs]
Modified Sun Aug 17 18:25:52 2014 UTC (11 years ago) by michael
Diff to previous 4511 , to selected 9010
- conf.c:rehash(): moved the strlcpy(me.info,...) to conf_parser.y

Revision 4511 - Directory Listing - [select for diffs]
Modified Sun Aug 17 14:50:39 2014 UTC (11 years ago) by michael
Diff to previous 4508 , to selected 9010
- 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 4508 - Directory Listing - [select for diffs]
Modified Sun Aug 17 11:58:06 2014 UTC (11 years ago) by michael
Diff to previous 4505 , to selected 9010
- Instead of silently truncating WHO at 500 replies, added ERR_WHOLIMEXCEED numeric
  to inform users about the /who limit being exceeded

Revision 4505 - Directory Listing - [select for diffs]
Modified Sun Aug 17 08:20:20 2014 UTC (11 years ago) by michael
Diff to previous 4504 , to selected 9010
- Update README

Revision 4504 - Directory Listing - [select for diffs]
Modified Sun Aug 17 08:17:32 2014 UTC (11 years ago) by michael
Diff to previous 4502 , to selected 9010
- Update INSTALL

Revision 4502 - Directory Listing - [select for diffs]
Modified Sat Aug 16 19:10:20 2014 UTC (11 years ago) by michael
Diff to previous 4499 , to selected 9010
- hash.c:safe_list_channels(): removed outdated comment

Revision 4499 - Directory Listing - [select for diffs]
Modified Sat Aug 16 18:29:23 2014 UTC (11 years ago) by michael
Diff to previous 4497 , to selected 9010
- conf_parser.y: removed useless tests on ConfigServerInfo.server_ctx

Revision 4497 - Directory Listing - [select for diffs]
Modified Sat Aug 16 18:20:57 2014 UTC (11 years ago) by michael
Diff to previous 4496 , to selected 9010
- ircd.c:ssl_init(): exit if we cannot setup client/server context

Revision 4496 - Directory Listing - [select for diffs]
Modified Sat Aug 16 18:13:37 2014 UTC (11 years ago) by michael
Diff to previous 4494 , to selected 9010
- conf.c:set_default_conf(): really default to secp256r1

Revision 4494 - Directory Listing - [select for diffs]
Modified Sat Aug 16 18:08:45 2014 UTC (11 years ago) by michael
Diff to previous 4490 , to selected 9010
- Update doc/reference.conf

Revision 4490 - Directory Listing - [select for diffs]
Modified Sat Aug 16 16:58:39 2014 UTC (11 years ago) by michael
Diff to previous 4489 , to selected 9010
- m_list.c:do_list(): no need to break in the '-' case

Revision 4489 - Directory Listing - [select for diffs]
Modified Sat Aug 16 16:56:18 2014 UTC (11 years ago) by michael
Diff to previous 4486 , to selected 9010
- Add topic mask option to /list

Revision 4486 - Directory Listing - [select for diffs]
Modified Sat Aug 16 16:18:04 2014 UTC (11 years ago) by michael
Diff to previous 4485 , to selected 9010
- hash.c:list_one_channel(): let other users see channelmodes in /list

Revision 4485 - Directory Listing - [select for diffs]
Modified Sat Aug 16 15:56:05 2014 UTC (11 years ago) by michael
Diff to previous 4483 , to selected 9010
- m_certfp.c:ms_certfp(): use xstrdup() instead of strdup()

Revision 4483 - Directory Listing - [select for diffs]
Modified Fri Aug 15 17:07:27 2014 UTC (11 years ago) by michael
Diff to previous 4481 , to selected 9010
- ax_arg_enable_warnings.m4: fiddle around with warning options

Revision 4481 - Directory Listing - [select for diffs]
Modified Thu Aug 14 16:39:12 2014 UTC (11 years ago) by michael
Diff to previous 4479 , to selected 9010
- event.h: removed typedef

Revision 4479 - Directory Listing - [select for diffs]
Modified Thu Aug 14 16:18:31 2014 UTC (11 years ago) by michael
Diff to previous 4476 , to selected 9010
- Fixed compile warnings

Revision 4476 - Directory Listing - [select for diffs]
Modified Thu Aug 14 09:49:49 2014 UTC (11 years ago) by michael
Diff to previous 4473 , to selected 9010
- res.c: style corrections

Revision 4473 - Directory Listing - [select for diffs]
Modified Thu Aug 14 09:31:41 2014 UTC (11 years ago) by michael
Diff to previous 4472 , to selected 9010
- 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 4472 - Directory Listing - [select for diffs]
Modified Thu Aug 14 09:25:49 2014 UTC (11 years ago) by michael
Diff to previous 4470 , to selected 9010
- s_bsd_poll.c cleanups/fixes provided by Adam

Revision 4470 - Directory Listing - [select for diffs]
Modified Thu Aug 14 08:35:41 2014 UTC (11 years ago) by michael
Diff to previous 4468 , to selected 9010
- getopt.c:parseargs(): use xstrdup() instead of malloc/strcpy combo; don't modify memory pointed
  by the argument vector. Fixes provided by Adam.

Revision 4468 - Directory Listing - [select for diffs]
Modified Wed Aug 13 19:00:50 2014 UTC (11 years ago) by michael
Diff to previous 4465 , to selected 9010
- res.c:query_name(): get rid of useless typecasting

Revision 4465 - Directory Listing - [select for diffs]
Modified Wed Aug 13 18:56:33 2014 UTC (11 years ago) by michael
Diff to previous 4464 , to selected 9010
- res.c:proc_answer(): error out and leave the client unresolved if we get an unexpected record type

Revision 4464 - Directory Listing - [select for diffs]
Modified Wed Aug 13 17:28:00 2014 UTC (11 years ago) by michael
Diff to previous 4461 , to selected 9010
- Removed CNCB typedef

Revision 4461 - Directory Listing - [select for diffs]
Modified Wed Aug 13 17:05:26 2014 UTC (11 years ago) by michael
Diff to previous 4460 , to selected 9010
- 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 4460 - Directory Listing - [select for diffs]
Modified Mon Aug 11 19:45:11 2014 UTC (11 years ago) by michael
Diff to previous 4457 , to selected 9010
- conf.c:conf_dns_lookup(): use gethost_byname_type()
- res.h, res.c: removed gethost_byname()

Revision 4457 - Directory Listing - [select for diffs]
Modified Mon Aug 11 16:28:23 2014 UTC (11 years ago) by michael
Diff to previous 4456 , to selected 9010
- res.c:proc_answer(): delete useless castings

Revision 4456 - Directory Listing - [select for diffs]
Modified Mon Aug 11 15:59:33 2014 UTC (11 years ago) by michael
Diff to previous 4453 , to selected 9010
- res.c:proc_answer(): use 'unsigned'

Revision 4453 - Directory Listing - [select for diffs]
Modified Mon Aug 11 15:53:17 2014 UTC (11 years ago) by michael
Diff to previous 4452 , to selected 9010
- res.c: removed "request_state" enum

Revision 4452 - Directory Listing - [select for diffs]
Modified Mon Aug 11 15:51:47 2014 UTC (11 years ago) by michael
Diff to previous 4449 , to selected 9010
- 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 4449 - Directory Listing - [select for diffs]
Modified Mon Aug 11 15:46:56 2014 UTC (11 years ago) by michael
Diff to previous 4448 , to selected 9010
- res.c: removed "try A if AAAA failed" logic

Revision 4448 - Directory Listing - [select for diffs]
Modified Sat Aug 9 19:20:10 2014 UTC (11 years ago) by michael
Diff to previous 4445 , to selected 9010
- res.c:start_resolver(): made /stats F more descriptive about the resolver socket

Revision 4445 - Directory Listing - [select for diffs]
Modified Sat Aug 9 19:07:40 2014 UTC (11 years ago) by michael
Diff to previous 4444 , to selected 9010
- auth.h: update documentation

Revision 4444 - Directory Listing - [select for diffs]
Modified Sat Aug 9 18:59:03 2014 UTC (11 years ago) by michael
Diff to previous 4440 , to selected 9010
- res.h: add documentation about RFC1035_MAX_DOMAIN_LENGTH definition

Revision 4440 - Directory Listing - [select for diffs]
Modified Sat Aug 9 18:50:49 2014 UTC (11 years ago) by michael
Diff to previous 4439 , to selected 9010
- user.c:oper_up(): successful operator logins are now announced globally via GLOBOPS

Revision 4439 - Directory Listing - [select for diffs]
Modified Sat Aug 9 18:36:19 2014 UTC (11 years ago) by michael
Diff to previous 4436 , to selected 9010
- Renamed various variables

Revision 4436 - Directory Listing - [select for diffs]
Modified Thu Aug 7 20:42:37 2014 UTC (11 years ago) by michael
Diff to previous 4435 , to selected 9010
- Update doc/reference.conf

Revision 4435 - Directory Listing - [select for diffs]
Modified Thu Aug 7 19:49:31 2014 UTC (11 years ago) by michael
Diff to previous 4432 , to selected 9010
- m_info.c:send_conf_options(): made /info look nicer

Revision 4432 - Directory Listing - [select for diffs]
Modified Thu Aug 7 19:42:00 2014 UTC (11 years ago) by michael
Diff to previous 4431 , to selected 9010
- event.c: update show_events() to make /stats E look nicer

Revision 4431 - Directory Listing - [select for diffs]
Modified Thu Aug 7 19:04:30 2014 UTC (11 years ago) by michael
Diff to previous 4428 , to selected 9010
- Rewrite sendto_realops_flags_ratelimited() so it can be used in other places as well

Revision 4428 - Directory Listing - [select for diffs]
Modified Thu Aug 7 17:46:02 2014 UTC (11 years ago) by michael
Diff to previous 4427 , to selected 9010
- Added listener_release() and make use of it

Revision 4427 - Directory Listing - [select for diffs]
Modified Thu Aug 7 17:15:30 2014 UTC (11 years ago) by michael
Diff to previous 4424 , to selected 9010
- listener.c: reformatting

Revision 4424 - Directory Listing - [select for diffs]
Modified Thu Aug 7 17:09:14 2014 UTC (11 years ago) by michael
Diff to previous 4423 , to selected 9010
- listener.c:make_listener(): constification

Revision 4423 - Directory Listing - [select for diffs]
Modified Thu Aug 7 16:57:57 2014 UTC (11 years ago) by michael
Diff to previous 4420 , to selected 9010
- res.c: was missing +1 in reslist::name

Revision 4420 - Directory Listing - [select for diffs]
Modified Thu Aug 7 16:51:58 2014 UTC (11 years ago) by michael
Diff to previous 4419 , to selected 9010
- res.c:init_resolver(): removed useless memset()

Revision 4419 - Directory Listing - [select for diffs]
Modified Thu Aug 7 16:35:44 2014 UTC (11 years ago) by michael
Diff to previous 4417 , to selected 9010
- m_ison.c:m_ison(): replaced memcpy() with strlcpy()

Revision 4417 - Directory Listing - [select for diffs]
Modified Thu Aug 7 14:39:44 2014 UTC (11 years ago) by michael
Diff to previous 4415 , to selected 9010
- Update README

Revision 4415 - Directory Listing - [select for diffs]
Modified Thu Aug 7 14:09:36 2014 UTC (11 years ago) by michael
Diff to previous 4413 , to selected 9010
- Removed ipv6 detection. We now assume all systems that run hybrid have
  ipv6 availability and sockaddr_storage.

Revision 4413 - Directory Listing - [select for diffs]
Modified Thu Aug 7 11:31:11 2014 UTC (11 years ago) by michael
Diff to previous 4411 , to selected 9010
- s_bsd.c:comm_accept(): fixed faulty memset()

Revision 4411 - Directory Listing - [select for diffs]
Modified Wed Aug 6 21:38:03 2014 UTC (11 years ago) by michael
Diff to previous 4408 , to selected 9010
- Let's allow overlength host name entries in connect {} blocks

Revision 4408 - Directory Listing - [select for diffs]
Modified Wed Aug 6 21:19:38 2014 UTC (11 years ago) by michael
Diff to previous 4407 , to selected 9010
- Fixed resolver/auth issues with too long hostnames

Revision 4407 - Directory Listing - [select for diffs]
Modified Wed Aug 6 18:42:42 2014 UTC (11 years ago) by michael
Diff to previous 4404 , to selected 9010
- Moved memset() from accept_connection() to comm_accept()

Revision 4404 - Directory Listing - [select for diffs]
Modified Wed Aug 6 17:02:18 2014 UTC (11 years ago) by michael
Diff to previous 4403 , to selected 9010
- Minor documentation updates

Revision 4403 - Directory Listing - [select for diffs]
Modified Wed Aug 6 16:09:58 2014 UTC (11 years ago) by michael
Diff to previous 4400 , to selected 9010
- Update doc/reference.conf

Revision 4400 - Directory Listing - [select for diffs]
Modified Tue Aug 5 17:42:56 2014 UTC (11 years ago) by michael
Diff to previous 4399 , to selected 9010
- Unset FLAGS_IPHASH on source_p in exit_client() when removing from ipcache

Revision 4399 - Directory Listing - [select for diffs]
Modified Mon Aug 4 19:35:36 2014 UTC (11 years ago) by michael
Diff to previous 4396 , to selected 9010
- ircd.c:main(): use event_add() for comm_checktimeouts

Revision 4396 - Directory Listing - [select for diffs]
Modified Sun Aug 3 20:23:25 2014 UTC (11 years ago) by michael
Diff to previous 4392 , to selected 9010
- Update README

Revision 4392 - Directory Listing - [select for diffs]
Modified Sun Aug 3 18:23:45 2014 UTC (11 years ago) by michael
Diff to previous 4391 , to selected 9010
- Update doc/reference.conf

Revision 4391 - Directory Listing - [select for diffs]
Modified Sun Aug 3 17:48:25 2014 UTC (11 years ago) by michael
Diff to previous 4388 , to selected 9010
- channel.c:send_mode_list(): constification

Revision 4388 - Directory Listing - [select for diffs]
Modified Sun Aug 3 17:45:49 2014 UTC (11 years ago) by michael
Diff to previous 4387 , to selected 9010
- channel.c: moved 'buf' to send_members() and send_mode_list()

Revision 4387 - Directory Listing - [select for diffs]
Modified Sun Aug 3 17:33:43 2014 UTC (11 years ago) by michael
Diff to previous 4384 , to selected 9010
- mempool.c:mp_pool_garbage_collect(): c99 style correction

Revision 4384 - Directory Listing - [select for diffs]
Modified Sun Aug 3 16:47:08 2014 UTC (11 years ago) by michael
Diff to previous 4383 , to selected 9010
- m_cap.c: moved qsorting of the capab_list to module_init()

Revision 4383 - Directory Listing - [select for diffs]
Modified Sun Aug 3 16:37:52 2014 UTC (11 years ago) by michael
Diff to previous 4380 , to selected 9010
- m_nick.c:change_local_nick(): improved an assert()

Revision 4380 - Directory Listing - [select for diffs]
Modified Sun Aug 3 16:26:48 2014 UTC (11 years ago) by michael
Diff to previous 4379 , to selected 9010
- numeric.c: ERR_NICKTOOFAST: use %u conversion specifier

Revision 4379 - Directory Listing - [select for diffs]
Modified Sun Aug 3 16:18:41 2014 UTC (11 years ago) by michael
Diff to previous 4376 , to selected 9010
- Fixed ERR_NICKTOOFAST numeric string to make more sense and to comply with other ircds

Revision 4376 - Directory Listing - [select for diffs]
Modified Sun Aug 3 15:22:27 2014 UTC (11 years ago) by michael
Diff to previous 4375 , to selected 9010
- numeric.c: fixed ERR_TOOMANYAWAY numeric string

Revision 4375 - Directory Listing - [select for diffs]
Modified Sun Aug 3 14:42:42 2014 UTC (11 years ago) by michael
Diff to previous 4372 , to selected 9010
- listener.h, listener.c: use HOSTIPLEN for Listener::name; update documentation

Revision 4372 - Directory Listing - [select for diffs]
Modified Sun Aug 3 14:11:58 2014 UTC (11 years ago) by michael
Diff to previous 4370 , to selected 9010
- ipcache.h: update documentation

Revision 4370 - Directory Listing - [select for diffs]
Modified Sun Aug 3 10:52:58 2014 UTC (11 years ago) by michael
Diff to previous 4367 , to selected 9010
- Update INSTALL

Revision 4367 - Directory Listing - [select for diffs]
Modified Sun Aug 3 10:33:39 2014 UTC (11 years ago) by michael
Diff to previous 4365 , to selected 9010
- ipcache.c: minor cleanup

Revision 4365 - Directory Listing - [select for diffs]
Modified Sat Aug 2 22:41:12 2014 UTC (11 years ago) by michael
Diff to previous 4364 , to selected 9010
- ax_arg_openssl.m4: cosmetical fixes for LibreSSL

Revision 4364 - Directory Listing - [select for diffs]
Modified Sat Aug 2 22:23:25 2014 UTC (11 years ago) by michael
Diff to previous 4361 , to selected 9010
- Moved ax_check_openssl.m4 to ax_arg_openssl.m4

Revision 4361 - Directory Listing - [select for diffs]
Modified Sat Aug 2 20:51:40 2014 UTC (11 years ago) by michael
Diff to previous 4360 , to selected 9010
- ax_library_net.m4: removed useless member test of sockaddr_in.sin_len

Revision 4360 - Directory Listing - [select for diffs]
Modified Sat Aug 2 20:40:29 2014 UTC (11 years ago) by michael
Diff to previous 4357 , to selected 9010
- Got rid of acinclude.m4

Revision 4357 - Directory Listing - [select for diffs]
Modified Sat Aug 2 18:31:44 2014 UTC (11 years ago) by michael
Diff to previous 4355 , to selected 9010
- configure.ac: must be excuting GCC_STACK_PROTECT_LIB aswell, otherwise we won't get
  linked against SSP lib (if there's any)

Revision 4355 - Directory Listing - [select for diffs]
Modified Sat Aug 2 18:09:53 2014 UTC (11 years ago) by michael
Diff to previous 4352 , to selected 9010
- acinclude.m4: fixed typo in comment

Revision 4352 - Directory Listing - [select for diffs]
Modified Sat Aug 2 17:53:48 2014 UTC (11 years ago) by michael
Diff to previous 4351 , to selected 9010
- Cleaned up epoll detection

Revision 4351 - Directory Listing - [select for diffs]
Modified Sat Aug 2 17:20:32 2014 UTC (11 years ago) by michael
Diff to previous 4348 , to selected 9010
- 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 4348 - Directory Listing - [select for diffs]
Modified Sat Aug 2 17:14:44 2014 UTC (11 years ago) by michael
Diff to previous 4347 , to selected 9010
- motd.h, motd.c: clean up/fix comments

Revision 4347 - Directory Listing - [select for diffs]
Modified Sat Aug 2 17:07:28 2014 UTC (11 years ago) by michael
Diff to previous 4344 , to selected 9010
- motd.c:motd_cache(): fixed cast

Revision 4344 - Directory Listing - [select for diffs]
Modified Sat Aug 2 17:00:47 2014 UTC (11 years ago) by michael
Diff to previous 4343 , to selected 9010
- Re-arranged ConfigServerInfo structure

Revision 4343 - Directory Listing - [select for diffs]
Modified Sat Aug 2 16:58:33 2014 UTC (11 years ago) by michael
Diff to previous 4340 , to selected 9010
- Removed unused ConfigServerInfo structure member

Revision 4340 - Directory Listing - [select for diffs]
Modified Sat Aug 2 16:53:22 2014 UTC (11 years ago) by michael
Diff to previous 4339 , to selected 9010
- Renamed structures to meet code conventions

Revision 4339 - Directory Listing - [select for diffs]
Modified Sat Aug 2 16:35:48 2014 UTC (11 years ago) by michael
Diff to previous 4336 , to selected 9010
- event.h: style correction

Revision 4336 - Directory Listing - [select for diffs]
Modified Sat Aug 2 16:33:58 2014 UTC (11 years ago) by michael
Diff to previous 4335 , to selected 9010
- event.h: replaced shorts with ints

Revision 4335 - Directory Listing - [select for diffs]
Modified Sat Aug 2 16:05:40 2014 UTC (11 years ago) by michael
Diff to previous 4333 , to selected 9010
- ./configure now requires OpenSSL 0.9.8o or above in order to enable TLS/SSL support

Revision 4333 - Directory Listing - [select for diffs]
Modified Sat Aug 2 15:53:16 2014 UTC (11 years ago) by michael
Diff to previous 4332 , to selected 9010
- Removed select() support

Revision 4332 - Directory Listing - [select for diffs]
Modified Fri Aug 1 19:49:21 2014 UTC (11 years ago) by michael
Diff to previous 4329 , to selected 9010
- conf.c:attach_iline(): constification

Revision 4329 - Directory Listing - [select for diffs]
Modified Fri Aug 1 18:36:15 2014 UTC (11 years ago) by michael
Diff to previous 4327 , to selected 9010
- ipcache.c:ipcache_get_stats(): constification; depend on the caller to set integers to zero

Revision 4327 - Directory Listing - [select for diffs]
Modified Fri Aug 1 18:16:05 2014 UTC (11 years ago) by michael
Diff to previous 4325 , to selected 9010
- svn propset on ipcache.c, ipcache.h

Revision 4325 - Directory Listing - [select for diffs]
Modified Fri Aug 1 18:06:07 2014 UTC (11 years ago) by michael
Diff to previous 4324 , to selected 9010
- Moved all ip caching related code to ipcache.c

Revision 4324 - Directory Listing - [select for diffs]
Modified Fri Aug 1 16:59:35 2014 UTC (11 years ago) by michael
Diff to previous 4321 , to selected 9010
- conf.c: optimized count_ip_hash()

Revision 4321 - Directory Listing - [select for diffs]
Modified Fri Aug 1 16:55:07 2014 UTC (11 years ago) by michael
Diff to previous 4319 , to selected 9010
- conf.c:ipcache_remove_expired_entries(): of course should be DLINK_FOREACH_SAFE

Revision 4319 - Directory Listing - [select for diffs]
Modified Fri Aug 1 16:48:38 2014 UTC (11 years ago) by michael
Diff to previous 4317 , to selected 9010
- Cleaned up ipcache

Revision 4317 - Directory Listing - [select for diffs]
Modified Thu Jul 31 21:16:49 2014 UTC (11 years ago) by michael
Diff to previous 4316 , to selected 9010
- 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 4316 - Directory Listing - [select for diffs]
Modified Thu Jul 31 20:46:32 2014 UTC (11 years ago) by michael
Diff to previous 4313 , to selected 9010
- res.c:res_readreply(): don't grant further retries if the packet
  couldn't be decoded. We only give it one shot.

Revision 4313 - Directory Listing - [select for diffs]
Modified Thu Jul 31 18:50:11 2014 UTC (11 years ago) by michael
Diff to previous 4311 , to selected 9010
- Improved AWAY throttling to allow for better fine-tuning

Revision 4311 - Directory Listing - [select for diffs]
Modified Thu Jul 31 17:02:13 2014 UTC (11 years ago) by michael
Diff to previous 4309 , to selected 9010
- res.c: reformatting; style corrections; updated comments

Revision 4309 - Directory Listing - [select for diffs]
Modified Tue Jul 29 17:24:25 2014 UTC (11 years ago) by michael
Diff to previous 4308 , to selected 9010
- Backported auth code related cleanups from newio branch

Revision 4308 - Directory Listing - [select for diffs]
Modified Sun Jul 27 12:17:00 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4305 , to selected 9010
- Update doc/reference.conf [ci skip]

Revision 4305 - Directory Listing - [select for diffs]
Modified Sun Jul 27 10:40:32 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4303 , to selected 9010
- Update doc/reference.conf [ci skip]

Revision 4303 - Directory Listing - [select for diffs]
Modified Sat Jul 26 17:56:04 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4301 , to selected 9010
- res.c:res_readreply(): use ssize_t for 'rc'

Revision 4301 - Directory Listing - [select for diffs]
Modified Sun Jul 20 17:23:17 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4298 , to selected 9010
- Update doc/reference.conf

Revision 4298 - Directory Listing - [select for diffs]
Modified Sun Jul 20 13:51:16 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4288 , to selected 9010
- Fixed typos all over the place

Revision 4288 - Directory Listing - [select for diffs]
Modified Sun Jul 20 09:21:35 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4284 , to selected 9010
- Update doc/reference.conf

Revision 4284 - Directory Listing - [select for diffs]
Modified Sat Jul 19 19:50:21 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4283 , to selected 9010
- m_oper.c, m_challenge.c: cosmetical fixes

Revision 4283 - Directory Listing - [select for diffs]
Modified Sat Jul 19 19:40:12 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4274 , to selected 9010
- m_challenge.c:m_challenge(): added sanity test on parv[1]

Revision 4274 - Directory Listing - [select for diffs]
Modified Sat Jul 19 18:56:19 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4273 , to selected 9010
- m_xline.c, m_resv.c: fixed bug where the mask which is to be banned is checked in
  both valid_wild_card_simple() and valid_wild_card()

Revision 4273 - Directory Listing - [select for diffs]
Modified Sat Jul 19 18:21:29 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4270 , to selected 9010
- Update challenge.txt

Revision 4270 - Directory Listing - [select for diffs]
Modified Sat Jul 19 18:17:07 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4269 , to selected 9010
- m_challenge.c:m_challenge(): cosmetical fix

Revision 4269 - Directory Listing - [select for diffs]
Modified Sat Jul 19 17:37:22 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4266 , to selected 9010
- m_help.c: style corrections

Revision 4266 - Directory Listing - [select for diffs]
Modified Sat Jul 19 17:26:42 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4265 , to selected 9010
- Update reference.conf

Revision 4265 - Directory Listing - [select for diffs]
Modified Sat Jul 19 17:21:27 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4262 , to selected 9010
- conf.c:valid_wild_card_simple(): don't read past the zero character

Revision 4262 - Directory Listing - [select for diffs]
Modified Fri Jul 18 20:59:53 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4258 , to selected 9010
- respond.c: update binary_to_hex()

Revision 4258 - Directory Listing - [select for diffs]
Modified Fri Jul 18 20:46:48 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4256 , to selected 9010
- conf_parser.y: do some logging if the dh param file can't be opened/read

Revision 4256 - Directory Listing - [select for diffs]
Modified Fri Jul 18 20:37:01 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4254 , to selected 9010
- conf_parser.y: fixed logging of invalid private key

Revision 4254 - Directory Listing - [select for diffs]
Modified Fri Jul 18 19:07:27 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4250 , to selected 9010
- 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 4250 - Directory Listing - [select for diffs]
Modified Fri Jul 18 17:16:18 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4247 , to selected 9010
- .travis.yml: according to the travis ci guys, gcc-4.8 is now pre-installed on osx.
  Let's see if it works this time.

Revision 4247 - Directory Listing - [select for diffs]
Modified Thu Jul 17 19:41:48 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4245 , to selected 9010
- m_server.c: fixed build with LibreSSL which hasn't compression support
- ax_check_openssl.m4: 0.9.8m is now the minimum requirement

Revision 4245 - Directory Listing - [select for diffs]
Modified Thu Jul 17 19:15:05 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4242 , to selected 9010
- auth.h, s_bsd.h: removed unused function declarations

Revision 4242 - Directory Listing - [select for diffs]
Modified Thu Jul 17 15:19:02 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4240 , to selected 9010
- m_xline.c: fixed broken check_xline()

Revision 4240 - Directory Listing - [select for diffs]
Modified Tue Jul 15 17:40:39 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4237 , to selected 9010
- res.c:res_readreply(): removed sparc/alpha hack

Revision 4237 - Directory Listing - [select for diffs]
Modified Tue Jul 15 17:38:39 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4236 , to selected 9010
- res.c:res_readreply(): don't do anything until we checked for possible
  fake replies

Revision 4236 - Directory Listing - [select for diffs]
Modified Tue Jul 15 17:32:28 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4233 , to selected 9010
- 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 4233 - Directory Listing - [select for diffs]
Modified Tue Jul 15 17:24:50 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4231 , to selected 9010
- res.c: made timeout_query_list() not require an argument

Revision 4231 - Directory Listing - [select for diffs]
Modified Tue Jul 15 16:57:00 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4230 , to selected 9010
- parse.c: reformatting

Revision 4230 - Directory Listing - [select for diffs]
Modified Mon Jul 14 20:11:27 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4227 , to selected 9010
- m_nick(), mr_nick(): use target_p->name when reporting ERR_NICKNAMEINUSE

Revision 4227 - Directory Listing - [select for diffs]
Modified Mon Jul 14 19:47:22 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4226 , to selected 9010
- m_nick.c:check_clean_nick(): make sure not to send a KILL for a server

Revision 4226 - Directory Listing - [select for diffs]
Modified Mon Jul 14 19:40:53 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4223 , to selected 9010
- m_nick.c: removed unused header includes

Revision 4223 - Directory Listing - [select for diffs]
Modified Mon Jul 14 19:08:48 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4222 , to selected 9010
- user.c:register_remote_user(): constification

Revision 4222 - Directory Listing - [select for diffs]
Modified Mon Jul 14 18:56:29 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4219 , to selected 9010
- user.c:user_welcome(): removed useless test on source_p->id

Revision 4219 - Directory Listing - [select for diffs]
Modified Mon Jul 14 15:55:58 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4214 , to selected 9010
- Update ircd manpage [ci skip]

Revision 4214 - Directory Listing - [select for diffs]
Modified Mon Jul 14 12:35:00 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4213 , to selected 9010
- client.c: cleaned up style; sprinkled some assert() statements

Revision 4213 - Directory Listing - [select for diffs]
Modified Mon Jul 14 09:26:05 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4210 , to selected 9010
- Renamed serv_list to local_server_list

Revision 4210 - Directory Listing - [select for diffs]
Modified Sat Jul 12 19:22:05 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4209 , to selected 9010
- server.c:hunt_server(): removed useless test. Discussed and approved by Adam.

Revision 4209 - Directory Listing - [select for diffs]
Modified Sat Jul 12 18:15:19 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4206 , to selected 9010
- Renammed global_serv_list to global_server_list

Revision 4206 - Directory Listing - [select for diffs]
Modified Sat Jul 12 17:51:55 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4205 , to selected 9010
- server.c: cleaned up hunt_server()

Revision 4205 - Directory Listing - [select for diffs]
Modified Sat Jul 12 17:32:25 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4202 , to selected 9010
- Update reference.conf

Revision 4202 - Directory Listing - [select for diffs]
Modified Sat Jul 12 17:26:34 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4200 , to selected 9010
- Update helpfiles

Revision 4200 - Directory Listing - [select for diffs]
Modified Fri Jul 11 19:50:51 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4199 , to selected 9010
- parse.c:handle_numeric(): if source_p is a hidden server, rewrite prefix aswell

Revision 4199 - Directory Listing - [select for diffs]
Modified Thu Jul 10 19:52:40 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4196 , to selected 9010
- ircd.c:initialize_global_set_options(): removed useless memset()

Revision 4196 - Directory Listing - [select for diffs]
Modified Thu Jul 10 19:48:48 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4195 , to selected 9010
- server.c:try_connections(): whitespace changes

Revision 4195 - Directory Listing - [select for diffs]
Modified Thu Jul 10 19:10:26 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4192 , to selected 9010
- m_nick.c:perform_nick_change_collides(): style cleanups

Revision 4192 - Directory Listing - [select for diffs]
Modified Thu Jul 10 18:21:51 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4190 , to selected 9010
- m_nick.c: removed unused/dead code

Revision 4190 - Directory Listing - [select for diffs]
Modified Mon Jul 7 19:02:53 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4189 , to selected 9010
- Removed doc/Tao-of-IRC.940110

Revision 4189 - Directory Listing - [select for diffs]
Modified Mon Jul 7 18:30:34 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4187 , to selected 9010
- Don't add/remove unregistered connections to/from global_client_list

Revision 4187 - Directory Listing - [select for diffs]
Modified Sun Jul 6 16:14:34 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4185 , to selected 9010
- client.c:exit_one_client(): re-added test on source_p->node.next

Revision 4185 - Directory Listing - [select for diffs]
Modified Sun Jul 6 15:43:25 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4176 , to selected 9010
- Update reference.conf

Revision 4176 - Directory Listing - [select for diffs]
Modified Sat Jul 5 17:41:13 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4173 , to selected 9010
- channel_mode.c:clear_ban_cache(): use locmembers list

Revision 4173 - Directory Listing - [select for diffs]
Modified Sat Jul 5 15:59:30 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4170 , to selected 9010
- Update reference.conf

Revision 4170 - Directory Listing - [select for diffs]
Modified Sat Jul 5 15:32:59 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4168 , to selected 9010
- Bring back channel->locmember list

Revision 4168 - Directory Listing - [select for diffs]
Modified Fri Jul 4 18:41:17 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4165 , to selected 9010
- .travis.yml: build with --enable-assert

Revision 4165 - Directory Listing - [select for diffs]
Modified Fri Jul 4 17:35:38 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4162 , to selected 9010
- m_nick.c: fixed compile error with --enable-assert

Revision 4162 - Directory Listing - [select for diffs]
Modified Thu Jul 3 19:39:31 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4161 , to selected 9010
- 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 4161 - Directory Listing - [select for diffs]
Modified Thu Jul 3 18:25:53 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4155 , to selected 9010
- ircd.c:ssl_init(): removed SSL_OP_TLS_ROLLBACK_BUG from options

Revision 4155 - Directory Listing - [select for diffs]
Modified Wed Jul 2 18:24:06 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4151 , to selected 9010
- m_encap.c: respect args_min when calling the encap handler

Revision 4151 - Directory Listing - [select for diffs]
Modified Wed Jul 2 17:44:54 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4150 , to selected 9010
- channel.c: from p4: move resv channel oper notice to umode reject

Revision 4150 - Directory Listing - [select for diffs]
Modified Wed Jul 2 17:34:45 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4146 , to selected 9010
- Another help/stats update

Revision 4146 - Directory Listing - [select for diffs]
Modified Wed Jul 2 17:25:06 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4145 , to selected 9010
- Update help/stats

Revision 4145 - Directory Listing - [select for diffs]
Modified Wed Jul 2 17:16:11 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4142 , to selected 9010
- Update help/stats

Revision 4142 - Directory Listing - [select for diffs]
Modified Wed Jul 2 17:14:47 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4140 , to selected 9010
- Removed hooking system

Revision 4140 - Directory Listing - [select for diffs]
Modified Wed Jul 2 14:44:45 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4139 , to selected 9010
- client.c:exit_one_client(): removed XXX; added an assert() just in case

Revision 4139 - Directory Listing - [select for diffs]
Modified Wed Jul 2 14:23:47 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4136 , to selected 9010
- ircd.c:ssl_init(): add SSL_OP_SINGLE_DH_USE to options

Revision 4136 - Directory Listing - [select for diffs]
Modified Wed Jul 2 11:30:49 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4135 , to selected 9010
- m_nick.c:uid_from_server(): fixed use of wrong CLient pointer

Revision 4135 - Directory Listing - [select for diffs]
Modified Wed Jul 2 11:01:25 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4133 , to selected 9010
- m_nick.c:change_remote_nick(): fixed broken assert()

Revision 4133 - Directory Listing - [select for diffs]
Modified Tue Jul 1 21:43:15 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4130 , to selected 9010
- ircd.c: removed 'event_check_splitmode'. Changed 'splitmode_event' to run every 5 seconds
  if server is in splitmode

Revision 4130 - Directory Listing - [select for diffs]
Modified Tue Jul 1 19:49:09 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4129 , to selected 9010
- event.c, event.h: update copyright headers

Revision 4129 - Directory Listing - [select for diffs]
Modified Tue Jul 1 19:32:19 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4126 , to selected 9010
- ircd.c:ssl_init(): minor cleanup

Revision 4126 - Directory Listing - [select for diffs]
Modified Tue Jul 1 19:24:16 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4125 , to selected 9010
- event.c:event_addish(): removed XXX

Revision 4125 - Directory Listing - [select for diffs]
Modified Tue Jul 1 17:43:47 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4122 , to selected 9010
- event.c: removed unused header includes

Revision 4122 - Directory Listing - [select for diffs]
Modified Tue Jul 1 17:25:54 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4121 , to selected 9010
- Update reference.conf

Revision 4121 - Directory Listing - [select for diffs]
Modified Tue Jul 1 17:01:33 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4118 , to selected 9010
- conf_parser.y: fixed stupid bug. no comment there...

Revision 4118 - Directory Listing - [select for diffs]
Modified Tue Jul 1 16:56:15 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4117 , to selected 9010
- event.c:event_run(): changed 'len' variable to an unsigned int.
  Note that dlink_list_length() is unsigned int.

Revision 4117 - Directory Listing - [select for diffs]
Modified Tue Jul 1 16:51:11 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4114 , to selected 9010
- event.c:event_run(): removed unused variable

Revision 4114 - Directory Listing - [select for diffs]
Modified Tue Jul 1 16:47:15 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4113 , to selected 9010
- Added ssl_message_digest_algorithm configuration option to serverinfo{} block.
  See doc/reference.conf for more information.

Revision 4113 - Directory Listing - [select for diffs]
Modified Tue Jul 1 16:02:52 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4110 , to selected 9010
- Make use of binary_to_hex() in ssl_handshake() and ssl_server_handshake()

Revision 4110 - Directory Listing - [select for diffs]
Modified Tue Jul 1 15:56:12 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4108 , to selected 9010
- rsa.c: make binary_to_hex() more readable

Revision 4108 - Directory Listing - [select for diffs]
Modified Mon Jun 30 21:02:06 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4106 , to selected 9010
- Allow [ in usernames

Revision 4106 - Directory Listing - [select for diffs]
Modified Mon Jun 30 15:50:11 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4105 , to selected 9010
- ircd.h, ircd.c: change some structures to anonymous structures

Revision 4105 - Directory Listing - [select for diffs]
Modified Mon Jun 30 15:39:47 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4102 , to selected 9010
- Removed supported.h

Revision 4102 - Directory Listing - [select for diffs]
Modified Sun Jun 29 19:35:28 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4099 , to selected 9010
- Add CHACCESS_REMOTE for servers remote Clients

Revision 4099 - Directory Listing - [select for diffs]
Modified Sun Jun 29 17:22:27 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4098 , to selected 9010
- event.c: fixed issue in event_run()

Revision 4098 - Directory Listing - [select for diffs]
Modified Sun Jun 29 12:18:50 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4094 , to selected 9010
- mempool.c: run mp_pool_garbage_collect every 3 minutes

Revision 4094 - Directory Listing - [select for diffs]
Modified Sun Jun 29 11:48:50 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4093 , to selected 9010
- Merged Adam's event system rewrite

Revision 4093 - Directory Listing - [select for diffs]
Modified Sun Jun 29 09:51:41 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4090 , to selected 9010
- m_nick.c: improve documentation

Revision 4090 - Directory Listing - [select for diffs]
Modified Sat Jun 28 19:05:06 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4089 , to selected 9010
- m_nick.c: further cleanups

Revision 4089 - Directory Listing - [select for diffs]
Modified Sat Jun 28 17:50:35 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4088 , to selected 9010
- m_nick.c:perform_uid_introduction_collides(): removed useless IsServer() test

Revision 4088 - Directory Listing - [select for diffs]
Modified Sat Jun 28 17:36:17 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4086 , to selected 9010
- Cleaned up UID introduction / NICK change related code

Revision 4086 - Directory Listing - [select for diffs]
Modified Sat Jun 28 16:44:20 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4085 , to selected 9010
- Let mp_pool_get() clear memory

Revision 4085 - Directory Listing - [select for diffs]
Modified Sat Jun 28 16:31:25 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4081 , to selected 9010
- m_message.c: style cleanups; constification

Revision 4081 - Directory Listing - [select for diffs]
Modified Sat Jun 28 16:19:37 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4080 , to selected 9010
- m_knock.c, m_invite.c: don't further penalize throttled clients

Revision 4080 - Directory Listing - [select for diffs]
Modified Sat Jun 28 16:02:44 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4078 , to selected 9010
- conf.c, conf.h: change some structures to anonymous structures

Revision 4078 - Directory Listing - [select for diffs]
Modified Fri Jun 27 15:34:00 2014 UTC (11 years, 1 month ago) by michael
Diff to previous 4073 , to selected 9010
- Update README

Revision 4073 - Directory Listing - [select for diffs]
Modified Thu Jun 26 15:44:44 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4070 , to selected 9010
- ircd.c:ssl_init(): removed SSL_OP_ALL from options

Revision 4070 - Directory Listing - [select for diffs]
Modified Thu Jun 26 15:36:08 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4068 , to selected 9010
- Added proper ECDH support

Revision 4068 - Directory Listing - [select for diffs]
Modified Wed Jun 25 16:43:33 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4067 , to selected 9010
- conf.c:set_default_conf(): default to 1 connection per 1 second

Revision 4067 - Directory Listing - [select for diffs]
Modified Wed Jun 25 16:00:43 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4066 , to selected 9010
- .travis.yml: so I got told by some travis guy gcc-4.8 isn't installed yet on Mac OS X

Revision 4066 - Directory Listing - [select for diffs]
Modified Wed Jun 25 15:16:13 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4063 , to selected 9010
- channel.c:check_splitmode(): logic fixes

Revision 4063 - Directory Listing - [select for diffs]
Modified Wed Jun 25 14:30:20 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4062 , to selected 9010
- Update .travis.yml. See if it still complains...

Revision 4062 - Directory Listing - [select for diffs]
Modified Wed Jun 25 12:04:08 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4058 , to selected 9010
- m_eob.c:server_eob(): fixed faulty assert()

Revision 4058 - Directory Listing - [select for diffs]
Modified Tue Jun 24 18:18:58 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4055 , to selected 9010
- Use %u conversion specifier for unsigned ints

Revision 4055 - Directory Listing - [select for diffs]
Modified Tue Jun 24 16:09:27 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4054 , to selected 9010
- conf.c:conf_connect_allowed(): fixed some logic errors

Revision 4054 - Directory Listing - [select for diffs]
Modified Tue Jun 24 15:31:49 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4051 , to selected 9010
- conf.c:read_conf_files(): chanmodes c an M were missed in CHANMODES

Revision 4051 - Directory Listing - [select for diffs]
Modified Tue Jun 24 15:22:22 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4049 , to selected 9010
- .travis.yml: on OS X build with true gcc, see: https://github.com/travis-ci/travis-ci/issues/2423

Revision 4049 - Directory Listing - [select for diffs]
Modified Sun Jun 22 21:50:31 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4047 , to selected 9010
- m_undline.c:mo_undline(): don't require an address to be prepended with *@

Revision 4047 - Directory Listing - [select for diffs]
Modified Sun Jun 22 16:14:02 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4044 , to selected 9010
- channel.c:get_member_status(): document the magic value of 4

Revision 4044 - Directory Listing - [select for diffs]
Modified Sun Jun 22 16:09:12 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4043 , to selected 9010
- channel.c, channel_mode.c: update documentation in some places

Revision 4043 - Directory Listing - [select for diffs]
Modified Sun Jun 22 16:06:40 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4040 , to selected 9010
- m_accept.c:list_accepts(): make sure to have one byte left for the space

Revision 4040 - Directory Listing - [select for diffs]
Modified Sun Jun 22 13:29:56 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4037 , to selected 9010
- m_stats.c:stats_tstats(): prefix "/stats t" reply with 't' instead of 'T',
  as "/stats T" reports configured motd{} blocks

Revision 4037 - Directory Listing - [select for diffs]
Modified Sun Jun 22 12:03:40 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4034 , to selected 9010
- m_stats.c:stats_auth(): removed useless test on conf->class

Revision 4034 - Directory Listing - [select for diffs]
Modified Sun Jun 22 11:59:24 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4032 , to selected 9010
- m_stats.c: style corrections

Revision 4032 - Directory Listing - [select for diffs]
Modified Sat Jun 21 19:43:45 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4030 , to selected 9010
- m_stats.c: constification

Revision 4030 - Directory Listing - [select for diffs]
Modified Sat Jun 21 19:37:41 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4028 , to selected 9010
- m_stats.c:report_confitem_types(), report_auth(): removed useless test on conf->class

Revision 4028 - Directory Listing - [select for diffs]
Modified Sat Jun 21 18:30:46 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4027 , to selected 9010
- 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 4027 - Directory Listing - [select for diffs]
Modified Fri Jun 20 16:41:26 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4024 , to selected 9010
- client.h: fixed comment

Revision 4024 - Directory Listing - [select for diffs]
Modified Fri Jun 20 16:35:26 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4023 , to selected 9010
- Removed LocalUser.last_nick_change as well as LocalUser.number_of_nick_changes.
  Now using existing struct which is also being used for INVITE/KNOCK throttling. 

Revision 4023 - Directory Listing - [select for diffs]
Modified Fri Jun 20 16:28:42 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4020 , to selected 9010
- channel.h: removed Channel.last_invite; it's not used anymore

Revision 4020 - Directory Listing - [select for diffs]
Modified Fri Jun 20 16:17:27 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4019 , to selected 9010
- Got rid of SEND_UMODES. We now propagate all modes.

Revision 4019 - Directory Listing - [select for diffs]
Modified Fri Jun 20 16:06:42 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4016 , to selected 9010
- Renamed OPER_FLAG_K to OPER_FLAG_KLINE

Revision 4016 - Directory Listing - [select for diffs]
Modified Fri Jun 20 15:56:51 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4014 , to selected 9010
- client.h: update/fix comments

Revision 4014 - Directory Listing - [select for diffs]
Modified Thu Jun 19 18:49:16 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4013 , to selected 9010
- m_accept.c:list_accepts(): whitespace changes; fixed typo

Revision 4013 - Directory Listing - [select for diffs]
Modified Thu Jun 19 18:29:31 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4010 , to selected 9010
- m_accept.c:list_accepts(): fixed magic value to actually fully utilize all 512 bytes.
  Add some documentation which describes this magic value so other people don't tear
  their hair out about this value.

Revision 4010 - Directory Listing - [select for diffs]
Modified Thu Jun 19 15:56:23 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4009 , to selected 9010
- m_message.c:msg_client(): minor optimization

Revision 4009 - Directory Listing - [select for diffs]
Modified Thu Jun 19 15:18:34 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4005 , to selected 9010
- m_server.c:server_estab(): SVINFO can be prefixed

Revision 4005 - Directory Listing - [select for diffs]
Modified Thu Jun 19 15:00:20 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4003 , to selected 9010
- AUTHORS, version.c: added Fawkes to contributors

Revision 4003 - Directory Listing - [select for diffs]
Modified Thu Jun 19 12:59:37 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4001 , to selected 9010
- m_encap.c: minor cleanup. Also there must always be some function
  assigned to the ENCAP handler. Let it crash if there isn't one.

Revision 4001 - Directory Listing - [select for diffs]
Modified Wed Jun 18 18:39:08 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 4000 , to selected 9010
- m_message.c: constification; fixed style in some places

Revision 4000 - Directory Listing - [select for diffs]
Modified Wed Jun 18 18:18:42 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3997 , to selected 9010
- channel.c:send_mode_list(): improve documentation

Revision 3997 - Directory Listing - [select for diffs]
Modified Wed Jun 18 18:09:29 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3996 , to selected 9010
- channel.c:send_mode_list(): renamed variable

Revision 3996 - Directory Listing - [select for diffs]
Modified Wed Jun 18 18:07:22 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3993 , to selected 9010
- channel.c:send_mode_list(): removed outdated comment

Revision 3993 - Directory Listing - [select for diffs]
Modified Wed Jun 18 16:31:01 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3990 , to selected 9010
- version.c: fixed compile warning with clang -Winvalid-source-encoding. Fix provided by grawity.

Revision 3990 - Directory Listing - [select for diffs]
Modified Wed Jun 18 16:23:52 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3986 , to selected 9010
- Update README. 8.x works properly on Mac OS X 10.9 (Mavericks). [ci skip]

Revision 3986 - Directory Listing - [select for diffs]
Modified Wed Jun 18 14:40:01 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3984 , to selected 9010
- Removed unused header includes

Revision 3984 - Directory Listing - [select for diffs]
Modified Wed Jun 18 13:24:34 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3983 , to selected 9010
- s_bsd_epoll.c, s_bsd_kqueue.c: removed defines/prototypes for extremely outdated systems

Revision 3983 - Directory Listing - [select for diffs]
Modified Wed Jun 18 12:56:17 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3980 , to selected 9010
- m_message.c:build_target_list(): constification; made things look nicer with an EmptyString()

Revision 3980 - Directory Listing - [select for diffs]
Modified Wed Jun 18 12:43:31 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3979 , to selected 9010
- m_message.c:build_target_list(): constification

Revision 3979 - Directory Listing - [select for diffs]
Modified Wed Jun 18 12:41:29 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3975 , to selected 9010
- m_message.c:msg_client(): minor optimization. Most clients aren't set away, and a
  directed message is nearly always a PRIVMSG

Revision 3975 - Directory Listing - [select for diffs]
Modified Wed Jun 18 11:58:56 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3972 , to selected 9010
- m_message.c:msg_client(): replaced MyConnect with MyClient test. Otherwise +R/+G opers won't receive
  server notices for remote CONNECT and remote KLINE/DLINE/XLINE/RESV attempts.

Revision 3972 - Directory Listing - [select for diffs]
Modified Wed Jun 18 11:40:12 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3971 , to selected 9010
- m_message.c: update client->localClient->last_privmsg in m_privmsg()

Revision 3971 - Directory Listing - [select for diffs]
Modified Wed Jun 18 11:26:50 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3968 , to selected 9010
- m_message.c:msg_client(): style corrections

Revision 3968 - Directory Listing - [select for diffs]
Modified Wed Jun 18 11:13:13 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3967 , to selected 9010
- m_message.c:handle_special(): fixed stupid logic error

Revision 3967 - Directory Listing - [select for diffs]
Modified Wed Jun 18 10:53:47 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3965 , to selected 9010
- m_svsnick.c:ms_svsnick(): don't use hunt_server()

Revision 3965 - Directory Listing - [select for diffs]
Modified Tue Jun 17 18:32:17 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3961 , to selected 9010
- m_message.c:handle_special(): removed redundant HasUMode(source_p, UMODE_OPER) test

Revision 3961 - Directory Listing - [select for diffs]
Modified Tue Jun 17 18:15:20 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3957 , to selected 9010
- Fixed EOB logic for remote servers. Fix derived from p4

Revision 3957 - Directory Listing - [select for diffs]
Modified Tue Jun 17 16:15:38 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3956 , to selected 9010
- .travis.yml: fixed syntax issue

Revision 3956 - Directory Listing - [select for diffs]
Modified Tue Jun 17 15:52:39 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3955 , to selected 9010
- .travis.yml: build with --disable-openssl on Mac OS X

Revision 3955 - Directory Listing - [select for diffs]
Modified Mon Jun 16 22:31:00 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3954 , to selected 9010
- Update .travis.yml

Revision 3954 - Directory Listing - [select for diffs]
Modified Mon Jun 16 21:59:41 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3952 , to selected 9010
- Update .travis.yml

Revision 3952 - Directory Listing - [select for diffs]
Modified Mon Jun 16 19:53:05 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3951 , to selected 9010
- channel.c: improve documentation

Revision 3951 - Directory Listing - [select for diffs]
Modified Mon Jun 16 18:50:15 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3949 , to selected 9010
- m_message.c:handle_special(): constification

Revision 3949 - Directory Listing - [select for diffs]
Modified Mon Jun 16 18:48:17 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3947 , to selected 9010
- send.c:handle_special(): removed user@server messages to local users.
  Going the RB and Chary way for now, as this was an easy way to bypass
  +R/+G usermodes.

Revision 3947 - Directory Listing - [select for diffs]
Modified Mon Jun 16 18:08:55 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3944 , to selected 9010
- send.c:sendto_match_servs(): swap function calls; renamed variable

Revision 3944 - Directory Listing - [select for diffs]
Modified Mon Jun 16 18:04:03 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3942 , to selected 9010
- Renamed global_channel_list to channel_list

Revision 3942 - Directory Listing - [select for diffs]
Modified Mon Jun 16 17:57:27 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3941 , to selected 9010
- send.c: fixed stupid 'bug' in sendto_match_servs()

Revision 3941 - Directory Listing - [select for diffs]
Modified Tue Jun 10 19:29:19 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3938 , to selected 9010
- Renamed set_channel_topic() to channel_set_topic()

Revision 3938 - Directory Listing - [select for diffs]
Modified Tue Jun 10 19:19:31 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3937 , to selected 9010
- channel.c:channel_do_join(): use chptr->chname if we know the channel exists

Revision 3937 - Directory Listing - [select for diffs]
Modified Tue Jun 10 19:01:12 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3933 , to selected 9010
- Fixed SVSJOIN/SVSPART issues

Revision 3933 - Directory Listing - [select for diffs]
Modified Mon Jun 9 17:56:42 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3931 , to selected 9010
- Added max_channels to class{} blocks

Revision 3931 - Directory Listing - [select for diffs]
Modified Mon Jun 9 15:24:54 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3929 , to selected 9010
- conf.c:valid_wild_card(): use unsigned

Revision 3929 - Directory Listing - [select for diffs]
Modified Mon Jun 9 14:56:25 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3928 , to selected 9010
- 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 3928 - Directory Listing - [select for diffs]
Modified Mon Jun 9 13:40:09 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3925 , to selected 9010
- m_kline.c: fixed compile warning with -Wconversion

Revision 3925 - Directory Listing - [select for diffs]
Modified Mon Jun 9 13:34:36 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3923 , to selected 9010
- Fixed bunch of compile warnings with -Wconversion

Revision 3923 - Directory Listing - [select for diffs]
Modified Mon Jun 9 12:33:34 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3919 , to selected 9010
- Ugly-fix compile warning

Revision 3919 - Directory Listing - [select for diffs]
Modified Sun Jun 8 14:48:06 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3916 , to selected 9010
- m_svspart.c:ms_svspart(): must of course use target_p

Revision 3916 - Directory Listing - [select for diffs]
Modified Sun Jun 8 13:49:41 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3915 , to selected 9010
- m_join.c: removed do_join_0()

Revision 3915 - Directory Listing - [select for diffs]
Modified Sun Jun 8 13:23:19 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3912 , to selected 9010
- m_oper.c:m_oper(): style corrections

Revision 3912 - Directory Listing - [select for diffs]
Modified Sun Jun 8 13:10:20 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3911 , to selected 9010
- 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 3911 - Directory Listing - [select for diffs]
Modified Sat Jun 7 00:09:36 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3908 , to selected 9010
- m_who.c: Use 'unsigned' whenever possible

Revision 3908 - Directory Listing - [select for diffs]
Modified Fri Jun 6 23:57:28 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3907 , to selected 9010
- hash.c: Use 'unsigned' whenever possible

Revision 3907 - Directory Listing - [select for diffs]
Modified Fri Jun 6 23:53:35 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3905 , to selected 9010
- Use 'unsigned' whenever possible

Revision 3905 - Directory Listing - [select for diffs]
Modified Fri Jun 6 22:27:00 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3902 , to selected 9010
- m_squit.c:mo_squit(): "fixed" coverity CID 1135874

Revision 3902 - Directory Listing - [select for diffs]
Modified Fri Jun 6 21:39:29 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3901 , to selected 9010
- ircd.h: use 'unsigned' whenever possible

Revision 3901 - Directory Listing - [select for diffs]
Modified Fri Jun 6 21:32:44 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3898 , to selected 9010
- client.h: fixed spelling error

Revision 3898 - Directory Listing - [select for diffs]
Modified Fri Jun 6 20:43:46 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3896 , to selected 9010
- client.h: fixed compile warnings with -Wsign-conversion

Revision 3896 - Directory Listing - [select for diffs]
Modified Fri Jun 6 19:08:47 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3893 , to selected 9010
- user.c:add_isupport(): fixed compile warning with -Wconditional-uninitialized

Revision 3893 - Directory Listing - [select for diffs]
Modified Fri Jun 6 18:47:06 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3892 , to selected 9010
- m_info.c:send_info_text(): fixed compile warning

Revision 3892 - Directory Listing - [select for diffs]
Modified Fri Jun 6 18:42:41 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3888 , to selected 9010
- conf_parser.y: fixed stupid bug that has successfully has hidden itself since Feb 5, 2002

Revision 3888 - Directory Listing - [select for diffs]
Modified Fri Jun 6 18:22:02 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3887 , to selected 9010
- channel.c: documentation updates

Revision 3887 - Directory Listing - [select for diffs]
Modified Fri Jun 6 17:33:42 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3882 , to selected 9010
- Update .travis.yml

Revision 3882 - Directory Listing - [select for diffs]
Modified Fri Jun 6 17:09:56 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3881 , to selected 9010
- Update reference.conf

Revision 3881 - Directory Listing - [select for diffs]
Modified Fri Jun 6 16:40:31 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3878 , to selected 9010
- rng_mt.c: removed trailing whitespaces

Revision 3878 - Directory Listing - [select for diffs]
Modified Fri Jun 6 16:02:56 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3877 , to selected 9010
- m_info.c.:send_info_text(): style corrections

Revision 3877 - Directory Listing - [select for diffs]
Modified Fri Jun 6 15:49:13 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3875 , to selected 9010
- Added general::throttle_count idea from p4

Revision 3875 - Directory Listing - [select for diffs]
Modified Fri Jun 6 14:46:28 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3872 , to selected 9010
- Style corrections; fixed comments

Revision 3872 - Directory Listing - [select for diffs]
Modified Fri Jun 6 13:20:05 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3870 , to selected 9010
- parse.c:mod_add_cmd(): no need to reset command counters upon module load

Revision 3870 - Directory Listing - [select for diffs]
Modified Fri Jun 6 13:07:05 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3869 , to selected 9010
- Use unsigned whenever possible

Revision 3869 - Directory Listing - [select for diffs]
Modified Thu Jun 5 22:19:27 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3866 , to selected 9010
- Removed OPERWALL. Use GLOBOPS instead.

Revision 3866 - Directory Listing - [select for diffs]
Modified Thu Jun 5 21:07:55 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3862 , to selected 9010
- m_invite.c, m_knock.c: fixed stupid logic error

Revision 3862 - Directory Listing - [select for diffs]
Modified Thu Jun 5 20:16:55 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3861 , to selected 9010
- m_info.c:info_table[]: better description for knock_client_time and invite_client_time

Revision 3861 - Directory Listing - [select for diffs]
Modified Thu Jun 5 20:13:54 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3860 , to selected 9010
- m_info.c:info_table[]: fixed description of knock_client_time and knock_client_count

Revision 3860 - Directory Listing - [select for diffs]
Modified Thu Jun 5 19:55:07 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3859 , to selected 9010
- Made the INVITE/KNOCK throttling logic less aggressive as requested by Adam

Revision 3859 - Directory Listing - [select for diffs]
Modified Thu Jun 5 16:43:04 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3856 , to selected 9010
- doc/reference.conf: whitespace changes

Revision 3856 - Directory Listing - [select for diffs]
Modified Thu Jun 5 14:10:03 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3855 , to selected 9010
- m_set.c: made things use an unsigned int

Revision 3855 - Directory Listing - [select for diffs]
Modified Thu Jun 5 14:04:45 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3852 , to selected 9010
- m_set.c: whitespace changes

Revision 3852 - Directory Listing - [select for diffs]
Modified Thu Jun 5 13:12:45 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3851 , to selected 9010
- reslib.c: style corrections

Revision 3851 - Directory Listing - [select for diffs]
Modified Thu Jun 5 12:43:39 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3848 , to selected 9010
- m_squit.c:ms_squit(): use sendto_realops_flags() when announcing remote SQUITs

Revision 3848 - Directory Listing - [select for diffs]
Modified Thu Jun 5 12:00:17 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3847 , to selected 9010
- m_connect.c:ms_connect(): use sendto_realops_flags() when announcing the CONNECT

Revision 3847 - Directory Listing - [select for diffs]
Modified Thu Jun 5 11:55:45 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3844 , to selected 9010
- m_locops.c, m_globops.c: removed extra colons

Revision 3844 - Directory Listing - [select for diffs]
Modified Thu Jun 5 11:34:52 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3841 , to selected 9010
- send.h: update comment

Revision 3841 - Directory Listing - [select for diffs]
Modified Thu Jun 5 11:19:00 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3838 , to selected 9010
- Removed ONLY_CHANOPS; let non-ops see +I/+e lists, too

Revision 3838 - Directory Listing - [select for diffs]
Modified Thu Jun 5 00:33:36 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3835 , to selected 9010
- Update macros in m4/

Revision 3835 - Directory Listing - [select for diffs]
Modified Wed Jun 4 23:19:49 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3834 , to selected 9010
- .travis.yml: build with libGeoIP

Revision 3834 - Directory Listing - [select for diffs]
Modified Wed Jun 4 23:06:21 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3833 , to selected 9010
- .travis.yml: revert to -r3830

Revision 3833 - Directory Listing - [select for diffs]
Modified Wed Jun 4 22:38:05 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3832 , to selected 9010
- Update .travis.yml and see how it behaves with warnings enables

Revision 3832 - Directory Listing - [select for diffs]
Modified Wed Jun 4 22:11:37 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3831 , to selected 9010
- Revert -r3831

Revision 3831 - Directory Listing - [select for diffs]
Modified Wed Jun 4 21:47:26 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3830 , to selected 9010
- Change to cause a compile error just to see how travis deals with it

Revision 3830 - Directory Listing - [select for diffs]
Modified Wed Jun 4 20:07:25 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3826 , to selected 9010
- Update .travis.yml

Revision 3826 - Directory Listing - [select for diffs]
Modified Wed Jun 4 18:52:27 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3824 , to selected 9010
- Update .travis.yml

Revision 3824 - Directory Listing - [select for diffs]
Modified Wed Jun 4 18:33:42 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3819 , to selected 9010
- Update .travis.yml

Revision 3819 - Directory Listing - [select for diffs]
Modified Wed Jun 4 18:09:44 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3818 , to selected 9010
- Added .travis.yml

Revision 3818 - Directory Listing - [select for diffs]
Modified Tue Jun 3 21:42:45 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3814 , to selected 9010
- doc/reference.conf: fixed spelling error

Revision 3814 - Directory Listing - [select for diffs]
Modified Tue Jun 3 20:13:35 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3812 , to selected 9010
- Added -Wlogical-op to warning options

Revision 3812 - Directory Listing - [select for diffs]
Modified Tue Jun 3 19:34:53 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3810 , to selected 9010
- Added -Wpointer-arith to warning options

Revision 3810 - Directory Listing - [select for diffs]
Modified Tue Jun 3 19:18:37 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3809 , to selected 9010
- Added -Wmissing-include-dirs to warnings options

Revision 3809 - Directory Listing - [select for diffs]
Modified Tue Jun 3 18:58:01 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3806 , to selected 9010
- m_squit.c:ms_squit(): use GLOBOPS to announce remote squits

Revision 3806 - Directory Listing - [select for diffs]
Modified Tue Jun 3 18:54:57 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3805 , to selected 9010
- m_connect.c:ms_connect(): use GLOBOPS to announce remote connects

Revision 3805 - Directory Listing - [select for diffs]
Modified Tue Jun 3 18:27:44 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3803 , to selected 9010
- send.c:sendto_channel_butone(): replaced IsServer() test with IsClient()

Revision 3803 - Directory Listing - [select for diffs]
Modified Tue Jun 3 18:24:31 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3800 , to selected 9010
- send.c:sendto_match_servs(): use DLINK_FOREACH_SAFE() as send_message_remote()
  might exit client/server

Revision 3800 - Directory Listing - [select for diffs]
Modified Mon Jun 2 23:44:23 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3797 , to selected 9010
- stdinc.h: whitespace commit

Revision 3797 - Directory Listing - [select for diffs]
Modified Mon Jun 2 23:39:44 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3796 , to selected 9010
- help/quit: whitespace commit

Revision 3796 - Directory Listing - [select for diffs]
Modified Mon Jun 2 23:38:15 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3793 , to selected 9010
- m_connect.c: whitespace commit

Revision 3793 - Directory Listing - [select for diffs]
Modified Mon Jun 2 23:36:13 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3792 , to selected 9010
- m_gline.c: whitespace commit

Revision 3792 - Directory Listing - [select for diffs]
Modified Mon Jun 2 23:32:58 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3789 , to selected 9010
- m_xline.c, m_unkline.c: whitespace commit

Revision 3789 - Directory Listing - [select for diffs]
Modified Mon Jun 2 23:29:54 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3787 , to selected 9010
- m_set.c: whitespace commit

Revision 3787 - Directory Listing - [select for diffs]
Modified Mon Jun 2 23:27:50 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3786 , to selected 9010
- m_etrace.c: whitespace commit

Revision 3786 - Directory Listing - [select for diffs]
Modified Mon Jun 2 23:27:06 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3785 , to selected 9010
- m_challenge.c: whitespace commit

Revision 3785 - Directory Listing - [select for diffs]
Modified Mon Jun 2 23:26:01 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3782 , to selected 9010
- m_admin.c: whitespace commit

Revision 3782 - Directory Listing - [select for diffs]
Modified Mon Jun 2 23:24:20 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3780 , to selected 9010
- channel.c: whitespace commit

Revision 3780 - Directory Listing - [select for diffs]
Modified Mon Jun 2 20:43:29 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3777 , to selected 9010
- conf.c:set_default_conf(): reset ConfigFileEntry.stats_e_disabled

Revision 3777 - Directory Listing - [select for diffs]
Modified Mon Jun 2 19:05:25 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3776 , to selected 9010
- m_bmask.c: doxygen

Revision 3776 - Directory Listing - [select for diffs]
Modified Mon Jun 2 18:59:39 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3773 , to selected 9010
- m_tburst.c: doxygen

Revision 3773 - Directory Listing - [select for diffs]
Modified Mon Jun 2 18:46:09 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3770 , to selected 9010
- m_message: style corrections; made things use an enum

Revision 3770 - Directory Listing - [select for diffs]
Modified Sun Jun 1 22:42:28 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3767 , to selected 9010
- 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 3767 - Directory Listing - [select for diffs]
Modified Sun Jun 1 21:44:18 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3764 , to selected 9010
- /INVITE without any parameters now shows a list of channels a client is invited to

Revision 3764 - Directory Listing - [select for diffs]
Modified Sun Jun 1 21:28:38 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3762 , to selected 9010
- 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.
---This line, and those below, will be ignored--

M    modules/m_info.c
M    src/conf.c

Revision 3762 - Directory Listing - [select for diffs]
Modified Sun Jun 1 19:35:16 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3760 , to selected 9010
- Added INVITE flood protection/throttling as requested by Adam. This basically
  works similar as the KNOCK throttling algorithm.

Revision 3760 - Directory Listing - [select for diffs]
Modified Sun Jun 1 18:40:22 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3757 , to selected 9010
- Update ircd man page

Revision 3757 - Directory Listing - [select for diffs]
Modified Sun Jun 1 18:38:06 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3754 , to selected 9010
- Update modes.txt

Revision 3754 - Directory Listing - [select for diffs]
Modified Sun Jun 1 18:26:52 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3753 , to selected 9010
- channel_mode.c, channel_mode.h: constification

Revision 3753 - Directory Listing - [select for diffs]
Modified Sun Jun 1 18:11:35 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3750 , to selected 9010
- More ms_sjoin() cleanups

Revision 3750 - Directory Listing - [select for diffs]
Modified Sun Jun 1 17:57:36 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3749 , to selected 9010
- m_sjoin.c: style corrections

Revision 3749 - Directory Listing - [select for diffs]
Modified Sun Jun 1 17:41:26 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3746 , to selected 9010
- m_sjoin.c:remove_ban_list(): replaced sprintf() with snprintf()

Revision 3746 - Directory Listing - [select for diffs]
Modified Sun Jun 1 17:15:27 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3745 , to selected 9010
- server.c:send_capabilities(): replaced sprintf() with strlcat()

Revision 3745 - Directory Listing - [select for diffs]
Modified Sun Jun 1 17:06:52 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3742 , to selected 9010
- m_rehash.c: removed useless comment; style corrections

Revision 3742 - Directory Listing - [select for diffs]
Modified Sun Jun 1 16:38:45 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3741 , to selected 9010
- m_info.c: style corrections; make things use an enum

Revision 3741 - Directory Listing - [select for diffs]
Modified Sun Jun 1 16:27:59 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3738 , to selected 9010
- m_gline.c: removed useless asserts; style corrections

Revision 3738 - Directory Listing - [select for diffs]
Modified Sun Jun 1 16:18:16 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3737 , to selected 9010
- m_ison.c:m_ison(): style corrections

Revision 3737 - Directory Listing - [select for diffs]
Modified Sun Jun 1 16:11:02 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3734 , to selected 9010
- Added some documentation about find_chasing()

Revision 3734 - Directory Listing - [select for diffs]
Modified Sun Jun 1 16:03:20 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3733 , to selected 9010
- channel_mode.c: minor cleanups and code rearrangements

Revision 3733 - Directory Listing - [select for diffs]
Modified Sun Jun 1 15:29:23 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3730 , to selected 9010
- channel_mode.c: get rid of fix_key_old()

Revision 3730 - Directory Listing - [select for diffs]
Modified Sat May 31 20:58:24 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3729 , to selected 9010
- client.c:get_client_name(): minor optimization

Revision 3729 - Directory Listing - [select for diffs]
Modified Sat May 31 17:21:32 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3726 , to selected 9010
- parse.c:cancel_clients(): removed outdated comments

Revision 3726 - Directory Listing - [select for diffs]
Modified Sat May 31 17:16:53 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3724 , to selected 9010
- parse.c:cancel_clients(): be a void function

Revision 3724 - Directory Listing - [select for diffs]
Modified Sat May 31 16:27:09 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3723 , to selected 9010
- Halfops are now part of the ircd core and enabled by default

Revision 3723 - Directory Listing - [select for diffs]
Modified Fri May 30 18:25:31 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3719 , to selected 9010
- m_kick.c:m_kick(): removed outdated comment

Revision 3719 - Directory Listing - [select for diffs]
Modified Fri May 30 17:45:55 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3717 , to selected 9010
- channel_mode.c:chm_simple(): channel halfops may now set +p

Revision 3717 - Directory Listing - [select for diffs]
Modified Fri May 30 17:43:34 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3713 , to selected 9010
- m_kick.c:m_kick(): channel halfops (%) may now no longer KICK other channel halfops

Revision 3713 - Directory Listing - [select for diffs]
Modified Fri May 30 17:21:08 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3711 , to selected 9010
- channel_mode.c:chm_hop(): channel halfops (%) may now no longer (de)halfop other channel members

Revision 3711 - Directory Listing - [select for diffs]
Modified Fri May 30 16:47:04 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3707 , to selected 9010
- channel_mode.c: irc-operators may now no longer set a channel +O if they are only halfops (%)

Revision 3707 - Directory Listing - [select for diffs]
Modified Fri May 30 16:20:47 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3706 , to selected 9010
- channel_mode.h: removed outdated comment

Revision 3706 - Directory Listing - [select for diffs]
Modified Fri May 30 16:19:31 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3704 , to selected 9010
- Removed unused ChModeChange.client

Revision 3704 - Directory Listing - [select for diffs]
Modified Fri May 30 16:14:30 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3701 , to selected 9010
- channel_mode.c:send_mode_changes(): removed anonops leftovers

Revision 3701 - Directory Listing - [select for diffs]
Modified Fri May 30 16:12:25 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3700 , to selected 9010
- send.h: removed anonops leftovers

Revision 3700 - Directory Listing - [select for diffs]
Modified Fri May 30 16:09:51 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3696 , to selected 9010
- channel_mode.c: style corrections

Revision 3696 - Directory Listing - [select for diffs]
Modified Fri May 30 15:59:44 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3695 , to selected 9010
- channel_mode.c:chm_operonly(): removed dead code

Revision 3695 - Directory Listing - [select for diffs]
Modified Thu May 29 19:38:18 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3692 , to selected 9010
- Removed CHFL_DEOPPED flags which is no longer needed with TS6

Revision 3692 - Directory Listing - [select for diffs]
Modified Thu May 29 17:27:06 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3687 , to selected 9010
- channel_mode.c: revert changes to channel_modes() for now. apparently
  there are some other parts that rely on this odd behaviour.

Revision 3687 - Directory Listing - [select for diffs]
Modified Thu May 29 16:12:37 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3685 , to selected 9010
- channel_mode.c:channel_modes(): replaced sprintf with strcat;
  use %u conversion specifier for unsigned ints

Revision 3685 - Directory Listing - [select for diffs]
Modified Thu May 29 15:59:17 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3681 , to selected 9010
- channel_mode.c:channel_modes(): fix to previous changes

Revision 3681 - Directory Listing - [select for diffs]
Modified Thu May 29 15:47:52 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3679 , to selected 9010
- channel_mode.c:channel_modes(): get rid of trailing spaces if
  the channel is +k/+l

Revision 3679 - Directory Listing - [select for diffs]
Modified Thu May 29 14:53:10 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3678 , to selected 9010
- m_nick.c: style corrections

Revision 3678 - Directory Listing - [select for diffs]
Modified Thu May 29 14:42:04 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3674 , to selected 9010
- m_nick.c:ms_uid(): updated documentation

Revision 3674 - Directory Listing - [select for diffs]
Modified Thu May 29 14:33:49 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3672 , to selected 9010
- conf.h:struct config_file_entry: changed 'oper_only_umodes' and 'oper_umodes'
  to unsigned int types. Otherwise we may expect integer overflows in the future
  if more user modes get added.

Revision 3672 - Directory Listing - [select for diffs]
Modified Thu May 29 11:57:31 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3671 , to selected 9010
- channel_mode.c:chm_op(), chm_hop(), chm_voice(): use target_p->name when
  reporting ERR_USERNOTINCHANNEL

Revision 3671 - Directory Listing - [select for diffs]
Modified Thu May 29 11:47:48 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3668 , to selected 9010
- channel_mode.c: style corrections

Revision 3668 - Directory Listing - [select for diffs]
Modified Thu May 29 11:29:14 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3667 , to selected 9010
- channel_mode.c:send_mode_changes_server(): removed resolved XXX

Revision 3667 - Directory Listing - [select for diffs]
Modified Thu May 29 10:33:01 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3664 , to selected 9010
- m_mode.c:m_mode(): moved 'parabuf' and 'modebuf' to inner scope

Revision 3664 - Directory Listing - [select for diffs]
Modified Thu May 29 10:29:32 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3663 , to selected 9010
- m_mode.c:set_user_mode(): moved 'buf' to inner scope

Revision 3663 - Directory Listing - [select for diffs]
Modified Thu May 29 10:25:14 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3660 , to selected 9010
- conf.h: removed extraneous comma

Revision 3660 - Directory Listing - [select for diffs]
Modified Thu May 29 10:18:40 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3659 , to selected 9010
- m_join.c: style corrections

Revision 3659 - Directory Listing - [select for diffs]
Modified Thu May 29 09:59:48 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3656 , to selected 9010
- reference.conf: add resv{} for nick 'Global'

Revision 3656 - Directory Listing - [select for diffs]
Modified Thu May 29 09:44:46 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3655 , to selected 9010
- user.c:valid_username(): removed extraneous semicolon

Revision 3655 - Directory Listing - [select for diffs]
Modified Wed May 28 20:51:21 2014 UTC (11 years, 2 months ago) by michael
Diff to previous 3652 , to selected 9010
- user.c, m_stats.c: whitespace changes

Revision 3652 - Directory Listing - [select for diffs]
Modified Mon May 26 15:41:42 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3651 , to selected 9010
- res.c: removed unused definitions

Revision 3651 - Directory Listing - [select for diffs]
Modified Mon May 26 15:33:15 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3648 , to selected 9010
- send.h: removed unused kill_client_serv_butone() prototype

Revision 3648 - Directory Listing - [select for diffs]
Modified Mon May 26 14:11:18 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3647 , to selected 9010
- channel_mode.c:chm_operonly(): removed dead code

Revision 3647 - Directory Listing - [select for diffs]
Modified Mon May 26 14:06:35 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3642 , to selected 9010
- m_etrace.c:do_etrace(): removed dead code

Revision 3642 - Directory Listing - [select for diffs]
Modified Mon May 26 10:56:50 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3641 , to selected 9010
- m_stats.c:stats_tstats(): fixed faulty sendto_one_numeric

Revision 3641 - Directory Listing - [select for diffs]
Modified Fri May 23 20:01:02 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3638 , to selected 9010
- m_map.c:dump_map(): use 'unsigned' whenever possible

Revision 3638 - Directory Listing - [select for diffs]
Modified Fri May 23 19:54:30 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3637 , to selected 9010
- parse.c: moved *para[] to parse()

Revision 3637 - Directory Listing - [select for diffs]
Modified Fri May 23 18:57:06 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3634 , to selected 9010
- m_join.c:ms_join(): fixed compile warning

Revision 3634 - Directory Listing - [select for diffs]
Modified Fri May 23 18:55:33 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3632 , to selected 9010
- channel_mode.c: removed unused SM_ERR_NOTS; made errorcodes use an enum

Revision 3632 - Directory Listing - [select for diffs]
Modified Fri May 23 18:39:59 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3629 , to selected 9010
- parse.c:handle_numeric(): replaced MyClient test with MyConnect(). find_person()
  already ensures that target_p is a fully registered client.

Revision 3629 - Directory Listing - [select for diffs]
Modified Fri May 23 18:36:26 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3628 , to selected 9010
- channel_mode.c:chm_operonly(): removed redundant assignment

Revision 3628 - Directory Listing - [select for diffs]
Modified Thu May 22 20:19:49 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3625 , to selected 9010
- parse.c: cleanup comments

Revision 3625 - Directory Listing - [select for diffs]
Modified Thu May 22 20:12:46 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3624 , to selected 9010
- m_sjoin.c:ms_sjoin(): let handle_command() test for the right amount
  of parameters passed to SJOIN

Revision 3624 - Directory Listing - [select for diffs]
Modified Thu May 22 19:51:26 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3621 , to selected 9010
- parse.c:add_msg_element(), del_msg_element(): zero initialize pointers for
  debugging purposes

Revision 3621 - Directory Listing - [select for diffs]
Modified Thu May 22 19:31:16 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3617 , to selected 9010
- m_sjoin.c:ms_sjoin(): hardened test to make sure SJOINs are really
  only processed if sent by a server

Revision 3617 - Directory Listing - [select for diffs]
Modified Thu May 22 19:19:15 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3614 , to selected 9010
- m_join.c:ms_join(): don't allow servers to join channels

Revision 3614 - Directory Listing - [select for diffs]
Modified Thu May 22 18:40:26 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3613 , to selected 9010
- 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 3613 - Directory Listing - [select for diffs]
Modified Thu May 22 17:59:27 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3610 , to selected 9010
- parse.c:remove_unknown(): use me.id when sending KILL/SQUIT to servers

Revision 3610 - Directory Listing - [select for diffs]
Modified Thu May 22 17:57:18 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3608 , to selected 9010
- parser.c:do_numeric(): fixed stupid bug introduced in -3573

Revision 3608 - Directory Listing - [select for diffs]
Modified Tue May 20 18:22:43 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3606 , to selected 9010
- m_trace.c: removed set_time() calls

Revision 3606 - Directory Listing - [select for diffs]
Modified Tue May 20 17:44:20 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3605 , to selected 9010
- m_set.c: whitespace changes

Revision 3605 - Directory Listing - [select for diffs]
Modified Tue May 20 17:39:58 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3602 , to selected 9010
- m_accept.c: style corrections

Revision 3602 - Directory Listing - [select for diffs]
Modified Tue May 20 17:35:42 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3600 , to selected 9010
- fdlist.c: style corrections

Revision 3600 - Directory Listing - [select for diffs]
Modified Tue May 20 17:32:55 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3599 , to selected 9010
- fdlist.c: use unsigned whenever possible

Revision 3599 - Directory Listing - [select for diffs]
Modified Tue May 20 17:29:18 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3596 , to selected 9010
- event.c: use unsigned whenever possible

Revision 3596 - Directory Listing - [select for diffs]
Modified Tue May 20 17:15:01 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3595 , to selected 9010
- m_svsnick.c: whitespace changes

Revision 3595 - Directory Listing - [select for diffs]
Modified Sun May 18 19:35:02 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3593 , to selected 9010
- stdinc.h: disable printf format __attribute__

Revision 3593 - Directory Listing - [select for diffs]
Modified Sun May 18 19:32:43 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3591 , to selected 9010
- m_services.c:m_botserv(): add missing return

Revision 3591 - Directory Listing - [select for diffs]
Modified Sun May 18 16:42:51 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3589 , to selected 9010
- m_services.c: clean up services handlers in preparation of configurable aliases.
  Made PRIVMSG targets use UIDs

Revision 3589 - Directory Listing - [select for diffs]
Modified Sun May 18 15:24:35 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3587 , to selected 9010
- Use sendto_one_numeric() everywhere

Revision 3587 - Directory Listing - [select for diffs]
Modified Sun May 18 14:55:46 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3585 , to selected 9010
- m_services.c: use UID prefixed PRIVMSGs when sending stuff to services

Revision 3585 - Directory Listing - [select for diffs]
Modified Sun May 18 14:30:53 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3582 , to selected 9010
- m_sjoin.c:ms_sjoin(): removed faulty assert

Revision 3582 - Directory Listing - [select for diffs]
Modified Sun May 18 14:10:00 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3580 , to selected 9010
- Update help files

Revision 3580 - Directory Listing - [select for diffs]
Modified Sat May 17 17:26:25 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3578 , to selected 9010
- m_etrace.c: further cleanups

Revision 3578 - Directory Listing - [select for diffs]
Modified Sat May 17 17:22:20 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3575 , to selected 9010
- m_etrace.c: constification & style corrections

Revision 3575 - Directory Listing - [select for diffs]
Modified Sat May 17 16:21:54 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3573 , to selected 9010
- Update help files

Revision 3573 - Directory Listing - [select for diffs]
Modified Fri May 16 17:09:50 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3571 , to selected 9010
- Replaced remaining sendto_one() with sendto_one_numeric().
  SND_EXPLICIT idea derived from ircu.

Revision 3571 - Directory Listing - [select for diffs]
Modified Fri May 16 15:03:14 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3569 , to selected 9010
- user.c:valid_username(): removed extraneous parentheses

Revision 3569 - Directory Listing - [select for diffs]
Modified Fri May 16 14:59:21 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3567 , to selected 9010
- user.c:add_one_to_uid(): use unsigned keyword

Revision 3567 - Directory Listing - [select for diffs]
Modified Fri May 16 14:52:50 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3565 , to selected 9010
- user.c:register_local_user(): removed redundant source_p->localClient->allow_read = MAX_FLOOD_BURST
  assignment

Revision 3565 - Directory Listing - [select for diffs]
Modified Fri May 16 14:47:42 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3563 , to selected 9010
- Style corrections

Revision 3563 - Directory Listing - [select for diffs]
Modified Fri May 16 14:00:53 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3561 , to selected 9010
- auth.c: constification

Revision 3561 - Directory Listing - [select for diffs]
Modified Fri May 16 13:51:39 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3559 , to selected 9010
- m_svsmode:ms_svsmode(): removed legacy code

Revision 3559 - Directory Listing - [select for diffs]
Modified Fri May 16 13:04:49 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3557 , to selected 9010
- m_resv.c: reformatting

Revision 3557 - Directory Listing - [select for diffs]
Modified Fri May 16 12:55:39 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3555 , to selected 9010
- numeric.c: minor conversion specifier cleanups

Revision 3555 - Directory Listing - [select for diffs]
Modified Fri May 16 12:43:24 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3553 , to selected 9010
- Removed RPL_STATSNLINE

Revision 3553 - Directory Listing - [select for diffs]
Modified Fri May 16 12:35:55 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3550 , to selected 9010
- find_address_conf(): constification

Revision 3550 - Directory Listing - [select for diffs]
Modified Fri May 16 11:59:31 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3547 , to selected 9010
- Update documents

Revision 3547 - Directory Listing - [select for diffs]
Modified Fri May 16 11:21:48 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3545 , to selected 9010
- conf_class.c:class_free(): added an assert()

Revision 3545 - Directory Listing - [select for diffs]
Modified Fri May 16 11:00:20 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3539 , to selected 9010
- m_info.c:info_table[]: cosmetical fixes

Revision 3539 - Directory Listing - [select for diffs]
Modified Thu May 15 16:22:56 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3537 , to selected 9010
- m_mode.c:set_user_mode(): renamed variables

Revision 3537 - Directory Listing - [select for diffs]
Modified Thu May 15 16:01:38 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3535 , to selected 9010
- m_bmask.c:ms_bmask(): cleaned up style

Revision 3535 - Directory Listing - [select for diffs]
Modified Thu May 15 15:46:25 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3533 , to selected 9010
- hostmask.c:delete_one_address_conf(): replaced a DLINK_FOREACH_SAFE with DLINK_FOREACH

Revision 3533 - Directory Listing - [select for diffs]
Modified Thu May 15 15:43:29 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3530 , to selected 9010
- doxygen

Revision 3530 - Directory Listing - [select for diffs]
Modified Thu May 15 15:24:58 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3528 , to selected 9010
- Update reference.conf

Revision 3528 - Directory Listing - [select for diffs]
Modified Wed May 14 15:44:52 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3525 , to selected 9010
- user.c:register_local_user(): removed pointless assignment

Revision 3525 - Directory Listing - [select for diffs]
Modified Wed May 14 15:24:21 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3523 , to selected 9010
- ircd.c:main(): make this "don't run ircd as root!!!11" message look more serious

Revision 3523 - Directory Listing - [select for diffs]
Modified Wed May 14 15:03:00 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3520 , to selected 9010
- channel.c:send_mode_list(): removed TS5 leftover

Revision 3520 - Directory Listing - [select for diffs]
Modified Tue May 13 15:32:26 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3518 , to selected 9010
- Update reference.conf

Revision 3518 - Directory Listing - [select for diffs]
Modified Mon May 12 19:06:39 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3516 , to selected 9010
- Removed unused macros; cleaned up comments

Revision 3516 - Directory Listing - [select for diffs]
Modified Mon May 12 17:34:43 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3513 , to selected 9010
- m_stats.c:stats_operedup(): don't show idle time if operator is +q

Revision 3513 - Directory Listing - [select for diffs]
Modified Mon May 12 16:28:29 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3511 , to selected 9010
- Added usermode +p which hides channel list in WHOIS

Revision 3511 - Directory Listing - [select for diffs]
Modified Sun May 11 17:55:54 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3508 , to selected 9010
- Fixed bug where "STATS p" would show an invalid amount of irc-operators
  in case there are +H opers

Revision 3508 - Directory Listing - [select for diffs]
Modified Sun May 11 17:17:24 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3506 , to selected 9010
- Update docs to reflect new +q usermode

Revision 3506 - Directory Listing - [select for diffs]
Modified Sun May 11 17:03:20 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3504 , to selected 9010
- Added usermode +q which hides idle and signon time in WHOIS

Revision 3504 - Directory Listing - [select for diffs]
Modified Sat May 10 19:51:29 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3502 , to selected 9010
- Renamed MyMalloc() to MyCalloc()

Revision 3502 - Directory Listing - [select for diffs]
Modified Sat May 10 19:42:22 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3499 , to selected 9010
- client.c:free_client(): sanitize some weird looking assert()

Revision 3499 - Directory Listing - [select for diffs]
Modified Sat May 10 19:29:52 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3497 , to selected 9010
- conf.c:parse_aline(): use CONF_NOREASON for default reason

Revision 3497 - Directory Listing - [select for diffs]
Modified Sat May 10 18:59:07 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3493 , to selected 9010
- m_cap.c: from p4: Ignore trailing spaces from CAP REQ/ACKs to prevent rejecting requests

Revision 3493 - Directory Listing - [select for diffs]
Modified Thu May 8 17:57:18 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3491 , to selected 9010
- conf.h: remove invalid/useless comments

Revision 3491 - Directory Listing - [select for diffs]
Modified Thu May 8 17:54:54 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3488 , to selected 9010
- conf.h: remove unused macros

Revision 3488 - Directory Listing - [select for diffs]
Modified Wed May 7 16:19:45 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3486 , to selected 9010
- numeric.c: fixed RPL_WHOISCHANNELS using wrong numeric

Revision 3486 - Directory Listing - [select for diffs]
Modified Mon May 5 19:49:30 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3483 , to selected 9010
- m_die(), m_restart(): initialize buf[] to something saner

Revision 3483 - Directory Listing - [select for diffs]
Modified Mon May 5 19:45:50 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3481 , to selected 9010
- m_die(), m_restart(): use get_client_name() instead of get_oper_name()

Revision 3481 - Directory Listing - [select for diffs]
Modified Mon May 5 18:33:41 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3479 , to selected 9010
- Style corrections

Revision 3479 - Directory Listing - [select for diffs]
Modified Sun May 4 16:49:06 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3477 , to selected 9010
- m_svsmode.c:ms_svsmode(): use pre-decrement just for consistency

Revision 3477 - Directory Listing - [select for diffs]
Modified Sun May 4 16:43:58 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3475 , to selected 9010
- m_mode.c:set_user_mode(): use pre-decrement just for consistency

Revision 3475 - Directory Listing - [select for diffs]
Modified Sun May 4 15:46:50 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3473 , to selected 9010
- Update help/stats

Revision 3473 - Directory Listing - [select for diffs]
Modified Sun May 4 15:40:26 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3471 , to selected 9010
- Renamed general::warn_no_nline to warn_no_connect_block

Revision 3471 - Directory Listing - [select for diffs]
Modified Sun May 4 15:11:32 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3469 , to selected 9010
- channel.c:send_members(): added missing #ifdef HALFOPS

Revision 3469 - Directory Listing - [select for diffs]
Modified Sat May 3 17:55:53 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3467 , to selected 9010
- hostmask.c: style corrections

Revision 3467 - Directory Listing - [select for diffs]
Modified Sat May 3 15:39:44 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3459 , to selected 9010
- m_xline.c:write_xline(): removed collapse() call

Revision 3459 - Directory Listing - [select for diffs]
Modified Thu May 1 20:14:25 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3457 , to selected 9010
- m_info.c:send_conf_options(): cleaned up style

Revision 3457 - Directory Listing - [select for diffs]
Modified Thu May 1 19:42:52 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3455 , to selected 9010
- rsa.c:binary_to_hex(): use unsigned int

Revision 3455 - Directory Listing - [select for diffs]
Modified Thu May 1 19:39:12 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3453 , to selected 9010
- misc.c:ssl_get_ciper(): get rid of this magic IRCD_BUFSIZE/4.
  Use IRCD_BUFSIZE instead.

Revision 3453 - Directory Listing - [select for diffs]
Modified Thu May 1 19:31:11 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3451 , to selected 9010
- packet.c: style corrections

Revision 3451 - Directory Listing - [select for diffs]
Modified Thu May 1 19:19:56 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3449 , to selected 9010
- server.c: minor valid_servname() cleanup

Revision 3449 - Directory Listing - [select for diffs]
Modified Thu May 1 19:14:42 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3447 , to selected 9010
- server.c:hunt_server(): save extra has_wildcards() call everytime hunt_server()
  finds a client/server in the hash tables.

Revision 3447 - Directory Listing - [select for diffs]
Modified Thu May 1 18:51:06 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3445 , to selected 9010
- Update reference.conf

Revision 3445 - Directory Listing - [select for diffs]
Modified Thu May 1 18:45:39 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3443 , to selected 9010
- Upate reference.conf

Revision 3443 - Directory Listing - [select for diffs]
Modified Thu May 1 18:36:53 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3441 , to selected 9010
- conf_parser.y: style corrections

Revision 3441 - Directory Listing - [select for diffs]
Modified Thu May 1 18:30:41 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3439 , to selected 9010
- conf_parser.y: removed extraneous strlen(). valid_hostname() already checks
  for too long hostnames

Revision 3439 - Directory Listing - [select for diffs]
Modified Thu May 1 14:32:47 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3437 , to selected 9010
- conf_parser.y: cleaned up style

Revision 3437 - Directory Listing - [select for diffs]
Modified Thu May 1 13:59:11 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3435 , to selected 9010
- Update reference.conf

Revision 3435 - Directory Listing - [select for diffs]
Modified Thu May 1 13:57:39 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3431 , to selected 9010
- 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 3431 - Directory Listing - [select for diffs]
Modified Thu May 1 12:44:31 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3429 , to selected 9010
- Replace few hash_find_id() with find_person()

Revision 3429 - Directory Listing - [select for diffs]
Modified Thu May 1 11:49:45 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3428 , to selected 9010
- hash.c:list_one_channel(): constification

Revision 3428 - Directory Listing - [select for diffs]
Modified Thu May 1 11:46:23 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3424 , to selected 9010
- hash.c:list_one_channel(): optimize for the admin case

Revision 3424 - Directory Listing - [select for diffs]
Modified Wed Apr 30 20:27:25 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3421 , to selected 9010
- Fixed possible WATCH core. Fix provided by Adam

Revision 3421 - Directory Listing - [select for diffs]
Modified Tue Apr 29 17:22:41 2014 UTC (11 years, 3 months ago) by michael
Diff to previous 3382 , to selected 9010
- Get rid of LOCAL_CHANNELLEN; change CHANNELLEN to 50

Revision 3382 - Directory Listing - [select for diffs]
Modified Fri Apr 25 13:23:23 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3376 , to selected 9010
- m_set.c:mo_set(): removed hack. Let quote_autoconn() deal
  with missing parameters.

Revision 3376 - Directory Listing - [select for diffs]
Modified Thu Apr 24 15:47:06 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3375 , to selected 9010
- Update NEWS

Revision 3375 - Directory Listing - [select for diffs]
Modified Wed Apr 23 16:03:50 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3374 , to selected 9010
- Style corrections

Revision 3374 - Directory Listing - [select for diffs]
Modified Tue Apr 22 20:01:46 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3373 , to selected 9010
- channel_mode.c: style corrections

Revision 3373 - Directory Listing - [select for diffs]
Modified Mon Apr 21 16:44:02 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3372 , to selected 9010
- Fixed previous commit to m_set.c

Revision 3372 - Directory Listing - [select for diffs]
Modified Mon Apr 21 16:27:24 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3371 , to selected 9010
- m_set.c: minor cleanups

Revision 3371 - Directory Listing - [select for diffs]
Modified Mon Apr 21 16:01:21 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3370 , to selected 9010
- m_join.c:ms_join(): replaced irccmp() with strcmp()

Revision 3370 - Directory Listing - [select for diffs]
Modified Mon Apr 21 15:57:54 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3369 , to selected 9010
- m_accept.c:m_accept(): replaced irccmp() swith strcmp()

Revision 3369 - Directory Listing - [select for diffs]
Modified Mon Apr 21 15:16:02 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3368 , to selected 9010
- reslib.c:parse_resvconf(): replaced irccmp with strcasecmp()

Revision 3368 - Directory Listing - [select for diffs]
Modified Mon Apr 21 14:24:16 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3367 , to selected 9010
- Style corrections

Revision 3367 - Directory Listing - [select for diffs]
Modified Mon Apr 21 11:44:56 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3366 , to selected 9010
- m_unxline.c:remove_xline_match(): replaced DLINK_FOREACH_SAFE with
  DLINK_FOREACH

Revision 3366 - Directory Listing - [select for diffs]
Modified Mon Apr 21 11:40:24 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3365 , to selected 9010
- Fix comments

Revision 3365 - Directory Listing - [select for diffs]
Modified Mon Apr 21 11:32:40 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3364 , to selected 9010
- doxygen

Revision 3364 - Directory Listing - [select for diffs]
Modified Mon Apr 21 11:25:02 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3363 , to selected 9010
- defaults.h: revert previous change

Revision 3363 - Directory Listing - [select for diffs]
Modified Mon Apr 21 11:19:50 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3357 , to selected 9010
- Doxygen
- Update help/undline

Revision 3357 - Directory Listing - [select for diffs]
Modified Sun Apr 20 14:49:14 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3356 , to selected 9010
- svn propset on m_bmask.c and m_tmode.c

Revision 3356 - Directory Listing - [select for diffs]
Modified Sun Apr 20 14:48:33 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3355 , to selected 9010
- Added m_bmask.c and m_tmode.c

Revision 3355 - Directory Listing - [select for diffs]
Modified Sun Apr 20 14:35:20 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3354 , to selected 9010
- svn propset on m_unresv.c

Revision 3354 - Directory Listing - [select for diffs]
Modified Sun Apr 20 14:34:51 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3353 , to selected 9010
- Added m_unresv.c and moved all UNRESV related code into it

Revision 3353 - Directory Listing - [select for diffs]
Modified Sun Apr 20 14:26:42 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3352 , to selected 9010
- svn propset on m_unxline.c

Revision 3352 - Directory Listing - [select for diffs]
Modified Sun Apr 20 14:26:15 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3351 , to selected 9010
- Added m_unxline.c and moved all UNXLINE related code into it

Revision 3351 - Directory Listing - [select for diffs]
Modified Sun Apr 20 14:17:58 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3350 , to selected 9010
- svn propset on m_unkline.c

Revision 3350 - Directory Listing - [select for diffs]
Modified Sun Apr 20 14:17:26 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3349 , to selected 9010
- Added m_unkline.c and moved all UNKLINE related code into it

Revision 3349 - Directory Listing - [select for diffs]
Modified Sun Apr 20 14:10:16 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3348 , to selected 9010
- svn propset on m_undline.c

Revision 3348 - Directory Listing - [select for diffs]
Modified Sun Apr 20 14:09:22 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3347 , to selected 9010
- Added m_undline.c and moved all UNDLINE related code into it

Revision 3347 - Directory Listing - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3346 , to selected 9010
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3346 - Directory Listing - [select for diffs]
Modified Sun Apr 20 13:50:01 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3345 , to selected 9010
- doxygen

Revision 3345 - Directory Listing - [select for diffs]
Modified Sun Apr 20 12:15:00 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3344 , to selected 9010
- m_map.c: notify irc-operators about /map requests

Revision 3344 - Directory Listing - [select for diffs]
Modified Sun Apr 20 10:47:04 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3343 , to selected 9010
- Doxygen

Revision 3343 - Directory Listing - [select for diffs]
Modified Sun Apr 20 10:28:13 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3342 , to selected 9010
- m_info.c: constification

Revision 3342 - Directory Listing - [select for diffs]
Modified Fri Apr 18 13:37:41 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3341 , to selected 9010
- Cleaned up style & fixed comments

Revision 3341 - Directory Listing - [select for diffs]
Modified Fri Apr 18 12:47:52 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3340 , to selected 9010
- Update reference.conf

Revision 3340 - Directory Listing - [select for diffs]
Modified Fri Apr 18 12:11:27 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3339 , to selected 9010
- Further cleanups to m_module.c

Revision 3339 - Directory Listing - [select for diffs]
Modified Fri Apr 18 11:50:41 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3338 , to selected 9010
- Clean up m_module.c

Revision 3338 - Directory Listing - [select for diffs]
Modified Fri Apr 18 11:05:56 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3337 , to selected 9010
- m_whowas.c: renamed whowas_do to do_whowas

Revision 3337 - Directory Listing - [select for diffs]
Modified Fri Apr 18 11:04:08 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3336 , to selected 9010
- m_motd.c: renamed mo_motd to ms_motd

Revision 3336 - Directory Listing - [select for diffs]
Modified Fri Apr 18 11:03:09 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3335 , to selected 9010
- doxygen

Revision 3335 - Directory Listing - [select for diffs]
Modified Thu Apr 17 18:55:31 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3334 , to selected 9010
- Style corrections

Revision 3334 - Directory Listing - [select for diffs]
Modified Wed Apr 16 16:42:54 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3333 , to selected 9010
- Replaced strcpy() with strlcpy() in some places

Revision 3333 - Directory Listing - [select for diffs]
Modified Wed Apr 16 16:19:02 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3332 , to selected 9010
- Removed pointless comments

Revision 3332 - Directory Listing - [select for diffs]
Modified Wed Apr 16 15:58:26 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3331 , to selected 9010
- doxygen

Revision 3331 - Directory Listing - [select for diffs]
Modified Wed Apr 16 15:29:40 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3330 , to selected 9010
- Fixed inconsistent style in some places

Revision 3330 - Directory Listing - [select for diffs]
Modified Tue Apr 15 18:55:29 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3329 , to selected 9010
- Update NEWS

Revision 3329 - Directory Listing - [select for diffs]
Modified Tue Apr 15 18:52:48 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3328 , to selected 9010
- m_svspart.c:ms_svspart(): added missing colon

Revision 3328 - Directory Listing - [select for diffs]
Modified Tue Apr 15 18:47:45 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3327 , to selected 9010
- m_svspart.c: propset

Revision 3327 - Directory Listing - [select for diffs]
Modified Tue Apr 15 18:47:15 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3326 , to selected 9010
- Added SVSPART

Revision 3326 - Directory Listing - [select for diffs]
Modified Tue Apr 15 17:26:29 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3325 , to selected 9010
- m_svsjoin.c: propset

Revision 3325 - Directory Listing - [select for diffs]
Modified Tue Apr 15 17:25:35 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3324 , to selected 9010
- Added SVSJOIN. Note that SVSJOIN does _not_ allow clients to override any channel
  modes, limits, keys or anything else.

Revision 3324 - Directory Listing - [select for diffs]
Modified Tue Apr 15 16:18:07 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3323 , to selected 9010
- Moved s_auth.c to auth.c

Revision 3323 - Directory Listing - [select for diffs]
Modified Tue Apr 15 16:11:50 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3322 , to selected 9010
- gline.h: updated comment

Revision 3322 - Directory Listing - [select for diffs]
Modified Tue Apr 15 16:11:11 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3321 , to selected 9010
- Moved irc_res.c to res.c
- Moved irc_reslib.c to reslib.c

Revision 3321 - Directory Listing - [select for diffs]
Modified Tue Apr 15 16:02:56 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3320 , to selected 9010
- Moved s_gline.c to gline.c

Revision 3320 - Directory Listing - [select for diffs]
Modified Tue Apr 15 15:58:33 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3319 , to selected 9010
- Removed useless header includes

Revision 3319 - Directory Listing - [select for diffs]
Modified Tue Apr 15 15:41:50 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3318 , to selected 9010
- Removed useless header includes

Revision 3318 - Directory Listing - [select for diffs]
Modified Tue Apr 15 14:26:38 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3317 , to selected 9010
- s_user.c:valid_nickname(): removed redundant assert()

Revision 3317 - Directory Listing - [select for diffs]
Modified Tue Apr 15 14:25:19 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3316 , to selected 9010
- s_user.c: update/cleanup documentation

Revision 3316 - Directory Listing - [select for diffs]
Modified Tue Apr 15 14:09:39 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3315 , to selected 9010
- s_user.c:register_local_user(): remove/update pretty outdated comment

Revision 3315 - Directory Listing - [select for diffs]
Modified Tue Apr 15 13:03:59 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3314 , to selected 9010
- m_mode.c:set_user_mode(): removed pointless assert()

Revision 3314 - Directory Listing - [select for diffs]
Modified Tue Apr 15 12:35:44 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3313 , to selected 9010
- m_mode.c: minor cleanups to set_user_mode()

Revision 3313 - Directory Listing - [select for diffs]
Modified Tue Apr 15 12:32:01 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3312 , to selected 9010
- Moved set_user_mode() to m_mode.c

Revision 3312 - Directory Listing - [select for diffs]
Modified Tue Apr 15 12:13:07 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3311 , to selected 9010
- Readded FLAGS_BLOCKED

Revision 3311 - Directory Listing - [select for diffs]
Modified Tue Apr 15 12:10:36 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3308 , to selected 9010
- Undo -r3215 for now

Revision 3308 - Directory Listing - [select for diffs]
Modified Mon Apr 14 19:08:17 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3306 , to selected 9010
- Channel.c: update documentation

Revision 3306 - Directory Listing - [select for diffs]
Modified Mon Apr 14 18:37:05 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3303 , to selected 9010
- Made server_estab() and sendnick_TS() use 'static' keyword

Revision 3303 - Directory Listing - [select for diffs]
Modified Sun Apr 13 11:19:36 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3302 , to selected 9010
- s_serv.c, m_server.c: moved all netburst related code to m_server.c

Revision 3302 - Directory Listing - [select for diffs]
Modified Sat Apr 12 21:16:23 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3301 , to selected 9010
- m_quit.c:ms_quit(): don't default to source_p->name if no quit message is given

Revision 3301 - Directory Listing - [select for diffs]
Modified Sat Apr 12 18:28:28 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3300 , to selected 9010
- m_module.c:mo_module(): whitespace commit

Revision 3300 - Directory Listing - [select for diffs]
Modified Sat Apr 12 18:26:22 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3299 , to selected 9010
- doxygen

Revision 3299 - Directory Listing - [select for diffs]
Modified Sat Apr 12 16:55:13 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3298 , to selected 9010
- doxygen

Revision 3298 - Directory Listing - [select for diffs]
Modified Fri Apr 11 16:21:02 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3297 , to selected 9010
- irc_res.c: style fixes

Revision 3297 - Directory Listing - [select for diffs]
Modified Fri Apr 11 16:08:55 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3296 , to selected 9010
- Made irc_nscount an unsigned type

Revision 3296 - Directory Listing - [select for diffs]
Modified Thu Apr 10 19:07:22 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3295 , to selected 9010
- m_capab.c:mr_capab(): capability tokens must be all in parv[1] now

Revision 3295 - Directory Listing - [select for diffs]
Modified Thu Apr 10 18:59:33 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3294 , to selected 9010
- doxygen

Revision 3294 - Directory Listing - [select for diffs]
Modified Thu Apr 10 18:48:55 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3292 , to selected 9010
- doxygen

Revision 3292 - Directory Listing - [select for diffs]
Modified Thu Apr 10 13:53:16 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3291 , to selected 9010
- motd.c:motd_lookup(): replaced MyClient() test with MyConnect()

Revision 3291 - Directory Listing - [select for diffs]
Modified Wed Apr 9 21:41:25 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3290 , to selected 9010
- 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 3290 - Directory Listing - [select for diffs]
Modified Wed Apr 9 20:01:25 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3289 , to selected 9010
- m_list.c: update documentation

Revision 3289 - Directory Listing - [select for diffs]
Modified Wed Apr 9 19:50:19 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3288 , to selected 9010
- Made free_list_task() only take one parameter

Revision 3288 - Directory Listing - [select for diffs]
Modified Wed Apr 9 19:04:47 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3287 , to selected 9010
- Made safe_list_channels and list_one_channel only take two parameters

Revision 3287 - Directory Listing - [select for diffs]
Modified Wed Apr 9 18:48:19 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3286 , to selected 9010
- hash.c:delete_user_host(): replaced DLINK_FOREACH_SAFE with DLINK_FOREACH

Revision 3286 - Directory Listing - [select for diffs]
Modified Wed Apr 9 17:35:12 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3285 , to selected 9010
- conf_db.c: fixed documentation

Revision 3285 - Directory Listing - [select for diffs]
Modified Tue Apr 8 16:53:39 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3283 , to selected 9010
- Fixed corrupted "STATS U" output

Revision 3283 - Directory Listing - [select for diffs]
Modified Tue Apr 8 16:39:50 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3282 , to selected 9010
- Style corrections/constification

Revision 3282 - Directory Listing - [select for diffs]
Modified Tue Apr 8 15:52:35 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3280 , to selected 9010
- m_eob.c: removed invalid comment

Revision 3280 - Directory Listing - [select for diffs]
Modified Mon Apr 7 18:21:22 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3279 , to selected 9010
- Fixed compile warnings

Revision 3279 - Directory Listing - [select for diffs]
Modified Sun Apr 6 16:49:46 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3278 , to selected 9010
- mempool.c: style corrections

Revision 3278 - Directory Listing - [select for diffs]
Modified Sun Apr 6 14:12:18 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3277 , to selected 9010
- Update Doxyfile

Revision 3277 - Directory Listing - [select for diffs]
Modified Sun Apr 6 14:05:05 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3276 , to selected 9010
- Update Doxyfile

Revision 3276 - Directory Listing - [select for diffs]
Modified Sun Apr 6 12:55:24 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3275 , to selected 9010
- m_gline.c:mo_gline(): whitespace commit

Revision 3275 - Directory Listing - [select for diffs]
Modified Sun Apr 6 12:36:48 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3274 , to selected 9010
- Worked towards improving documentation

Revision 3274 - Directory Listing - [select for diffs]
Modified Sun Apr 6 12:22:23 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3273 , to selected 9010
- Clean up redundant/unused header includes

Revision 3273 - Directory Listing - [select for diffs]
Modified Sun Apr 6 11:37:36 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3272 , to selected 9010
- whowas.c:whowas_add_history(): constification; sanitize assert()

Revision 3272 - Directory Listing - [select for diffs]
Modified Sun Apr 6 11:34:14 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3270 , to selected 9010
- s_user.c: reformating

Revision 3270 - Directory Listing - [select for diffs]
Modified Sat Apr 5 22:41:19 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3268 , to selected 9010
- m_who.c:m_who(): admins may now see all channel members via "WHO #channel"
  regardless of channel mode +s

Revision 3268 - Directory Listing - [select for diffs]
Modified Sat Apr 5 19:21:55 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3267 , to selected 9010
- irc_res.c:make_request(): lowered retries counter to 2

Revision 3267 - Directory Listing - [select for diffs]
Modified Sat Apr 5 19:16:06 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3266 , to selected 9010
- Re-add CHW capability to cope nice with rb

Revision 3266 - Directory Listing - [select for diffs]
Modified Sat Apr 5 19:15:11 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3263 , to selected 9010
- Worked towards improving documentation

Revision 3263 - Directory Listing - [select for diffs]
Modified Thu Apr 3 19:29:03 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3254 , to selected 9010
- conf.c:match_conf_password(): fixed undefined behaviour with crypt()
  returning NULL since glibc2.17 in certain cases.

Revision 3254 - Directory Listing - [select for diffs]
Modified Thu Apr 3 16:47:23 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3250 , to selected 9010
- motd.c: update/fix some comments

Revision 3250 - Directory Listing - [select for diffs]
Modified Sun Mar 30 20:47:30 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3249 , to selected 9010
- Fixed inconsistent style in several places

Revision 3249 - Directory Listing - [select for diffs]
Modified Sun Mar 30 18:13:57 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3248 , to selected 9010
- client.c:exit_client(): removed another comment that makes no sense here

Revision 3248 - Directory Listing - [select for diffs]
Modified Sun Mar 30 17:58:03 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3247 , to selected 9010
- client.c:exit_client(): removed outdated comment

Revision 3247 - Directory Listing - [select for diffs]
Modified Sun Mar 30 17:54:34 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3246 , to selected 9010
- client.c:exit_client(): removed kludgy code, also replaced
  x->servptr == &me test with just MyConnect(x)

Revision 3246 - Directory Listing - [select for diffs]
Modified Sun Mar 30 17:37:13 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3245 , to selected 9010
- Fixed inconsistent style in several places

Revision 3245 - Directory Listing - [select for diffs]
Modified Sun Mar 30 17:08:23 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3244 , to selected 9010
- s_bsd.c: no longer resetting source_p->from in close_connection()

Revision 3244 - Directory Listing - [select for diffs]
Modified Sun Mar 30 16:56:13 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3243 , to selected 9010
- s_misc.c: mostly style cleanups

Revision 3243 - Directory Listing - [select for diffs]
Modified Sun Mar 30 16:53:43 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3242 , to selected 9010
- send.c: mostly style cleanups. Removed some useless assert() statements

Revision 3242 - Directory Listing - [select for diffs]
Modified Sun Mar 30 16:49:56 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3241 , to selected 9010
- hash.c: style fixes only

Revision 3241 - Directory Listing - [select for diffs]
Modified Sun Mar 30 16:45:31 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3240 , to selected 9010
- Incorporate Adam's writev() patch

Revision 3240 - Directory Listing - [select for diffs]
Modified Sun Mar 30 13:56:44 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3239 , to selected 9010
- m_sjoin.c:ms_sjoin(): removed unused variable

Revision 3239 - Directory Listing - [select for diffs]
Modified Sun Mar 30 13:55:44 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3238 , to selected 9010
- Have /info report MPATH and SPATH aswell

Revision 3238 - Directory Listing - [select for diffs]
Modified Sun Mar 30 13:44:07 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3237 , to selected 9010
- s_user.c:send_umode_out(): removed unused variable

Revision 3237 - Directory Listing - [select for diffs]
Modified Sun Mar 30 13:43:22 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3236 , to selected 9010
- m_info.c:send_conf_options(): fixed core

Revision 3236 - Directory Listing - [select for diffs]
Modified Sat Mar 29 20:24:28 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3235 , to selected 9010
- m_info.c:info_table[]: report DPATH before anything else

Revision 3235 - Directory Listing - [select for diffs]
Modified Sat Mar 29 19:34:16 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3232 , to selected 9010
- Style corrections all over the place

Revision 3232 - Directory Listing - [select for diffs]
Modified Sat Mar 29 17:47:40 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3229 , to selected 9010
- m_tburst.c:ms_tburst(): removed pointless MyClient() test on source_p.
  source_p can't be a local client.

Revision 3229 - Directory Listing - [select for diffs]
Modified Sat Mar 29 17:28:01 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3227 , to selected 9010
- flex 2.5.39

Revision 3227 - Directory Listing - [select for diffs]
Modified Fri Mar 28 20:40:50 2014 UTC (11 years, 4 months ago) by michael
Diff to previous 3222 , to selected 9010
- m_stats.c:stats_servlinks(): removed extranous spaces

Revision 3222 - Directory Listing - [select for diffs]
Modified Thu Mar 27 20:00:45 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3221 , to selected 9010
- m_gline.c:ms_gline(): first argument to sendto_server() should be 'source_p'

Revision 3221 - Directory Listing - [select for diffs]
Modified Thu Mar 27 19:57:40 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3220 , to selected 9010
- m_gline.c:do_sungline(): first argument to sendto_server() should be 'source_p'

Revision 3220 - Directory Listing - [select for diffs]
Modified Thu Mar 27 17:49:38 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3219 , to selected 9010
- m_topic.c:m_topic(): use chptr->chname when reporting ERR_NOTONCHANNEL

Revision 3219 - Directory Listing - [select for diffs]
Modified Wed Mar 26 19:52:03 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3218 , to selected 9010
- m_stats.c: renamed mo_stats() to ms_stats()

Revision 3218 - Directory Listing - [select for diffs]
Modified Wed Mar 26 19:38:42 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3217 , to selected 9010
- hook.c: minor style fixes

Revision 3217 - Directory Listing - [select for diffs]
Modified Wed Mar 26 19:32:40 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3216 , to selected 9010
- m_user.c: renamed do_local_user() to do_user(). Fixed comments.

Revision 3216 - Directory Listing - [select for diffs]
Modified Tue Mar 25 19:40:00 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3215 , to selected 9010
- m_user.c:do_local_user(): removed unused parameters

Revision 3215 - Directory Listing - [select for diffs]
Modified Tue Mar 25 19:23:15 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3213 , to selected 9010
- Fixed some comments; cleaned up style here and there

Revision 3213 - Directory Listing - [select for diffs]
Modified Tue Mar 25 16:48:27 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3212 , to selected 9010
- m_watch.c:m_watch(): replaced all strcat() with strlcat()

Revision 3212 - Directory Listing - [select for diffs]
Modified Tue Mar 25 16:23:12 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3209 , to selected 9010
- m_part.c:part_one_client(): use chptr->chname if we already looked up the channel

Revision 3209 - Directory Listing - [select for diffs]
Modified Tue Mar 25 16:11:29 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3208 , to selected 9010
- m_user.c:mr_user(): optimize in case parv[4] is empty

Revision 3208 - Directory Listing - [select for diffs]
Modified Tue Mar 25 15:31:30 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3207 , to selected 9010
- Minor cleanup to m_dline.c, m_gline.c, m_kline.c

Revision 3207 - Directory Listing - [select for diffs]
Modified Tue Mar 25 15:19:02 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3206 , to selected 9010
- client.c: optimized find_person(). Removed pointless test.

Revision 3206 - Directory Listing - [select for diffs]
Modified Mon Mar 24 20:42:55 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3205 , to selected 9010
- m_invite.c:ms_invite(): replaced find_person() with hash_find_id()

Revision 3205 - Directory Listing - [select for diffs]
Modified Mon Mar 24 20:41:24 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3204 , to selected 9010
- m_invite.c: add ms_invite(). Cleaned up m_invite()

Revision 3204 - Directory Listing - [select for diffs]
Modified Mon Mar 24 19:42:47 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3203 , to selected 9010
- m_kick.c: incorporate some of Adam's cleanups.

Revision 3203 - Directory Listing - [select for diffs]
Modified Mon Mar 24 17:43:50 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3202 , to selected 9010
- m_vesion.c: merged mo_version() and ms_version()

Revision 3202 - Directory Listing - [select for diffs]
Modified Mon Mar 24 17:18:43 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3201 , to selected 9010
- client.c:exit_one_client(): remove useless test on source_p->servptr->serv

Revision 3201 - Directory Listing - [select for diffs]
Modified Mon Mar 24 17:09:10 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3200 , to selected 9010
- m_kill.c: further cleanups

Revision 3200 - Directory Listing - [select for diffs]
Modified Mon Mar 24 16:17:44 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3199 , to selected 9010
- m_kill.c: cleanup ms_kill(). parv[2] must be non-null; otherwise the KILL
  is silently dropped.

Revision 3199 - Directory Listing - [select for diffs]
Modified Sun Mar 23 20:58:07 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3198 , to selected 9010
- Fix to previous commit to m_kick.c

Revision 3198 - Directory Listing - [select for diffs]
Modified Sun Mar 23 20:48:40 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3197 , to selected 9010
- m_kick.c: cleaned up m_kick()

Revision 3197 - Directory Listing - [select for diffs]
Modified Sun Mar 23 20:26:09 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3196 , to selected 9010
- m_kill.c:ms_kill(): fixed compile warning

Revision 3196 - Directory Listing - [select for diffs]
Modified Sun Mar 23 20:25:35 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3195 , to selected 9010
- m_kick.c:m_kick(): renamed 'who' Client pointer to 'target_p'

Revision 3195 - Directory Listing - [select for diffs]
Modified Sun Mar 23 20:01:32 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3192 , to selected 9010
- m_kill.c: cleanup ms_kill(). Now no longer doing the find_chasing stuff, since
  ms_kill() only deals with targets being an UID.

Revision 3192 - Directory Listing - [select for diffs]
Modified Sun Mar 23 19:46:39 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3190 , to selected 9010
- Fixed compile error in ms_sid()
- Cleaned up find_chasing(). Removed useless third 'chasing' argument.

Revision 3190 - Directory Listing - [select for diffs]
Modified Fri Mar 21 18:58:43 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3189 , to selected 9010
- mr_server(), ms_sid(): minor cleanup

Revision 3189 - Directory Listing - [select for diffs]
Modified Fri Mar 21 18:18:00 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3188 , to selected 9010
- send.c:sendto_one_numeric(), sendto_one_numeric(): fixed issue where NOTICE and numerics
  were destined to the wrong target nick/ID

Revision 3188 - Directory Listing - [select for diffs]
Modified Thu Mar 20 21:45:23 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3187 , to selected 9010
- Adam s00xx ;-)

Revision 3187 - Directory Listing - [select for diffs]
Modified Thu Mar 20 18:29:05 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3186 , to selected 9010
- Get rid of the HasID() macro

Revision 3186 - Directory Listing - [select for diffs]
Modified Thu Mar 20 18:09:34 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3184 , to selected 9010
- Get rid of the ID() macro

Revision 3184 - Directory Listing - [select for diffs]
Modified Thu Mar 20 17:39:13 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3183 , to selected 9010
- Cleanup more places where ID_or_name() is no longer necessary

Revision 3183 - Directory Listing - [select for diffs]
Modified Thu Mar 20 16:49:21 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3182 , to selected 9010
- Cleanup some places where we no longer need to use ID_or_name()

Revision 3182 - Directory Listing - [select for diffs]
Modified Thu Mar 20 16:43:57 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3181 , to selected 9010
- s_user.c:check_xline(): use CONF_NOREASON for default reason

Revision 3181 - Directory Listing - [select for diffs]
Modified Thu Mar 20 16:38:37 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3180 , to selected 9010
- m_map.c, m_admin.c, m_hash.c: remove unused header includes

Revision 3180 - Directory Listing - [select for diffs]
Modified Thu Mar 20 16:33:57 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3179 , to selected 9010
- m_locops.c:ms_locops(): accept LOCOPS from servers

Revision 3179 - Directory Listing - [select for diffs]
Modified Wed Mar 19 18:43:49 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3178 , to selected 9010
- m_kill.c: get rid of relay_kill()

Revision 3178 - Directory Listing - [select for diffs]
Modified Wed Mar 19 18:27:44 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3176 , to selected 9010
- Get rid of kill_client_serv_butone()

Revision 3176 - Directory Listing - [select for diffs]
Modified Tue Mar 18 20:00:16 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3175 , to selected 9010
- Get rid of kill_client()

Revision 3175 - Directory Listing - [select for diffs]
Modified Tue Mar 18 19:48:30 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3174 , to selected 9010
- m_nick.c:perform_nick_collides(): incorporate Adam's "Send kills due to nick collisions back to the source."
  changes. Original commit message:

  Send kills due to nick collisions back to the source.

  This fixes a race condition with users changing hosts and then nick
  colliding which causes servers to disagree on whether or not the
  colliding users are the same user.

  With this patch if this happens both users are killed instead, even if
  their timestamps differ.

  The proper way to fix this is to compare a 'real host', which we do not
  store, or IP.

  With TS5 and prior we could not do this because the KILLs would be
  targeting nicks and not UIDs, which would not work as both sides would
  always lose, but we can do this now as the other side can safely drop
  the KILL for a nonexistant UID if the servers do agree.

Revision 3174 - Directory Listing - [select for diffs]
Modified Mon Mar 17 18:56:20 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3172 , to selected 9010
- send.c:send_message_remote(): use to->id instead of to->name when propagating the KILL

Revision 3172 - Directory Listing - [select for diffs]
Modified Sun Mar 16 12:24:25 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3171 , to selected 9010
- m_svinfo.c: minimum required argument count is 5. Remove redundant test on parc
  in ms_svinfo()

Revision 3171 - Directory Listing - [select for diffs]
Modified Sun Mar 16 11:51:48 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3170 , to selected 9010
- Incorporate Adam's exit_client/quit storm cleanups
  Note: QS is mandatory now

Revision 3170 - Directory Listing - [select for diffs]
Modified Sun Mar 16 10:58:17 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3169 , to selected 9010
- More client_p removal cleanups

Revision 3169 - Directory Listing - [select for diffs]
Modified Sun Mar 16 09:55:04 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3168 , to selected 9010
- ms_join(), ms_sjoin(): made some server notices more descriptive

Revision 3168 - Directory Listing - [select for diffs]
Modified Sat Mar 15 23:46:08 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3167 , to selected 9010
- s_auth.c: made sendheader macro use sendto_one_notice()

Revision 3167 - Directory Listing - [select for diffs]
Modified Sat Mar 15 22:01:39 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3166 , to selected 9010
- Get rid of restart() wrapper function

Revision 3166 - Directory Listing - [select for diffs]
Modified Sat Mar 15 21:53:37 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3165 , to selected 9010
- restart.c:server_die(): replaced a sendto_one() with sendto_one_notice()

Revision 3165 - Directory Listing - [select for diffs]
Modified Sat Mar 15 21:51:34 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3164 , to selected 9010
- 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 - [select for diffs]
Modified Sat Mar 15 20:19:15 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3163 , to selected 9010
- More client_p removal cleanups
- parse.c:handle_command: now no longer drop servers if the right
  amount of parameters isn't given

Revision 3163 - Directory Listing - [select for diffs]
Modified Sat Mar 15 19:57:13 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3162 , to selected 9010
- parse.h: removed redundant comment

Revision 3162 - Directory Listing - [select for diffs]
Modified Sat Mar 15 19:43:39 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3161 , to selected 9010
- ms_join(), ms_sjoin(): made some server notices more descriptive

Revision 3161 - Directory Listing - [select for diffs]
Modified Sat Mar 15 17:56:05 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3160 , to selected 9010
- parse.c: whitespace changes

Revision 3160 - Directory Listing - [select for diffs]
Modified Sat Mar 15 17:47:46 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3159 , to selected 9010
- Minor corrections to -r3156 [Removed client_p pointers from everywhere]

Revision 3159 - Directory Listing - [select for diffs]
Modified Sat Mar 15 16:28:33 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3158 , to selected 9010
- Fixed now outdated comments

Revision 3158 - Directory Listing - [select for diffs]
Modified Fri Mar 14 20:30:06 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3157 , to selected 9010
- channel_mode.c:chm_voice, chm_hop, chm_op: removed useless IsClient() test

Revision 3157 - Directory Listing - [select for diffs]
Modified Fri Mar 14 20:19:36 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3156 , to selected 9010
- s_user.c:set_user_mode(): replaced a IsServer () test with MyConnect()

Revision 3156 - Directory Listing - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3155 , to selected 9010
- Removed client_p pointers from everywhere

Revision 3155 - Directory Listing - [select for diffs]
Modified Fri Mar 14 16:59:17 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3153 , to selected 9010
- s_user.c:send_umode_out(): replaced a DLINK_FOREACH loopn on serv_list with
  just sendto_server()

Revision 3153 - Directory Listing - [select for diffs]
Modified Fri Mar 14 15:39:21 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3152 , to selected 9010
- channel_mode.c:chm_limit(): instead of passing an empty buffer to atoi()
  we just bail out

Revision 3152 - Directory Listing - [select for diffs]
Modified Fri Mar 14 15:07:43 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3151 , to selected 9010
- m_hash.c: add missing colons which got lost in -r3110

Revision 3151 - Directory Listing - [select for diffs]
Modified Fri Mar 14 14:24:09 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3150 , to selected 9010
- channel_mode.c: style corrections

Revision 3150 - Directory Listing - [select for diffs]
Modified Fri Mar 14 14:11:34 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3149 , to selected 9010
- Removed unused client_p pointer from all chm_* channel mode handlers

Revision 3149 - Directory Listing - [select for diffs]
Modified Fri Mar 14 12:38:27 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3148 , to selected 9010
- channel_mode.c: style corrections here and there

Revision 3148 - Directory Listing - [select for diffs]
Modified Fri Mar 14 12:34:45 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3145 , to selected 9010
- m_server.c:mr_server(): check for bogus server ID

Revision 3145 - Directory Listing - [select for diffs]
Modified Wed Mar 12 20:12:46 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3144 , to selected 9010
- channel.c: moved modebuf[] and parabuf[] to send_channel_modes()

Revision 3144 - Directory Listing - [select for diffs]
Modified Wed Mar 12 20:02:20 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3143 , to selected 9010
- removed unused variables

Revision 3143 - Directory Listing - [select for diffs]
Modified Wed Mar 12 19:56:58 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3142 , to selected 9010
- channel_mode.c:chm_op, ch_hop, chm_voice: renamed 'targ_p' to 'target_p'

Revision 3142 - Directory Listing - [select for diffs]
Modified Wed Mar 12 19:38:36 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3141 , to selected 9010
- channel_mode.c: removed unused defines

Revision 3141 - Directory Listing - [select for diffs]
Modified Wed Mar 12 19:35:27 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3140 , to selected 9010
- channel_mode.c: fixed buglet in send_mode_changes_server()

Revision 3140 - Directory Listing - [select for diffs]
Modified Wed Mar 12 19:23:20 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3139 , to selected 9010
- Get rid of halfop -> op rewriting for servers that don't support halfops

Revision 3139 - Directory Listing - [select for diffs]
Modified Wed Mar 12 18:33:51 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3138 , to selected 9010
- m_server.c:ms_sid(): constification + fixed comments

Revision 3138 - Directory Listing - [select for diffs]
Modified Tue Mar 11 19:07:25 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3137 , to selected 9010
- m_svsnick.c: applied "Do not self collide clients who svsnick to themselves" patch by adam

Revision 3137 - Directory Listing - [select for diffs]
Modified Tue Mar 11 19:01:43 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3136 , to selected 9010
- s_serv.c:server_estab() moved target_p pointer to inner scope

Revision 3136 - Directory Listing - [select for diffs]
Modified Tue Mar 11 18:24:03 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3135 , to selected 9010
- Various fixes to previous ts5 removal changes

Revision 3135 - Directory Listing - [select for diffs]
Modified Mon Mar 10 21:11:25 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3133 , to selected 9010
- Server now no longer accepts TS5 links

Revision 3133 - Directory Listing - [select for diffs]
Modified Sun Mar 9 22:12:06 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3131 , to selected 9010
- svn propset

Revision 3131 - Directory Listing - [select for diffs]
Modified Sun Mar 9 22:06:41 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3130 , to selected 9010
- respond.c: update copyright header

Revision 3130 - Directory Listing - [select for diffs]
Modified Sun Mar 9 21:06:49 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3126 , to selected 9010
- Update tools/README.mkpasswd

Revision 3126 - Directory Listing - [select for diffs]
Modified Sun Mar 9 20:10:33 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3125 , to selected 9010
- mkpasswd.c: mkpasswd now defaults to MD5 instead of DES

Revision 3125 - Directory Listing - [select for diffs]
Modified Sun Mar 9 20:06:46 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3123 , to selected 9010
- mkpasswd.c: cosmetical fixes

Revision 3123 - Directory Listing - [select for diffs]
Modified Sun Mar 9 17:23:22 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3121 , to selected 9010
- Update help/Makefile.in

Revision 3121 - Directory Listing - [select for diffs]
Modified Sun Mar 9 17:19:47 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3120 , to selected 9010
- Removed m_users.c

Revision 3120 - Directory Listing - [select for diffs]
Modified Fri Mar 7 21:52:54 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3119 , to selected 9010
- Missed some of the parv[0] removal changes. Fixed.

Revision 3119 - Directory Listing - [select for diffs]
Modified Fri Mar 7 20:34:49 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3118 , to selected 9010
- m_invite.c: whitespace commit

Revision 3118 - Directory Listing - [select for diffs]
Modified Fri Mar 7 19:32:34 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3117 , to selected 9010
- numeric.c, m_dline.c: fixed inconsistent use of "can't" and "cannot"

Revision 3117 - Directory Listing - [select for diffs]
Modified Fri Mar 7 19:28:54 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3116 , to selected 9010
- Removed unused header includes here and there

Revision 3116 - Directory Listing - [select for diffs]
Modified Fri Mar 7 19:06:03 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3115 , to selected 9010
- m_trace.c: get rid of remaining from & to pointers

Revision 3115 - Directory Listing - [select for diffs]
Modified Fri Mar 7 19:02:12 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3114 , to selected 9010
- m_info.c: get rid of remaining from & to pointers 

Revision 3114 - Directory Listing - [select for diffs]
Modified Thu Mar 6 22:30:01 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3113 , to selected 9010
- m_stats.c: get rid of remaining from & to pointers

Revision 3113 - Directory Listing - [select for diffs]
Modified Thu Mar 6 22:19:29 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3112 , to selected 9010
- Update dbuf.h, dbuf.c

Revision 3112 - Directory Listing - [select for diffs]
Modified Thu Mar 6 22:06:02 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3111 , to selected 9010
- send.c: removed useless to->from checks

Revision 3111 - Directory Listing - [select for diffs]
Modified Thu Mar 6 21:16:52 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3110 , to selected 9010
- send.h: update sendto_one_notice() prototype

Revision 3110 - Directory Listing - [select for diffs]
Modified Thu Mar 6 20:33:17 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3109 , to selected 9010
- Added sendto_one_notice()

Revision 3109 - Directory Listing - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3107 , to selected 9010
- Applied Adam's sendto_one_numeric() changes

Revision 3107 - Directory Listing - [select for diffs]
Modified Thu Mar 6 12:09:42 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3105 , to selected 9010
- Applied dbuf changes as provided by Adam:
  Refcount dbufs instead of copying the same message to many
  different buffers.

Revision 3105 - Directory Listing - [select for diffs]
Modified Thu Mar 6 00:08:26 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3104 , to selected 9010
- send.c:do_numeric(): fixed first parameter of sendto_channel_butone() call

Revision 3104 - Directory Listing - [select for diffs]
Modified Thu Mar 6 00:07:29 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3103 , to selected 9010
- parse.c:do_numeric(): now use sendto_channel_butone() to also forward
  numerics that are sent to channels to remote clients

Revision 3103 - Directory Listing - [select for diffs]
Modified Thu Mar 6 00:05:12 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3100 , to selected 9010
- send.c: cleaned up sendto_channel_butone() as suggested by Adam

Revision 3100 - Directory Listing - [select for diffs]
Modified Wed Mar 5 20:19:15 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3099 , to selected 9010
- parse.c: removed redundant comment

Revision 3099 - Directory Listing - [select for diffs]
Modified Wed Mar 5 16:40:37 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3096 , to selected 9010
- parse.c:handle_command(): properly deal with parv[0] which now points to the actual
  command string

Revision 3096 - Directory Listing - [select for diffs]
Modified Sat Mar 1 23:31:45 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3093 , to selected 9010
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

Revision 3093 - Directory Listing - [select for diffs]
Modified Sat Mar 1 19:44:52 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3092 , to selected 9010
- conf.h: made some more constants use an enum

Revision 3092 - Directory Listing - [select for diffs]
Modified Sat Mar 1 19:17:39 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3089 , to selected 9010
- s_auth.h: made 'flags' an unsigned int type

Revision 3089 - Directory Listing - [select for diffs]
Modified Sat Mar 1 18:50:21 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3087 , to selected 9010
- modules.h: use an enum for flag types

Revision 3087 - Directory Listing - [select for diffs]
Modified Sat Mar 1 18:46:55 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3085 , to selected 9010
- conf_class.h: use an enum for flag types

Revision 3085 - Directory Listing - [select for diffs]
Modified Sat Mar 1 18:40:58 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3084 , to selected 9010
- listener.h: use an enum for flag types

Revision 3084 - Directory Listing - [select for diffs]
Modified Sat Mar 1 18:37:38 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3081 , to selected 9010
- defaults.h: removed MSGPATH definition

Revision 3081 - Directory Listing - [select for diffs]
Modified Sat Mar 1 18:30:06 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3079 , to selected 9010
- m_stats.c, conf.h: removed unused CONF_FLAGS_LIMIT_IP and CONF_FLAGS_NOMATCH_IP
  definitions

Revision 3079 - Directory Listing - [select for diffs]
Modified Sat Mar 1 17:22:03 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3078 , to selected 9010
- white-space changes / style cleanups

Revision 3078 - Directory Listing - [select for diffs]
Modified Fri Feb 28 20:34:07 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3076 , to selected 9010
- Renamed ts_warn() to sendto_realops_flags_ratelimited()

Revision 3076 - Directory Listing - [select for diffs]
Modified Thu Feb 27 20:08:52 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3073 , to selected 9010
- mkkeypair: LICENSE doesn't exist anymore. It's now COPYING

Revision 3073 - Directory Listing - [select for diffs]
Modified Thu Feb 27 20:05:26 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3071 , to selected 9010
- mkpasswd.c:main(): constification

Revision 3071 - Directory Listing - [select for diffs]
Modified Thu Feb 27 19:58:24 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3069 , to selected 9010
- Update tools/README.mkpasswd

Revision 3069 - Directory Listing - [select for diffs]
Modified Thu Feb 27 19:12:00 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3067 , to selected 9010
- numeric.c, m_set.c: fixed inconsistent use of "can't" and "cannot"

Revision 3067 - Directory Listing - [select for diffs]
Modified Thu Feb 27 19:09:11 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3065 , to selected 9010
- conf_db.c: fixed inconsistent use of "can't" and "cannot"

Revision 3065 - Directory Listing - [select for diffs]
Modified Thu Feb 27 19:03:46 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3063 , to selected 9010
- ircd.c:io_loop(): minor cosmetical fixes to the "reloading motd files"
  server notice

Revision 3063 - Directory Listing - [select for diffs]
Modified Thu Feb 27 18:59:06 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3061 , to selected 9010
- ircd_signal.c:sigint_handler(): fixed inconsistent
  "SIGINT received" vs. "received signal SIGTERM" message

Revision 3061 - Directory Listing - [select for diffs]
Modified Thu Feb 27 18:47:50 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3059 , to selected 9010
- numeric.c: fixed inconsistent use of "can't" and "cannot"

Revision 3059 - Directory Listing - [select for diffs]
Modified Thu Feb 27 17:06:58 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3057 , to selected 9010
- reference.conf: applied 0001-ciphers-doc.patch by Guillaume Parent

Revision 3057 - Directory Listing - [select for diffs]
Modified Wed Feb 26 19:33:54 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3055 , to selected 9010
- channel_mode.c: made mode_count, mode_limit, simple_modes_mask unsigned int types

Revision 3055 - Directory Listing - [select for diffs]
Modified Wed Feb 26 18:38:06 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3054 , to selected 9010
- Removed FAKEHOST server capability for now

Revision 3054 - Directory Listing - [select for diffs]
Modified Wed Feb 26 17:41:01 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3051 , to selected 9010
- Update NEWS

Revision 3051 - Directory Listing - [select for diffs]
Modified Wed Feb 26 16:50:14 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3049 , to selected 9010
- channel_mode.c:send_cap_mode_changes(): fixed bug where MODE is used when
  it should use TMODE

Revision 3049 - Directory Listing - [select for diffs]
Modified Tue Feb 25 22:35:11 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3048 , to selected 9010
- channel_mode.c: removed CAP_IE and CAP_EX from channel_capabs[]

Revision 3048 - Directory Listing - [select for diffs]
Modified Tue Feb 25 22:30:30 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3045 , to selected 9010
- ircd binary is now again placed in /bin instead of /sbin

Revision 3045 - Directory Listing - [select for diffs]
Modified Tue Feb 25 21:38:23 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3044 , to selected 9010
- Removed CAP_CHW. This is mandatory since hybrid 6.0 beta 25

Revision 3044 - Directory Listing - [select for diffs]
Modified Tue Feb 25 21:10:46 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3041 , to selected 9010
- ms_bmask(): made mode_type an unsigned int type

Revision 3041 - Directory Listing - [select for diffs]
Modified Tue Feb 25 20:42:13 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3039 , to selected 9010
- ms_bmask(), remove_ban_list(): removed capability tests for CAP_IE and CAP_EX
  as +I and +e are mandatory for quite a while now

Revision 3039 - Directory Listing - [select for diffs]
Modified Tue Feb 25 19:47:51 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3037 , to selected 9010
- m_join.c:m_join(): constification

Revision 3037 - Directory Listing - [select for diffs]
Modified Tue Feb 25 19:41:43 2014 UTC (11 years, 5 months ago) by michael
Diff to previous 3036 , to selected 9010
- m_encap.c:ms_encap(): removed irrelevant comment

Revision 3036 - Directory Listing - [select for diffs]
Modified Tue Feb 25 14:22:19 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 3031 , to selected 9010
- mempool.c: ifdef out destroy_chunks()

Revision 3031 - Directory Listing - [select for diffs]
Modified Tue Feb 25 11:50:53 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 3029 , to selected 9010
- modules.c:load_one_module(): renamed variables to make less confusing

Revision 3029 - Directory Listing - [select for diffs]
Modified Tue Feb 25 10:55:08 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 3028 , to selected 9010
- channel_mode.c: replaced several sprintf() with snprintf()

Revision 3028 - Directory Listing - [select for diffs]
Modified Tue Feb 25 10:49:10 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 3026 , to selected 9010
- Update NEWS

Revision 3026 - Directory Listing - [select for diffs]
Modified Tue Feb 25 00:07:09 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 3024 , to selected 9010
- m_help.c: whitespace changes

Revision 3024 - Directory Listing - [select for diffs]
Modified Mon Feb 24 22:31:48 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 3022 , to selected 9010
- client.c:find_person(): fixed mismatching prototype as pointed out by Adam

Revision 3022 - Directory Listing - [select for diffs]
Modified Mon Feb 24 20:41:16 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 3019 , to selected 9010
- Moved "struct config_channel_entry ConfigChannel" from channel.c to conf.c

Revision 3019 - Directory Listing - [select for diffs]
Modified Sat Feb 22 21:31:35 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 3017 , to selected 9010
- numeric.h: removed some other unused numeric constants as pointed out by Adam

Revision 3017 - Directory Listing - [select for diffs]
Modified Sat Feb 22 21:06:29 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 3015 , to selected 9010
- numeric.h: removed unused RPL_HOSTHIDDEN numeric constant

Revision 3015 - Directory Listing - [select for diffs]
Modified Thu Feb 20 19:53:26 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 3013 , to selected 9010
- reference.conf: applied 0004-Improve-reference-cipher-list.patch provided by gp.

Revision 3013 - Directory Listing - [select for diffs]
Modified Thu Feb 20 19:50:45 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 3011 , to selected 9010
- reference.conf: applied 0003-Increase-reference-DH-parameters-size.patch
  provided by gp. But instead of 4096bits we use 2048bits for the example
  command line.

Revision 3011 - Directory Listing - [select for diffs]
Modified Thu Feb 20 19:20:51 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 3009 , to selected 9010
- Update AUTHORS/version.c; add missing '>' spotted by Dizzie

Revision 3009 - Directory Listing - [select for diffs]
Modified Wed Feb 19 11:45:36 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 3007 , to selected 9010
- conf.c:get_oper_name(): constification

Revision 3007 - Directory Listing - [select for diffs]
Modified Wed Feb 19 11:38:21 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 3005 , to selected 9010
- m_challenge.c:m_challenge(): fixed an XXX

Revision 3005 - Directory Listing - [select for diffs]
Modified Wed Feb 19 10:40:15 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 3003 , to selected 9010
- hostmask.c:find_conf_by_address(): removed pointless password = "" assignment.
  match_conf_password() already deals with NULL pointers

Revision 3003 - Directory Listing - [select for diffs]
Modified Wed Feb 19 10:05:57 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 3001 , to selected 9010
- hostmask.c:add_conf_by_address(): fixed assert statement

Revision 3001 - Directory Listing - [select for diffs]
Modified Wed Feb 19 10:01:24 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2999 , to selected 9010
- hostmask.c: minor cleanups to add_conf_by_address()

Revision 2999 - Directory Listing - [select for diffs]
Modified Tue Feb 18 21:25:45 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2997 , to selected 9010
- Fix to previous changes in -r2997

Revision 2997 - Directory Listing - [select for diffs]
Modified Tue Feb 18 21:19:28 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2995 , to selected 9010
- m_dline.c: get rid of this (type & ~0x1) hack

Revision 2995 - Directory Listing - [select for diffs]
Modified Tue Feb 18 21:16:17 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2993 , to selected 9010
- hostmask.c: get rid of this (type & ~0x1) hack

Revision 2993 - Directory Listing - [select for diffs]
Modified Tue Feb 18 16:11:13 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2991 , to selected 9010
- Update reference.conf

Revision 2991 - Directory Listing - [select for diffs]
Modified Tue Feb 18 12:10:03 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2989 , to selected 9010
- m_admin.c: fixed invalid comment

Revision 2989 - Directory Listing - [select for diffs]
Modified Tue Feb 18 11:21:42 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2986 , to selected 9010
- Stole recent /map changes from p4. Network map looks much better now.

Revision 2986 - Directory Listing - [select for diffs]
Modified Tue Feb 18 09:39:08 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2985 , to selected 9010
- Via p4: Make whowas honor disable_remote_commands

Revision 2985 - Directory Listing - [select for diffs]
Modified Fri Jan 31 21:19:56 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2982 , to selected 9010
- m_part.c:m_part(): removed IsServer() test

Revision 2982 - Directory Listing - [select for diffs]
Modified Fri Jan 31 21:15:13 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2980 , to selected 9010
- m_quit.c: removed unused header include

Revision 2980 - Directory Listing - [select for diffs]
Modified Fri Jan 31 19:15:05 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2978 , to selected 9010
- ircd.c:set_time(): replaced snprintf/report_error combo with
  ilog/sendto_realops_flags

Revision 2978 - Directory Listing - [select for diffs]
Modified Fri Jan 31 19:09:37 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2976 , to selected 9010
- ircd.c:set_time(): minor style cleanup

Revision 2976 - Directory Listing - [select for diffs]
Modified Fri Jan 31 12:31:22 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2974 , to selected 9010
- m_server.c:mr_server(): don't falsely exit a server with the reason
  being "SID already exists" if it's just hash_find_server() that
  returned non-NULL.

Revision 2974 - Directory Listing - [select for diffs]
Modified Fri Jan 31 11:56:51 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2972 , to selected 9010
- m_xline.c: reorder functions, removed unused header includes, constifications

Revision 2972 - Directory Listing - [select for diffs]
Modified Fri Jan 31 11:40:14 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2970 , to selected 9010
- m_help.c: Made dohelp() and sendhelpfile() void functions

Revision 2970 - Directory Listing - [select for diffs]
Modified Fri Jan 31 11:23:46 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2968 , to selected 9010
- Move myctime() from irc_string.c to s_misc.c

Revision 2968 - Directory Listing - [select for diffs]
Modified Thu Jan 30 18:19:18 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2967 , to selected 9010
- m_etrace.c: removed unused header includes

Revision 2967 - Directory Listing - [select for diffs]
Modified Thu Jan 30 18:14:23 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2964 , to selected 9010
- Really make do_motd() a void function...

Revision 2964 - Directory Listing - [select for diffs]
Modified Thu Jan 30 18:12:25 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2962 , to selected 9010
- m_admin.c, m_motd.c: do_admin() and do_motd() always succeed. Make them a void again.

Revision 2962 - Directory Listing - [select for diffs]
Modified Thu Jan 30 17:13:29 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2959 , to selected 9010
- Update documents

Revision 2959 - Directory Listing - [select for diffs]
Modified Tue Jan 28 17:30:49 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2958 , to selected 9010
- Added modules_get_list() and made modules_list visible to only modules.c
- Fixed naming convetion of other linked lists in modules.c

Revision 2958 - Directory Listing - [select for diffs]
Modified Tue Jan 28 17:05:51 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2955 , to selected 9010
- Removed sendto_channel_remote()

Revision 2955 - Directory Listing - [select for diffs]
Modified Tue Jan 28 16:40:30 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2953 , to selected 9010
- register_remote_user(): removed unused realname/gecos parameter

Revision 2953 - Directory Listing - [select for diffs]
Modified Sun Jan 26 20:52:57 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2951 , to selected 9010
- modes.txt: fixed typo as reported by gp

Revision 2951 - Directory Listing - [select for diffs]
Modified Sun Jan 26 20:15:59 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2949 , to selected 9010
- channel_mode.c: fixed compile error with halfops enabled

Revision 2949 - Directory Listing - [select for diffs]
Modified Sun Jan 26 20:08:25 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2947 , to selected 9010
- client.h: add separate definition for services IDs instead of using HOSTLEN

Revision 2947 - Directory Listing - [select for diffs]
Modified Sun Jan 26 19:41:03 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2945 , to selected 9010
- Revert -r1925. We no longer show how many times an oline has been hit.

Revision 2945 - Directory Listing - [select for diffs]
Modified Sun Jan 26 19:11:38 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2943 , to selected 9010
- match.c: removed unused header include

Revision 2943 - Directory Listing - [select for diffs]
Modified Sun Jan 26 15:42:53 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2941 , to selected 9010
- channel_mode.c, channel.c: removed unused header include

Revision 2941 - Directory Listing - [select for diffs]
Modified Sun Jan 26 12:54:13 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2939 , to selected 9010
- channel_mode.c:get_channel_access(): constification

Revision 2939 - Directory Listing - [select for diffs]
Modified Sun Jan 26 12:51:50 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2937 , to selected 9010
- channel_mode.c: minor optimizations to set_channel_mode()

Revision 2937 - Directory Listing - [select for diffs]
Modified Sun Jan 26 12:15:55 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2935 , to selected 9010
- Clean up stupid pointer magic passed to the channel mode handlers.

Revision 2935 - Directory Listing - [select for diffs]
Modified Sun Jan 26 11:16:40 2014 UTC (11 years, 6 months ago) by michael
Diff to previous 2933 , to selected 9010
- irc_res.h: update copyright/license header

Revision 2933 - Directory Listing - [select for diffs]
Modified Sun Jan 26 00:31:33 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2931 , to selected 9010
- Two native english speakers, to different opinions; another grammatical
  error fix to AUTHORS and version.c

Revision 2931 - Directory Listing - [select for diffs]
Modified Sat Jan 25 23:29:24 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2929 , to selected 9010
- Added Adam to contributors

Revision 2929 - Directory Listing - [select for diffs]
Modified Sat Jan 25 23:14:08 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2925 , to selected 9010
- s_auth.c, s_auth.h: optimized so we save unecessary auth_doing_list
  traversals. Patch provided by Adam.

Revision 2925 - Directory Listing - [select for diffs]
Modified Sat Jan 25 21:46:42 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2923 , to selected 9010
- s_serv.h: removed unused header include

Revision 2923 - Directory Listing - [select for diffs]
Modified Sat Jan 25 21:43:43 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2921 , to selected 9010
- modules.h: removed unused header include

Revision 2921 - Directory Listing - [select for diffs]
Modified Sat Jan 25 21:38:44 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2919 , to selected 9010
- send.c: made some things use an enum.

Revision 2919 - Directory Listing - [select for diffs]
Modified Sat Jan 25 21:37:34 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2916 , to selected 9010
- event.c: fixed compile error

Revision 2916 - Directory Listing - [select for diffs]
Modified Sat Jan 25 21:09:18 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2914 , to selected 9010
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2914 - Directory Listing - [select for diffs]
Modified Fri Jan 24 19:45:36 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2912 , to selected 9010
- Fixed bug where some irc clients could not reconnect
  via ssl as pointed out by gp

Revision 2912 - Directory Listing - [select for diffs]
Modified Thu Jan 23 20:06:14 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2910 , to selected 9010
- m_capab.c: removed extraneous parentheses

Revision 2910 - Directory Listing - [select for diffs]
Modified Thu Jan 23 19:10:55 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2908 , to selected 9010
- Implemented "userhost-in-names" client capability

Revision 2908 - Directory Listing - [select for diffs]
Modified Thu Jan 23 19:04:21 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2906 , to selected 9010
- m_names.c: removed unused header include

Revision 2906 - Directory Listing - [select for diffs]
Modified Thu Jan 23 19:02:58 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2904 , to selected 9010
- m_names.c: a channel name parameter is now required

Revision 2904 - Directory Listing - [select for diffs]
Modified Wed Jan 22 20:44:15 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2902 , to selected 9010
- m_list.c: style cleanups

Revision 2902 - Directory Listing - [select for diffs]
Modified Wed Jan 22 20:24:03 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2900 , to selected 9010
- channel_mode.h: fixed long-standing bug where +p channels have been show
  in the /whois reply

Revision 2900 - Directory Listing - [select for diffs]
Modified Wed Jan 22 19:18:28 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2898 , to selected 9010
- m_names.c:names_non_public_non_secret(): fixed long-standing bug where
  users that are on a private/secret channel have been shown in /names
  output. Bug introduced in rev 1.60 (CVS) / Tue Jun 28 21:26:06 2005

Revision 2898 - Directory Listing - [select for diffs]
Modified Wed Jan 22 18:41:24 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2896 , to selected 9010
- hostmask.c: constification

Revision 2896 - Directory Listing - [select for diffs]
Modified Tue Jan 21 20:05:40 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2894 , to selected 9010
- channel_mode.h: made some things use an enum. Removed unused header include.

Revision 2894 - Directory Listing - [select for diffs]
Modified Tue Jan 21 19:11:13 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2892 , to selected 9010
- hostmask.c: style cleanups

Revision 2892 - Directory Listing - [select for diffs]
Modified Tue Jan 21 18:30:02 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2891 , to selected 9010
- channel_mode.c: fixed indentation, removed whitespaces/tabs,
  removed unused header includes

Revision 2891 - Directory Listing - [select for diffs]
Modified Tue Jan 21 17:52:26 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2888 , to selected 9010
- Fixed grammatical error

Revision 2888 - Directory Listing - [select for diffs]
Modified Tue Jan 21 17:47:11 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2885 , to selected 9010
- Fixed improper use of the ID_or_name macro in several places

Revision 2885 - Directory Listing - [select for diffs]
Modified Mon Jan 20 22:50:36 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2883 , to selected 9010
- m_encap.c:ms_encap(): removed pointless code. Buffer can't be overflown
  since snprintf() is being used

Revision 2883 - Directory Listing - [select for diffs]
Modified Mon Jan 20 18:17:57 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2881 , to selected 9010
- irc_string.c:has_wildcards(): add support for character escaping

Revision 2881 - Directory Listing - [select for diffs]
Modified Mon Jan 20 17:15:39 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2879 , to selected 9010
- Use the i/o subsystem to execute scheduled writes. Patch provided by Adam.

Revision 2879 - Directory Listing - [select for diffs]
Modified Sun Jan 19 19:28:57 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2877 , to selected 9010
- m_xline.c:mo_xline(): properly report missing privilege now that
  we have the 'unxline' oper flag

Revision 2877 - Directory Listing - [select for diffs]
Modified Sun Jan 19 19:25:00 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2874 , to selected 9010
- m_xline.c: speed up xline lookups

Revision 2874 - Directory Listing - [select for diffs]
Modified Sun Jan 19 17:36:58 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2872 , to selected 9010
- motd.c:motd_lookup(): constification

Revision 2872 - Directory Listing - [select for diffs]
Modified Sun Jan 19 17:25:38 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2870 , to selected 9010
- Moved configuration related code from ircd.c to conf.c

Revision 2870 - Directory Listing - [select for diffs]
Modified Sun Jan 19 17:18:43 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2868 , to selected 9010
- s_gline.c:find_is_glined(): style cleanup

Revision 2868 - Directory Listing - [select for diffs]
Modified Sun Jan 19 17:01:59 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2867 , to selected 9010
- s_serv.h: made some things use an enum

Revision 2867 - Directory Listing - [select for diffs]
Modified Sun Jan 19 16:58:07 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2865 , to selected 9010
- send.c, send.h: made some things use an enum

Revision 2865 - Directory Listing - [select for diffs]
Modified Sun Jan 19 14:35:22 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2863 , to selected 9010
- Clean up all files in include/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years

Revision 2863 - Directory Listing - [select for diffs]
Modified Sun Jan 19 12:09:56 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2861 , to selected 9010
- m_trace.c:ms_trace(): properly check return value of hunt_server()
  against HUNTED_ISME. Just in case the HUNT_* definitions get
  changed some day

Revision 2861 - Directory Listing - [select for diffs]
Modified Sat Jan 18 20:17:36 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2859 , to selected 9010
- m_gline.c:ms_gline(): improved readability. Removed extranous IsClient() test.

Revision 2859 - Directory Listing - [select for diffs]
Modified Sat Jan 18 20:01:35 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2857 , to selected 9010
- m_gline.c: merged do_sgline() into ms_gline(). Removed me_gline() encap handler.

Revision 2857 - Directory Listing - [select for diffs]
Modified Sat Jan 18 19:38:13 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2855 , to selected 9010
- m_dline.c: merged me_undline() into ms_undline()

Revision 2855 - Directory Listing - [select for diffs]
Modified Sat Jan 18 18:03:49 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2853 , to selected 9010
- Fixed indentation, removed whitespaces/tabs, update copyright header

Revision 2853 - Directory Listing - [select for diffs]
Modified Sat Jan 18 16:34:27 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2852 , to selected 9010
- Regenerate parser

Revision 2852 - Directory Listing - [select for diffs]
Modified Sat Jan 18 16:30:48 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2850 , to selected 9010
- Added 'unxline' oper privilege for better fine tuning

Revision 2850 - Directory Listing - [select for diffs]
Modified Fri Jan 17 18:22:04 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2848 , to selected 9010
- m_server.c:mr_server(): if there's no connect block for a server,
  exit the connection with "No connect{} block." instead of
  "Invalid servername." 

Revision 2848 - Directory Listing - [select for diffs]
Modified Fri Jan 17 18:05:01 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2846 , to selected 9010
- Made irc numeric use an enum

Revision 2846 - Directory Listing - [select for diffs]
Modified Fri Jan 17 16:58:36 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2844 , to selected 9010
- hook.h, hook.c: fixed indentation, removed whitespaces/tabs

Revision 2844 - Directory Listing - [select for diffs]
Modified Thu Jan 16 20:20:47 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2843 , to selected 9010
- Update reference.conf

Revision 2843 - Directory Listing - [select for diffs]
Modified Thu Jan 16 19:24:56 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2841 , to selected 9010
- Allow private rsa keys larger than 2048 bits. Reported by Zdenek Kaspar.

Revision 2841 - Directory Listing - [select for diffs]
Modified Thu Jan 16 18:31:54 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2838 , to selected 9010
- doc/reference.conf: whitespace changes

Revision 2838 - Directory Listing - [select for diffs]
Modified Thu Jan 16 18:29:42 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2836 , to selected 9010
- ircd_signal.c: fixed typo in comment

Revision 2836 - Directory Listing - [select for diffs]
Modified Thu Jan 16 18:01:20 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2834 , to selected 9010
- ircd_signal.c: fixed indentation, removed whitespaces/tabs, removed unused header includes

Revision 2834 - Directory Listing - [select for diffs]
Modified Thu Jan 16 17:54:09 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2832 , to selected 9010
- ircd_signal.c:setup_signals(): fixed bug where signals stopped from
  working after restaring the ircd via SIGINT. Spotted and fixed by Adam.

Revision 2832 - Directory Listing - [select for diffs]
Modified Thu Jan 16 16:53:34 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2830 , to selected 9010
- ircd_signal.c: minor fixes to sigchld_handler()

Revision 2830 - Directory Listing - [select for diffs]
Modified Thu Jan 16 15:23:07 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2828 , to selected 9010
- Tweak reloading/rehasing config files server notice

Revision 2828 - Directory Listing - [select for diffs]
Modified Wed Jan 15 23:34:31 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2826 , to selected 9010
- m_xline.c:me_xline(): fixed misleading comment

Revision 2826 - Directory Listing - [select for diffs]
Modified Wed Jan 15 23:30:37 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2824 , to selected 9010
- Fixed previous commit to ms_locops()

Revision 2824 - Directory Listing - [select for diffs]
Modified Wed Jan 15 23:26:39 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2822 , to selected 9010
- m_locops.c:ms_locops(): replaced sendto_server() combo
  with sendto_match_servs()

Revision 2822 - Directory Listing - [select for diffs]
Modified Wed Jan 15 23:17:03 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2820 , to selected 9010
- m_operwall.c: removed me_operwall() encap handler

Revision 2820 - Directory Listing - [select for diffs]
Modified Wed Jan 15 23:10:26 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2818 , to selected 9010
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2818 - Directory Listing - [select for diffs]
Modified Tue Jan 14 18:29:05 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2816 , to selected 9010
- m_dline.c, m_kline.c: fixed wrong copyright years

Revision 2816 - Directory Listing - [select for diffs]
Modified Tue Jan 14 18:16:33 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2814 , to selected 9010
- m_encap.c: fixed indentation, style cleanups, reformatting

Revision 2814 - Directory Listing - [select for diffs]
Modified Mon Jan 13 20:29:44 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2813 , to selected 9010
- hostmask.c:parse_netmask(): optimize for the ipv4 case

Revision 2813 - Directory Listing - [select for diffs]
Modified Sun Jan 12 20:23:50 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2812 , to selected 9010
- Renamed ban_them() to conf_try_ban()
- conf_try_ban() removed exemption notices that are now redundant

Revision 2812 - Directory Listing - [select for diffs]
Modified Sun Jan 12 20:02:20 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2811 , to selected 9010
- check_gline(), check_kline(): remove additional IsClient() test.
  There can't be an unregistered client on the local_client_list.

Revision 2811 - Directory Listing - [select for diffs]
Modified Sun Jan 12 19:39:33 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2810 , to selected 9010
- 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 2810 - Directory Listing - [select for diffs]
Modified Sun Jan 12 18:30:44 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2807 , to selected 9010
- m_dline.c, m_kline.c: fixed indentation, style cleanups, reformatting

Revision 2807 - Directory Listing - [select for diffs]
Modified Sun Jan 12 17:19:01 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2804 , to selected 9010
- m_dline.c:mo_dline(). if a target server exists, use sendto_match_servs()
  instead of sendto_server()

Revision 2804 - Directory Listing - [select for diffs]
Modified Sun Jan 12 16:54:01 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2801 , to selected 9010
- m_kline.c:mo_kline(). if a target server exists, use sendto_match_servs()
  instead of sendto_server()

Revision 2801 - Directory Listing - [select for diffs]
Modified Sat Jan 11 21:23:41 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2799 , to selected 9010
- Fixed inconsistent ERR_NOPRIVS vs. ERR_NOPRIVILEGES mess

Revision 2799 - Directory Listing - [select for diffs]
Modified Thu Jan 9 21:05:49 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2796 , to selected 9010
- m_message.c:msg_client(): removed pointless MyClient() test

Revision 2796 - Directory Listing - [select for diffs]
Modified Thu Jan 9 20:44:09 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2794 , to selected 9010
- m_message.c: fixed indentation, style cleanups, reformatting

Revision 2794 - Directory Listing - [select for diffs]
Modified Thu Jan 9 17:38:54 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2793 , to selected 9010
- Update NEWS

Revision 2793 - Directory Listing - [select for diffs]
Modified Thu Jan 9 17:38:12 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2786 , to selected 9010
 - Make PRIVMSG/NOTICE use UID targets if possible

Revision 2786 - Directory Listing - [select for diffs]
Modified Mon Jan 6 22:33:53 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2784 , to selected 9010
- parse.c, m_message.c: replaced few 512s with IRCD_BUFSIZE; removed useless casts

Revision 2784 - Directory Listing - [select for diffs]
Modified Mon Jan 6 19:12:19 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2778 , to selected 9010
- m_whois.c:do_whois(): get it to work with UIDs. Spotted and fixed by Adam.

Revision 2778 - Directory Listing - [select for diffs]
Modified Mon Jan 6 17:35:14 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2777 , to selected 9010
- Update help/oper

Revision 2777 - Directory Listing - [select for diffs]
Modified Mon Jan 6 17:12:30 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2774 , to selected 9010
- Update  help/trace, help/kill

Revision 2774 - Directory Listing - [select for diffs]
Modified Mon Jan 6 14:27:39 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2771 , to selected 9010
- Update help/stats

Revision 2771 - Directory Listing - [select for diffs]
Modified Mon Jan 6 14:21:52 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2768 , to selected 9010
- Update help/unxline

Revision 2768 - Directory Listing - [select for diffs]
Modified Mon Jan 6 14:19:39 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2764 , to selected 9010
- Update help/connect

Revision 2764 - Directory Listing - [select for diffs]
Modified Mon Jan 6 13:31:19 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2762 , to selected 9010
- Update help/squit

Revision 2762 - Directory Listing - [select for diffs]
Modified Mon Jan 6 13:28:49 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2757 , to selected 9010
- m_whois.c:whois_person(): removed /whois notice

Revision 2757 - Directory Listing - [select for diffs]
Modified Sun Jan 5 23:20:19 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2756 , to selected 9010
- hash.c:exceeding_sendq(): constification

Revision 2756 - Directory Listing - [select for diffs]
Modified Sun Jan 5 22:50:35 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2751 , to selected 9010
- m_who.c:do_who(): don't hide hopcount to irc operators

Revision 2751 - Directory Listing - [select for diffs]
Modified Sun Jan 5 22:25:50 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2748 , to selected 9010
- m_map.c: don't leak hidden servers in /map

Revision 2748 - Directory Listing - [select for diffs]
Modified Sun Jan 5 19:20:09 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2746 , to selected 9010
- Fixed server name leak for hidden servers in /who, /whois and /whowas

Revision 2746 - Directory Listing - [select for diffs]
Modified Sun Jan 5 17:43:29 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2743 , to selected 9010
- m_trace.c:mo_trace(): properly check return value of hunt_server()

Revision 2743 - Directory Listing - [select for diffs]
Modified Sun Jan 5 16:47:21 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2739 , to selected 9010
- mo_version(): fixed indentation

Revision 2739 - Directory Listing - [select for diffs]
Modified Sat Jan 4 20:04:27 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2736 , to selected 9010
- Fixed kline issue as reported by Andrei Hristow

Revision 2736 - Directory Listing - [select for diffs]
Modified Fri Jan 3 19:37:33 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2733 , to selected 9010
- conf.c:conf_free(): sanely clear hub/leaf lists fur debugging purposes

Revision 2733 - Directory Listing - [select for diffs]
Modified Fri Jan 3 17:30:13 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2732 , to selected 9010
- s_bsd.c:ssl_handshake(): reset timeout handler once SSL_accept() has
  succeeded. Spotted by gp.

Revision 2732 - Directory Listing - [select for diffs]
Modified Wed Jan 1 14:14:17 2014 UTC (11 years, 7 months ago) by michael
Diff to previous 2727 , to selected 9010
- Update copyright years

Revision 2727 - Directory Listing - [select for diffs]
Modified Sun Dec 29 13:28:03 2013 UTC (11 years, 7 months ago) by michael
Diff to previous 2725 , to selected 9010
- Cleaned up RPL_WHOISADMIN hack

Revision 2725 - Directory Listing - [select for diffs]
Modified Sun Dec 29 13:01:00 2013 UTC (11 years, 7 months ago) by michael
Diff to previous 2722 , to selected 9010
- Fixed bug where ircd didn't timeout SSL connections that haven't
  finished the SSL handshake. Reported by Adam.

Revision 2722 - Directory Listing - [select for diffs]
Modified Wed Dec 25 13:50:27 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2718 , to selected 9010
- automake 1.14.1

Revision 2718 - Directory Listing - [select for diffs]
Modified Wed Dec 25 13:43:46 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2714 , to selected 9010
- Fixed EOB not working for remote servers (Fake Direction)

Revision 2714 - Directory Listing - [select for diffs]
Modified Tue Dec 24 21:15:22 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2712 , to selected 9010
- list.c:dlinkFindDelete(): minor readability improvements

Revision 2712 - Directory Listing - [select for diffs]
Modified Tue Dec 24 18:38:02 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2709 , to selected 9010
- m_webirc.c: instead of silently dropping WEBIRC requests from
  registered clients, simply send ERR_ALREADYREGISTRED

Revision 2709 - Directory Listing - [select for diffs]
Modified Sat Dec 21 18:35:50 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2704 , to selected 9010
- Update several help files

Revision 2704 - Directory Listing - [select for diffs]
Modified Sat Dec 21 18:19:05 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2700 , to selected 9010
- Update several help files

Revision 2700 - Directory Listing - [select for diffs]
Modified Wed Dec 18 12:39:14 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2697 , to selected 9010
- m_webirc.c:mr_webirc(): fixed bug where parv[3] isn't tested for
  a valid hostname. Spotted by Adam.

Revision 2697 - Directory Listing - [select for diffs]
Modified Wed Dec 18 12:12:26 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2694 , to selected 9010
- 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 2694 - Directory Listing - [select for diffs]
Modified Tue Dec 17 19:35:37 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2691 , to selected 9010
- Avoid magically sized temporary buffers

Revision 2691 - Directory Listing - [select for diffs]
Modified Tue Dec 17 18:55:59 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2688 , to selected 9010
- Avoid magically sized temporary buffers

Revision 2688 - Directory Listing - [select for diffs]
Modified Tue Dec 17 17:42:06 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2686 , to selected 9010
- introduce_client(), sendnick_TS(): fixed buffer overflow if a client has all possible
  modes set that are defined in SEND_UMODES

Revision 2686 - Directory Listing - [select for diffs]
Modified Mon Dec 16 17:37:20 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2682 , to selected 9010
- m_nick.c, m_join.c: Tweaked channel/nickname rejection notices

Revision 2682 - Directory Listing - [select for diffs]
Modified Sun Dec 15 18:40:09 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2680 , to selected 9010
- client.c: #include "parse.h"

Revision 2680 - Directory Listing - [select for diffs]
Modified Sun Dec 15 18:37:59 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2678 , to selected 9010
- event.c:aventAdIsh(): fixed compile warning with -Wunsuffixed-float-constants,
  replaced rand() with genrand_int32()

Revision 2678 - Directory Listing - [select for diffs]
Modified Sun Dec 15 12:17:23 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2675 , to selected 9010
- client.c:make_client(): make use of the SetUnknown() macro

Revision 2675 - Directory Listing - [select for diffs]
Modified Sat Dec 14 22:50:36 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2670 , to selected 9010
- version.c: cosmetical changes

Revision 2670 - Directory Listing - [select for diffs]
Modified Sat Dec 14 21:32:56 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2669 , to selected 9010
- stats_hooks(), show_events(): no longer sending an extra empty line
  before RPL_ENDOFSTATS

Revision 2669 - Directory Listing - [select for diffs]
Modified Fri Dec 13 19:59:17 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2666 , to selected 9010
- Update AUTHORS & version.c

Revision 2666 - Directory Listing - [select for diffs]
Modified Thu Dec 12 21:46:17 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2663 , to selected 9010
- Update AUTHORS

Revision 2663 - Directory Listing - [select for diffs]
Modified Thu Dec 12 19:42:22 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2659 , to selected 9010
- m_join.c:m_join(): actually test conf->reason for being a NULL pointer

Revision 2659 - Directory Listing - [select for diffs]
Modified Thu Dec 12 19:36:08 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2657 , to selected 9010
- conf.c:valid_wild_card(): add missing va_end()

Revision 2657 - Directory Listing - [select for diffs]
Modified Thu Dec 12 19:04:53 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2654 , to selected 9010
- m_help.c:sendhelpfile(): fixed fd leak

Revision 2654 - Directory Listing - [select for diffs]
Modified Wed Dec 11 17:45:34 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2650 , to selected 9010
- send.c:send_queued_write(): removed pointless cast

Revision 2650 - Directory Listing - [select for diffs]
Modified Tue Dec 10 19:46:48 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2646 , to selected 9010
- s_bsd_select.c, s_bsd_devpoll.c, s_bsd_epoll.c,
  s_bsd_kqueue.c, s_bsd_poll.c: style corrections

Revision 2646 - Directory Listing - [select for diffs]
Modified Tue Dec 10 19:30:18 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2644 , to selected 9010
- ircd.c: show serial number on startup

Revision 2644 - Directory Listing - [select for diffs]
Modified Tue Dec 10 19:19:21 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2640 , to selected 9010
- m_mode.c: fixed possible desync with modes set by services

Revision 2640 - Directory Listing - [select for diffs]
Modified Tue Dec 10 18:14:41 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2638 , to selected 9010
- m_locops.c: added proper TS6 support / properly prefix LOCOPS message with name/UID

Revision 2638 - Directory Listing - [select for diffs]
Modified Tue Dec 10 18:08:38 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2635 , to selected 9010
- send.c: cleaned up style here and there

Revision 2635 - Directory Listing - [select for diffs]
Modified Tue Dec 10 17:46:37 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2634 , to selected 9010
- send.c:sendto_match_servs(): removed unused variable

Revision 2634 - Directory Listing - [select for diffs]
Modified Tue Dec 10 17:42:20 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2632 , to selected 9010
- send.c:sendto_anywhere(): removed unreachable code. server never sends
  SID-prefixed messages to clients

Revision 2632 - Directory Listing - [select for diffs]
Modified Sun Dec 8 18:33:48 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2630 , to selected 9010
- Removed setup_socket callback
- Removed init_comm() as init_netio() can be called directly

Revision 2630 - Directory Listing - [select for diffs]
Modified Sun Dec 8 13:42:51 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2627 , to selected 9010
- RPL_WHOISMODES now uses the 310 numeric to comply with other ircds

Revision 2627 - Directory Listing - [select for diffs]
Modified Fri Dec 6 19:39:55 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2621 , to selected 9010
- Fixed compile warnings with --enable-poll and --enable-select

Revision 2621 - Directory Listing - [select for diffs]
Modified Wed Dec 4 19:25:23 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2616 , to selected 9010
- m_svskill.c: replaced MyClient() test with MyConnect()

Revision 2616 - Directory Listing - [select for diffs]
Modified Wed Dec 4 17:52:24 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2614 , to selected 9010
- Administrators may now see channel modes in /LIST

Revision 2614 - Directory Listing - [select for diffs]
Modified Mon Dec 2 18:20:23 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2613 , to selected 9010
- src/s_bsd_kqueue.c: removed redundant init_netio() prototype; fixed indentation

Revision 2613 - Directory Listing - [select for diffs]
Modified Mon Dec 2 18:16:38 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2611 , to selected 9010
- src/s_bsd_kqueue.c: fixed compile warning

Revision 2611 - Directory Listing - [select for diffs]
Modified Thu Nov 28 19:20:43 2013 UTC (11 years, 8 months ago) by michael
Diff to previous 2605 , to selected 9010
- src/irc_reslib.c: removed advertising clause

Revision 2605 - Directory Listing - [select for diffs]
Modified Sat Nov 23 20:05:05 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2602 , to selected 9010
- Set SVN properties on m_svskill.c

Revision 2602 - Directory Listing - [select for diffs]
Modified Sat Nov 23 20:01:36 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2597 , to selected 9010
- Added SVSKILL

Revision 2597 - Directory Listing - [select for diffs]
Modified Sat Nov 23 17:31:42 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2594 , to selected 9010
- Untabify help/who

Revision 2594 - Directory Listing - [select for diffs]
Modified Thu Nov 21 17:20:41 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2591 , to selected 9010
- Add -fno-strict-aliasing to CFLAGS if possible

Revision 2591 - Directory Listing - [select for diffs]
Modified Thu Nov 21 13:51:52 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2589 , to selected 9010
- include/client.h: add UMODE_CALLERID, UMODE_SOFTCALLERID to SEND_UMODES

Revision 2589 - Directory Listing - [select for diffs]
Modified Wed Nov 20 23:25:12 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2586 , to selected 9010
- Applied kqueue() fix by Adam <adam@anope.org>

Revision 2586 - Directory Listing - [select for diffs]
Modified Wed Nov 20 23:09:49 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2583 , to selected 9010
- Optimized find_person()

Revision 2583 - Directory Listing - [select for diffs]
Modified Wed Nov 20 23:01:19 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2580 , to selected 9010
- client.c:find_person(): completely disallow UID guessing as suggested by Adam <adam@anope.org>

Revision 2580 - Directory Listing - [select for diffs]
Modified Wed Nov 20 20:46:57 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2578 , to selected 9010
- Better distinguishing between usermode +g and +G in both /whois and /privmsg
  as suggested by Adam <adam@anope.org>

Revision 2578 - Directory Listing - [select for diffs]
Modified Wed Nov 20 19:54:44 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2573 , to selected 9010
- Fixed ID_or_name macro as reported by Adam <adam@anope.org>

Revision 2573 - Directory Listing - [select for diffs]
Modified Mon Nov 18 20:07:00 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2570 , to selected 9010
- listener.c:show_ports(): fixed ip address leakage even if hide_server_ips
  is set to 'yes'. Reported by Adam <adam@anope.org>

Revision 2570 - Directory Listing - [select for diffs]
Modified Mon Nov 18 19:14:02 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2567 , to selected 9010
- bison 3.0.1

Revision 2567 - Directory Listing - [select for diffs]
Modified Sun Nov 17 20:16:12 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2565 , to selected 9010
- channel.c: optimized find_channel_link() as suggested by Adam <adam@anope.org>

Revision 2565 - Directory Listing - [select for diffs]
Modified Sun Nov 17 18:40:26 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2560 , to selected 9010
- Renamed kill_client_ll_serv_butone() to kill_client_serv_butone() just to satisfy Adam's OCD

Revision 2560 - Directory Listing - [select for diffs]
Modified Sun Nov 17 15:37:01 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2557 , to selected 9010
- m_mode.c:ms_bmask(): fixed bug with server hiding enabled

Revision 2557 - Directory Listing - [select for diffs]
Modified Sun Nov 17 15:27:07 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2554 , to selected 9010
- src/channel_mode.c: fixed small buglet in send_mode_changes() with server
  hiding enabled. Reported by Adam <adam@anope.org>

Revision 2554 - Directory Listing - [select for diffs]
Modified Sun Nov 17 13:26:56 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2551 , to selected 9010
- Updated help/who

Revision 2551 - Directory Listing - [select for diffs]
Modified Sun Nov 17 13:18:46 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2549 , to selected 9010
- m_who.c: updated comment

Revision 2549 - Directory Listing - [select for diffs]
Modified Sun Nov 17 13:14:56 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2547 , to selected 9010
- WHO now shows whether or not a nickname has been registered with NickServ. ('r' status flag)

Revision 2547 - Directory Listing - [select for diffs]
Modified Fri Nov 15 21:22:55 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2543 , to selected 9010
- src/numeric.c: added missing +h mode to 004 numeric when building the ircd with --enable-halfops
  as reported by Adam <adam@anope.org>

Revision 2543 - Directory Listing - [select for diffs]
Modified Wed Nov 13 18:25:39 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2540 , to selected 9010
- src/send.c: fixed several compile warnings with -Wsign-conversion

Revision 2540 - Directory Listing - [select for diffs]
Modified Wed Nov 13 16:56:30 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2536 , to selected 9010
- m_hash.c: constification

Revision 2536 - Directory Listing - [select for diffs]
Modified Wed Nov 13 15:13:08 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2534 , to selected 9010
- m_whois.c: only administrators may see a client's certificate finger print

Revision 2534 - Directory Listing - [select for diffs]
Modified Sat Nov 9 20:59:51 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2529 , to selected 9010
- channel_mode.c: fixed warnings with clang

Revision 2529 - Directory Listing - [select for diffs]
Modified Fri Nov 8 17:49:24 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2525 , to selected 9010
- Administrators are now able to see user modes a user has set via /whois

Revision 2525 - Directory Listing - [select for diffs]
Modified Sat Nov 2 17:07:38 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2522 , to selected 9010
- Style corrections

Revision 2522 - Directory Listing - [select for diffs]
Modified Fri Nov 1 20:44:04 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2520 , to selected 9010
- Got rid of find_kill() and find_gline() wrapper functions

Revision 2520 - Directory Listing - [select for diffs]
Modified Tue Oct 29 19:18:40 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2518 , to selected 9010
- m_topic.c: constification

Revision 2518 - Directory Listing - [select for diffs]
Modified Sun Oct 27 19:41:30 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2513 , to selected 9010
- src/send.c: replaced all sprintf() with snprintf()

Revision 2513 - Directory Listing - [select for diffs]
Modified Sun Oct 27 19:02:07 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2511 , to selected 9010
- src/numeric.c: fixed typo

Revision 2511 - Directory Listing - [select for diffs]
Modified Sun Oct 27 18:56:53 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2508 , to selected 9010
- 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 2508 - Directory Listing - [select for diffs]
Modified Sun Oct 27 16:32:15 2013 UTC (11 years, 9 months ago) by michael
Diff to previous 2503 , to selected 9010
- Admins may now see +s channels a user is in with /WHOIS

Revision 2503 - Directory Listing - [select for diffs]
Modified Sat Oct 26 15:51:36 2013 UTC (11 years, 10 months ago) by michael
Diff to previous 2499 , to selected 9010
- m_svsmode.c: constification

Revision 2499 - Directory Listing - [select for diffs]
Modified Fri Oct 25 20:30:36 2013 UTC (11 years, 10 months ago) by michael
Diff to previous 2498 , to selected 9010
- Added m4/ac_define_dir.m4

Revision 2498 - Directory Listing - [select for diffs]
Modified Fri Oct 25 20:25:11 2013 UTC (11 years, 10 months ago) by michael
Diff to previous 2495 , to selected 9010
- Update NEWS

Revision 2495 - Directory Listing - [select for diffs]
Modified Fri Oct 25 20:19:45 2013 UTC (11 years, 10 months ago) by michael
Diff to previous 2491 , to selected 9010
- Administrators can now see +s channels in /LIST

Revision 2491 - Directory Listing - [select for diffs]
Modified Fri Oct 25 16:55:01 2013 UTC (11 years, 10 months ago) by michael
Diff to previous 2482 , to selected 9010
- 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 2482 - Directory Listing - [select for diffs]
Modified Wed Oct 23 17:54:03 2013 UTC (11 years, 10 months ago) by michael
Diff to previous 2481 , to selected 9010
- m_svsnick.c: fixed stupid bug that leads to desynchronized nick database
  throughout the entire network

Revision 2481 - Directory Listing - [select for diffs]
Modified Wed Oct 23 16:38:58 2013 UTC (11 years, 10 months ago) by michael
Diff to previous 2480 , to selected 9010
- Move openssl check to m4/ax_check_openssl.m4

Revision 2480 - Directory Listing - [select for diffs]
Modified Wed Oct 23 16:05:41 2013 UTC (11 years, 10 months ago) by michael
Diff to previous 2478 , to selected 9010
- Initial build system related modernizations
- Add -fstack-protector to CFLAGS if available

Revision 2478 - Directory Listing - [select for diffs]
Modified Wed Oct 23 14:04:31 2013 UTC (11 years, 10 months ago) by michael
Diff to previous 2475 , to selected 9010
- Stole ircu's RPL_WHOISACCOUNT numeric

Revision 2475 - Directory Listing - [select for diffs]
Modified Fri Oct 11 19:40:43 2013 UTC (11 years, 10 months ago) by michael
Diff to previous 2473 , to selected 9010
- find_person(): fixed naming convention
- find_chasing(): reduced required arguments

Revision 2473 - Directory Listing - [select for diffs]
Modified Fri Oct 11 16:44:17 2013 UTC (11 years, 10 months ago) by michael
Diff to previous 2468 , to selected 9010
- Bison 3.0

Revision 2468 - Directory Listing - [select for diffs]
Modified Sun Aug 18 18:25:28 2013 UTC (12 years ago) by michael
Diff to previous 2464 , to selected 9010
- Update NEWS

Revision 2464 - Directory Listing - [select for diffs]
Modified Sat Aug 17 20:43:45 2013 UTC (12 years ago) by michael
Diff to previous 2463 , to selected 9010
- doc/reference.conf: remove references to RSA public key

Revision 2463 - Directory Listing - [select for diffs]
Modified Sat Aug 17 20:38:00 2013 UTC (12 years ago) by michael
Diff to previous 2459 , to selected 9010
- Fixed certificate fingerprint validation for outgoing server connects

Revision 2459 - Directory Listing - [select for diffs]
Modified Fri Aug 16 20:30:09 2013 UTC (12 years ago) by michael
Diff to previous 2454 , to selected 9010
- Update doc/modes.txt

Revision 2454 - Directory Listing - [select for diffs]
Modified Wed Aug 14 16:08:16 2013 UTC (12 years ago) by michael
Diff to previous 2450 , to selected 9010
- Update NEWS file

Revision 2450 - Directory Listing - [select for diffs]
Modified Wed Aug 14 16:04:45 2013 UTC (12 years ago) by michael
Diff to previous 2448 , to selected 9010
- Update doc/challenge.txt

Revision 2448 - Directory Listing - [select for diffs]
Modified Sun Aug 11 18:53:59 2013 UTC (12 years ago) by michael
Diff to previous 2441 , to selected 9010
- Update help/stats

Revision 2441 - Directory Listing - [select for diffs]
Modified Sun Aug 11 11:52:33 2013 UTC (12 years ago) by michael
Diff to previous 2433 , to selected 9010
- channel.c:can_send(): fixed issue with channel mode +n having
  no functionality. Reported by Fawkes

Revision 2433 - Directory Listing - [select for diffs]
Modified Fri Aug 2 18:43:00 2013 UTC (12 years ago) by michael
Diff to previous 2426 , to selected 9010
- Removed rfc1459_command_send_error() message handler

Revision 2426 - Directory Listing - [select for diffs]
Modified Tue Jul 30 17:20:47 2013 UTC (12 years ago) by michael
Diff to previous 2412 , to selected 9010
- s_bsd.c:ssl_handshake(): no need to spam ircd.log with useless ssl errors

Revision 2412 - Directory Listing - [select for diffs]
Modified Fri Jul 19 16:48:04 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2410 , to selected 9010
- include/patchlevel.h: changed patchlevel to hybrid(TRUNK)

Revision 2410 - Directory Listing - [select for diffs]
Modified Fri Jul 19 15:44:09 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2403 , to selected 9010
- motd.(c|h): fixed core with zero byte length ircd.motd. Reported by Fawkes

Revision 2403 - Directory Listing - [select for diffs]
Modified Tue Jul 16 15:22:41 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2397 , to selected 9010
- mr_nick(): remove legacy code for nicks cantaining '~'. valid_nickname()
  already takes care of this.

Revision 2397 - Directory Listing - [select for diffs]
Modified Tue Jul 16 14:10:38 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2393 , to selected 9010
- Fixed bug that would prevent servers from linking together
  if connect::aftype wasn't specified

Revision 2393 - Directory Listing - [select for diffs]
Modified Sun Jul 14 14:25:48 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2382 , to selected 9010
- help/cmode: fixed typo

Revision 2382 - Directory Listing - [select for diffs]
Modified Sat Jul 6 16:31:07 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2378 , to selected 9010
- Remove msgq, and xsnprintf source files for now

Revision 2378 - Directory Listing - [select for diffs]
Modified Fri Jul 5 16:58:11 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2376 , to selected 9010
- White-space commit

Revision 2376 - Directory Listing - [select for diffs]
Modified Fri Jul 5 16:56:30 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2374 , to selected 9010
- White-space commit

Revision 2374 - Directory Listing - [select for diffs]
Modified Fri Jul 5 16:55:23 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2373 , to selected 9010
- Update help/rehash

Revision 2373 - Directory Listing - [select for diffs]
Modified Fri Jul 5 16:47:10 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2368 , to selected 9010
- White-space commit

Revision 2368 - Directory Listing - [select for diffs]
Modified Thu Jul 4 22:42:24 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2366 , to selected 9010
- m_nick.c:change_local_nick(): fixed nickchange-flooding logic
  not to further penalize already penalized clients

Revision 2366 - Directory Listing - [select for diffs]
Modified Thu Jul 4 21:49:56 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2363 , to selected 9010
- ircd_defs.h: increased PASSWDLEN to 128

Revision 2363 - Directory Listing - [select for diffs]
Modified Thu Jul 4 21:29:23 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2362 , to selected 9010
- find_accept(): solved XXX

Revision 2362 - Directory Listing - [select for diffs]
Modified Thu Jul 4 21:15:32 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2359 , to selected 9010
- m_xline.c:ms_xline(): removed already solved XXX comment

Revision 2359 - Directory Listing - [select for diffs]
Modified Thu Jul 4 21:03:19 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2358 , to selected 9010
- m_trace.c:report_this_status(): XXX solved. x->localClient->firsttime can't
  ever be zero

Revision 2358 - Directory Listing - [select for diffs]
Modified Thu Jul 4 20:16:08 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2355 , to selected 9010
- hook.c: constification/style corrections

Revision 2355 - Directory Listing - [select for diffs]
Modified Thu Jul 4 12:22:09 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2354 , to selected 9010
- White-space changes

Revision 2354 - Directory Listing - [select for diffs]
Modified Thu Jul 4 11:47:20 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2352 , to selected 9010
- m_whois.c: removed legacy code

Revision 2352 - Directory Listing - [select for diffs]
Modified Wed Jul 3 21:42:19 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2350 , to selected 9010
- Fixed core with empty auth::spoof entries

Revision 2350 - Directory Listing - [select for diffs]
Modified Wed Jul 3 21:23:45 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2347 , to selected 9010
- ircd_defs.h: increased KILLLEN, REASONLEN, KICKLEN, and AWAYLEN to 180

Revision 2347 - Directory Listing - [select for diffs]
Modified Wed Jul 3 19:09:32 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2345 , to selected 9010
- Automake 1.14

Revision 2345 - Directory Listing - [select for diffs]
Modified Wed Jul 3 18:17:39 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2341 , to selected 9010
- White-space commit / style corrections

Revision 2341 - Directory Listing - [select for diffs]
Modified Wed Jul 3 13:54:23 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2340 , to selected 9010
- Removed useless sanity checks
- Fixed bug where remote /STATS requests were not rate limited

Revision 2340 - Directory Listing - [select for diffs]
Modified Wed Jul 3 13:31:23 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2336 , to selected 9010
- UNRESV should be logged as well
- Improved logging. Fixed inconsistent use of
  get_oper_name() vs. source_p->name

Revision 2336 - Directory Listing - [select for diffs]
Modified Wed Jul 3 12:58:28 2013 UTC (12 years, 1 month ago) by michael
Diff to previous 2334 , to selected 9010
- Added XLINE and RESV logging types

Revision 2334 - Directory Listing - [select for diffs]
Modified Sun Jun 23 17:32:44 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2331 , to selected 9010
- Fixed broken --disable-libgeoip switch

Revision 2331 - Directory Listing - [select for diffs]
Modified Sun Jun 23 13:52:17 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2330 , to selected 9010
- hostmask.c:hash_text(): removed pointless cast

Revision 2330 - Directory Listing - [select for diffs]
Modified Sun Jun 23 13:29:56 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2328 , to selected 9010
- ircd.c: temporarily disable FAKEHOST capability

Revision 2328 - Directory Listing - [select for diffs]
Modified Sun Jun 23 12:47:41 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2324 , to selected 9010
- reference.conf: fixed typo

Revision 2324 - Directory Listing - [select for diffs]
Modified Sun Jun 23 12:03:54 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2322 , to selected 9010
- Fixed Dom's irc-name

Revision 2322 - Directory Listing - [select for diffs]
Modified Sun Jun 23 12:01:30 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2320 , to selected 9010
- 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 - [select for diffs]
Modified Sat Jun 22 20:53:51 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2318 , to selected 9010
- motd.c: fixed possible core with "STATS z" as reported by Fawkes

Revision 2318 - Directory Listing - [select for diffs]
Modified Fri Jun 21 17:47:52 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2317 , to selected 9010
- Stole ircu's outbound message queue implementation for later use

Revision 2317 - Directory Listing - [select for diffs]
Modified Fri Jun 21 14:00:41 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2314 , to selected 9010
- 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 2314 - Directory Listing - [select for diffs]
Modified Fri Jun 21 12:50:33 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2313 , to selected 9010
- s_user.c: style corrections, remove useless comment

Revision 2313 - Directory Listing - [select for diffs]
Modified Fri Jun 21 11:40:50 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2309 , to selected 9010
- conf.c:valid_tkline(): minor cleanups

Revision 2309 - Directory Listing - [select for diffs]
Modified Wed Jun 19 20:48:02 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2308 , to selected 9010
- s_serv.c:show_capabilities(): fixed buffer oddities

Revision 2308 - Directory Listing - [select for diffs]
Modified Wed Jun 19 19:43:39 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2305 , to selected 9010
- doc/reference.conf: whitespace changes

Revision 2305 - Directory Listing - [select for diffs]
Modified Wed Jun 19 19:41:30 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2304 , to selected 9010
- doc/reference.conf: whitespace changes

Revision 2304 - Directory Listing - [select for diffs]
Modified Wed Jun 19 16:05:49 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2301 , to selected 9010
- numeric.c: constificate replies[]

Revision 2301 - Directory Listing - [select for diffs]
Modified Wed Jun 19 12:21:28 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2300 , to selected 9010
- s_misc.c: constify weekdays[], months[]

Revision 2300 - Directory Listing - [select for diffs]
Modified Wed Jun 19 12:10:37 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2297 , to selected 9010
- whowas: Renamed functions.
  add_history -> whowas_add_history
  off_history -> whowas_off_history
  get_history -> whowas_get_history

Revision 2297 - Directory Listing - [select for diffs]
Modified Wed Jun 19 11:57:38 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2296 , to selected 9010
- whowas.c: renamed count_whowas_memory() to whowas_count_memory()
- watch_count_memory(), whowas_count_memory(): constification, renamed
  variables, removed unused variables

Revision 2296 - Directory Listing - [select for diffs]
Modified Wed Jun 19 11:19:22 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2293 , to selected 9010
- Rename Ban::username structure member to Ban::user

Revision 2293 - Directory Listing - [select for diffs]
Modified Wed Jun 19 10:54:16 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2292 , to selected 9010
- Added FAKEHOST server capability for later use

Revision 2292 - Directory Listing - [select for diffs]
Modified Wed Jun 19 10:44:02 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2289 , to selected 9010
- client.h: add UMODE_HIDDENHOST to SEND_UMODES

Revision 2289 - Directory Listing - [select for diffs]
Modified Wed Jun 19 10:32:20 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2287 , to selected 9010
- s_user.c:user_set_hostmask(): don't send QUIT message to channels if
  cycle_on_host_change is turned off

Revision 2287 - Directory Listing - [select for diffs]
Modified Tue Jun 18 21:36:18 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2286 , to selected 9010
- s_bsd.c:ssl_handshake(): shrink buffer size of md

Revision 2286 - Directory Listing - [select for diffs]
Modified Tue Jun 18 19:23:54 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2283 , to selected 9010
- Update NEWS and reference.conf

Revision 2283 - Directory Listing - [select for diffs]
Modified Tue Jun 18 19:13:20 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2282 , to selected 9010
- Added generall::cycle_on_host_change configuration option as requested
  by Adam <adam@anope.org>

Revision 2282 - Directory Listing - [select for diffs]
Modified Tue Jun 18 18:02:14 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2279 , to selected 9010
- s_serv.c: cleanup show_capabilities(). Replace sprintf() combo with strlcat()

Revision 2279 - Directory Listing - [select for diffs]
Modified Tue Jun 18 16:56:16 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2278 , to selected 9010
- Update doc/reference.conf

Revision 2278 - Directory Listing - [select for diffs]
Modified Tue Jun 18 16:33:30 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2275 , to selected 9010
- Back out previous changes to detach_conf()

Revision 2275 - Directory Listing - [select for diffs]
Modified Tue Jun 18 16:30:11 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2274 , to selected 9010
- conf.c:detach_conf(): fixed bug where we didn't call remove_from_cidr_check()
  in some cases

Revision 2274 - Directory Listing - [select for diffs]
Modified Tue Jun 18 16:01:57 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2270 , to selected 9010
- Sort out unused header includes

Revision 2270 - Directory Listing - [select for diffs]
Modified Tue Jun 18 15:09:36 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2269 , to selected 9010
- m_stats.c: fixed typo

Revision 2269 - Directory Listing - [select for diffs]
Modified Tue Jun 18 15:07:26 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2267 , to selected 9010
- Added general::stats_u_oper_only configuration option

Revision 2267 - Directory Listing - [select for diffs]
Modified Mon Jun 17 23:30:36 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2265 , to selected 9010
- Update doc/reference.conf

Revision 2265 - Directory Listing - [select for diffs]
Modified Mon Jun 17 19:22:23 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2262 , to selected 9010
- tools/mkpasswd.c: replace another sprintf() with snprintf()

Revision 2262 - Directory Listing - [select for diffs]
Modified Mon Jun 17 18:35:12 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2260 , to selected 9010
- trace_get_dependent(): use unsigned int here

Revision 2260 - Directory Listing - [select for diffs]
Modified Mon Jun 17 15:53:34 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2259 , to selected 9010
- Removed doc/guidelines.txt

Revision 2259 - Directory Listing - [select for diffs]
Modified Mon Jun 17 15:07:54 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2258 , to selected 9010
- Really update README

Revision 2258 - Directory Listing - [select for diffs]
Modified Mon Jun 17 14:00:40 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2255 , to selected 9010
- Update README

Revision 2255 - Directory Listing - [select for diffs]
Modified Mon Jun 17 13:53:22 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2253 , to selected 9010
- Update README. Mention libGeoIP

Revision 2253 - Directory Listing - [select for diffs]
Modified Mon Jun 17 11:35:00 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2252 , to selected 9010
- ircd.c: whitespace commit/style cleanup

Revision 2252 - Directory Listing - [select for diffs]
Modified Sun Jun 16 13:29:13 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2248 , to selected 9010
- conf_parser.y: don't attempt to copy ciphers if there aren't any

Revision 2248 - Directory Listing - [select for diffs]
Modified Sun Jun 16 11:28:30 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2246 , to selected 9010
- Add operator::ssl_connection_required configuration option

Revision 2246 - Directory Listing - [select for diffs]
Modified Sun Jun 16 10:48:39 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2244 , to selected 9010
- 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 - [select for diffs]
Modified Sat Jun 15 22:08:10 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2242 , to selected 9010
- rename 'fingerprint' configuration directive to 'ssl_certificate_fingerprint'

Revision 2242 - Directory Listing - [select for diffs]
Modified Sat Jun 15 21:00:43 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2241 , to selected 9010
- channel_mode.c:add_id(): don't leak server names of servers that are hidden.
  Patch provided by Adam <adam@anope.org>

Revision 2241 - Directory Listing - [select for diffs]
Modified Sat Jun 15 20:48:36 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2238 , to selected 9010
- svn propset

Revision 2238 - Directory Listing - [select for diffs]
Modified Sat Jun 15 19:19:33 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2236 , to selected 9010
- automake 1.13.4

Revision 2236 - Directory Listing - [select for diffs]
Modified Sat Jun 15 18:55:39 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2235 , to selected 9010
- Update doc/reference.conf

Revision 2235 - Directory Listing - [select for diffs]
Modified Sat Jun 15 18:14:12 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2234 , to selected 9010
- Change CERTFP implementation to use SHA-256 hashes
- Remove base16_encode()

Revision 2234 - Directory Listing - [select for diffs]
Modified Fri Jun 14 18:40:21 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2233 , to selected 9010
- Update doc/reference.conf

Revision 2233 - Directory Listing - [select for diffs]
Modified Fri Jun 14 18:29:06 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2232 , to selected 9010
- numeric.c: fixed core introduced in -r2228

Revision 2232 - Directory Listing - [select for diffs]
Modified Fri Jun 14 16:31:44 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2231 , to selected 9010
- Enable certificate fingerprint validation for CHALLENGE aswell

Revision 2231 - Directory Listing - [select for diffs]
Modified Thu Jun 13 20:29:59 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2230 , to selected 9010
- s_user.c:introduce_client(): must send CERTFP on client introduction aswell

Revision 2230 - Directory Listing - [select for diffs]
Modified Thu Jun 13 20:23:04 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2229 , to selected 9010
- s_bsd.c:ssl_handshake() replaced a xstrndup() with xstrdup()

Revision 2229 - Directory Listing - [select for diffs]
Modified Thu Jun 13 20:10:27 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2228 , to selected 9010
- Cleanups and fixes to previous commit -r2228

Revision 2228 - Directory Listing - [select for diffs]
Modified Thu Jun 13 19:46:30 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2227 , to selected 9010
- Implement certificate fingerprint validation for oper{} and connect{} blocks.
  Some code taken from oftc-hybrid. Hello, stu!

Revision 2227 - Directory Listing - [select for diffs]
Modified Wed Jun 12 18:32:31 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2224 , to selected 9010
- Update NEWS

Revision 2224 - Directory Listing - [select for diffs]
Modified Wed Jun 12 18:10:43 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2222 , to selected 9010
- white-space commit/style corrections

Revision 2222 - Directory Listing - [select for diffs]
Modified Mon Jun 10 19:34:04 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2220 , to selected 9010
- mkpasswd.c: replace all sprintf() with snprintf()

Revision 2220 - Directory Listing - [select for diffs]
Modified Sun Jun 9 16:16:42 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2218 , to selected 9010
- respond.c: white-space changes/style corrections

Revision 2218 - Directory Listing - [select for diffs]
Modified Sun Jun 9 15:52:28 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2216 , to selected 9010
- Update challenge.txt

Revision 2216 - Directory Listing - [select for diffs]
Modified Thu Jun 6 17:35:45 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2213 , to selected 9010
- Added read_links_file()

Revision 2213 - Directory Listing - [select for diffs]
Modified Wed Jun 5 22:25:49 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2212 , to selected 9010
- conf_class.c: white-space changes

Revision 2212 - Directory Listing - [select for diffs]
Modified Wed Jun 5 22:04:03 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2210 , to selected 9010
- s_serv.c:write_links_file(): replaced a dlinkAdd() with dlinkAddTail()

Revision 2210 - Directory Listing - [select for diffs]
Modified Wed Jun 5 21:15:55 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2208 , to selected 9010
- Update NEWS and reference.conf

Revision 2208 - Directory Listing - [select for diffs]
Modified Wed Jun 5 21:06:43 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2206 , to selected 9010
- channel.c: optimized can_join(). Do less intensive tests before actually
  testing for ban/exempt masks

Revision 2206 - Directory Listing - [select for diffs]
Modified Wed Jun 5 18:41:57 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2203 , to selected 9010
- m_services.c: changed HS shortcut to send messages to HostServ

Revision 2203 - Directory Listing - [select for diffs]
Modified Wed Jun 5 18:33:28 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2200 , to selected 9010
- motd.c: style correction

Revision 2200 - Directory Listing - [select for diffs]
Modified Tue Jun 4 18:45:53 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2199 , to selected 9010
- Update doc/serverhide.txt

Revision 2199 - Directory Listing - [select for diffs]
Modified Tue Jun 4 18:38:21 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2196 , to selected 9010
- - Update NEWS/fixed typo:wq

Revision 2196 - Directory Listing - [select for diffs]
Modified Tue Jun 4 18:30:12 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2194 , to selected 9010
- Moved disable_remote_command configuration directive from
  general{} block to serverhide{] block

Revision 2194 - Directory Listing - [select for diffs]
Modified Tue Jun 4 14:58:06 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2193 , to selected 9010
- Fixes to changes done in -r2164

Revision 2193 - Directory Listing - [select for diffs]
Modified Tue Jun 4 13:31:33 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2190 , to selected 9010
- motd.c:motd_destroy() don't attempt to unlink a local/remote motd
  from MotdList.other

Revision 2190 - Directory Listing - [select for diffs]
Modified Tue Jun 4 12:53:00 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2189 , to selected 9010
- motd.c:motd_cache(): do the stat() before fopen() + improve error
  reporting in case stat() failed

Revision 2189 - Directory Listing - [select for diffs]
Modified Tue Jun 4 12:45:38 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2186 , to selected 9010
- Removed Client::client_host and Client::client_server members

Revision 2186 - Directory Listing - [select for diffs]
Modified Tue Jun 4 12:31:40 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2185 , to selected 9010
- m_etrace.c: removed XXX-tag. /etrace -full gives extendend etrace

Revision 2185 - Directory Listing - [select for diffs]
Modified Tue Jun 4 12:29:18 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2182 , to selected 9010
- Removed usermode +C

Revision 2182 - Directory Listing - [select for diffs]
Modified Tue Jun 4 12:19:04 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2181 , to selected 9010
- Style correcions/white-space changes

Revision 2181 - Directory Listing - [select for diffs]
Modified Tue Jun 4 11:03:41 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2178 , to selected 9010
- Fixed debug assertion being triggered on ident lookup
  as reported by Stuart Walsh

Revision 2178 - Directory Listing - [select for diffs]
Modified Mon Jun 3 23:56:42 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2175 , to selected 9010
- automake 1.13.3

Revision 2175 - Directory Listing - [select for diffs]
Modified Mon Jun 3 23:45:39 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2174 , to selected 9010
- Now that invite- and ban-exempts are hardcoded, there's no need to delete
  them from ISUPPORT-list on /rehash

Revision 2174 - Directory Listing - [select for diffs]
Modified Mon Jun 3 19:45:38 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2171 , to selected 9010
- Remove unused temporary_resv list. Move channel_resv_list to conf.c 

Revision 2171 - Directory Listing - [select for diffs]
Modified Mon Jun 3 18:15:44 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2168 , to selected 9010
- Update reference.conf

Revision 2168 - Directory Listing - [select for diffs]
Modified Sun Jun 2 20:08:01 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2167 , to selected 9010
- motd.c, motd.h: fix compile warnings

Revision 2167 - Directory Listing - [select for diffs]
Modified Sun Jun 2 20:02:51 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2164 , to selected 9010
- motd.c, motd.h: add support for ip masks

Revision 2164 - Directory Listing - [select for diffs]
Modified Sun Jun 2 19:42:58 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2163 , to selected 9010
- motd.h, motd.c: minor cleanups. use 'unsigned' whenever possible

Revision 2163 - Directory Listing - [select for diffs]
Modified Sun Jun 2 18:41:38 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2160 , to selected 9010
- include/defaults.h: remove unused INIT_LOG_LEVEL define

Revision 2160 - Directory Listing - [select for diffs]
Modified Sun Jun 2 18:23:50 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2159 , to selected 9010
- m_stats.c:report_confitem_types(): remove unused variable

Revision 2159 - Directory Listing - [select for diffs]
Modified Sun Jun 2 18:22:01 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2156 , to selected 9010
- Cleanup ISUPPORT code and get rid of message.c

Revision 2156 - Directory Listing - [select for diffs]
Modified Fri May 31 20:53:11 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2155 , to selected 9010
- Cleanup flattened links code

Revision 2155 - Directory Listing - [select for diffs]
Modified Fri May 31 20:14:24 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2152 , to selected 9010
- Update NEWS

Revision 2152 - Directory Listing - [select for diffs]
Modified Fri May 31 19:43:52 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2150 , to selected 9010
- doc/reference.conf: fixed typo

Revision 2150 - Directory Listing - [select for diffs]
Modified Fri May 31 18:39:43 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2148 , to selected 9010
- Implement motd{} configuration blocks based on ircu's implementation

Revision 2148 - Directory Listing - [select for diffs]
Modified Fri May 31 17:18:20 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2146 , to selected 9010
- Don't let non-SSL users join +S channs if ircd has been
  compiled without SSL support. Spotted by Stuart Walsh

Revision 2146 - Directory Listing - [select for diffs]
Modified Thu May 30 11:04:22 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2145 , to selected 9010
- update help/umode, doc/modes.txt

Revision 2145 - Directory Listing - [select for diffs]
Modified Thu May 30 10:57:08 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2143 , to selected 9010
- m_svsmode(), user_set_hostmask(): minor cleanups and fixes to previous commit

Revision 2143 - Directory Listing - [select for diffs]
Modified Thu May 30 01:12:38 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2141 , to selected 9010
- m_svsmode.c: avoid HostServ floods

Revision 2141 - Directory Listing - [select for diffs]
Modified Thu May 30 00:44:27 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2138 , to selected 9010
- s_user.c:user_set_hostmask(): send a QUIT/JOIN combination to other channel
  members to avoid desynchronized IALs

Revision 2138 - Directory Listing - [select for diffs]
Modified Wed May 29 21:14:02 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2137 , to selected 9010
- 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 - [select for diffs]
Modified Wed May 29 19:49:27 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2134 , to selected 9010
- Finished proper implementation of usermode 'x' (UMODE_HIDDENHOST)
  Only services may set a fakehost via SVSMODE.

Revision 2134 - Directory Listing - [select for diffs]
Modified Wed May 29 18:59:39 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2133 , to selected 9010
- s_user.c, s_serv.c, rsa.c: style corrections; mostly whitespace changes

Revision 2133 - Directory Listing - [select for diffs]
Modified Wed May 29 18:27:24 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2130 , to selected 9010
- get_member_status(), valid_wildcard(): constification

Revision 2130 - Directory Listing - [select for diffs]
Modified Wed May 29 15:32:28 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2129 , to selected 9010
- resv.c: move valid_wild_card_simple() to conf.c

Revision 2129 - Directory Listing - [select for diffs]
Modified Wed May 29 13:12:15 2013 UTC (12 years, 2 months ago) by michael
Diff to previous 2126 , to selected 9010
- conf_parser.l, conf_parser.y: style corrections

Revision 2126 - Directory Listing - [select for diffs]
Modified Mon May 27 22:34:55 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2125 , to selected 9010
- conf_parser.y: fixed logic error allowing connect{} blocks that don't have valid
  send/receive passwords

Revision 2125 - Directory Listing - [select for diffs]
Modified Sun May 26 18:41:13 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2122 , to selected 9010
- s_user.c:report_and_set_user_flags(): minor spelling fixes

Revision 2122 - Directory Listing - [select for diffs]
Modified Sun May 26 15:13:52 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2120 , to selected 9010
- Removed doc/server-version-info

Revision 2120 - Directory Listing - [select for diffs]
Modified Sun May 26 15:11:58 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2118 , to selected 9010
- m_version.c: removed confopts(). Configuration options can be seen in /info

Revision 2118 - Directory Listing - [select for diffs]
Modified Sun May 26 11:49:51 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2116 , to selected 9010
- Got rid of CONF_HUB enum type

Revision 2116 - Directory Listing - [select for diffs]
Modified Sun May 26 11:44:01 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2115 , to selected 9010
- Got rid of CONF_CLASS enum type

Revision 2115 - Directory Listing - [select for diffs]
Modified Sun May 26 11:13:03 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2112 , to selected 9010
- Remove temporary xline kludge that was required for better
  interoperability with 7.0 servers

Revision 2112 - Directory Listing - [select for diffs]
Modified Sat May 25 20:56:36 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2106 , to selected 9010
- LOCOPS notices should only be sent to opers that have usermode +l

Revision 2106 - Directory Listing - [select for diffs]
Modified Thu May 23 19:21:53 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2104 , to selected 9010
- conf_parser.y: match() takes care of multiple globs. no need to run collapse()

Revision 2104 - Directory Listing - [select for diffs]
Modified Thu May 23 19:09:06 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2099 , to selected 9010
- Made LOCOPS messages appear as a NOTICE

Revision 2099 - Directory Listing - [select for diffs]
Modified Sun May 19 11:00:34 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2097 , to selected 9010
- m_ison.c: merge do_ison() into m_ison()

Revision 2097 - Directory Listing - [select for diffs]
Modified Sun May 19 08:47:35 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2096 , to selected 9010
- Undo -r1899 for now [Changed RPL_WELCOME to comply with rfc2812]. Looks like this
  confuses mIRC in conjunction with spoofed hosts

Revision 2096 - Directory Listing - [select for diffs]
Modified Sat May 18 19:46:19 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2093 , to selected 9010
- Update help files

Revision 2093 - Directory Listing - [select for diffs]
Modified Sat May 18 19:10:13 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2091 , to selected 9010
- Fixed broken spoofs

Revision 2091 - Directory Listing - [select for diffs]
Modified Sat May 18 18:46:39 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2088 , to selected 9010
- m_who.c: replaced several DLINK_FOREACH_SAFE with a simple DLINK_FOREACH

Revision 2088 - Directory Listing - [select for diffs]
Modified Sat May 18 18:41:38 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2087 , to selected 9010
- m_who.c: style corrections

Revision 2087 - Directory Listing - [select for diffs]
Modified Sat May 18 17:43:50 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2084 , to selected 9010
- Update doc/modes.txt

Revision 2084 - Directory Listing - [select for diffs]
Modified Sat May 18 17:39:39 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2083 , to selected 9010
- Removed testline and testmask

Revision 2083 - Directory Listing - [select for diffs]
Modified Fri May 17 19:29:09 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2080 , to selected 9010
- s_serv.c:hunt_server(): removed collapse() call. Let match() deal with it.

Revision 2080 - Directory Listing - [select for diffs]
Modified Fri May 17 18:40:15 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2079 , to selected 9010
- version.c: update copyright years

Revision 2079 - Directory Listing - [select for diffs]
Modified Fri May 17 16:53:34 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2076 , to selected 9010
- Removed extranous EmptyString() test

Revision 2076 - Directory Listing - [select for diffs]
Modified Fri May 17 16:25:48 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2074 , to selected 9010
- m_whowas.c:whowas_do(): minor cleanups and optimizations

Revision 2074 - Directory Listing - [select for diffs]
Modified Thu May 16 15:59:35 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2073 , to selected 9010
- Update help/notice and help/privmsg

Revision 2073 - Directory Listing - [select for diffs]
Modified Thu May 16 15:19:27 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2070 , to selected 9010
- Removed outdated comment

Revision 2070 - Directory Listing - [select for diffs]
Modified Thu May 16 14:52:58 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2069 , to selected 9010
- Another fix to previous commit. Am I drunk? Aye!

Revision 2069 - Directory Listing - [select for diffs]
Modified Thu May 16 14:48:34 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2067 , to selected 9010
- Fixed compile error

Revision 2067 - Directory Listing - [select for diffs]
Modified Thu May 16 14:45:29 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2064 , to selected 9010
- Merged valid_username() and clean_user_name()

Revision 2064 - Directory Listing - [select for diffs]
Modified Thu May 16 09:56:02 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2056 , to selected 9010
- automake 1.13.2

Revision 2056 - Directory Listing - [select for diffs]
Modified Thu May 16 07:55:16 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2055 , to selected 9010
- m_svsmode(): restore ability to change a user's host via SVSMODE +x

Revision 2055 - Directory Listing - [select for diffs]
Modified Wed May 15 19:37:57 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2050 , to selected 9010
- m_svsmode(): temporarily allow 3 arguments (SVSMODE without a valid TS)

Revision 2050 - Directory Listing - [select for diffs]
Modified Wed May 15 16:43:11 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2046 , to selected 9010
- Update help/cmode

Revision 2046 - Directory Listing - [select for diffs]
Modified Wed May 15 15:50:35 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2045 , to selected 9010
- m_nick.c: replaced few strcpy() with strlcpy()

Revision 2045 - Directory Listing - [select for diffs]
Modified Wed May 15 15:32:01 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2042 , to selected 9010
- m_help.c: minor changes to dohelp() (use pointer arithmetic instead of indexing)

Revision 2042 - Directory Listing - [select for diffs]
Modified Wed May 15 15:20:16 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2040 , to selected 9010
- Update help/index

Revision 2040 - Directory Listing - [select for diffs]
Modified Wed May 15 15:14:43 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2038 , to selected 9010
- Remove help/uhelp
- Cleanup help/Makefile.am to make it easier to read and maintain
- Rebuild help/index

Revision 2038 - Directory Listing - [select for diffs]
Modified Tue May 14 19:21:32 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2037 , to selected 9010
- 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 2037 - Directory Listing - [select for diffs]
Modified Tue May 14 19:08:13 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2033 , to selected 9010
- Improve KILL server notice to be more specific about the client being
  killed (ircnet style)

Revision 2033 - Directory Listing - [select for diffs]
Modified Tue May 14 18:31:14 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2030 , to selected 9010
- Remove help/opers/

Revision 2030 - Directory Listing - [select for diffs]
Modified Tue May 14 18:24:55 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2029 , to selected 9010
- Update configure

Revision 2029 - Directory Listing - [select for diffs]
Modified Tue May 14 18:20:01 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2028 , to selected 9010
- Move all helpfiles to help/

Revision 2028 - Directory Listing - [select for diffs]
Modified Tue May 14 18:19:05 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2026 , to selected 9010
- Overhaul HELP system

Revision 2026 - Directory Listing - [select for diffs]
Modified Tue May 14 15:55:16 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2025 , to selected 9010
- Update reference.conf

Revision 2025 - Directory Listing - [select for diffs]
Modified Sun May 12 18:54:15 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2022 , to selected 9010
- m_svsmode(), set_user_mode(): \n, \r, \t aren't treaded specially anymore

Revision 2022 - Directory Listing - [select for diffs]
Modified Sun May 12 18:07:07 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2021 , to selected 9010
- Remove entering_umode and change_umode callbacks in preparation for the 
  modular usermode subsystem

Revision 2021 - Directory Listing - [select for diffs]
Modified Sun May 12 16:56:37 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2018 , to selected 9010
- m_topic.c: fixed compile warning

Revision 2018 - Directory Listing - [select for diffs]
Modified Sun May 12 16:24:04 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2017 , to selected 9010
- Update reference.conf

Revision 2017 - Directory Listing - [select for diffs]
Modified Sun May 12 15:36:43 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2015 , to selected 9010
- Whitespace commit

Revision 2015 - Directory Listing - [select for diffs]
Modified Sun May 12 15:15:56 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2012 , to selected 9010
- Update reference.conf

Revision 2012 - Directory Listing - [select for diffs]
Modified Sun May 12 14:47:26 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2011 , to selected 9010
- 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 2011 - Directory Listing - [select for diffs]
Modified Sun May 12 12:59:01 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2008 , to selected 9010
- Renamed m_error() to mr_error()

Revision 2008 - Directory Listing - [select for diffs]
Modified Sun May 12 12:52:53 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2007 , to selected 9010
- mr_error(): ignore error if it's not a connecting/handshaking server

Revision 2007 - Directory Listing - [select for diffs]
Modified Sun May 12 12:38:03 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2004 , to selected 9010
- part_one_client(): removed useless client_p argument

Revision 2004 - Directory Listing - [select for diffs]
Modified Sun May 12 12:34:47 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2003 , to selected 9010
- m_nick.c, m_part.c: only style corrections

Revision 2003 - Directory Listing - [select for diffs]
Modified Sat May 11 20:37:27 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 2000 , to selected 9010
- set svn properties

Revision 2000 - Directory Listing - [select for diffs]
Modified Sat May 11 20:33:21 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1998 , to selected 9010
- Re-added Tao-of-IRC.940110 for historical reasons and because I like it.

Revision 1998 - Directory Listing - [select for diffs]
Modified Sat May 11 20:24:40 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1997 , to selected 9010
- Update modes.txt

Revision 1997 - Directory Listing - [select for diffs]
Modified Sat May 11 17:35:07 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1995 , to selected 9010
- Mostly style cleanups & whitespace changes

Revision 1995 - Directory Listing - [select for diffs]
Modified Fri May 10 20:44:26 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1992 , to selected 9010
- Update README. config.h is gone for over a decade now

Revision 1992 - Directory Listing - [select for diffs]
Modified Fri May 10 18:32:26 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1991 , to selected 9010
- Removed unused OFLAG_OPER_SPY definition

Revision 1991 - Directory Listing - [select for diffs]
Modified Thu May 9 16:01:15 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1987 , to selected 9010
- Only show remote client exit notices if the server sent an EOB

Revision 1987 - Directory Listing - [select for diffs]
Modified Thu May 9 13:38:19 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1986 , to selected 9010
- Whitespace commit (test)

Revision 1986 - Directory Listing - [select for diffs]
Modified Thu May 9 12:20:49 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1981 , to selected 9010
- m_eob(): Re-added EOB notice

Revision 1981 - Directory Listing - [select for diffs]
Modified Wed May 8 20:20:27 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1979 , to selected 9010
- regenerate parser/lexer

Revision 1979 - Directory Listing - [select for diffs]
Modified Wed May 8 19:54:51 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1976 , to selected 9010
- Added 'nononreg' (+R) to general::oper_umodes

Revision 1976 - Directory Listing - [select for diffs]
Modified Wed May 8 19:33:06 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1975 , to selected 9010
- Added usermode F (remote client connect/exit notices) on public request

Revision 1975 - Directory Listing - [select for diffs]
Modified Wed May 8 18:51:08 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1972 , to selected 9010
- m_eob(): removed assert() which is now invalid

Revision 1972 - Directory Listing - [select for diffs]
Modified Wed May 8 18:41:37 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1971 , to selected 9010
- Cleanup previous commit -r1957

Revision 1971 - Directory Listing - [select for diffs]
Modified Wed May 8 18:31:55 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1968 , to selected 9010
- EOB is now send to all servers globally

Revision 1968 - Directory Listing - [select for diffs]
Modified Wed May 8 14:59:15 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1967 , to selected 9010
- Cosmetical cleanups

Revision 1967 - Directory Listing - [select for diffs]
Modified Wed May 8 14:33:22 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1964 , to selected 9010
- Print chunk capacity to debug.log instead of ircd.log

Revision 1964 - Directory Listing - [select for diffs]
Modified Wed May 8 14:27:02 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1963 , to selected 9010
- Tweaked various mempool chunk sizes

Revision 1963 - Directory Listing - [select for diffs]
Modified Tue May 7 22:30:51 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1961 , to selected 9010
- Update modes.txt

Revision 1961 - Directory Listing - [select for diffs]
Modified Tue May 7 21:45:45 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1958 , to selected 9010
- (RPL_REDIR) Change conversion specifiers

Revision 1958 - Directory Listing - [select for diffs]
Modified Tue May 7 20:31:14 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1955 , to selected 9010
- Fixed strange user/oper idle-times shown in /trace

Revision 1955 - Directory Listing - [select for diffs]
Modified Mon May 6 18:55:12 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1954 , to selected 9010
- Update NEWS

Revision 1954 - Directory Listing - [select for diffs]
Modified Mon May 6 18:51:19 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1951 , to selected 9010
- 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 1951 - Directory Listing - [select for diffs]
Modified Sun May 5 18:03:29 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1949 , to selected 9010
- Update comment

Revision 1949 - Directory Listing - [select for diffs]
Modified Sun May 5 10:28:09 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1946 , to selected 9010
- conf.c:verify_access(): removed unused variable

Revision 1946 - Directory Listing - [select for diffs]
Modified Sun May 5 10:21:40 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1944 , to selected 9010
- Removed channel::quiet_on_ban configuration option. This feature is
  now enabled by default

Revision 1944 - Directory Listing - [select for diffs]
Modified Sun May 5 10:12:59 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1941 , to selected 9010
- can_send(): fixed bug where bans were not checked against non-channel members

Revision 1941 - Directory Listing - [select for diffs]
Modified Sun May 5 09:52:00 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1940 , to selected 9010
- can_send(): ops/hops/voices may not speak thru +c; 
  ensure msg_has_controls() isn't called twice for non-chanops

Revision 1940 - Directory Listing - [select for diffs]
Modified Sun May 5 09:44:39 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1937 , to selected 9010
- can_send(): ops/hops/voices may not speak thru +c

Revision 1937 - Directory Listing - [select for diffs]
Modified Sat May 4 20:54:13 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1936 , to selected 9010
-  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 1936 - Directory Listing - [select for diffs]
Modified Sat May 4 18:53:29 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1933 , to selected 9010
- Minor spelling fixes

Revision 1933 - Directory Listing - [select for diffs]
Modified Tue Apr 30 20:13:28 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1932 , to selected 9010
- Update serverhide.txt

Revision 1932 - Directory Listing - [select for diffs]
Modified Tue Apr 30 19:44:32 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1929 , to selected 9010
- Update NEWS

Revision 1929 - Directory Listing - [select for diffs]
Modified Tue Apr 30 19:19:28 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1927 , to selected 9010
- Update README

Revision 1927 - Directory Listing - [select for diffs]
Modified Tue Apr 30 17:46:40 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1925 , to selected 9010
- Move report_resv() to m_stats.c

Revision 1925 - Directory Listing - [select for diffs]
Modified Tue Apr 30 15:22:51 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1922 , to selected 9010
- "STATS o" now shows how many times an oper{} block has been used.
  Just like "STATS x|q"

Revision 1922 - Directory Listing - [select for diffs]
Modified Tue Apr 30 15:08:42 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1921 , to selected 9010
- Moved report_confitem_types() to m_stats.c

Revision 1921 - Directory Listing - [select for diffs]
Modified Tue Apr 30 14:54:20 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1919 , to selected 9010
- Forward-port -r1920 [Dropped PCRE support]

Revision 1919 - Directory Listing - [select for diffs]
Modified Tue Apr 30 13:59:53 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1914 , to selected 9010
- Made valid_wild_card_simple() easier to read

Revision 1914 - Directory Listing - [select for diffs]
Modified Sun Apr 28 11:46:40 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1911 , to selected 9010
- Unidentified/unregistered nicks may not speak in +R channels

Revision 1911 - Directory Listing - [select for diffs]
Modified Sun Apr 28 10:34:57 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1908 , to selected 9010
- Fixed shared{} blocks not working as expected
- Fixed spoofs not working as expected

Revision 1908 - Directory Listing - [select for diffs]
Modified Sat Apr 27 21:25:11 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1904 , to selected 9010
- Increased nickname history length to 32768

Revision 1904 - Directory Listing - [select for diffs]
Modified Sat Apr 27 21:16:22 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1902 , to selected 9010
- Removed operflag 'nick_changes'. Operators can now set +n at will

Revision 1902 - Directory Listing - [select for diffs]
Modified Sat Apr 27 19:54:56 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1899 , to selected 9010
- channel.c:get_member_status(): removed useless NULL pointer test

Revision 1899 - Directory Listing - [select for diffs]
Modified Sat Apr 27 18:55:28 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1896 , to selected 9010
- Changed RPL_WELCOME to comply with rfc2812

Revision 1896 - Directory Listing - [select for diffs]
Modified Sat Apr 27 18:07:49 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1895 , to selected 9010
- m_list.c:do_list(): add sanity test for parv[1] being NULL

Revision 1895 - Directory Listing - [select for diffs]
Modified Sat Apr 27 17:07:53 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1892 , to selected 9010
- m_mode(): these buffers don't need to be static

Revision 1892 - Directory Listing - [select for diffs]
Modified Sat Apr 27 14:48:06 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1889 , to selected 9010
- m_kick.c: revert changes made in revision 1.24 (cvs) made on Sun Jan 7 04:46:30 2001 UTC
  AnonOps are gone. And as described in rfc 2812, this is how ircd should behave in case
  no kick-reason has been specified

Revision 1889 - Directory Listing - [select for diffs]
Modified Sat Apr 27 14:22:43 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1888 , to selected 9010
- m_quit(), ms_quit(): added extra sanity test for parv[1] being NULL,
  also try to avoid modifying parv[1]

Revision 1888 - Directory Listing - [select for diffs]
Modified Sat Apr 27 14:05:37 2013 UTC (12 years, 3 months ago) by michael
Diff to previous 1886 , to selected 9010
- m_part(): added extra sanity test for parv[2] being NULL

Revision 1886 - Directory Listing - [select for diffs]
Modified Sat Apr 27 11:16:43 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1877 , to selected 9010
- Replaced a strpbrk() with has_wildcards()

Revision 1877 - Directory Listing - [select for diffs]
Modified Sat Apr 27 10:26:51 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1876 , to selected 9010
- Made find_capability() return an unsigned int

Revision 1876 - Directory Listing - [select for diffs]
Modified Sat Apr 27 09:36:33 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1875 , to selected 9010
- m_whowas.c,m_names.c,m_kick.c: remove pointless code. There's no real reason why
  we should skip preceding commas in nick-/channelnames

Revision 1875 - Directory Listing - [select for diffs]
Modified Sat Apr 27 09:29:46 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1874 , to selected 9010
- "STATS s" now shows configured services{} blocks as well

Revision 1874 - Directory Listing - [select for diffs]
Modified Sat Apr 27 09:27:34 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1872 , to selected 9010
- WHOIS may no longer accept wildcards

Revision 1872 - Directory Listing - [select for diffs]
Modified Fri Apr 26 21:09:13 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1866 , to selected 9010
- Fixed broken compile with libGeoIP disabled

Revision 1866 - Directory Listing - [select for diffs]
Modified Thu Apr 25 17:44:05 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1865 , to selected 9010
- Update reference.conf

Revision 1865 - Directory Listing - [select for diffs]
Modified Thu Apr 25 17:35:30 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1864 , to selected 9010
- Update NEWS

Revision 1864 - Directory Listing - [select for diffs]
Modified Thu Apr 25 17:07:20 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1863 , to selected 9010
- Fixed core on rehash with resv exempts

Revision 1863 - Directory Listing - [select for diffs]
Modified Thu Apr 25 16:48:35 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1862 , to selected 9010
- Minor cleanups to reference.conf

Revision 1862 - Directory Listing - [select for diffs]
Modified Thu Apr 25 15:42:27 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1861 , to selected 9010
- Update NEWS

Revision 1861 - Directory Listing - [select for diffs]
Modified Thu Apr 25 15:33:56 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1860 , to selected 9010
- Update NEWS

Revision 1860 - Directory Listing - [select for diffs]
Modified Thu Apr 25 15:19:00 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1859 , to selected 9010
- God Damn It; resv exempts should be working now

Revision 1859 - Directory Listing - [select for diffs]
Modified Thu Apr 25 15:09:36 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1858 , to selected 9010
- Minor fixes to new resv exempt code

Revision 1858 - Directory Listing - [select for diffs]
Modified Thu Apr 25 15:00:52 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1857 , to selected 9010
- Added basic support for libGeoIP
- Added exempt configuration option to resv{} blocks

Revision 1857 - Directory Listing - [select for diffs]
Modified Wed Apr 24 20:47:21 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1856 , to selected 9010
- Constification

Revision 1856 - Directory Listing - [select for diffs]
Modified Wed Apr 24 19:43:22 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1855 , to selected 9010
- Added configure test for libGeoIP for later usage

Revision 1855 - Directory Listing - [select for diffs]
Modified Wed Apr 24 19:26:23 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1854 , to selected 9010
- Added 'nononreg' (+R) to oper::umodes and general::oper_only_modes

Revision 1854 - Directory Listing - [select for diffs]
Modified Wed Apr 24 19:16:09 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1853 , to selected 9010
- Have /INFO show the configured value of serverhide::hide_services

Revision 1853 - Directory Listing - [select for diffs]
Modified Wed Apr 24 19:04:11 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1852 , to selected 9010
- Update NEWS

Revision 1852 - Directory Listing - [select for diffs]
Modified Wed Apr 24 18:37:39 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1851 , to selected 9010
- Too much red wine

Revision 1851 - Directory Listing - [select for diffs]
Modified Wed Apr 24 18:31:06 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1850 , to selected 9010
- Cleanup m_map.c
- Implemented serverhide::hide_services configuration option

Revision 1850 - Directory Listing - [select for diffs]
Modified Wed Apr 24 11:17:58 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1849 , to selected 9010
- doc/reference.conf: whitespace commit

Revision 1849 - Directory Listing - [select for diffs]
Modified Tue Apr 23 20:30:08 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1848 , to selected 9010
- numeric.h: cosmetical cleanups; removed useless comments

Revision 1848 - Directory Listing - [select for diffs]
Modified Tue Apr 23 20:19:36 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1847 , to selected 9010
- numeric.(c|h): remove RPL_TEXT, re-add RPL_RSACHALLENGE

Revision 1847 - Directory Listing - [select for diffs]
Modified Tue Apr 23 16:42:02 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1846 , to selected 9010
- Constification, replaced few sprintf with snprintf

Revision 1846 - Directory Listing - [select for diffs]
Modified Mon Apr 22 18:59:59 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1845 , to selected 9010
- s_misc.h: fixed compile warning with -Wunsuffixed-float-constants

Revision 1845 - Directory Listing - [select for diffs]
Modified Mon Apr 22 18:33:02 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1844 , to selected 9010
- Fixed some compile warnings

Revision 1844 - Directory Listing - [select for diffs]
Modified Mon Apr 22 15:35:39 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1843 , to selected 9010
- send.c:sendto_common_channels_local(): fixed core which has been introduced in -r1734

Revision 1843 - Directory Listing - [select for diffs]
Modified Sun Apr 21 18:48:01 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1842 , to selected 9010
- conf.h: removed MaskItem::hnext member

Revision 1842 - Directory Listing - [select for diffs]
Modified Sun Apr 21 18:17:27 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1841 , to selected 9010
- Fixed "STATS e" showing random data sometimes
- Mino style corrections to m_stats.c

Revision 1841 - Directory Listing - [select for diffs]
Modified Sun Apr 21 18:07:14 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1840 , to selected 9010
- m_info.c: fixed RESVPATH showing the pathname of the XLINE-file;
  also DPATH is the root directory of installation

Revision 1840 - Directory Listing - [select for diffs]
Modified Sun Apr 21 09:47:29 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1839 , to selected 9010
- Update NEWS

Revision 1839 - Directory Listing - [select for diffs]
Modified Sun Apr 21 09:41:40 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1838 , to selected 9010
- Add ERR_CHANBANREASON (numeric 485)

Revision 1838 - Directory Listing - [select for diffs]
Modified Sun Apr 21 09:36:19 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1837 , to selected 9010
- Numeric 432 now shows the actual reason of quarantined nicknames

Revision 1837 - Directory Listing - [select for diffs]
Modified Sun Apr 21 09:27:27 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1836 , to selected 9010
- Remove current msg locale implementation

Revision 1836 - Directory Listing - [select for diffs]
Modified Fri Apr 19 19:54:11 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1835 , to selected 9010
- m_users, show_lusers: removed extranous arguments to sendto_one()

Revision 1835 - Directory Listing - [select for diffs]
Modified Fri Apr 19 19:51:37 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1834 , to selected 9010
- bison 2.7.1

Revision 1834 - Directory Listing - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1833 , to selected 9010
- Revert to -r1831

Revision 1833 - Directory Listing - [select for diffs]
Modified Fri Apr 19 19:19:46 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1832 , to selected 9010
- bison 2.7.1

Revision 1832 - Directory Listing - [select for diffs]
Modified Fri Apr 19 19:16:09 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1831 , to selected 9010
- 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 1831 - Directory Listing - [select for diffs]
Modified Mon Apr 15 10:57:05 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1830 , to selected 9010
- Forward-port -r1741 [Fixed logfiles not getting reopened on /rehash]

Revision 1830 - Directory Listing - [select for diffs]
Modified Mon Apr 15 10:19:30 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1829 , to selected 9010
- Update NEWS

Revision 1829 - Directory Listing - [select for diffs]
Modified Mon Apr 15 09:50:36 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1828 , to selected 9010
- Update README

Revision 1828 - Directory Listing - [select for diffs]
Modified Mon Apr 15 09:49:29 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1827 , to selected 9010
- Update NEWS

Revision 1827 - Directory Listing - [select for diffs]
Modified Mon Apr 15 09:36:32 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1826 , to selected 9010
- Cleanup m_info.c; merged ms_info and mo_info, style corrections, constification

Revision 1826 - Directory Listing - [select for diffs]
Modified Mon Apr 15 09:09:09 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1825 , to selected 9010
- Minor cleanups to hash.c; removed now unused functions, style cleanups

Revision 1825 - Directory Listing - [select for diffs]
Modified Sun Apr 14 19:54:48 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1824 , to selected 9010
- Quarantined/reserved channels may now contain wildcards

Revision 1824 - Directory Listing - [select for diffs]
Modified Sun Apr 14 18:38:17 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1823 , to selected 9010
- Update reference conf

Revision 1823 - Directory Listing - [select for diffs]
Modified Sun Apr 14 18:24:38 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1819 , to selected 9010
- Renamed example.conf to reference.conf
- Due to upcoming feature implementation, resv{} blocks are no longer stackable

Revision 1819 - Directory Listing - [select for diffs]
Modified Fri Apr 12 11:57:26 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1818 , to selected 9010
- 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 - [select for diffs]
Modified Fri Apr 12 11:02:33 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1817 , to selected 9010
- Remote server connection and split notices now go to new usermode +e

Revision 1817 - Directory Listing - [select for diffs]
Modified Fri Apr 12 10:54:39 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1813 , to selected 9010
- Added default sid to example configuration files

Revision 1813 - Directory Listing - [select for diffs]
Modified Fri Apr 12 08:52:37 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1811 , to selected 9010
- set_user_mode(): remove useless debugging notice

Revision 1811 - Directory Listing - [select for diffs]
Modified Fri Apr 12 08:32:08 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1809 , to selected 9010
- Forward-port -r1810 [m_whois.c: fixed bug where TS5 servers would send an
  empty RPL_WHOISACTUALLY numeric]

Revision 1809 - Directory Listing - [select for diffs]
Modified Wed Apr 10 16:51:34 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1806 , to selected 9010
- Forward-port -r1807 [m_svsmode.c: SVSMODE now requires at least 4 arguments]

Revision 1806 - Directory Listing - [select for diffs]
Modified Mon Apr 1 13:36:31 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1805 , to selected 9010
- Minor fixes to mo_testline (too many arguments passed to sendto_one)

Revision 1805 - Directory Listing - [select for diffs]
Modified Mon Apr 1 12:01:37 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1804 , to selected 9010
- Update doc/ircd.8

Revision 1804 - Directory Listing - [select for diffs]
Modified Mon Apr 1 11:58:39 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1801 , to selected 9010
- Remove BUGS file

Revision 1801 - Directory Listing - [select for diffs]
Modified Mon Apr 1 11:54:07 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1799 , to selected 9010
- myctime(): replaced strcpy() with strlcpy()

Revision 1799 - Directory Listing - [select for diffs]
Modified Sun Mar 31 17:12:07 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1798 , to selected 9010
- Forward-port -r1791 [improved services support. services may now set a channel
  topic without joining the channel first]

Revision 1798 - Directory Listing - [select for diffs]
Modified Sun Mar 31 17:09:50 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1797 , to selected 9010
- Cleanup/reorganize header file layout
- Fixed naming convention in some places

Revision 1797 - Directory Listing - [select for diffs]
Modified Sun Mar 31 14:37:29 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1796 , to selected 9010
- Update NEWS

Revision 1796 - Directory Listing - [select for diffs]
Modified Sun Mar 31 14:34:12 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1795 , to selected 9010
- Removed TODO file

Revision 1795 - Directory Listing - [select for diffs]
Modified Sun Mar 31 14:31:45 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1794 , to selected 9010
- Forward-port -r1792 [Added SVSHOST command handler which allows services to change the
  hostname of a specific user]

Revision 1794 - Directory Listing - [select for diffs]
Modified Sun Mar 31 14:17:46 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1793 , to selected 9010
- KLINE, DLINE, SQUIT and KILL now make use of CONF_NOREASON as well

Revision 1793 - Directory Listing - [select for diffs]
Modified Sun Mar 31 14:06:08 2013 UTC (12 years, 4 months ago) by michael
Diff to previous 1786 , to selected 9010
- Replaced all occurrences of ircsprintf with sprintf/snprintf
  and killed sprintf_irc.(c|h)

Revision 1786 - Directory Listing - [select for diffs]
Modified Mon Jan 28 19:30:26 2013 UTC (12 years, 6 months ago) by michael
Diff to previous 1785 , to selected 9010
- Fixed possible core in try_parse_v4_netmask() as reported by bobnomnom

Revision 1785 - Directory Listing - [select for diffs]
Modified Sat Jan 26 22:40:55 2013 UTC (12 years, 6 months ago) by michael
Diff to previous 1783 , to selected 9010
- 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 - [select for diffs]
Modified Thu Jan 24 19:26:51 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1782 , to selected 9010
- 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 1782 - Directory Listing - [select for diffs]
Modified Thu Jan 24 18:41:01 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1772 , to selected 9010
- Update INSTALL

Revision 1772 - Directory Listing - [select for diffs]
Modified Sat Jan 19 23:16:05 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1769 , to selected 9010
- 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 1769 - Directory Listing - [select for diffs]
Modified Sat Jan 19 19:11:56 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1767 , to selected 9010
- m_rehash(): cosmetical cleanups

Revision 1767 - Directory Listing - [select for diffs]
Modified Sat Jan 19 18:25:42 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1765 , to selected 9010
- INFO now also shows configured values of 'disable_fake_channels',
  and 'stats_e_disabled'

Revision 1765 - Directory Listing - [select for diffs]
Modified Fri Jan 18 20:24:11 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1761 , to selected 9010
- m_rehash.c: FDLIMITS is no longer rehashable

Revision 1761 - Directory Listing - [select for diffs]
Modified Fri Jan 18 19:21:39 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1759 , to selected 9010
- Fixed some other invalid conversion specifiers

Revision 1759 - Directory Listing - [select for diffs]
Modified Thu Jan 17 20:39:20 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1756 , to selected 9010
- %lu conversion specifier has been used when it should be %u

Revision 1756 - Directory Listing - [select for diffs]
Modified Thu Jan 17 19:15:55 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1754 , to selected 9010
- Update README: ircd-hybrid is now known to work properly
  on Debian GNU/Hurd 0.3. Kudos to Dominic Hargreaves

Revision 1754 - Directory Listing - [select for diffs]
Modified Thu Jan 17 19:02:28 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1753 , to selected 9010
- Values of max_clients, max_nick_length, and max_topic_length are
  now shown in /info

Revision 1753 - Directory Listing - [select for diffs]
Modified Wed Jan 16 19:30:51 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1752 , to selected 9010
- conf_parser.y: fixed warning introduced by previous commit

Revision 1752 - Directory Listing - [select for diffs]
Modified Wed Jan 16 19:17:40 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1751 , to selected 9010
- Forward-port -r1740 [Fixed yyerror() not reporting configuration errors
  in some cases]

Revision 1751 - Directory Listing - [select for diffs]
Modified Wed Jan 16 18:30:52 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1749 , to selected 9010
- 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 - [select for diffs]
Modified Tue Jan 15 19:01:16 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1745 , to selected 9010
- Rebuilt conf_parser.c
- Minor logic fixes to recently added away-notify capability

Revision 1745 - Directory Listing - [select for diffs]
Modified Mon Jan 14 20:31:55 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1743 , to selected 9010
- Forward-port -r1744 [conf_parser.y: fixed fd leak with rsa public keys]

Revision 1743 - Directory Listing - [select for diffs]
Modified Mon Jan 14 19:56:49 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1737 , to selected 9010
- Forward-port -r1742 [ircd.pid should be in /var/run instead of /var]

Revision 1737 - Directory Listing - [select for diffs]
Modified Mon Jan 14 17:37:55 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1736 , to selected 9010
- Quick and dirty workaround to fix build on GNU/Hurd
  because of undefined PATH_MAX

Revision 1736 - Directory Listing - [select for diffs]
Modified Sun Jan 13 09:31:46 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1734 , to selected 9010
- Forward-port -r1732 [Dropped support for linux rt signals]

Revision 1734 - Directory Listing - [select for diffs]
Modified Fri Jan 11 12:59:24 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1731 , to selected 9010
- Add support for "away-notify" client capability

Revision 1731 - Directory Listing - [select for diffs]
Modified Sun Jan 6 11:42:40 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1730 , to selected 9010
- Update NEWS

Revision 1730 - Directory Listing - [select for diffs]
Modified Sun Jan 6 11:27:11 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1729 , to selected 9010
- automake 1.13.1

Revision 1729 - Directory Listing - [select for diffs]
Modified Thu Jan 3 00:38:21 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1728 , to selected 9010
- Minor updates to example configuration files

Revision 1728 - Directory Listing - [select for diffs]
Modified Thu Jan 3 00:16:51 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1726 , to selected 9010
- Backported -r1723 [Fixed possible core on USERHOST/ISON/CAPAB which for some reason
  only happens with glibc with optimization enabled. Reported by Mantas]

Revision 1726 - Directory Listing - [select for diffs]
Modified Thu Jan 3 00:07:58 2013 UTC (12 years, 7 months ago) by michael
Diff to previous 1721 , to selected 9010
- parse.c:handle_numeric(): add missing space as reported by Mantas

Revision 1721 - Directory Listing - [select for diffs]
Modified Sat Dec 29 22:12:50 2012 UTC (12 years, 7 months ago) by michael
Diff to previous 1720 , to selected 9010
- m_invite.c: fixed broken CHWALL invite notice for invitees that are
  on a remote server

Revision 1720 - Directory Listing - [select for diffs]
Modified Fri Dec 28 21:06:21 2012 UTC (12 years, 7 months ago) by michael
Diff to previous 1719 , to selected 9010
- automake 1.13

Revision 1719 - Directory Listing - [select for diffs]
Modified Fri Dec 28 20:41:51 2012 UTC (12 years, 7 months ago) by michael
Diff to previous 1718 , to selected 9010
- parse.c:handle_numeric(): implement ircu-based improvements/cleanups
  which basically avoid reprinting numeric buffers

Revision 1718 - Directory Listing - [select for diffs]
Modified Thu Dec 27 19:03:00 2012 UTC (12 years, 7 months ago) by michael
Diff to previous 1716 , to selected 9010
- src/ircd.c: minor updates to myopts[] commandline options

Revision 1716 - Directory Listing - [select for diffs]
Modified Thu Dec 27 18:51:29 2012 UTC (12 years, 7 months ago) by michael
Diff to previous 1715 , to selected 9010
- m_message.c: fixed bug where 'can_flood' didn't work as reported by Fawkes

Revision 1715 - Directory Listing - [select for diffs]
Modified Mon Dec 24 15:19:32 2012 UTC (12 years, 8 months ago) by michael
Diff to previous 1703 , to selected 9010
- Improved WEBIRC authentication; added 'webirc' to auth::flags

Revision 1703 - Directory Listing - [select for diffs]
Modified Sun Dec 23 14:26:36 2012 UTC (12 years, 8 months ago) by michael
Diff to previous 1702 , to selected 9010
- Fixed core on UNDLINE

Revision 1702 - Directory Listing - [select for diffs]
Modified Thu Dec 20 15:49:20 2012 UTC (12 years, 8 months ago) by michael
Diff to previous 1699 , to selected 9010
- /info now also shows pathnames of g-/x-line database files

Revision 1699 - Directory Listing - [select for diffs]
Modified Thu Dec 20 11:40:50 2012 UTC (12 years, 8 months ago) by michael
Diff to previous 1698 , to selected 9010
- m_help.c: allow a maximum of MAXPARA parameters

Revision 1698 - Directory Listing - [select for diffs]
Modified Thu Dec 20 11:38:14 2012 UTC (12 years, 8 months ago) by michael
Diff to previous 1692 , to selected 9010
- Forward-port -r1697 [Fixed bug where ircops could not
  see nick rejection notices]

Revision 1692 - Directory Listing - [select for diffs]
Modified Wed Dec 19 22:11:24 2012 UTC (12 years, 8 months ago) by michael
Diff to previous 1689 , to selected 9010
- Updated README

Revision 1689 - Directory Listing - [select for diffs]
Modified Wed Dec 19 21:43:32 2012 UTC (12 years, 8 months ago) by michael
Diff to previous 1688 , to selected 9010
- Fixed WEBIRC module

Revision 1688 - Directory Listing - [select for diffs]
Modified Wed Dec 19 20:58:16 2012 UTC (12 years, 8 months ago) by michael
Diff to previous 1687 , to selected 9010
- m_nick.c:mr_nick(): remove useless IsExemptResv() test which can
  never be true since the EXEMPT flags are set after nick/user/capab
  registration

Revision 1687 - Directory Listing - [select for diffs]
Modified Wed Dec 19 20:47:44 2012 UTC (12 years, 8 months ago) by michael
Diff to previous 1684 , to selected 9010
- Forward-port -r1685 [STATS q|Q now shows how many times a resv{}
  block has been matched]

Revision 1684 - Directory Listing - [select for diffs]
Modified Tue Dec 18 19:34:41 2012 UTC (12 years, 8 months ago) by michael
Diff to previous 1681 , to selected 9010
- 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 - [select for diffs]
Modified Tue Dec 18 18:43:55 2012 UTC (12 years, 8 months ago) by michael
Diff to previous 1680 , to selected 9010
- parse.c:handle_numeric(): added temporary workaround for servers sending
  numeric 451 (ERR_NOTREGISTERED) in response to the "NOTICE AUTH ..." messages
  uppon registration

Revision 1680 - Directory Listing - [select for diffs]
Modified Tue Dec 18 18:06:32 2012 UTC (12 years, 8 months ago) by michael
Diff to previous 1679 , to selected 9010
- bison 2.7 & automake 1.12.6
- Update configure.ac

Revision 1679 - Directory Listing - [select for diffs]
Modified Tue Dec 18 18:02:28 2012 UTC (12 years, 8 months ago) by michael
Diff to previous 1676 , to selected 9010
- Minor documentation update to example configuration files

Revision 1676 - Directory Listing - [select for diffs]
Modified Fri Nov 23 21:49:18 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1675 , to selected 9010
- m_etrace.c: fixed compile warning; removed set_time() call in
  report_this_status()

Revision 1675 - Directory Listing - [select for diffs]
Modified Fri Nov 23 21:02:03 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1674 , to selected 9010
- Removed "ungline" helpfile

Revision 1674 - Directory Listing - [select for diffs]
Modified Fri Nov 23 21:00:02 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1671 , to selected 9010
- Minor cleanups to m_help.c, also helpfiles may no longer contain #comments

Revision 1671 - Directory Listing - [select for diffs]
Modified Wed Nov 21 20:09:09 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1670 , to selected 9010
- event.c: fixed bug spotted by Jakub S. where timed events stopped from
  working if the system's clock is running backwards

Revision 1670 - Directory Listing - [select for diffs]
Modified Tue Nov 20 21:30:04 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1669 , to selected 9010
- Update some configure tests. We actually don't use inet_aton
  and friends anymore.

Revision 1669 - Directory Listing - [select for diffs]
Modified Tue Nov 20 20:04:39 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1668 , to selected 9010
- Fixed bug where specifying a listener port without an ip address didn't work

Revision 1668 - Directory Listing - [select for diffs]
Modified Mon Nov 19 21:28:28 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1667 , to selected 9010
- conf_db.c: import backup/restore cleanups from 5.1.24

Revision 1667 - Directory Listing - [select for diffs]
Modified Sun Nov 18 21:54:30 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1666 , to selected 9010
- client.c: fixed another compile warning with --enable-assert

Revision 1666 - Directory Listing - [select for diffs]
Modified Sun Nov 18 17:03:18 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1664 , to selected 9010
- Cleanup unused header file includes
- Fixed minor compile warning in conf.c

Revision 1664 - Directory Listing - [select for diffs]
Modified Sun Nov 18 14:33:47 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1663 , to selected 9010
- memory.c: removed mem_frob()
- automake 1.12.5

Revision 1663 - Directory Listing - [select for diffs]
Modified Sat Nov 17 20:25:02 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1662 , to selected 9010
- Update INSTALL file

Revision 1662 - Directory Listing - [select for diffs]
Modified Sat Nov 17 20:11:33 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1661 , to selected 9010
- Fixed inconsistent svn file properties

Revision 1661 - Directory Listing - [select for diffs]
Modified Sat Nov 17 19:43:57 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1660 , to selected 9010
- 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 1660 - Directory Listing - [select for diffs]
Modified Sat Nov 17 19:35:07 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1659 , to selected 9010
- Dropped contrib/

Revision 1659 - Directory Listing - [select for diffs]
Modified Sat Nov 17 19:29:07 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1658 , to selected 9010
- move m_webirc.c from contrib/ to modules/

Revision 1658 - Directory Listing - [select for diffs]
Modified Fri Nov 16 20:55:45 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1656 , to selected 9010
- conf_class.c: remove unused header includes

Revision 1656 - Directory Listing - [select for diffs]
Modified Fri Nov 16 19:43:21 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1655 , to selected 9010
- add mempool.(c|h)

Revision 1655 - Directory Listing - [select for diffs]
Modified Fri Nov 16 19:41:52 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1654 , to selected 9010
- hostmask.c:find_conf_by_address: fixed logic error which got introduced in -r1652

Revision 1654 - Directory Listing - [select for diffs]
Modified Fri Nov 16 19:39:37 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1653 , to selected 9010
- 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 - [select for diffs]
Modified Wed Nov 14 11:50:55 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1652 , to selected 9010
- added improved match() stolen from ircu
- fixed compile warning in m_module.c

Revision 1652 - Directory Listing - [select for diffs]
Modified Tue Nov 13 20:28:53 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1651 , to selected 9010
- 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 - [select for diffs]
Modified Sun Nov 11 10:54:51 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1650 , to selected 9010
- Fixed class blocks not getting default values set properly
- bison 2.6.5

Revision 1650 - Directory Listing - [select for diffs]
Modified Sat Nov 10 20:57:51 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1649 , to selected 9010
- Fixed few bugs that have been introduced with config rewrite
- Set some reasonable default values right after a class has been created

Revision 1649 - Directory Listing - [select for diffs]
Modified Sat Nov 10 19:27:13 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1648 , to selected 9010
- minor MaskItem structure cleanup

Revision 1648 - Directory Listing - [select for diffs]
Modified Sat Nov 10 17:34:09 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1647 , to selected 9010
- conf_parser.y: fixed some logic errors

Revision 1647 - Directory Listing - [select for diffs]
Modified Fri Nov 9 20:11:58 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1646 , to selected 9010
- Finish stabilizing/cleanup of conf parser

Revision 1646 - Directory Listing - [select for diffs]
Modified Wed Nov 7 21:02:43 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1645 , to selected 9010
- First pass of conf parser stabilization/cleanup

Revision 1645 - Directory Listing - [select for diffs]
Modified Wed Nov 7 12:25:02 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1644 , to selected 9010
- conf.c: cleanup detach_conf()

Revision 1644 - Directory Listing - [select for diffs]
Modified Tue Nov 6 22:20:16 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1637 , to selected 9010
- More config subsystem cleanups

Revision 1637 - Directory Listing - [select for diffs]
Modified Sun Nov 4 17:23:27 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1636 , to selected 9010
- Fixed class limits for oper{} blocks

Revision 1636 - Directory Listing - [select for diffs]
Modified Sun Nov 4 17:09:47 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1635 , to selected 9010
- Cleanup configuration subsystem
- Fixed broken CIDR support for /challenge

Revision 1635 - Directory Listing - [select for diffs]
Modified Sun Nov 4 15:59:16 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1634 , to selected 9010
- svn propset svn:keywords "Id"

Revision 1634 - Directory Listing - [select for diffs]
Modified Sun Nov 4 15:53:56 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1633 , to selected 9010
- fixed compile warnings in contrib/

Revision 1633 - Directory Listing - [select for diffs]
Modified Sun Nov 4 15:51:30 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1632 , to selected 9010
- Add conf_class.c, conf_class.h

Revision 1632 - Directory Listing - [select for diffs]
Modified Sun Nov 4 15:37:10 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1631 , to selected 9010
- Initial rewrite of the configuration subsystem

Revision 1631 - Directory Listing - [select for diffs]
Modified Thu Nov 1 22:04:01 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1630 , to selected 9010
- 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 - [select for diffs]
Modified Thu Nov 1 21:32:25 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1629 , to selected 9010
- restart.c: ensure databases get dumped to disk before terminating

Revision 1629 - Directory Listing - [select for diffs]
Modified Thu Nov 1 21:28:58 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1628 , to selected 9010
- Fixed previous commit to m_resv.c

Revision 1628 - Directory Listing - [select for diffs]
Modified Thu Nov 1 21:08:56 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1627 , to selected 9010
- flesh out new *line database handling
- simplify temporary bans

Revision 1627 - Directory Listing - [select for diffs]
Modified Thu Nov 1 17:42:19 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1626 , to selected 9010
- read_uint8, write_uint8: use uint8_t instead of unsigned char

Revision 1626 - Directory Listing - [select for diffs]
Modified Thu Nov 1 17:21:59 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1625 , to selected 9010
- minor cleanups to conf_db.c; Get rid of 16 bit limitation string lengths

Revision 1625 - Directory Listing - [select for diffs]
Modified Thu Nov 1 13:49:25 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1624 , to selected 9010
- dbs are now periodically flushed on disc every 5 minutes

Revision 1624 - Directory Listing - [select for diffs]
Modified Thu Nov 1 13:27:04 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1623 , to selected 9010
- Fixed compile warnings due to missing arguments to sendto_realops_flags()

Revision 1623 - Directory Listing - [select for diffs]
Modified Thu Nov 1 13:24:43 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1622 , to selected 9010
- Removed temporary_xlines list

Revision 1622 - Directory Listing - [select for diffs]
Modified Thu Nov 1 13:16:37 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1621 , to selected 9010
- 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 1621 - Directory Listing - [select for diffs]
Modified Wed Oct 31 23:11:40 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1620 , to selected 9010
- src/conf_db.c: Cleanup get_file_version()

Revision 1620 - Directory Listing - [select for diffs]
Modified Wed Oct 31 22:54:58 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1619 , to selected 9010
- Added conf_db.c based on ircservice's binary database for later use

Revision 1619 - Directory Listing - [select for diffs]
Modified Wed Oct 31 19:21:26 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1618 , to selected 9010
- bison 2.6.3

Revision 1618 - Directory Listing - [select for diffs]
Modified Tue Oct 30 21:04:38 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1615 , to selected 9010
- 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 1615 - Directory Listing - [select for diffs]
Modified Mon Oct 29 18:20:49 2012 UTC (12 years, 9 months ago) by michael
Diff to previous 1592 , to selected 9010
- Fixed possible TBURST desynchronization with services
- Fixed TBURST sending server's name to clients if it's a hidden server

Revision 1592 - Directory Listing - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (12 years, 9 months ago) by michael
Copied from: ircd-hybrid-8 revision 1591
Diff to previous 1581 , to selected 9010
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1581 - Directory Listing - [select for diffs]
Modified Fri Oct 19 01:04:20 2012 UTC (12 years, 10 months ago) by lusky
Original Path: ircd-hybrid-8
Diff to previous 1580 , to selected 9010
bump patchlevel to 8.0.0


Revision 1580 - Directory Listing - [select for diffs]
Modified Fri Oct 19 01:00:52 2012 UTC (12 years, 10 months ago) by lusky
Original Path: ircd-hybrid-8
Diff to previous 1579 , to selected 9010
- cleanup and rephrase a few things
- gut the platforms list down to what we actually test


Revision 1579 - Directory Listing - [select for diffs]
Modified Thu Oct 18 18:47:18 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1578 , to selected 9010
- Update challenge.txt

Revision 1578 - Directory Listing - [select for diffs]
Modified Thu Oct 18 16:34:52 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1577 , to selected 9010
- mkpasswd.c: constifications

Revision 1577 - Directory Listing - [select for diffs]
Modified Thu Oct 18 14:52:52 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1576 , to selected 9010
- stats_tklines(): remove unused variable

Revision 1576 - Directory Listing - [select for diffs]
Modified Thu Oct 18 14:41:13 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1575 , to selected 9010
- Fixed bug in stats_klines() showing oper_reason to unopered clients
- Fixed /stats d|D showing "(null)" if there's no oper_reason

Revision 1575 - Directory Listing - [select for diffs]
Modified Thu Oct 18 14:27:36 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1574 , to selected 9010
- contrib/m_change.c,ip_cloaking.c: CHGHOST/CHGIDENT didn't update bancache. Fixed

Revision 1574 - Directory Listing - [select for diffs]
Modified Wed Oct 17 22:08:15 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1573 , to selected 9010
- modules.c: better error reporting if lt_dlsym() fails for some reason

Revision 1573 - Directory Listing - [select for diffs]
Modified Wed Oct 17 20:52:55 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1572 , to selected 9010
- Update NEWS

Revision 1572 - Directory Listing - [select for diffs]
Modified Wed Oct 17 20:51:15 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1571 , to selected 9010
- ms_squit(): exit uplink if we receive a SQUIT destined for us

Revision 1571 - Directory Listing - [select for diffs]
Modified Wed Oct 17 18:53:51 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1570 , to selected 9010
- 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 1570 - Directory Listing - [select for diffs]
Modified Tue Oct 16 19:37:24 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1569 , to selected 9010
- parse.c: whitespace commit

Revision 1569 - Directory Listing - [select for diffs]
Modified Tue Oct 16 18:46:53 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1568 , to selected 9010
- Removed remnants of MFLG_UNREG which is no longer needed with the
  current implementation of message handlers

Revision 1568 - Directory Listing - [select for diffs]
Modified Tue Oct 16 18:12:45 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1567 , to selected 9010
- ADMIN is no longer available to unregistered connections

Revision 1567 - Directory Listing - [select for diffs]
Modified Mon Oct 15 19:37:13 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1566 , to selected 9010
- Removed challenge.irc, ircd-hybrid.spec and ircd.init.in from contrib/

Revision 1566 - Directory Listing - [select for diffs]
Modified Mon Oct 15 18:31:05 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1564 , to selected 9010
- m_module.c: if we cannot find a available option, yell at the user

Revision 1564 - Directory Listing - [select for diffs]
Modified Sun Oct 14 13:50:58 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1559 , to selected 9010
- find_person(): allow services to seek clients by UID even if they're +i

Revision 1559 - Directory Listing - [select for diffs]
Modified Sun Oct 14 01:38:28 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1553 , to selected 9010
- Replaced TimeStamp based services IDs with more flexible account names

Revision 1553 - Directory Listing - [select for diffs]
Modified Tue Oct 9 19:15:25 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1552 , to selected 9010
- Update documents

Revision 1552 - Directory Listing - [select for diffs]
Modified Sun Oct 7 10:08:16 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1551 , to selected 9010
- example.conf: add some words about the service{} block

Revision 1551 - Directory Listing - [select for diffs]
Modified Sun Oct 7 07:16:38 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1550 , to selected 9010
- Update NEWS file

Revision 1550 - Directory Listing - [select for diffs]
Modified Sun Oct 7 07:02:02 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1549 , to selected 9010
- Update example configuration files

Revision 1549 - Directory Listing - [select for diffs]
Modified Mon Oct 1 18:11:11 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1548 , to selected 9010
- Removed general::kline_with_reason configuration options. It's now enabled
  by default
- Removed remnants of the broken reject holding code

Revision 1548 - Directory Listing - [select for diffs]
Modified Mon Oct 1 16:37:20 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1547 , to selected 9010
- Update INSTALL file

Revision 1547 - Directory Listing - [select for diffs]
Modified Sun Sep 30 17:50:03 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1546 , to selected 9010
- Removed general::use_whois_actually configuration directive. This is
  now enabled by default

Revision 1546 - Directory Listing - [select for diffs]
Modified Sun Sep 30 15:24:00 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1545 , to selected 9010
- fixed previous commit to m_links()

Revision 1545 - Directory Listing - [select for diffs]
Modified Sun Sep 30 15:21:59 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1544 , to selected 9010
- write_links_file(): minor cleanups. Also remove useless assert()

Revision 1544 - Directory Listing - [select for diffs]
Modified Sun Sep 30 15:14:35 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1543 , to selected 9010
- m_links.c: a server's description may now include the [, ] characters

Revision 1543 - Directory Listing - [select for diffs]
Modified Sun Sep 30 11:23:41 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1542 , to selected 9010
- m_webirc.c: fixed typo in comment

Revision 1542 - Directory Listing - [select for diffs]
Modified Sat Sep 29 20:31:35 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1541 , to selected 9010
- Fixed an off-by-one with spoofs. Spoofs are now also checked for
  invalid characters.

Revision 1541 - Directory Listing - [select for diffs]
Modified Sat Sep 29 20:11:23 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1540 , to selected 9010
- example.conf: minor updates

Revision 1540 - Directory Listing - [select for diffs]
Modified Sat Sep 29 20:03:55 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1538 , to selected 9010
- Preparing for 8.0.0 release

Revision 1538 - Directory Listing - [select for diffs]
Modified Sat Sep 29 00:35:31 2012 UTC (12 years, 10 months ago) by lusky
Original Path: ircd-hybrid-8
Diff to previous 1537 , to selected 9010
- bump patchlevel to 8.0.0rc1
Revision 1537 - Directory Listing - [select for diffs]
Modified Tue Sep 25 19:27:03 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1536 , to selected 9010
- example.conf: God doesn't need his/her own oper{} block

Revision 1536 - Directory Listing - [select for diffs]
Modified Tue Sep 25 19:15:50 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1535 , to selected 9010
- conf.c: r(x|k)line.conf is gone. Don't try to load it on startup

Revision 1535 - Directory Listing - [select for diffs]
Modified Tue Sep 25 18:58:49 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1534 , to selected 9010
- automake 1.12.4

Revision 1534 - Directory Listing - [select for diffs]
Modified Sun Sep 23 13:17:14 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1533 , to selected 9010
- Update example configuration files. We're actually at version 8

Revision 1533 - Directory Listing - [select for diffs]
Modified Sun Sep 23 13:04:45 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1532 , to selected 9010
- A server's description can again include the '[' and ']' characters

Revision 1532 - Directory Listing - [select for diffs]
Modified Tue Sep 18 12:42:21 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1531 , to selected 9010
- Fixed possible core on /stats

Revision 1531 - Directory Listing - [select for diffs]
Modified Tue Sep 18 12:09:32 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1530 , to selected 9010
- ms_nick(): reject nickname changes without a TS

Revision 1530 - Directory Listing - [select for diffs]
Modified Tue Sep 18 11:31:02 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1529 , to selected 9010
- ircncmp(): ignored length variable. fixed

Revision 1529 - Directory Listing - [select for diffs]
Modified Sun Sep 16 10:27:19 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1528 , to selected 9010
- removed server hostmasking leftovers

Revision 1528 - Directory Listing - [select for diffs]
Modified Fri Sep 14 18:20:34 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1527 , to selected 9010
- ms_sid, ms_server: minor optimization. if we already found a matching
  hub/leaf mask, don't continue looking for other masks

Revision 1527 - Directory Listing - [select for diffs]
Modified Fri Sep 14 17:58:08 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1526 , to selected 9010
- Fixed SID introduction as reported by Mantas M.
  This bug has been nicely implemented in -r1239

Revision 1526 - Directory Listing - [select for diffs]
Modified Mon Sep 10 18:06:06 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1525 , to selected 9010
- fixed minor compile warnings

Revision 1525 - Directory Listing - [select for diffs]
Modified Sun Sep 9 18:49:10 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1524 , to selected 9010
- Update contrib/README

Revision 1524 - Directory Listing - [select for diffs]
Modified Sun Sep 9 18:33:31 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1523 , to selected 9010
- example.conf: add proper documentation for connect::ssl_cipher_list

Revision 1523 - Directory Listing - [select for diffs]
Modified Sun Sep 9 11:11:52 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1522 , to selected 9010
- configure.ac: fixed syntax error
- example.conf: mention that the DH prime size must be at least 1024 bits

Revision 1522 - Directory Listing - [select for diffs]
Modified Sun Sep 9 10:51:44 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1521 , to selected 9010
- Update example configuration files

Revision 1521 - Directory Listing - [select for diffs]
Modified Sun Sep 9 10:41:35 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1520 , to selected 9010
- removed --enable-small-net configure option
- removed unused TOPIC_HEAP_SIZE definition
- decrease DNS_HEAP_SIZE as well as AUTH_HEAP_SIZE

Revision 1520 - Directory Listing - [select for diffs]
Modified Wed Sep 5 15:50:02 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1519 , to selected 9010
- removed unused terminal symbols

Revision 1519 - Directory Listing - [select for diffs]
Modified Wed Sep 5 12:02:04 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1518 , to selected 9010
- Topics as well as user-aways are now sent in a burst by default

Revision 1518 - Directory Listing - [select for diffs]
Modified Sun Sep 2 16:50:40 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1517 , to selected 9010
- Removed rkline.conf and rxline.conf leftovers. Regular expression based
  k- and x-lines can be set via ircd.conf only.

Revision 1517 - Directory Listing - [select for diffs]
Modified Thu Aug 30 15:11:32 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1516 , to selected 9010
- Update configure for the release candidate

Revision 1516 - Directory Listing - [select for diffs]
Modified Thu Aug 30 15:08:36 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1515 , to selected 9010
- 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 1515 - Directory Listing - [select for diffs]
Modified Thu Aug 30 14:23:42 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1514 , to selected 9010
- Minor documentation updates

Revision 1514 - Directory Listing - [select for diffs]
Modified Sun Aug 26 09:11:17 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1513 , to selected 9010
- Removed two outdated/invalid XXX tags

Revision 1513 - Directory Listing - [select for diffs]
Modified Sun Aug 26 09:06:13 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1512 , to selected 9010
- Update README

Revision 1512 - Directory Listing - [select for diffs]
Modified Sun Aug 26 08:57:30 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1511 , to selected 9010
- Update fgeek's and adx's email address

Revision 1511 - Directory Listing - [select for diffs]
Modified Sun Aug 26 08:53:17 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1509 , to selected 9010
- Update fgeek's email

Revision 1509 - Directory Listing - [select for diffs]
Modified Sat Aug 25 02:56:31 2012 UTC (13 years ago) by lusky
Original Path: ircd-hybrid-8
Diff to previous 1508 , to selected 9010
bump patchlevel to 8.0.0beta3
Revision 1508 - Directory Listing - [select for diffs]
Modified Fri Aug 24 18:43:04 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1507 , to selected 9010
- ircd-polish.lang: update adx's email here too

Revision 1507 - Directory Listing - [select for diffs]
Modified Fri Aug 24 18:39:59 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1506 , to selected 9010
- Update adx's email address

Revision 1506 - Directory Listing - [select for diffs]
Modified Thu Aug 23 19:14:53 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1505 , to selected 9010
- flex 2.5.37

Revision 1505 - Directory Listing - [select for diffs]
Modified Sat Aug 18 17:23:53 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1504 , to selected 9010
- Update NEWS

Revision 1504 - Directory Listing - [select for diffs]
Modified Thu Aug 16 18:03:00 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1503 , to selected 9010
- automake 1.12.3

Revision 1503 - Directory Listing - [select for diffs]
Modified Tue Aug 14 09:05:58 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1502 , to selected 9010
- Removed all unused references to GPATH and glinefile. There's no glines.conf.

Revision 1502 - Directory Listing - [select for diffs]
Modified Tue Aug 14 08:55:15 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1501 , to selected 9010
- m_services.c: removed "IDENTIFY". Use "CS/NS IDENTIFY" instead

Revision 1501 - Directory Listing - [select for diffs]
Modified Sun Aug 12 18:25:05 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1500 , to selected 9010
- Update messages/README

Revision 1500 - Directory Listing - [select for diffs]
Modified Sun Aug 12 18:09:34 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1499 , to selected 9010
- fixed several language files dumping an error when loading

Revision 1499 - Directory Listing - [select for diffs]
Modified Sun Aug 12 17:38:41 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1498 , to selected 9010
- Update example.conf

Revision 1498 - Directory Listing - [select for diffs]
Modified Sun Aug 12 17:30:53 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1497 , to selected 9010
- bison 2.6.2

Revision 1497 - Directory Listing - [select for diffs]
Modified Sun Aug 5 13:22:54 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1496 , to selected 9010
- Move HOSIPLEN, IDLEN and PASSWDLEN to ircd_defs.h

Revision 1496 - Directory Listing - [select for diffs]
Modified Sun Aug 5 10:02:07 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1495 , to selected 9010
- m_knock(): announce INVITE requests via NOTICE to other channel operators,
  rather than using a numeric reply for this

Revision 1495 - Directory Listing - [select for diffs]
Modified Sun Aug 5 09:35:42 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1494 , to selected 9010
- Removed use_invex, use_except and use_knock configuration options.
  These features are now enabled by default

Revision 1494 - Directory Listing - [select for diffs]
Modified Fri Aug 3 16:22:42 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1493 , to selected 9010
- Update configure.ac to reflect beta3 release

Revision 1493 - Directory Listing - [select for diffs]
Modified Fri Aug 3 16:18:35 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1492 , to selected 9010
- Update NEWS

Revision 1492 - Directory Listing - [select for diffs]
Modified Fri Aug 3 16:13:27 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1491 , to selected 9010
- bison 2.6.1

Revision 1491 - Directory Listing - [select for diffs]
Modified Fri Aug 3 16:10:25 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1490 , to selected 9010
- m_services.c: remove MODULE_FLAG_CORE


Revision 1490 - Directory Listing - [select for diffs]
Modified Sat Jul 28 19:33:23 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1489 , to selected 9010
- removed serverhide::disable_hidden configuration option
- update NEWS

Revision 1489 - Directory Listing - [select for diffs]
Modified Sat Jul 28 19:09:41 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1488 , to selected 9010
- m_links.c: fixed archaic bug that would send hidden servers to non-opers

Revision 1488 - Directory Listing - [select for diffs]
Modified Sat Jul 28 19:02:35 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1487 , to selected 9010
- Update example configuration files

Revision 1487 - Directory Listing - [select for diffs]
Modified Sat Jul 28 18:58:16 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1486 , to selected 9010
- m_tburst.c: fixed logic error

Revision 1486 - Directory Listing - [select for diffs]
Modified Fri Jul 27 08:21:40 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1485 , to selected 9010
- m_tburst.c: TBURST requires at least 6 parameters

Revision 1485 - Directory Listing - [select for diffs]
Modified Fri Jul 27 08:15:55 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1484 , to selected 9010
- m_tburst.c: Services may always override topic-/channel-TS rules

Revision 1484 - Directory Listing - [select for diffs]
Modified Thu Jul 26 18:38:56 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1483 , to selected 9010
- Add back AWAY throttling, now that we allow changing away messages
  without unsetting AWAY in the first place

Revision 1483 - Directory Listing - [select for diffs]
Modified Wed Jul 25 19:15:48 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1482 , to selected 9010
- Made Client::away a fixed-size array at the expense of a somewhat higher
  memory consumption

Revision 1482 - Directory Listing - [select for diffs]
Modified Tue Jul 24 18:17:54 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1481 , to selected 9010
- m_gline.c: hybrid 6 GLINE compatibility mode has been removed

Revision 1481 - Directory Listing - [select for diffs]
Modified Tue Jul 24 17:50:34 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1480 , to selected 9010
- m_message.c: /messaging opers@some.server is no longer supported

Revision 1480 - Directory Listing - [select for diffs]
Modified Sun Jul 22 17:25:34 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1479 , to selected 9010
- flood_attack_channel(): remove useless argument

Revision 1479 - Directory Listing - [select for diffs]
Modified Sun Jul 22 17:02:48 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1478 , to selected 9010
- fix msg_channel_flags() so it can deal with messages coming from servers

Revision 1478 - Directory Listing - [select for diffs]
Modified Sun Jul 22 15:50:02 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1477 , to selected 9010
- Allow servers and service to send @%+ prepended channel messages

Revision 1477 - Directory Listing - [select for diffs]
Modified Sun Jul 22 15:36:30 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1476 , to selected 9010
- m_invite(): using INVITE now always requires channel operator status,
  regardless of channelmode 'i/p'.
  Also, halfops may no longer use the INVITE command

Revision 1476 - Directory Listing - [select for diffs]
Modified Sun Jul 22 15:20:31 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1475 , to selected 9010
- m_invite(): fixed _remote_ INVITE announcement notices. channel names
  needs to be prepended with an '@', otherwise even non-channelops will
  receive the anouncement if the invitee is on a remote server

Revision 1475 - Directory Listing - [select for diffs]
Modified Sun Jul 22 14:45:34 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1474 , to selected 9010
- add BotServ and HelpServ to resv{} block

Revision 1474 - Directory Listing - [select for diffs]
Modified Sun Jul 22 14:44:07 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1473 , to selected 9010
- removed &localchannels

Revision 1473 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:15:39 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1472 , to selected 9010
- m_tburst.c: fixed client-side topic desynchronization bug that may
  happen in case a remote server has a greater TOPICLEN value than
  the server that actually is receiving the TBURST

Revision 1472 - Directory Listing - [select for diffs]
Modified Sun Jul 22 12:03:18 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1470 , to selected 9010
- remove CAP_TB
- add proper TS6 support to TBURST

Revision 1470 - Directory Listing - [select for diffs]
Modified Sat Jul 21 20:38:46 2012 UTC (13 years, 1 month ago) by lusky
Original Path: ircd-hybrid-8
Diff to previous 1469 , to selected 9010
- bump patchlevel to 8.0.0beta2
Revision 1469 - Directory Listing - [select for diffs]
Modified Sat Jul 21 20:11:48 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1468 , to selected 9010
- 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 1468 - Directory Listing - [select for diffs]
Modified Sat Jul 21 20:03:29 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1467 , to selected 9010
- must propagate UMODE_REGONLY to other servers, otherwise message-blocking
  won't work for remote clients

Revision 1467 - Directory Listing - [select for diffs]
Modified Fri Jul 20 16:08:23 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1466 , to selected 9010
- m_challenge.c: add mo_challenge() which now takes care of operators
  issuing the CHALLENGE command

Revision 1466 - Directory Listing - [select for diffs]
Modified Fri Jul 20 16:02:20 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1465 , to selected 9010
- bison 2.6

Revision 1465 - Directory Listing - [select for diffs]
Modified Tue Jul 17 21:33:12 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1464 , to selected 9010
- s_serv.c:sendnick_TS(): another TS6 fixup when bursting AWAY

Revision 1464 - Directory Listing - [select for diffs]
Modified Tue Jul 17 21:13:04 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1463 , to selected 9010
- Update NEWS file

Revision 1463 - Directory Listing - [select for diffs]
Modified Tue Jul 17 21:11:49 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1462 , to selected 9010
- m_connect.c,m_gline.c: add proper TS6 support
- m_gline(),m_gungline(): don't let non-opers find out whether or not
  a server has GLINE/GUNGLINE disabled

Revision 1462 - Directory Listing - [select for diffs]
Modified Fri Jul 13 19:27:24 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1461 , to selected 9010
- automake 1.12.2

Revision 1461 - Directory Listing - [select for diffs]
Modified Fri Jul 6 14:35:10 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1460 , to selected 9010
- Update INSTALL file

Revision 1460 - Directory Listing - [select for diffs]
Modified Fri Jul 6 14:32:53 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1459 , to selected 9010
- Added 'set' to operator privilege flags. Gives access to the "SET" command

Revision 1459 - Directory Listing - [select for diffs]
Modified Fri Jul 6 14:23:09 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1458 , to selected 9010
- remove g-line acls
- added general::gline_request_duration configuration option which
  simply replaces the harcoded PENDING_GLINE_TIME definition

Revision 1458 - Directory Listing - [select for diffs]
Modified Fri Jul 6 10:27:33 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1457 , to selected 9010
- s_user.c:oper_up(): use get_oper_name() when announcing an operator

Revision 1457 - Directory Listing - [select for diffs]
Modified Wed Jul 4 19:44:26 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1456 , to selected 9010
- m_stats.c: minor cleanups; remove useless wrapper functions, etc.

Revision 1456 - Directory Listing - [select for diffs]
Modified Mon Jul 2 18:21:40 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1455 , to selected 9010
- configure.ac: fixed OpenSSL detection for systems that use static
  ssl/crypto libraries

Revision 1455 - Directory Listing - [select for diffs]
Modified Fri Jun 29 14:16:12 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1454 , to selected 9010
- Minor constification changes

Revision 1454 - Directory Listing - [select for diffs]
Modified Fri Jun 29 13:58:54 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1453 , to selected 9010
- Update configure.ac

Revision 1453 - Directory Listing - [select for diffs]
Modified Fri Jun 29 13:56:24 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1452 , to selected 9010
- m_join.c: Fixed another dumb bug which would prevent clients from joining
  more than one channel.  #missingparentheses

Revision 1452 - Directory Listing - [select for diffs]
Modified Fri Jun 29 11:33:21 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1451 , to selected 9010
- Update configure in preparation for beta2

Revision 1451 - Directory Listing - [select for diffs]
Modified Fri Jun 29 11:28:25 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1450 , to selected 9010
- Style corrections

Revision 1450 - Directory Listing - [select for diffs]
Modified Tue Jun 26 18:33:45 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1449 , to selected 9010
- Minor optimization to m_invite()

Revision 1449 - Directory Listing - [select for diffs]
Modified Tue Jun 26 18:17:03 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1448 , to selected 9010
- Merged m_away() and mo_away(). Also, /away is no longer time-limited.
- Same goes for /list

Revision 1448 - Directory Listing - [select for diffs]
Modified Mon Jun 25 21:07:35 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1447 , to selected 9010
- Don't allow m_module.la to be unloaded

Revision 1447 - Directory Listing - [select for diffs]
Modified Mon Jun 25 20:22:29 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1446 , to selected 9010
- Added m_module.c and moved mo_module() into it

Revision 1446 - Directory Listing - [select for diffs]
Modified Mon Jun 25 20:05:12 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1445 , to selected 9010
- 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 1445 - Directory Listing - [select for diffs]
Modified Sat Jun 23 18:13:30 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1444 , to selected 9010
- example.quit.conf: removed kline_with_connection_closed as spotted by
  Mark Cunningham

Revision 1444 - Directory Listing - [select for diffs]
Modified Sat Jun 23 18:12:16 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1443 , to selected 9010
- 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 1443 - Directory Listing - [select for diffs]
Modified Wed Jun 20 19:45:40 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1442 , to selected 9010
- Update documents to reflect new channel-/usermodes

Revision 1442 - Directory Listing - [select for diffs]
Modified Wed Jun 20 19:24:49 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1441 , to selected 9010
- Added back server notice when a client tries to obtain a reserved nick name.
  Kinda useful notice; no idea why it got removed 10 years ago

Revision 1441 - Directory Listing - [select for diffs]
Modified Wed Jun 20 19:05:27 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1440 , to selected 9010
- Update documents

Revision 1440 - Directory Listing - [select for diffs]
Modified Mon Jun 18 19:22:18 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1439 , to selected 9010
- remove outdated helpfiles

Revision 1439 - Directory Listing - [select for diffs]
Modified Mon Jun 18 19:21:00 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1438 , to selected 9010
- Remove outdated helpfiles

Revision 1438 - Directory Listing - [select for diffs]
Modified Mon Jun 18 19:20:06 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1437 , to selected 9010
- Update help files

Revision 1437 - Directory Listing - [select for diffs]
Modified Mon Jun 18 19:02:48 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1436 , to selected 9010
- 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 - [select for diffs]
Modified Sun Jun 17 19:31:28 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1435 , to selected 9010
- Removed "MODRESTART" command. "MODRELOAD *" will now reload all modules.

Revision 1435 - Directory Listing - [select for diffs]
Modified Fri Jun 15 18:35:37 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1434 , to selected 9010
- Backed-out -r1429. Unregistered clients may again speak in +R channels

Revision 1434 - Directory Listing - [select for diffs]
Modified Fri Jun 15 18:28:31 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1433 , to selected 9010
- Update INSTALL file

Revision 1433 - Directory Listing - [select for diffs]
Modified Fri Jun 15 18:26:08 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1432 , to selected 9010
- m_quit(): "Quit: " is now always prepended to a quit message

Revision 1432 - Directory Listing - [select for diffs]
Modified Sat Jun 9 19:40:08 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1431 , to selected 9010
- 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 - [select for diffs]
Modified Sat Jun 9 19:15:10 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1430 , to selected 9010
- NICKLEN definition no longer respects the trailing NUL character
  (reverts to old behavior)

Revision 1430 - Directory Listing - [select for diffs]
Modified Thu Jun 7 19:21:04 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1429 , to selected 9010
- channel.c:can_join(): use strcmp() instead of irccmp() when comparing
  channel key (+k)

Revision 1429 - Directory Listing - [select for diffs]
Modified Thu Jun 7 19:14:14 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1428 , to selected 9010
- Unregistered clients may not talk in a +R channel

Revision 1428 - Directory Listing - [select for diffs]
Modified Thu Jun 7 12:14:55 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1427 , to selected 9010
- doc/example.conf: whitespace commit

Revision 1427 - Directory Listing - [select for diffs]
Modified Thu Jun 7 11:36:21 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1426 , to selected 9010
- parse.c: make msg_tree_parse() only take one argument
- client.h: rearrange structures

Revision 1426 - Directory Listing - [select for diffs]
Modified Wed Jun 6 09:17:12 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1425 , to selected 9010
- update comments "I: line vs. auth{} block"

Revision 1425 - Directory Listing - [select for diffs]
Modified Wed Jun 6 08:44:22 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1424 , to selected 9010
- automake 1.12.1 & bison 2.5.1

Revision 1424 - Directory Listing - [select for diffs]
Modified Tue May 29 19:32:59 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1422 , to selected 9010
- 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 1422 - Directory Listing - [select for diffs]
Modified Mon May 28 13:38:09 2012 UTC (13 years, 2 months ago) by lusky
Original Path: ircd-hybrid-8
Diff to previous 1421 , to selected 9010
bump version to 8.0.0beta1
Revision 1421 - Directory Listing - [select for diffs]
Modified Sun May 27 09:14:30 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1420 , to selected 9010
- NEWS: fix spelling

Revision 1420 - Directory Listing - [select for diffs]
Modified Sun May 27 09:02:36 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1419 , to selected 9010
- update NEWS file

Revision 1419 - Directory Listing - [select for diffs]
Modified Sun May 27 08:52:13 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1418 , to selected 9010
- rename doxygen.conf to Doxyfile

Revision 1418 - Directory Listing - [select for diffs]
Modified Sun May 27 08:49:18 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1417 , to selected 9010
- update NEWS file

Revision 1417 - Directory Listing - [select for diffs]
Modified Sat May 26 11:51:19 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1416 , to selected 9010
- "STATS Y|y" now reports CIDR limits as well

Revision 1416 - Directory Listing - [select for diffs]
Modified Sat May 26 11:45:43 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1415 , to selected 9010
- 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 1415 - Directory Listing - [select for diffs]
Modified Sat May 26 08:58:18 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1414 , to selected 9010
- m_challenge: add module_init, module_exit dummy functions to shut up
  the module loader bitching about missing 'modules_entry' symbol if
  OpenSSL is not found/enabled.

Revision 1414 - Directory Listing - [select for diffs]
Modified Sat May 26 08:36:29 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1413 , to selected 9010
- 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 - [select for diffs]
Modified Sat May 26 08:25:12 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1412 , to selected 9010
- Don't try to access aconf->user when aconf is a SERVER_TYPE.
  aconf->user is a NULL pointer.

Revision 1412 - Directory Listing - [select for diffs]
Modified Sat May 19 18:39:17 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1411 , to selected 9010
- update example configuration files

Revision 1411 - Directory Listing - [select for diffs]
Modified Sat May 12 20:46:53 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1410 , to selected 9010
- src/conf.c: fixed compile error with openssl disabled

Revision 1410 - Directory Listing - [select for diffs]
Modified Fri May 11 10:59:03 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1409 , to selected 9010
- mo_kill(): remove useless IsDigit() test. hash_find_client() doesn't do
  UID lookups, so we'll end up with ERR_NOSUCHNICK.

Revision 1409 - Directory Listing - [select for diffs]
Modified Thu May 10 21:26:09 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1408 , to selected 9010
- Update NEWS file

Revision 1408 - Directory Listing - [select for diffs]
Modified Thu May 10 21:12:03 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1407 , to selected 9010
- remove contrib/m_classlist.c. use "STATS y" or "TRACE" instead.

Revision 1407 - Directory Listing - [select for diffs]
Modified Thu May 10 21:09:04 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1406 , to selected 9010
- contrib/m_operspy.c: replace several ircsprintf with snprintf.
  Replace a (strchr(x, '*') || strchr(x, '?')) combo with has_wildcards()


Revision 1406 - Directory Listing - [select for diffs]
Modified Thu May 10 21:01:57 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1405 , to selected 9010
- m_who(): replace two irccmp with strcmp

Revision 1405 - Directory Listing - [select for diffs]
Modified Thu May 10 20:56:39 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1404 , to selected 9010
- m_userhost(): don't leak irc operator status in case the status is hidden

Revision 1404 - Directory Listing - [select for diffs]
Modified Thu May 10 20:41:45 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1403 , to selected 9010
- minor cleanups to the module code

Revision 1403 - Directory Listing - [select for diffs]
Modified Wed May 9 19:11:32 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1402 , to selected 9010
- modules/m_whois.c: replace an irccmp with strcmp

Revision 1402 - Directory Listing - [select for diffs]
Modified Wed May 9 18:42:45 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1401 , to selected 9010
- /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 - [select for diffs]
Modified Tue May 8 18:58:13 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1400 , to selected 9010
o) Removed channel::burst_topicwho configuration option. Topicsetters are
   now sent by default

Revision 1400 - Directory Listing - [select for diffs]
Modified Mon May 7 20:08:32 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1399 , to selected 9010
- move has_wildcards() to irc_string.c and make use of it in several places

Revision 1399 - Directory Listing - [select for diffs]
Modified Mon May 7 19:32:01 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1398 , to selected 9010
- match(), match_esc(): remove XXX-comment. Bad idea to have
  match() rely on collapse()

Revision 1398 - Directory Listing - [select for diffs]
Modified Sun May 6 10:57:06 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1397 , to selected 9010
- decrease HOSTIPLEN to 45
- fix some buffers that should use HOSTIPLEN+1

Revision 1397 - Directory Listing - [select for diffs]
Modified Sun May 6 10:01:52 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1396 , to selected 9010
- 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 1396 - Directory Listing - [select for diffs]
Modified Sun May 6 09:52:27 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1395 , to selected 9010
- src/hash.c: minor style corrections

Revision 1395 - Directory Listing - [select for diffs]
Modified Thu May 3 08:42:55 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1394 , to selected 9010
- contrib/ip_cloaking.c:set_vhost: fixed bug that prevents userhost entries
  from getting removed from the userhostTable[] on client-exit

Revision 1394 - Directory Listing - [select for diffs]
Modified Wed May 2 19:29:19 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1393 , to selected 9010
- 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 - [select for diffs]
Modified Wed May 2 19:17:37 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1392 , to selected 9010
- 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 1392 - Directory Listing - [select for diffs]
Modified Wed May 2 16:46:16 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1391 , to selected 9010
- conf_parser.y: removed outdated and missleading comment

Revision 1391 - Directory Listing - [select for diffs]
Modified Tue May 1 15:34:29 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1390 , to selected 9010
- s_bsd.c:close_connection(): fixed connection scheduling

Revision 1390 - Directory Listing - [select for diffs]
Modified Tue May 1 13:39:18 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1389 , to selected 9010
- cleanup match_conf_password(). remove outdated comments

Revision 1389 - Directory Listing - [select for diffs]
Modified Tue May 1 13:08:29 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1388 , to selected 9010
- rename some struct AccessItem members

Revision 1388 - Directory Listing - [select for diffs]
Modified Tue May 1 11:59:09 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1387 , to selected 9010
- conf.c:get_sendq(): fixed an assert()

Revision 1387 - Directory Listing - [select for diffs]
Modified Tue May 1 11:50:01 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1386 , to selected 9010
- 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 1386 - Directory Listing - [select for diffs]
Modified Tue May 1 11:35:46 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1385 , to selected 9010
- client.h: get rid of Server::sconf

Revision 1385 - Directory Listing - [select for diffs]
Modified Tue May 1 11:31:35 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1384 , to selected 9010
- ms_server(), ms_sid(): it's client_p which has an attached
  CONF_SERVER, not source_p. Stupid me.

Revision 1384 - Directory Listing - [select for diffs]
Modified Tue May 1 11:25:58 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1383 , to selected 9010
- m_server.c: fixed core introduced by previous commit to m_server.c

Revision 1383 - Directory Listing - [select for diffs]
Modified Tue May 1 11:18:22 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1382 , to selected 9010
- Cleanup/rewrite Hub/Leaf-mask configuration. Hub and Leaf configuration items
  are no longer separately attached to Client structures.

Revision 1382 - Directory Listing - [select for diffs]
Modified Tue May 1 10:21:22 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1381 , to selected 9010
- Update NEWS

Revision 1381 - Directory Listing - [select for diffs]
Modified Tue May 1 08:21:27 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1380 , to selected 9010
- conf.c: remove CLIENT_CONF leftovers in clear_out_old_conf()
  clear_out_address_conf() already does the deal.

Revision 1380 - Directory Listing - [select for diffs]
Modified Mon Apr 30 19:51:40 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1379 , to selected 9010
- conf.h: remove unused CONF_NOLIMIT definition

Revision 1379 - Directory Listing - [select for diffs]
Modified Mon Apr 30 19:49:57 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1378 , to selected 9010
- remove operlog and logpath from config_file_entry structure

Revision 1378 - Directory Listing - [select for diffs]
Modified Mon Apr 30 19:43:34 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1377 , to selected 9010
- Get rid of OPERNICKLEN. Oper login IDs are no longer limited to NICKLEN*2

Revision 1377 - Directory Listing - [select for diffs]
Modified Mon Apr 30 19:35:16 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1376 , to selected 9010
- Remove all Class related #defines like MaxTotal, MaxSendq, etc.
  All they do is lead to confusion.

Revision 1376 - Directory Listing - [select for diffs]
Modified Sun Apr 29 17:08:42 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1375 , to selected 9010
- 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 1375 - Directory Listing - [select for diffs]
Modified Fri Apr 27 08:01:46 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1374 , to selected 9010
- Update autotools related files

Revision 1374 - Directory Listing - [select for diffs]
Modified Fri Apr 27 07:53:40 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1373 , to selected 9010
- acinclude.m4: replace all occurrences of AC_HELP_STRING with AS_HELP_STRING

Revision 1373 - Directory Listing - [select for diffs]
Modified Fri Apr 27 07:32:34 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1372 , to selected 9010
- autoconf 2.69 & automake 1.12

Revision 1372 - Directory Listing - [select for diffs]
Modified Thu Apr 26 19:04:51 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1371 , to selected 9010
- hostmask.c: move report_Klines() and report_auth() to m_stats.c

Revision 1371 - Directory Listing - [select for diffs]
Modified Wed Apr 25 19:32:21 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1370 , to selected 9010
- "UNKLINE bla@bla.net" may accidentaly remove existing klines such as *@bla.* - Fixed

Revision 1370 - Directory Listing - [select for diffs]
Modified Wed Apr 25 19:16:16 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1369 , to selected 9010
- change back CLEANUP_TKLINES_TIME to 60 seconds

Revision 1369 - Directory Listing - [select for diffs]
Modified Wed Apr 25 19:04:19 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1368 , to selected 9010
- cleanup temporary k/d/g line code

Revision 1368 - Directory Listing - [select for diffs]
Modified Wed Apr 25 16:42:06 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1367 , to selected 9010
- Remove temporary RKLINES/RXLINES leftovers

Revision 1367 - Directory Listing - [select for diffs]
Modified Tue Apr 24 21:20:54 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1366 , to selected 9010
- Cleanup hostmask.c. Make it use dlink list manipulation routines

Revision 1366 - Directory Listing - [select for diffs]
Modified Tue Apr 24 18:35:34 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1365 , to selected 9010
- Cleanup conf_add_server(). Remove traces of obsolete username verification
  for incoming server connections.

Revision 1365 - Directory Listing - [select for diffs]
Modified Sun Apr 22 19:59:02 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1364 , to selected 9010
- change KEYLEN semantics. KEYLEN no longer includes space
  for the trailing \0

Revision 1364 - Directory Listing - [select for diffs]
Modified Sun Apr 22 19:28:21 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1363 , to selected 9010
- 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 1363 - Directory Listing - [select for diffs]
Modified Sun Apr 22 19:15:48 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1362 , to selected 9010
- conf.c: remove unused prototypes

Revision 1362 - Directory Listing - [select for diffs]
Modified Sun Apr 22 19:05:08 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1361 , to selected 9010
- whowas.c: sort out header includes

Revision 1361 - Directory Listing - [select for diffs]
Modified Sun Apr 22 19:01:51 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1360 , to selected 9010
- remove clear_tree_parse()

Revision 1360 - Directory Listing - [select for diffs]
Modified Sun Apr 22 14:50:14 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1359 , to selected 9010
- free_client(): add some assert()

Revision 1359 - Directory Listing - [select for diffs]
Modified Sun Apr 22 13:58:04 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1358 , to selected 9010
- watch_init(): remove useless memset since watchTable resides in .bss
- replace C++ comments with C comments

Revision 1358 - Directory Listing - [select for diffs]
Modified Sun Apr 22 13:49:23 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1357 , to selected 9010
- cleanup and rewrite whowas.c to use the dlink list manipulation routines
- increase NICKNAMEHISTORYLENGTH to 16384

Revision 1357 - Directory Listing - [select for diffs]
Modified Sat Apr 21 20:47:01 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1356 , to selected 9010
- minor cleanups to the getopt code

Revision 1356 - Directory Listing - [select for diffs]
Modified Sat Apr 21 19:56:44 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1353 , to selected 9010
- automake 1.11.5

Revision 1353 - Directory Listing - [select for diffs]
Modified Sun Apr 15 18:35:55 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1352 , to selected 9010
- 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 - [select for diffs]
Modified Fri Apr 13 09:57:08 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1351 , to selected 9010
- conf_parser.y: dh prime size should be at least 1024 bits

Revision 1351 - Directory Listing - [select for diffs]
Modified Thu Apr 12 22:56:05 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1350 , to selected 9010
- update example configuration files

Revision 1350 - Directory Listing - [select for diffs]
Modified Thu Apr 12 21:03:48 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1349 , to selected 9010
- fix odd behaviour of ircncmp with 'n' being 0, plus
  performance improvements.

Revision 1349 - Directory Listing - [select for diffs]
Modified Wed Apr 11 18:45:51 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1348 , to selected 9010
- cleanup pcre library test

Revision 1348 - Directory Listing - [select for diffs]
Modified Wed Apr 11 17:04:22 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1346 , to selected 9010
- remove link.h from header checks

Revision 1346 - Directory Listing - [select for diffs]
Modified Mon Apr 9 17:35:40 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1345 , to selected 9010
- 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 1345 - Directory Listing - [select for diffs]
Modified Mon Apr 9 15:54:34 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1344 , to selected 9010
- increase IRCD_MAXNS to 3

Revision 1344 - Directory Listing - [select for diffs]
Modified Mon Apr 9 14:13:29 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1343 , to selected 9010
- hunt_server(): removed extranous match(). me.name cannot contain wilds anylonger.
  This is basically a fakename leftover.

Revision 1343 - Directory Listing - [select for diffs]
Modified Sat Apr 7 18:46:29 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1341 , to selected 9010
- hostmask.c, rng_mt.c: avoid use of long int types

Revision 1341 - Directory Listing - [select for diffs]
Modified Sat Apr 7 18:33:13 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1340 , to selected 9010
- Applied patch to shut up gcc with -Wformat-security enabled.
  Patch submitted by Moritz Muehlenhoff/Debian Security.

Revision 1340 - Directory Listing - [select for diffs]
Modified Fri Apr 6 10:43:23 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1339 , to selected 9010
- 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 - [select for diffs]
Modified Fri Apr 6 10:22:36 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1338 , to selected 9010
- get_client_name(): made IP-masking more logical for ipv6 clients.
  At least allow determining whether or not a connection is ipv6.

Revision 1338 - Directory Listing - [select for diffs]
Modified Thu Apr 5 11:05:48 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1337 , to selected 9010
- automake 1.11.4

Revision 1337 - Directory Listing - [select for diffs]
Modified Sun Apr 1 18:25:44 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1336 , to selected 9010
- Update serverhide.txt

Revision 1336 - Directory Listing - [select for diffs]
Modified Sun Apr 1 18:23:29 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1335 , to selected 9010
- Update documents, remove outdated ones

Revision 1335 - Directory Listing - [select for diffs]
Modified Sun Apr 1 16:40:35 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1334 , to selected 9010
- Sort out unused ConfItem flags

Revision 1334 - Directory Listing - [select for diffs]
Modified Sun Apr 1 16:35:53 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1333 , to selected 9010
- Update copyright-years

Revision 1333 - Directory Listing - [select for diffs]
Modified Sun Apr 1 16:28:53 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1332 , to selected 9010
- m_whois.c: fixed displaying of RPL_TARGUMODEG

Revision 1332 - Directory Listing - [select for diffs]
Modified Sun Apr 1 16:25:50 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1331 , to selected 9010
- init_hash(): remove unused variable

Revision 1331 - Directory Listing - [select for diffs]
Modified Sun Apr 1 12:23:21 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1330 , to selected 9010
- client.h: cleanup Client flags
- send.h: remove unused prototypes

Revision 1330 - Directory Listing - [select for diffs]
Modified Sun Apr 1 12:12:00 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1329 , to selected 9010
- 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 - [select for diffs]
Modified Sun Apr 1 12:02:12 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1328 , to selected 9010
- Remove unused configure tests
- Fixed compile warning in conf_parser.c

Revision 1328 - Directory Listing - [select for diffs]
Modified Sat Mar 31 17:43:32 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1327 , to selected 9010
- Change SHOW_IP, MASK_IP and HIDE_IP into an enum type
- Removed unused CONF_SERVER_INFO_TLS_VERSION_* definition

Revision 1327 - Directory Listing - [select for diffs]
Modified Sat Mar 31 17:18:22 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1326 , to selected 9010
- minor cleanups to the new logging system

Revision 1326 - Directory Listing - [select for diffs]
Modified Sat Mar 31 10:33:06 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1325 , to selected 9010
- Remove contrib/m_spoof.c
- Sort out unused help files

Revision 1325 - Directory Listing - [select for diffs]
Modified Sat Mar 31 10:29:02 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1324 , to selected 9010
- Get rid of fileio.c. Replace some ircsprintf() with snprintf() while on it

Revision 1324 - Directory Listing - [select for diffs]
Modified Fri Mar 30 21:40:38 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1323 , to selected 9010
- Remove log::timestamp configuration directive. Timestamps are now enabled by default.
- Timestamps are iso8601 now

Revision 1323 - Directory Listing - [select for diffs]
Modified Fri Mar 30 11:40:49 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1322 , to selected 9010
- parse.c: remove unused prototypes

Revision 1322 - Directory Listing - [select for diffs]
Modified Fri Mar 30 11:37:32 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1321 , to selected 9010
- 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 1321 - Directory Listing - [select for diffs]
Modified Fri Mar 30 11:23:16 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1320 , to selected 9010
- remove unused variables

Revision 1320 - Directory Listing - [select for diffs]
Modified Thu Mar 29 11:15:26 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1319 , to selected 9010
- s_serv.h: sort out unused CAPABS, remove unused capabtab[]

Revision 1319 - Directory Listing - [select for diffs]
Modified Thu Mar 29 11:06:05 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1318 , to selected 9010
- minor cleanups and fixes to the new logging system
- decrease LOG_BUFSIZE to 1024

Revision 1318 - Directory Listing - [select for diffs]
Modified Wed Mar 28 11:18:54 2012 UTC (13 years, 4 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1317 , to selected 9010
- Killed include/m_info.h

Revision 1317 - Directory Listing - [select for diffs]
Modified Tue Mar 27 17:30:55 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1316 , to selected 9010
- remove tls_version from server_info struct

Revision 1316 - Directory Listing - [select for diffs]
Modified Tue Mar 27 17:05:51 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1315 , to selected 9010
- 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 1315 - Directory Listing - [select for diffs]
Modified Tue Mar 27 11:46:18 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1314 , to selected 9010
- Update NEWS file

Revision 1314 - Directory Listing - [select for diffs]
Modified Tue Mar 27 11:19:43 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1313 , to selected 9010
- Update README files
- Remove README.PLATFORMS

Revision 1313 - Directory Listing - [select for diffs]
Modified Tue Mar 27 11:09:31 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1312 , to selected 9010
- rsa.h: remove verify_private_key prototype

Revision 1312 - Directory Listing - [select for diffs]
Modified Mon Mar 26 16:07:20 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1311 , to selected 9010
- client.h: remove servlink leftovers

Revision 1311 - Directory Listing - [select for diffs]
Modified Mon Mar 26 15:49:47 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1310 , to selected 9010
- Update BUGS file

Revision 1310 - Directory Listing - [select for diffs]
Modified Mon Mar 26 15:45:02 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1309 , to selected 9010
- move example configuration files to doc/ folder

Revision 1309 - Directory Listing - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1308 , to selected 9010
- 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 1308 - Directory Listing - [select for diffs]
Modified Sat Mar 24 13:37:05 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1307 , to selected 9010
- ssl_server_handshake(): better error reporting

Revision 1307 - Directory Listing - [select for diffs]
Modified Sat Mar 24 09:33:33 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1306 , to selected 9010
- 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 - [select for diffs]
Modified Sat Mar 24 07:43:04 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1305 , to selected 9010
- improve ssl/tls support
- cipher suites can now be specified via ircd.conf

Revision 1305 - Directory Listing - [select for diffs]
Modified Fri Mar 23 12:43:55 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1304 , to selected 9010
- show info about compression/expansion methods on link establishment

Revision 1304 - Directory Listing - [select for diffs]
Modified Fri Mar 23 12:03:56 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1303 , to selected 9010
- servlink is gone; cleanup and sanitize openssl detection tests

Revision 1303 - Directory Listing - [select for diffs]
Modified Fri Mar 23 10:52:19 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1302 , to selected 9010
- Implement basic tls connections for server-server links

Revision 1302 - Directory Listing - [select for diffs]
Modified Wed Mar 21 17:48:54 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1301 , to selected 9010
- remove servlink in preparation for tls links/compression

Revision 1301 - Directory Listing - [select for diffs]
Modified Sat Mar 10 21:47:17 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1299 , to selected 9010
- 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 1299 - Directory Listing - [select for diffs]
Modified Tue Feb 28 19:32:30 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1298 , to selected 9010
- Somehow I missed Adam's bug report about the 'who' help file. fixed.

Revision 1298 - Directory Listing - [select for diffs]
Modified Tue Feb 28 18:51:13 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1297 , to selected 9010
- fixed style in some places

Revision 1297 - Directory Listing - [select for diffs]
Modified Sun Feb 26 15:28:14 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1295 , to selected 9010
- m_error.c: fixed minor compile warning due to missing static keyword

Revision 1295 - Directory Listing - [select for diffs]
Modified Sun Feb 26 15:22:44 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1294 , to selected 9010
-fixed operator status leakage when using "WHO 0 o"

Revision 1294 - Directory Listing - [select for diffs]
Modified Wed Feb 22 20:48:30 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1293 , to selected 9010
- 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 1293 - Directory Listing - [select for diffs]
Modified Sun Feb 12 21:14:49 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1292 , to selected 9010
- update modes.txt

Revision 1292 - Directory Listing - [select for diffs]
Modified Sun Feb 12 20:36:27 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1291 , to selected 9010
- remove AX_ENABLE_SYSLOG. This is now obsolete with the new logging subsystem

Revision 1291 - Directory Listing - [select for diffs]
Modified Sun Feb 12 20:24:41 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1290 , to selected 9010
- automake 1.11.3

Revision 1290 - Directory Listing - [select for diffs]
Modified Wed Feb 8 13:02:04 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1289 , to selected 9010
- update example config files. usermode 'r' has a different function now

Revision 1289 - Directory Listing - [select for diffs]
Modified Sun Feb 5 16:09:08 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1286 , to selected 9010
- m_oper.c: remove find_password_conf() wrapper

Revision 1286 - Directory Listing - [select for diffs]
Modified Sun Feb 5 15:20:03 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1285 , to selected 9010
- ircd.c: fix compile warning

Revision 1285 - Directory Listing - [select for diffs]
Modified Sun Feb 5 15:12:59 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1282 , to selected 9010
- added CIDR support for operator{} blocks
- operator "name"{} is no longer supported

Revision 1282 - Directory Listing - [select for diffs]
Modified Thu Feb 2 21:33:28 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1276 , to selected 9010
- Update contrib/README

Revision 1276 - Directory Listing - [select for diffs]
Modified Mon Jan 30 23:55:11 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1275 , to selected 9010
- fix previous commit regarding remote klines

Revision 1275 - Directory Listing - [select for diffs]
Modified Mon Jan 30 23:50:03 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1274 , to selected 9010
- services that are specified in the services{} block may now set remote k/x-lines

Revision 1274 - Directory Listing - [select for diffs]
Modified Mon Jan 30 23:41:59 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1272 , to selected 9010
- minor documentation updates and fixes

Revision 1272 - Directory Listing - [select for diffs]
Modified Sun Jan 29 13:29:59 2012 UTC (13 years, 6 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1269 , to selected 9010
- Update mkpasswd documentation

Revision 1269 - Directory Listing - [select for diffs]
Modified Wed Jan 25 12:17:34 2012 UTC (13 years, 7 months ago) by lusky
Original Path: ircd-hybrid-8
Diff to previous 1268 , to selected 9010
test commit
Revision 1268 - Directory Listing - [select for diffs]
Modified Wed Jan 18 08:20:31 2012 UTC (13 years, 7 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1265 , to selected 9010
- get contributed modules to work with new module api

Revision 1265 - Directory Listing - [select for diffs]
Modified Tue Jan 17 12:54:17 2012 UTC (13 years, 7 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1264 , to selected 9010
- remove useless NULL-pointer assignment

Revision 1264 - Directory Listing - [select for diffs]
Modified Tue Jan 17 12:30:57 2012 UTC (13 years, 7 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1262 , to selected 9010
- remove general::burst_away configuration directive. AWAY burst will have to
  be controlled via connect::flags explicitly.

Revision 1262 - Directory Listing - [select for diffs]
Modified Sun Jan 15 22:05:46 2012 UTC (13 years, 7 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1258 , to selected 9010
- added m_webirc.c to contrib/

Revision 1258 - Directory Listing - [select for diffs]
Modified Sun Jan 15 06:34:10 2012 UTC (13 years, 7 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1257 , to selected 9010
- contrib/Makefile.am: Update AM_CPPFLAGS. We no longer use our own version
  of libpcre.

Revision 1257 - Directory Listing - [select for diffs]
Modified Sun Jan 15 06:28:46 2012 UTC (13 years, 7 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1256 , to selected 9010
- automake 1.11.2

Revision 1256 - Directory Listing - [select for diffs]
Modified Sun Jan 15 05:58:40 2012 UTC (13 years, 7 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1252 , to selected 9010
- irc_res_mkquery(): fixed compile warning with gcc 4.6

Revision 1252 - Directory Listing - [select for diffs]
Modified Fri Oct 21 20:24:08 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1250 , to selected 9010
- Forward-port -r1251

Revision 1250 - Directory Listing - [select for diffs]
Modified Sat Oct 1 10:48:16 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1249 , to selected 9010
- A file size of 'unlimited' can now be specified for log files

Revision 1249 - Directory Listing - [select for diffs]
Modified Sat Oct 1 10:07:53 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1248 , to selected 9010
- Fix typo in example configuration files

Revision 1248 - Directory Listing - [select for diffs]
Modified Sat Oct 1 10:02:53 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1247 , to selected 9010
- add log file rotation

Revision 1247 - Directory Listing - [select for diffs]
Modified Sat Oct 1 07:54:24 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1246 , to selected 9010
- Rewrite and cleanup half-broken logging subsystem.
  Logfile rotating is not working yet

Revision 1246 - Directory Listing - [select for diffs]
Modified Fri Sep 30 16:13:11 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1245 , to selected 9010
- parse.c: remove unused variable, plus style cleanups

Revision 1245 - Directory Listing - [select for diffs]
Modified Fri Sep 30 14:58:29 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1244 , to selected 9010
- Update configure
- Update NEWS

Revision 1244 - Directory Listing - [select for diffs]
Modified Fri Sep 30 11:39:22 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1243 , to selected 9010
- Update NEWS file

Revision 1243 - Directory Listing - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1242 , to selected 9010
- 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 - [select for diffs]
Modified Fri Sep 30 08:17:50 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1241 , to selected 9010
- listener.c: remove outdated comment. remove useless header include

Revision 1241 - Directory Listing - [select for diffs]
Modified Thu Sep 29 20:26:09 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1240 , to selected 9010
- 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 1240 - Directory Listing - [select for diffs]
Modified Thu Sep 29 14:03:18 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1239 , to selected 9010
- remove unused dynlink_init() prototype

Revision 1239 - Directory Listing - [select for diffs]
Modified Thu Sep 29 14:02:25 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1238 , to selected 9010
- minor cleanup to m_sid and m_server: replace DLINK_FOREACH loops
 with sendto_server()

Revision 1238 - Directory Listing - [select for diffs]
Modified Thu Sep 29 11:37:31 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1237 , to selected 9010
- rename mod_list to modules_list and make it static
- remove now unused _modinit and _moddeinit prototypes

Revision 1237 - Directory Listing - [select for diffs]
Modified Thu Sep 29 11:32:21 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1236 , to selected 9010
- move remaining functions in dynlink.c into modules.c

Revision 1236 - Directory Listing - [select for diffs]
Modified Thu Sep 29 11:21:27 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1235 , to selected 9010
- Getting rid of rlimits.h. Relying on RLIMIT_NOFILE is
  more than enough nowadays

Revision 1235 - Directory Listing - [select for diffs]
Modified Fri Sep 23 08:55:50 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1234 , to selected 9010
- 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 - [select for diffs]
Modified Fri Sep 23 08:15:04 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1233 , to selected 9010
- replace all instances of parv[0] with source_p->name

Revision 1233 - Directory Listing - [select for diffs]
Modified Thu Sep 22 20:53:07 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1232 , to selected 9010
- replace bunch of ircsprintf with snprintf

Revision 1232 - Directory Listing - [select for diffs]
Modified Thu Sep 22 20:25:00 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1231 , to selected 9010
- oper_up(): if both ConfigFileEntry.oper_umodes and oconf->modes aren't
  specified, don't give a client any other default oper-modes

Revision 1231 - Directory Listing - [select for diffs]
Modified Thu Sep 22 19:50:51 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1230 , to selected 9010
- remove now obsolete members of the module struct

Revision 1230 - Directory Listing - [select for diffs]
Modified Thu Sep 22 19:41:19 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1229 , to selected 9010
- cleanup module loader. Make module api more flexible

Revision 1229 - Directory Listing - [select for diffs]
Modified Mon Sep 19 11:57:21 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1228 , to selected 9010
- Minor cleanups to example configuration files

Revision 1228 - Directory Listing - [select for diffs]
Modified Mon Sep 19 09:38:38 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1227 , to selected 9010
- 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 1227 - Directory Listing - [select for diffs]
Modified Sun Sep 18 12:28:35 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1226 , to selected 9010
- Update INSTALL file

Revision 1226 - Directory Listing - [select for diffs]
Modified Sun Sep 18 12:22:15 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1225 , to selected 9010
- remove RKLINE, aswell as RXLINE. Regular expression based x/k-lines should be added
  via ircd.conf only

Revision 1225 - Directory Listing - [select for diffs]
Modified Sun Sep 18 12:11:56 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1224 , to selected 9010
- m_whois.c: remove callbacks that previously has been used for WHOIS notices

Revision 1224 - Directory Listing - [select for diffs]
Modified Sun Sep 18 12:07:47 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1223 , to selected 9010
- ms_globops(): remove redundant argument count validation

Revision 1223 - Directory Listing - [select for diffs]
Modified Sun Sep 18 11:40:06 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1222 , to selected 9010
- Update doxygen.conf

Revision 1222 - Directory Listing - [select for diffs]
Modified Sun Sep 18 10:57:54 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1221 , to selected 9010
- minor correction to m_cap(): sptr->name can be empty when sending
  ERR_INVALIDCAPCMD back to client. Must use '*' instead of sptr->name

Revision 1221 - Directory Listing - [select for diffs]
Modified Sun Sep 18 10:44:31 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1220 , to selected 9010
- m_svsnick(), m_svsmode(): remove redundant argument count validation

Revision 1220 - Directory Listing - [select for diffs]
Modified Sun Sep 18 10:07:10 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1219 , to selected 9010
- doxify client.h

Revision 1219 - Directory Listing - [select for diffs]
Modified Sun Sep 18 09:02:38 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1218 , to selected 9010
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.

Revision 1218 - Directory Listing - [select for diffs]
Modified Fri Sep 16 08:42:03 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1217 , to selected 9010
- add helpserv/statserv service aliases

Revision 1217 - Directory Listing - [select for diffs]
Modified Tue Sep 13 18:28:18 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1216 , to selected 9010
- Updat resv{} block for services

Revision 1216 - Directory Listing - [select for diffs]
Modified Tue Sep 13 18:22:31 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1206 , to selected 9010
- add 'globops' to operflags

Revision 1206 - Directory Listing - [select for diffs]
Modified Wed Aug 24 21:41:23 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1205 , to selected 9010
- Implement GLOBOPS
- remove debugging code from parse.c

Revision 1205 - Directory Listing - [select for diffs]
Modified Wed Aug 24 19:59:30 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1204 , to selected 9010
- renamed m_locops() to mo_locops()

Revision 1204 - Directory Listing - [select for diffs]
Modified Tue Aug 23 20:12:40 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1203 , to selected 9010
- update help/opers/cmode

Revision 1203 - Directory Listing - [select for diffs]
Modified Tue Aug 23 20:06:08 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1196 , to selected 9010
- make channel::topic and channel::topic_info fixed-size arrays

Revision 1196 - Directory Listing - [select for diffs]
Modified Sun Aug 21 10:09:23 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1193 , to selected 9010
- implement NICK/UID servicestamps
- add "SVS" to server capabilities

Revision 1193 - Directory Listing - [select for diffs]
Modified Thu Aug 18 20:36:25 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1192 , to selected 9010
- change_local_nick(): remove unnecessary client_p parameter

Revision 1192 - Directory Listing - [select for diffs]
Modified Thu Aug 18 20:25:18 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1189 , to selected 9010
- move change_local_nick() from client.c to m_nick.c

Revision 1189 - Directory Listing - [select for diffs]
Modified Thu Aug 18 09:48:07 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1185 , to selected 9010
- Forward-ported r1188: Update help/opers/cmode

Revision 1185 - Directory Listing - [select for diffs]
Modified Wed Aug 17 23:45:37 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1182 , to selected 9010
- Forward-port r1183: exit_client(): We were accidentally trying to free memory
  pointed by source_p->lclient_node. Fixed.

Revision 1182 - Directory Listing - [select for diffs]
Modified Tue Aug 16 08:18:13 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1181 , to selected 9010
- nick_from_server, uid_from_server: don't blindly increment Count.invisi
  without checking if we already did. Fixes invalid usercount in case servers
  sends redundant modes within an NICK/UID message.


Revision 1181 - Directory Listing - [select for diffs]
Modified Tue Aug 16 08:05:32 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1180 , to selected 9010
- set minimum required arguments for services alias message handler to 0,
  otherwise we don't send a ERR_NOTEXTTOSEND

Revision 1180 - Directory Listing - [select for diffs]
Modified Tue Aug 16 08:00:56 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1179 , to selected 9010
- remove deprecated add_loacl_domain prototype

Revision 1179 - Directory Listing - [select for diffs]
Modified Mon Aug 15 08:14:15 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1178 , to selected 9010
- Forward-port r1177:
  Fix ERR_ACCEPTEXIST numeric string. Two %s conversion specifier
  have been missed here

Revision 1178 - Directory Listing - [select for diffs]
Modified Mon Aug 15 08:11:31 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1176 , to selected 9010
- 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 - [select for diffs]
Modified Sun Aug 14 11:24:24 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1175 , to selected 9010
- 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 1175 - Directory Listing - [select for diffs]
Modified Sun Aug 14 10:47:48 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1174 , to selected 9010
- several fixes to services compatibility mode

Revision 1174 - Directory Listing - [select for diffs]
Modified Sun Aug 14 00:25:05 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1173 , to selected 9010
- msg_client(): remove redundant pointer comparison

Revision 1173 - Directory Listing - [select for diffs]
Modified Sun Aug 14 00:23:02 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1172 , to selected 9010
- 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 1172 - Directory Listing - [select for diffs]
Modified Sat Aug 13 18:49:37 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1170 , to selected 9010
- update s_conf.c:map_to_list

Revision 1170 - Directory Listing - [select for diffs]
Modified Fri Aug 12 19:03:34 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1169 , to selected 9010
- allow services to bypass +G when messaging clients

Revision 1169 - Directory Listing - [select for diffs]
Modified Fri Aug 12 18:45:03 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1168 , to selected 9010
- 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 1168 - Directory Listing - [select for diffs]
Modified Thu Aug 11 22:07:40 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1167 , to selected 9010
- Add service aliases

Revision 1167 - Directory Listing - [select for diffs]
Modified Thu Aug 11 20:13:38 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1166 , to selected 9010
- Improve services support
- Add channelmode +r

Revision 1166 - Directory Listing - [select for diffs]
Modified Thu Aug 11 19:02:03 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1165 , to selected 9010
- remove mo_svsnick as well as clean_nick_name from m_services.c

Revision 1165 - Directory Listing - [select for diffs]
Modified Thu Aug 11 18:56:53 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1164 , to selected 9010
- rename clean_nick_name() to valid_nickname() and move it so s_user.c
- add SVSNICK module
- update Makefile accordingly

Revision 1164 - Directory Listing - [select for diffs]
Modified Wed Aug 10 21:55:38 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1163 , to selected 9010
- fix previous commit to m_whois.c

Revision 1163 - Directory Listing - [select for diffs]
Modified Wed Aug 10 21:54:01 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1162 , to selected 9010
- Properly track invisible count when setting +/-i via SVSMODE

Revision 1162 - Directory Listing - [select for diffs]
Modified Wed Aug 10 21:26:33 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1161 , to selected 9010
- don't report RPL_WHOISREGNICK for unregistered nicknames...


Revision 1161 - Directory Listing - [select for diffs]
Modified Wed Aug 10 21:16:43 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1160 , to selected 9010
- m_svsmode(): Replace MyClient test with MyConnect.
  find_person already takes care of this.

Revision 1160 - Directory Listing - [select for diffs]
Modified Wed Aug 10 21:14:57 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1159 , to selected 9010
- set file properties for m_svsmode.c

Revision 1159 - Directory Listing - [select for diffs]
Modified Wed Aug 10 21:08:18 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1158 , to selected 9010
- Implemented SVSMODE

Revision 1158 - Directory Listing - [select for diffs]
Modified Wed Aug 10 19:46:00 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1157 , to selected 9010
- UMODE_REJ goes to usermode 'j'
- add UMODE_REGISTERED ('r') (registered nickname)

Revision 1157 - Directory Listing - [select for diffs]
Modified Tue Aug 9 22:03:59 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Diff to previous 1156 , to selected 9010
- preliminary services support

Revision 1156 - Directory Listing - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8
Copied from: ircd-hybrid revision 1155
Diff to previous 1155 , to selected 9010
- create ircd-hybrid-8 "branch"

Revision 1155 - Directory Listing - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid
Copied from: ircd-hybrid-7.3 revision 1154
Diff to previous 1153 , to selected 9010
- recreate "trunk"

Revision 1153 - Directory Listing - [select for diffs]
Modified Tue Aug 9 19:37:24 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1151 , to selected 9010
- Update CHANMODES ISUPORT...

Revision 1151 - Directory Listing - [select for diffs]
Modified Mon Aug 8 19:55:17 2011 UTC (14 years ago) by lusky
Original Path: ircd-hybrid-7.3
Diff to previous 1150 , to selected 9010
release time - bump patchlevel to 7.3.0
Revision 1150 - Directory Listing - [select for diffs]
Modified Wed Aug 3 01:09:49 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1149 , to selected 9010
- add new channel modes O and S

Revision 1149 - Directory Listing - [select for diffs]
Modified Sun Jul 31 20:04:17 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1148 , to selected 9010
- Style cleanups
- Doxify hook.c

Revision 1148 - Directory Listing - [select for diffs]
Modified Fri Jul 29 21:29:06 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1147 , to selected 9010
- fixed several compile warnings

Revision 1147 - Directory Listing - [select for diffs]
Modified Thu Jul 28 20:14:29 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1146 , to selected 9010
- replace several ircsprintf with snprintf

Revision 1146 - Directory Listing - [select for diffs]
Modified Thu Jul 28 20:00:19 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1145 , to selected 9010
- Improve multi-prefix client capability support

Revision 1145 - Directory Listing - [select for diffs]
Modified Tue Jul 26 19:35:49 2011 UTC (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1144 , to selected 9010
- fixed compile warning in ircd.c

Revision 1144 - Directory Listing - [select for diffs]
Modified Tue Jul 26 19:33:54 2011 UTC (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1143 , to selected 9010
Added back STATS/TRACE/MOTD/ADMIN request notices. Removed
   spy_*_notice modules accordingly.


Revision 1143 - Directory Listing - [select for diffs]
Modified Mon Jul 25 18:58:51 2011 UTC (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1142 , to selected 9010
- Update NEWS file
- Minor optimization to update_client_exit_stats close_connection
- Move MaxConnectionCount/MaxClientCount to Counter struct

Revision 1142 - Directory Listing - [select for diffs]
Modified Sat Jul 16 20:05:08 2011 UTC (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1141 , to selected 9010
- fix for previous commit to m_set.c

Revision 1141 - Directory Listing - [select for diffs]
Modified Sat Jul 16 19:58:28 2011 UTC (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1140 , to selected 9010
- m_set.c: replace all occurrences of %s!%s@%s with get_oper_name()

Revision 1140 - Directory Listing - [select for diffs]
Modified Sat Jul 16 19:46:35 2011 UTC (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1139 , to selected 9010
- m_set.c:quote_max(): add missing argument to sendto_one() call

Revision 1139 - Directory Listing - [select for diffs]
Modified Sun Jun 5 11:35:32 2011 UTC (14 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1138 , to selected 9010
- Update NEWS

Revision 1138 - Directory Listing - [select for diffs]
Modified Thu Jun 2 10:37:43 2011 UTC (14 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1137 , to selected 9010
- Update INSTALL, NEWS, and README

Revision 1137 - Directory Listing - [select for diffs]
Modified Sun May 29 19:04:06 2011 UTC (14 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1136 , to selected 9010
- User IDs are now shown in client connection notices.
Requested by some ircu user.

Revision 1136 - Directory Listing - [select for diffs]
Modified Sun May 29 18:53:45 2011 UTC (14 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1135 , to selected 9010
- m_kill.c: replace ircsprintf with snprintf

Revision 1135 - Directory Listing - [select for diffs]
Modified Sat May 28 19:27:34 2011 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1134 , to selected 9010
- update my email address

Revision 1134 - Directory Listing - [select for diffs]
Modified Sat May 28 19:23:12 2011 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1133 , to selected 9010
- update copyright years

Revision 1133 - Directory Listing - [select for diffs]
Modified Fri May 27 20:11:42 2011 UTC (14 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1131 , to selected 9010
- Bison 2.5

Revision 1131 - Directory Listing - [select for diffs]
Modified Fri Apr 8 16:56:32 2011 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1130 , to selected 9010
- we are finally 7.3-STABLE

Revision 1130 - Directory Listing - [select for diffs]
Modified Sun Feb 27 12:10:46 2011 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1129 , to selected 9010
- update NEWS

Revision 1129 - Directory Listing - [select for diffs]
Modified Sun Feb 27 11:43:22 2011 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1128 , to selected 9010
- propset

Revision 1128 - Directory Listing - [select for diffs]
Modified Sun Feb 27 11:37:48 2011 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1127 , to selected 9010
- added bulgarian language file provided by Borislav Borisov

Revision 1127 - Directory Listing - [select for diffs]
Modified Sun Feb 27 11:05:40 2011 UTC (14 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1126 , to selected 9010
- fixed "stats z" displaying bug

Revision 1126 - Directory Listing - [select for diffs]
Modified Sun Feb 20 14:30:12 2011 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1125 , to selected 9010
- 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 - [select for diffs]
Modified Sun Feb 20 13:44:39 2011 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1124 , to selected 9010
- fixed stupid assert() which prevented clients from being added
  to local_client_list

Revision 1124 - Directory Listing - [select for diffs]
Modified Mon Feb 7 11:45:27 2011 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1123 , to selected 9010
- replace several ircsprintf with snprintf

Revision 1123 - Directory Listing - [select for diffs]
Modified Sun Feb 6 21:57:50 2011 UTC (14 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1122 , to selected 9010
- Got rid of irc_addrinfo.c and irc_getnameinfo.c
- Fixed broken ipv6 detection due to incorrect use of AC_CHECK_TYPES

Revision 1122 - Directory Listing - [select for diffs]
Modified Mon Jan 10 09:14:19 2011 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1121 , to selected 9010
- simplify remove_ipv6_mapping() and get rid of inetntoa

Revision 1121 - Directory Listing - [select for diffs]
Modified Sun Jan 9 11:03:03 2011 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1120 , to selected 9010
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

Revision 1120 - Directory Listing - [select for diffs]
Modified Sun Jan 9 09:58:25 2011 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1119 , to selected 9010
- Bump up max temporary kline time to 360 days

Revision 1119 - Directory Listing - [select for diffs]
Modified Fri Jan 7 22:01:47 2011 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1118 , to selected 9010
- removed HUB capability, which was a LL leftover

Revision 1118 - Directory Listing - [select for diffs]
Modified Thu Jan 6 13:39:10 2011 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1117 , to selected 9010
- cleanup and sanitize m_server.c. remove hostmasking. Improve TS6 suppport

Revision 1117 - Directory Listing - [select for diffs]
Modified Tue Dec 21 15:01:46 2010 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1116 , to selected 9010
- ircd_parser.y: ensure only valid hostnames can be
  specified in serverinfo::name

Revision 1116 - Directory Listing - [select for diffs]
Modified Tue Dec 21 14:45:55 2010 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1115 , to selected 9010
- set_user_mode(): don't unset modes specified in general::oper_only_umodes
  for remote clients

Revision 1115 - Directory Listing - [select for diffs]
Modified Tue Dec 21 14:42:54 2010 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1114 , to selected 9010
- 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 - [select for diffs]
Modified Mon Dec 20 20:33:05 2010 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1113 , to selected 9010
- Move RPL_ETRACE to messages.tab
- CHANGE RPL_WHOISSSL to use the 671 numeric

Revision 1113 - Directory Listing - [select for diffs]
Modified Sat Dec 18 22:44:10 2010 UTC (14 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1111 , to selected 9010
- move Client.client_host and Client.client_server to LocalUser struct

Revision 1111 - Directory Listing - [select for diffs]
Modified Fri Nov 26 20:01:41 2010 UTC (14 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1110 , to selected 9010
- Add back socketpair configure test which got lost for some reason.
  Cryptlinks should be working again.

Revision 1110 - Directory Listing - [select for diffs]
Modified Wed Nov 3 15:57:22 2010 UTC (14 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1107 , to selected 9010
- m_change.c: Fixed bug where exiting clients got not removed from userhost hash
  in case CHGHOST has been used on them

Revision 1107 - Directory Listing - [select for diffs]
Modified Tue Nov 2 15:19:41 2010 UTC (14 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1106 , to selected 9010
- thou shall not forget the half while being on crack

Revision 1106 - Directory Listing - [select for diffs]
Modified Tue Nov 2 15:10:53 2010 UTC (14 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1105 , to selected 9010
- Fixed broken configure test for sigio
- Update libtool to latest 2.4 release

Revision 1105 - Directory Listing - [select for diffs]
Modified Tue Sep 14 08:15:53 2010 UTC (14 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1103 , to selected 9010
- Fix build under solaris, as reported by Peter Evans

Revision 1103 - Directory Listing - [select for diffs]
Modified Wed Aug 18 22:18:47 2010 UTC (15 years ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1097 , to selected 9010
- rebuild parser

Revision 1097 - Directory Listing - [select for diffs]
Modified Tue Aug 3 00:36:01 2010 UTC (15 years ago) by lusky
Original Path: ircd-hybrid-7.3
Diff to previous 1095 , to selected 9010
bump patchlevel to rc1


Revision 1095 - Directory Listing - [select for diffs]
Modified Mon Aug 2 20:14:21 2010 UTC (15 years ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1094 , to selected 9010
- autoconf 2.67

Revision 1094 - Directory Listing - [select for diffs]
Modified Sun Jun 13 10:09:34 2010 UTC (15 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1092 , to selected 9010
- Updated ltdl to latest 2.2.10 release

Revision 1092 - Directory Listing - [select for diffs]
Modified Thu Mar 25 11:10:59 2010 UTC (15 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1090 , to selected 9010
- Switch libltdl to recursive build mode

Revision 1090 - Directory Listing - [select for diffs]
Modified Wed Mar 24 22:37:53 2010 UTC (15 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1089 , to selected 9010
- minor libtool fixups

Revision 1089 - Directory Listing - [select for diffs]
Modified Wed Mar 24 22:36:04 2010 UTC (15 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1086 , to selected 9010
- rebuild scanner using latest bison 2.4.2 which finally fixed
those -Wundef related warnings

Revision 1086 - Directory Listing - [select for diffs]
Modified Sat Mar 13 23:59:10 2010 UTC (15 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1084 , to selected 9010
- ts_warn(), ilog(): replace two vsprintfS with vsnprintf. We're immortal now!!!!!!!!!111

Revision 1084 - Directory Listing - [select for diffs]
Modified Sat Mar 13 23:24:10 2010 UTC (15 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1082 , to selected 9010
- libtoolize

Revision 1082 - Directory Listing - [select for diffs]
Modified Wed Mar 10 23:27:25 2010 UTC (15 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1080 , to selected 9010
- Move do_local_user to m_user.c

Revision 1080 - Directory Listing - [select for diffs]
Modified Wed Mar 10 23:09:36 2010 UTC (15 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1078 , to selected 9010
- Sort out unneeded arguments of some user registration functions

Revision 1078 - Directory Listing - [select for diffs]
Modified Sun Mar 7 22:55:05 2010 UTC (15 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1076 , to selected 9010
- move Client.serial to LocalUser struct

Revision 1076 - Directory Listing - [select for diffs]
Modified Thu Feb 18 09:23:47 2010 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1074 , to selected 9010
- Dropped support for old style 'operflag = yes|no;' configuration format

Revision 1074 - Directory Listing - [select for diffs]
Modified Wed Feb 17 23:28:33 2010 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1072 , to selected 9010
- Made general::kill_chase_time_limit accept time units. too bad this entire
  crap is still needed even with ts6.

Revision 1072 - Directory Listing - [select for diffs]
Modified Wed Feb 17 22:58:23 2010 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1070 , to selected 9010
- remove old dot_in_ip6_addr configuration option. this is now obsolete.

Revision 1070 - Directory Listing - [select for diffs]
Modified Tue Feb 16 23:40:20 2010 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1068 , to selected 9010
- Update example configuration files

Revision 1068 - Directory Listing - [select for diffs]
Modified Tue Feb 16 23:01:26 2010 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1065 , to selected 9010
- Stop substitution of example configuration files on 'configure'

Revision 1065 - Directory Listing - [select for diffs]
Modified Sun Feb 14 11:36:56 2010 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1064 , to selected 9010
- removed mr_motd. unregistered clients may no longer request a MOTD

Revision 1064 - Directory Listing - [select for diffs]
Modified Sun Feb 14 11:11:41 2010 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1062 , to selected 9010
- respond.c:binary_to_hex: fixed harmless compile warning

Revision 1062 - Directory Listing - [select for diffs]
Modified Sun Feb 14 11:07:51 2010 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1060 , to selected 9010
- m_eob.c: remove redundant header includes

Revision 1060 - Directory Listing - [select for diffs]
Modified Thu Feb 11 20:40:33 2010 UTC (15 years, 6 months ago) by lusky
Original Path: ircd-hybrid-7.3
Diff to previous 1058 , to selected 9010
change RELNOTES to Release Notes


Revision 1058 - Directory Listing - [select for diffs]
Modified Tue Feb 2 22:15:03 2010 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1056 , to selected 9010
- move DLINE into its own m_dline module

Revision 1056 - Directory Listing - [select for diffs]
Modified Mon Feb 1 23:09:03 2010 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1055 , to selected 9010
- Rename existing lib directory containing modules on 'make install'
  as suggested by Rodder

Revision 1055 - Directory Listing - [select for diffs]
Modified Thu Jan 28 09:03:31 2010 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1053 , to selected 9010
- m_help.c: logging unfound help-topics that are triggered by simple HELP
  requests is just stupid, as this can be easily abused.

Revision 1053 - Directory Listing - [select for diffs]
Modified Thu Jan 28 08:49:16 2010 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1050 , to selected 9010
- Add back --silent switch to LIBTOOL flags for releases

Revision 1050 - Directory Listing - [select for diffs]
Modified Wed Jan 27 22:57:34 2010 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1049 , to selected 9010
- Squash compile warnings in contrib/

Revision 1049 - Directory Listing - [select for diffs]
Modified Wed Jan 27 22:50:03 2010 UTC (15 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1046 , to selected 9010
- Update copyright years

Revision 1046 - Directory Listing - [select for diffs]
Modified Wed Jan 27 21:26:51 2010 UTC (15 years, 6 months ago) by lusky
Original Path: ircd-hybrid-7.3
Diff to previous 1045 , to selected 9010
Bump version to 7.3.0rc


Revision 1045 - Directory Listing - [select for diffs]
Modified Tue Jan 26 12:58:42 2010 UTC (15 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1043 , to selected 9010
- 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 1043 - Directory Listing - [select for diffs]
Modified Thu Dec 10 13:05:19 2009 UTC (15 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1040 , to selected 9010
- automake 1.11.1

Revision 1040 - Directory Listing - [select for diffs]
Modified Tue Dec 8 21:03:57 2009 UTC (15 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1039 , to selected 9010
- ms_operwall(): add proper TS6 support

Revision 1039 - Directory Listing - [select for diffs]
Modified Sat Dec 5 23:19:44 2009 UTC (15 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1037 , to selected 9010
- bump version to 7.3-rc1

Revision 1037 - Directory Listing - [select for diffs]
Modified Thu Dec 3 19:27:50 2009 UTC (15 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1033 , to selected 9010
- Updated ltdl to latest 2.2.6b release

Revision 1033 - Directory Listing - [select for diffs]
Modified Thu Dec 3 19:04:55 2009 UTC (15 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1032 , to selected 9010
- Fixed build with bsd make as reported by Yoshito Takeuchi

Revision 1032 - Directory Listing - [select for diffs]
Modified Thu Dec 3 18:45:37 2009 UTC (15 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3
Diff to previous 1029 , to selected 9010
- fixed compile errors as reported by Peter Evans

Revision 1029 - Directory Listing - [select for diffs]
Modified Sun Nov 8 13:10:50 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3
Copied from: ircd-hybrid revision 1028
Diff to previous 1028 , to selected 9010
- branch off trunk to create 7.3 branch
Revision 1028 - Directory Listing - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid
Copied from: ircd-hybrid-7.2 revision 1027
Diff to previous 1026 , to selected 9010
- move ircd-hybrid-7.2 to trunk

Revision 1026 - Directory Listing - [select for diffs]
Modified Wed Nov 4 22:20:50 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1025 , to selected 9010
- Update AUTHORS and add fgeek to contributors.
  There's still some stuff you have to do, henri!
Revision 1025 - Directory Listing - [select for diffs]
Modified Mon Nov 2 22:31:40 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1024 , to selected 9010
- Added gungline help file
Revision 1024 - Directory Listing - [select for diffs]
Modified Sun Nov 1 23:14:25 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1022 , to selected 9010
- Fixed compile with --disable-openssl
Revision 1022 - Directory Listing - [select for diffs]
Modified Fri Oct 30 02:30:29 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1021 , to selected 9010
- remove pointless check_class() call on ircd initialization

Revision 1021 - Directory Listing - [select for diffs]
Modified Fri Oct 30 02:25:33 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1020 , to selected 9010
- fix build with poll, select and rt-signal

Revision 1020 - Directory Listing - [select for diffs]
Modified Fri Oct 30 01:50:42 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1018 , to selected 9010
- update NEWS

Revision 1018 - Directory Listing - [select for diffs]
Modified Tue Oct 27 23:07:40 2009 UTC (15 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1017 , to selected 9010
- update NEWS

Revision 1017 - Directory Listing - [select for diffs]
Modified Tue Oct 27 22:22:38 2009 UTC (15 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1016 , to selected 9010
- fixed build with --enable-assert
- fixed STATS z reporting correct memory consumption of channel bans/excepts/invites and watchlist entries

Revision 1016 - Directory Listing - [select for diffs]
Modified Tue Oct 27 18:53:47 2009 UTC (15 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1015 , to selected 9010
- rsa.c: removed outdated and missleading comments

Revision 1015 - Directory Listing - [select for diffs]
Modified Sun Oct 25 00:08:06 2009 UTC (15 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1014 , to selected 9010
- 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 - [select for diffs]
Modified Sun Oct 18 15:17:32 2009 UTC (15 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1013 , to selected 9010
- 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 - [select for diffs]
Modified Sun Oct 18 14:26:49 2009 UTC (15 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1012 , to selected 9010
- 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 1012 - Directory Listing - [select for diffs]
Modified Fri Sep 18 14:39:42 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1011 , to selected 9010
- remove tools.(c|h)

Revision 1011 - Directory Listing - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1010 , to selected 9010
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 1010 - Directory Listing - [select for diffs]
Modified Thu Sep 17 17:06:11 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1009 , to selected 9010
- more configure cleanups and modernizations

Revision 1009 - Directory Listing - [select for diffs]
Modified Sun Sep 13 15:02:30 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1008 , to selected 9010
- add configure test for pcre lib and remove pcre sources from the tree

Revision 1008 - Directory Listing - [select for diffs]
Modified Sun Sep 13 13:56:11 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1007 , to selected 9010
- doxyfy

Revision 1007 - Directory Listing - [select for diffs]
Modified Tue Sep 1 15:25:26 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1006 , to selected 9010
- continue doxyfying sources

Revision 1006 - Directory Listing - [select for diffs]
Modified Tue Sep 1 00:08:16 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1005 , to selected 9010
- simplify GUNGLINE

Revision 1005 - Directory Listing - [select for diffs]
Modified Mon Aug 31 23:07:43 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1004 , to selected 9010
- remove conf_add_d_conf wrapper

Revision 1004 - Directory Listing - [select for diffs]
Modified Mon Aug 31 21:29:56 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1003 , to selected 9010
- remove unused small_file_date() function

Revision 1003 - Directory Listing - [select for diffs]
Modified Sat Aug 29 22:57:41 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1002 , to selected 9010
- set_initial_nick(): remove *outdated* comment and make this function only
take 2 parameters. source_p == client_p for local clients.

Revision 1002 - Directory Listing - [select for diffs]
Modified Sat Aug 29 22:48:40 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1001 , to selected 9010
- moved set_initial_nick() to m_nick.c

Revision 1001 - Directory Listing - [select for diffs]
Modified Sat Aug 29 22:44:44 2009 UTC (15 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 1000 , to selected 9010
- remove half done and broken win32 support

Revision 1000 - Directory Listing - [select for diffs]
Modified Mon Aug 24 13:37:39 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 999 , to selected 9010
- timeout_auth_queries_event(): don't try to close auth->fd twice

Revision 999 - Directory Listing - [select for diffs]
Modified Sun Aug 23 15:23:34 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 998 , to selected 9010
- removed references to struct DNSReply

Revision 998 - Directory Listing - [select for diffs]
Modified Sun Aug 23 12:43:17 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 997 , to selected 9010
- 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 - [select for diffs]
Modified Fri Aug 21 10:25:40 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 996 , to selected 9010
- 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 - [select for diffs]
Modified Fri Aug 21 10:16:29 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 995 , to selected 9010
- properly clean out irc_nsaddr_list before re-reading resolv.conf

Revision 995 - Directory Listing - [select for diffs]
Modified Fri Aug 21 10:11:14 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 994 , to selected 9010
- remove add_local_domain

Revision 994 - Directory Listing - [select for diffs]
Modified Fri Aug 21 09:15:31 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 993 , to selected 9010
- res_readreply(): check for fake replies before doing anything else

Revision 993 - Directory Listing - [select for diffs]
Modified Thu Aug 20 10:44:18 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 992 , to selected 9010
- update irc_reslib.c to latest libbind 6.0

Revision 992 - Directory Listing - [select for diffs]
Modified Mon Aug 17 19:19:16 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 991 , to selected 9010
- fix possible auth/dns related memleaks

Revision 991 - Directory Listing - [select for diffs]
Modified Sun Aug 16 14:44:45 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 990 , to selected 9010
- update NEWS

Revision 990 - Directory Listing - [select for diffs]
Modified Sun Aug 16 14:34:56 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 989 , to selected 9010
- move README.FIRST to README

Revision 989 - Directory Listing - [select for diffs]
Modified Sun Aug 16 14:02:51 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 988 , to selected 9010
- add -Wundef to CFLAGS

Revision 988 - Directory Listing - [select for diffs]
Modified Sun Aug 16 14:00:36 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 987 , to selected 9010
- removed remnants of --disable-gline-voting

Revision 987 - Directory Listing - [select for diffs]
Modified Sun Aug 16 12:41:56 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 986 , to selected 9010
- mo_sgungline: calling sento_server with right amount of params sounds like
  a good idea

Revision 986 - Directory Listing - [select for diffs]
Modified Sat Aug 15 21:12:34 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 985 , to selected 9010
- irc_res.c: fixed wide-spread off-by-one when copying hostnames

Revision 985 - Directory Listing - [select for diffs]
Modified Sat Aug 15 20:31:54 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 984 , to selected 9010
- res_readreply, do_query_number: removed ip6.int support.
  ip6.int delegations were deleted in 2006

Revision 984 - Directory Listing - [select for diffs]
Modified Fri Aug 14 13:18:14 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 983 , to selected 9010
- 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 - [select for diffs]
Modified Thu Aug 13 22:32:54 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 982 , to selected 9010
- 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 982 - Directory Listing - [select for diffs]
Modified Thu Aug 13 22:15:08 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 981 , to selected 9010
- added a mersenne twister basedn prng

Revision 981 - Directory Listing - [select for diffs]
Modified Sun Aug 9 19:09:03 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 980 , to selected 9010
- 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 - [select for diffs]
Modified Sun Aug 9 12:51:45 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 979 , to selected 9010
- 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 979 - Directory Listing - [select for diffs]
Modified Sun Aug 9 10:42:23 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 978 , to selected 9010
- m_map(): remove useless IsOper() test on source_p. for operators mo_map is being used

Revision 978 - Directory Listing - [select for diffs]
Modified Sun Aug 9 09:47:58 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 977 , to selected 9010
- avoid using native basename() since some implementations may or may not modify passed data

Revision 977 - Directory Listing - [select for diffs]
Modified Sat Aug 8 07:33:08 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 976 , to selected 9010
- removed last traces of crypt.c
- add disable-static to libtools options

Revision 976 - Directory Listing - [select for diffs]
Modified Thu Aug 6 23:01:20 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 975 , to selected 9010
- remove crypt.c, snprintf.c

Revision 975 - Directory Listing - [select for diffs]
Modified Mon Aug 3 08:11:50 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 974 , to selected 9010
- updated NEWS file

Revision 974 - Directory Listing - [select for diffs]
Modified Mon Aug 3 07:40:21 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 973 , to selected 9010
- updated BUGS, INSTALL, NEWS, ...

Revision 973 - Directory Listing - [select for diffs]
Modified Mon Aug 3 07:15:23 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 972 , to selected 9010
- removed autogen.sh. you should you autoreconf instead

Revision 972 - Directory Listing - [select for diffs]
Modified Mon Aug 3 07:13:29 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 971 , to selected 9010
- m_watch.c: remove m_watch from server message handler. m_watch should *never*
  be called for servers or remote clients.

Revision 971 - Directory Listing - [select for diffs]
Modified Sun Aug 2 23:27:42 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 970 , to selected 9010
- cleanup m_connect() while reviewing: remove useless MyConnect() test
  in mo_connect().
- Fix possible core in mo_connect() in case if there is a ConfItem that doesn't
  have an AccessItem mapped.

Revision 970 - Directory Listing - [select for diffs]
Modified Sun Aug 2 23:04:14 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 969 , to selected 9010
- cleanup m_close() while reviewing: get rid of some stupid integer incrementation
  on 'closed'.  use dlink_list_length instead.

Revision 969 - Directory Listing - [select for diffs]
Modified Sun Aug 2 22:48:53 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 968 , to selected 9010
- cleanup m_capab() while reviewing: remove useless non-NULL test on p->localClient

Revision 968 - Directory Listing - [select for diffs]
Modified Sun Aug 2 18:11:54 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 967 , to selected 9010
- fixed harmless -Wuninitialized warning in m_list()

Revision 967 - Directory Listing - [select for diffs]
Modified Sun Aug 2 18:05:28 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 966 , to selected 9010
- added ssl_server_protocol configuration option to servinfo{}.
  valid flags are 'sslv3' and 'tlsv1'

Revision 966 - Directory Listing - [select for diffs]
Modified Sat Aug 1 16:36:00 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 965 , to selected 9010
- make valgrind shut up when calling epoll_ctl

Revision 965 - Directory Listing - [select for diffs]
Modified Sat Aug 1 16:14:03 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 964 , to selected 9010
- add misssing _modinit/_moddeinit entry point functions to m_error.c

Revision 964 - Directory Listing - [select for diffs]
Modified Sat Aug 1 16:08:20 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 963 , to selected 9010
- add pcre_newline.c to lib/pcre/

Revision 963 - Directory Listing - [select for diffs]
Modified Sat Aug 1 12:23:39 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 959 , to selected 9010
- update pcre lib to 7.9

Revision 959 - Directory Listing - [select for diffs]
Modified Fri Jul 31 14:42:09 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 958 , to selected 9010
- minor fixes to example configuration files

Revision 958 - Directory Listing - [select for diffs]
Modified Tue Jul 28 21:36:41 2009 UTC (16 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 957 , to selected 9010
- show pending gunglines in STATS g

Revision 957 - Directory Listing - [select for diffs]
Modified Tue Jul 28 18:47:23 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 956 , to selected 9010
- implement proper GUNGLINE support

Revision 956 - Directory Listing - [select for diffs]
Modified Mon Jul 27 00:34:48 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 955 , to selected 9010
- removed LL leftover in set_default_conf(). now ServerInfo.hub
  properly initializes on /rehash

Revision 955 - Directory Listing - [select for diffs]
Modified Mon Jul 27 00:27:20 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 954 , to selected 9010
- configure.ac: replaced obsolete AC_HELP_STRING with AS_HELP_STRING

Revision 954 - Directory Listing - [select for diffs]
Modified Sun Jul 26 22:14:38 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 953 , to selected 9010
- propset svn:keywords
- remove simple.conf. example.conf.quick is good enough

Revision 953 - Directory Listing - [select for diffs]
Modified Sun Jul 26 21:22:42 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 952 , to selected 9010
- propset keywords

Revision 952 - Directory Listing - [select for diffs]
Modified Sun Jul 26 18:43:01 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 951 , to selected 9010
- added support for sha256/sha512 to mkpasswd

Revision 951 - Directory Listing - [select for diffs]
Modified Wed Jul 22 10:47:24 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 950 , to selected 9010
- update example configuration files

Revision 950 - Directory Listing - [select for diffs]
Modified Tue Jul 21 23:07:52 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 949 , to selected 9010
- squash several compile warnings

Revision 949 - Directory Listing - [select for diffs]
Modified Tue Jul 21 18:01:46 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 948 , to selected 9010
- remove m_error.c from src/

Revision 948 - Directory Listing - [select for diffs]
Modified Tue Jul 21 17:34:06 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 947 , to selected 9010
- lp64\llp64\ilp32 portability fixes

Revision 947 - Directory Listing - [select for diffs]
Modified Mon Jul 20 23:21:02 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 946 , to selected 9010
- actually add the file

Revision 946 - Directory Listing - [select for diffs]
Modified Mon Jul 20 23:18:04 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 945 , to selected 9010
- move m_error.c to modules/


Revision 945 - Directory Listing - [select for diffs]
Modified Mon Jul 20 15:48:27 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 944 , to selected 9010
- fixed some configure mess and imported latest libtool sources

Revision 944 - Directory Listing - [select for diffs]
Modified Mon Jul 20 11:12:41 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 943 , to selected 9010
- remove libtool scripts. they are generated by configure

Revision 943 - Directory Listing - [select for diffs]
Modified Mon Jul 20 02:59:18 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 942 , to selected 9010
- added protoype for modules_valid_suffix()

Revision 942 - Directory Listing - [select for diffs]
Modified Mon Jul 20 02:48:32 2009 UTC (16 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 941 , to selected 9010
- fixed configure not checking for existence of several functions due to misuse of AC_CHECK_FUNCS_ONCE


Revision 941 - Directory Listing - [select for diffs]
Modified Sat May 2 02:02:59 2009 UTC (16 years, 3 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 940 , to selected 9010
- Update autools versions.
- Fix acinclude.m4 to work on FreeBSD at least.


Revision 940 - Directory Listing - [select for diffs]
Modified Sat May 2 02:01:54 2009 UTC (16 years, 3 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 939 , to selected 9010
- gunline code added to gline module
  awaiting Wohalis' version.


Revision 939 - Directory Listing - [select for diffs]
Modified Sat May 2 01:41:47 2009 UTC (16 years, 3 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 938 , to selected 9010
 -Remove obsolete references to LL


Revision 938 - Directory Listing - [select for diffs]
Modified Mon Apr 13 04:34:02 2009 UTC (16 years, 4 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 937 , to selected 9010
- Looks like I needed a : before the reason in the ENCAP


Revision 937 - Directory Listing - [select for diffs]
Modified Mon Apr 13 04:31:12 2009 UTC (16 years, 4 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 936 , to selected 9010
- Preliminary voting ungline code


Revision 936 - Directory Listing - [select for diffs]
Modified Mon Apr 13 04:27:47 2009 UTC (16 years, 4 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 935 , to selected 9010
- Fix typo


Revision 935 - Directory Listing - [select for diffs]
Modified Mon Apr 13 03:31:41 2009 UTC (16 years, 4 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 933 , to selected 9010
- This needs HAVE_BASENAME


Revision 933 - Directory Listing - [select for diffs]
Modified Wed Apr 8 20:32:49 2009 UTC (16 years, 4 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 931 , to selected 9010
- Remove the old m_ungline code to start.



Revision 931 - Directory Listing - [select for diffs]
Modified Fri May 30 04:05:57 2008 UTC (17 years, 2 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 925 , to selected 9010
- bug fix by caf <kevin@sylandro.com>


Revision 925 - Directory Listing - [select for diffs]
Modified Mon Nov 12 20:59:02 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 924 , to selected 9010
- add back --enable-small-net

Revision 924 - Directory Listing - [select for diffs]
Modified Mon Nov 12 20:31:07 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 923 , to selected 9010
- Added back --enable-assert

Revision 923 - Directory Listing - [select for diffs]
Modified Mon Nov 12 19:15:27 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 922 , to selected 9010
- fixed compile with compressed links

Revision 922 - Directory Listing - [select for diffs]
Modified Mon Nov 12 16:27:49 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 921 , to selected 9010
- Add tools/Makefile.am

Revision 921 - Directory Listing - [select for diffs]
Modified Mon Nov 12 16:24:53 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 920 , to selected 9010
- Made tools/ compile

Revision 920 - Directory Listing - [select for diffs]
Modified Thu Nov 8 07:46:34 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 919 , to selected 9010
- removed whats-new.txt

Revision 919 - Directory Listing - [select for diffs]
Modified Thu Nov 8 07:26:25 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 918 , to selected 9010
- Update messages/Makefile.am to cover ircd-romanian.lang

Revision 918 - Directory Listing - [select for diffs]
Modified Thu Nov 8 06:56:42 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 917 , to selected 9010
- Updated INSTALL

Revision 917 - Directory Listing - [select for diffs]
Modified Wed Nov 7 23:53:58 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 916 , to selected 9010
- Moved LICENSE to COPYING

Revision 916 - Directory Listing - [select for diffs]
Modified Wed Nov 7 23:47:26 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 915 , to selected 9010
- added default rule, so people can put their own module into
  contrib/ and compile it with 'make some_module.la'

Revision 915 - Directory Listing - [select for diffs]
Modified Wed Nov 7 23:42:08 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 914 , to selected 9010
- Added template for HAVE_LIBCRYPTO to make atoheader shut up

Revision 914 - Directory Listing - [select for diffs]
Modified Wed Nov 7 23:40:08 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 913 , to selected 9010
- Autotoolized contrib/ and made it compile cleanly

Revision 913 - Directory Listing - [select for diffs]
Modified Wed Nov 7 23:20:12 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 912 , to selected 9010
- Added some missing files
- Moved HOSTLEN and USERLEN definition back to ircd_defs.h
  Those two shouldn't be configurable

Revision 912 - Directory Listing - [select for diffs]
Modified Wed Nov 7 22:47:44 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 911 , to selected 9010
- 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 911 - Directory Listing - [select for diffs]
Modified Mon Nov 5 15:07:05 2007 UTC (17 years, 9 months ago) by stu
Original Path: ircd-hybrid-7.2
Diff to previous 910 , to selected 9010
Update autogen.sh to be smart(er).  Shamelessly stolen and adapted.
Revision 910 - Directory Listing - [select for diffs]
Modified Sun Nov 4 23:50:36 2007 UTC (17 years, 9 months ago) by stu
Original Path: ircd-hybrid-7.2
Diff to previous 909 , to selected 9010
Add workaround for libltdl being broken in debian sid
Revision 909 - Directory Listing - [select for diffs]
Modified Sun Nov 4 23:38:57 2007 UTC (17 years, 9 months ago) by stu
Original Path: ircd-hybrid-7.2
Diff to previous 908 , to selected 9010
fix compile warning
Revision 908 - Directory Listing - [select for diffs]
Modified Sun Nov 4 23:21:51 2007 UTC (17 years, 9 months ago) by stu
Original Path: ircd-hybrid-7.2
Diff to previous 904 , to selected 9010
Completely redo the build system.  Now uses libtool and automake.  Suggest you clean out your tree and then do ./autogen.sh.
Revision 904 - Directory Listing - [select for diffs]
Modified Sun Nov 4 14:16:54 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 903 , to selected 9010
- svn move doxygen.conf doc/doxygen.conf

Revision 903 - Directory Listing - [select for diffs]
Modified Sun Nov 4 14:11:03 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 902 , to selected 9010
- File name changes in preparation for automake

Revision 902 - Directory Listing - [select for diffs]
Modified Sun Nov 4 14:00:06 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 901 , to selected 9010
- Move etc/example.efnet.conf to etc/example.efnet.conf.in
- Update configure.ac

Revision 901 - Directory Listing - [select for diffs]
Modified Sun Nov 4 13:55:43 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 900 , to selected 9010
- Update example.efnet.conf according to dianes configure changes

Revision 900 - Directory Listing - [select for diffs]
Modified Sun Nov 4 13:49:52 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 899 , to selected 9010
- Added new 'server' option to listener::flags

Revision 899 - Directory Listing - [select for diffs]
Modified Sat Nov 3 21:17:16 2007 UTC (17 years, 9 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 898 , to selected 9010
- Added lang file for Romanian submitted by Bogdan Mintoi <bogdomania@yahoo.com>


Revision 898 - Directory Listing - [select for diffs]
Modified Sat Nov 3 21:10:44 2007 UTC (17 years, 9 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 897 , to selected 9010
- add back in the datarootdir cruft


Revision 897 - Directory Listing - [select for diffs]
Modified Sat Nov 3 17:13:32 2007 UTC (17 years, 9 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 896 , to selected 9010
- Major cleanup of build system (Stu should review this)
  Basically move shared stuff like help messages modules to datadir
  Try to keep to the original layout under prefix if --datadir
  --sysconfdir --localstatedir are not given
- Make the example files have reasonable defaults, this bites me
  all the time anyway.


Revision 896 - Directory Listing - [select for diffs]
Modified Sat Nov 3 08:54:09 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 895 , to selected 9010
- Killed s_stats.c

Revision 895 - Directory Listing - [select for diffs]
Modified Fri Nov 2 11:15:22 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 894 , to selected 9010
- Removed lazylink leftovers

Revision 894 - Directory Listing - [select for diffs]
Modified Fri Nov 2 10:55:01 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 893 , to selected 9010
- No need to call can_join() on newly created channels

Revision 893 - Directory Listing - [select for diffs]
Modified Thu Nov 1 15:46:26 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 892 , to selected 9010
- OMOTD provides no support for displaying remote oper motds

Revision 892 - Directory Listing - [select for diffs]
Modified Thu Nov 1 15:41:26 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 891 , to selected 9010
- Removed help files that are no longer needed

Revision 891 - Directory Listing - [select for diffs]
Modified Thu Nov 1 13:44:50 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 890 , to selected 9010
- Avoid useless irc_getnameinfo calls in several places

Revision 890 - Directory Listing - [select for diffs]
Modified Thu Nov 1 13:01:59 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 889 , to selected 9010
- Fix compile warning in ip_cloaking.c

Revision 889 - Directory Listing - [select for diffs]
Modified Thu Nov 1 12:59:05 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 888 , to selected 9010
- Got rid of Serv.dep_users and Serv.dep_servers

Revision 888 - Directory Listing - [select for diffs]
Modified Thu Nov 1 12:04:58 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 887 , to selected 9010
- on_allow_list and allow_list are no longer needed. Removed

Revision 887 - Directory Listing - [select for diffs]
Modified Thu Nov 1 11:54:48 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 886 , to selected 9010
- Backported new ACCEPT code which adds support for n!u@h masks

Revision 886 - Directory Listing - [select for diffs]
Modified Wed Oct 31 18:45:58 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 885 , to selected 9010
- Fixed comment in m_knock.c and make use of the PrivateChannel macro
  to confuse people less

Revision 885 - Directory Listing - [select for diffs]
Modified Wed Oct 31 18:09:24 2007 UTC (17 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 884 , to selected 9010
- 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 884 - Directory Listing - [select for diffs]
Modified Sun Oct 28 18:22:55 2007 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 883 , to selected 9010
- show some watch statistics in STATS z

Revision 883 - Directory Listing - [select for diffs]
Modified Sun Oct 28 12:04:35 2007 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 882 , to selected 9010
- Update RELNOTES

Revision 882 - Directory Listing - [select for diffs]
Modified Sun Oct 28 11:58:39 2007 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 881 , to selected 9010
- 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 - [select for diffs]
Modified Sun Oct 28 11:35:29 2007 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 880 , to selected 9010
- change_local_nick(): No need to call clear_ban_cache() twice on source_p
Revision 880 - Directory Listing - [select for diffs]
Modified Thu Oct 25 20:25:26 2007 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 879 , to selected 9010
- hash_find_id() should be using strcmp instead or irccmp
Revision 879 - Directory Listing - [select for diffs]
Modified Thu Oct 25 08:03:01 2007 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 878 , to selected 9010
svn propset svn:keywords
Revision 878 - Directory Listing - [select for diffs]
Modified Wed Oct 24 22:08:25 2007 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 877 , to selected 9010
Updated RELNOTES
Revision 877 - Directory Listing - [select for diffs]
Modified Wed Oct 24 21:58:23 2007 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 876 , to selected 9010
flex & bison
Revision 876 - Directory Listing - [select for diffs]
Modified Wed Oct 24 21:51:21 2007 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 875 , to selected 9010
Backported WATCH
Revision 875 - Directory Listing - [select for diffs]
Modified Tue Oct 23 11:40:09 2007 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 874 , to selected 9010
- Fix some compile warnings with gcc 4.2.2
- Update configure.ac

Revision 874 - Directory Listing - [select for diffs]
Modified Tue Oct 23 11:17:07 2007 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 873 , to selected 9010
- Updated RELNOTES

Revision 873 - Directory Listing - [select for diffs]
Modified Tue Oct 23 11:02:09 2007 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 872 , to selected 9010
- fixed longstanding topic desync bug during netbursts, which has been
  reported by several people. We now basically do what ircu does, i.e.
  unset topics set by netriders

Revision 872 - Directory Listing - [select for diffs]
Modified Tue Oct 23 10:18:32 2007 UTC (17 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 871 , to selected 9010
- Add sanity check to m_cap

Revision 871 - Directory Listing - [select for diffs]
Modified Fri Sep 14 03:33:44 2007 UTC (17 years, 11 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 870 , to selected 9010
- 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 870 - Directory Listing - [select for diffs]
Modified Fri Sep 14 03:21:36 2007 UTC (17 years, 11 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 869 , to selected 9010
- Adrian wants to be re-added, add him back here for now


Revision 869 - Directory Listing - [select for diffs]
Modified Fri Sep 14 02:43:41 2007 UTC (17 years, 11 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 867 , to selected 9010
- I fixed minor mistakes.

From: uNd3rL1n3d <und3rl1n3d@gmail.com>

Revision 867 - Directory Listing - [select for diffs]
Modified Thu May 17 14:59:27 2007 UTC (18 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 858 , to selected 9010
- Fixed occasional core when placing RESVs on channel names as repoared
  by Christopher A. Bongaarts.


Revision 858 - Directory Listing - [select for diffs]
Modified Wed Feb 28 04:15:47 2007 UTC (18 years, 5 months ago) by lusky
Original Path: ircd-hybrid-7.2
Diff to previous 856 , to selected 9010
bump version to 7.2.3


Revision 856 - Directory Listing - [select for diffs]
Modified Tue Feb 27 02:58:49 2007 UTC (18 years, 6 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 855 , to selected 9010
- make 709 numeric work for dronemon


Revision 855 - Directory Listing - [select for diffs]
Modified Mon Feb 26 22:06:45 2007 UTC (18 years, 6 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 853 , to selected 9010
- fix core in temp channel resv
- remove unused variable in m_join
- update RELNOTES


Revision 853 - Directory Listing - [select for diffs]
Modified Thu Feb 22 06:01:30 2007 UTC (18 years, 6 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 849 , to selected 9010
- 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 849 - Directory Listing - [select for diffs]
Modified Mon Feb 19 19:41:59 2007 UTC (18 years, 6 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 848 , to selected 9010
- Add +C 
- add etrace -full

Reviewed by: cryogen, bear

Revision 848 - Directory Listing - [select for diffs]
Modified Mon Feb 19 17:22:44 2007 UTC (18 years, 6 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 842 , to selected 9010
- This remnant of LazyLinks DIE DIE DIE


Revision 842 - Directory Listing - [select for diffs]
Modified Fri Feb 9 21:27:48 2007 UTC (18 years, 6 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 831 , to selected 9010
+ 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 831 - Directory Listing - [select for diffs]
Modified Tue Dec 19 15:52:19 2006 UTC (18 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 817 , to selected 9010
- Added ircd-italian.lang language file provided by Afaa

Revision 817 - Directory Listing - [select for diffs]
Modified Sun Sep 10 17:45:31 2006 UTC (18 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 816 , to selected 9010
- m_challenge(): fixed another challenge bug which would
  reject a client's challenge response if the user= line
  contains an IP.

Revision 816 - Directory Listing - [select for diffs]
Modified Sun Sep 10 17:38:08 2006 UTC (18 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 815 , to selected 9010
- m_testmask.c: fixed match arguments. It's actually the first
  argument which takes a mask containing wildcards. Reported by pharlap

Revision 815 - Directory Listing - [select for diffs]
Modified Sun Sep 10 17:35:18 2006 UTC (18 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 808 , to selected 9010
- Fixed bug in find_conf_exact() which sometimes made CHALLENGE useless

Revision 808 - Directory Listing - [select for diffs]
Modified Sun Sep 3 18:58:00 2006 UTC (18 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 807 , to selected 9010
- 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 807 - Directory Listing - [select for diffs]
Modified Fri Sep 1 09:00:25 2006 UTC (18 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 806 , to selected 9010
- Updated doc/index.txt as suggested by fgeek

Revision 806 - Directory Listing - [select for diffs]
Modified Thu Aug 31 23:42:38 2006 UTC (18 years, 11 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 804 , to selected 9010
- I missed this redirect the first time, don't use a real server


Revision 804 - Directory Listing - [select for diffs]
Modified Thu Aug 31 23:39:38 2006 UTC (18 years, 11 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 803 , to selected 9010
- no more .fi


Revision 803 - Directory Listing - [select for diffs]
Modified Thu Aug 31 09:41:27 2006 UTC (18 years, 11 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 786 , to selected 9010
- Added missing %s conversion specifier to RPL_MODLIST. Now /modlist shows
  up whether or not a module is resident

Revision 786 - Directory Listing - [select for diffs]
Modified Sun Aug 27 08:48:04 2006 UTC (19 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 760 , to selected 9010
- Fix for the parseargs() fix

Revision 760 - Directory Listing - [select for diffs]
Modified Fri Aug 18 19:33:26 2006 UTC (19 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 759 , to selected 9010
- Fixed compile error

Revision 759 - Directory Listing - [select for diffs]
Modified Fri Aug 18 14:29:45 2006 UTC (19 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 755 , to selected 9010
- Fixed ban cache as reported by ThaPrince

Revision 755 - Directory Listing - [select for diffs]
Modified Thu Aug 17 14:49:17 2006 UTC (19 years ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 753 , to selected 9010
- Backported r754 (parseargs() didn't accept more than one switch)

Revision 753 - Directory Listing - [select for diffs]
Modified Wed Jul 26 15:58:16 2006 UTC (19 years, 1 month ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 726 , to selected 9010
+ 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 726 - Directory Listing - [select for diffs]
Modified Mon Jul 17 06:30:03 2006 UTC (19 years, 1 month ago) by lusky
Original Path: ircd-hybrid-7.2
Diff to previous 723 , to selected 9010
bump version to 7.2.2

Revision 723 - Directory Listing - [select for diffs]
Modified Sun Jul 16 19:41:33 2006 UTC (19 years, 1 month ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 718 , to selected 9010
+ fixed a bug where auths/klines/glines with digit wildcards (#)
  were not handled correctly

Revision 718 - Directory Listing - [select for diffs]
Modified Sat Jul 15 16:23:07 2006 UTC (19 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 716 , to selected 9010
- Updated messages/Makefile.in for ircd-brazilian_pt.lang

Revision 716 - Directory Listing - [select for diffs]
Modified Sat Jul 15 10:22:58 2006 UTC (19 years, 1 month ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 715 , to selected 9010
+ added DEAF isupport

Revision 715 - Directory Listing - [select for diffs]
Modified Fri Jul 14 21:01:55 2006 UTC (19 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 714 , to selected 9010
- Rebuilt configure using autoconf 2.60

Revision 714 - Directory Listing - [select for diffs]
Modified Fri Jul 14 12:01:10 2006 UTC (19 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 713 , to selected 9010
- Updated RELNOTES

Revision 713 - Directory Listing - [select for diffs]
Modified Wed Jul 12 12:37:35 2006 UTC (19 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 711 , to selected 9010
- fixed core on MODRESTART as reported by xZ/CoolCold

Revision 711 - Directory Listing - [select for diffs]
Modified Sat Jul 8 12:02:15 2006 UTC (19 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 710 , to selected 9010
- Also show the full path of .included configuration files when reporting
  syntax errors.  This is just cosmetical.

Revision 710 - Directory Listing - [select for diffs]
Modified Sat Jul 8 10:28:31 2006 UTC (19 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 708 , to selected 9010
- Updated RELNOTES

Revision 708 - Directory Listing - [select for diffs]
Modified Fri Jul 7 08:56:45 2006 UTC (19 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 707 , to selected 9010
- Applied nenolod's parse_resvconf() fix

Revision 707 - Directory Listing - [select for diffs]
Modified Sun Jul 2 11:36:17 2006 UTC (19 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 706 , to selected 9010
- Updated RELNOTES

Revision 706 - Directory Listing - [select for diffs]
Modified Sun Jul 2 11:25:55 2006 UTC (19 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 705 , to selected 9010
- ACCEPT fixes as reported by ThaPrince

Revision 705 - Directory Listing - [select for diffs]
Modified Thu Jun 29 17:05:34 2006 UTC (19 years, 1 month ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 698 , to selected 9010
- Add Brazilian to 7.2 as well
  Marcelo Lipienski <und3rl1n3d@gmail.com>


Revision 698 - Directory Listing - [select for diffs]
Modified Thu Jun 22 09:34:55 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 696 , to selected 9010
- Fixed core in make_virthost() with host names that doesn't have a dot
  in it.  Reported by CoolCold

Revision 696 - Directory Listing - [select for diffs]
Modified Wed Jun 21 07:52:16 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 690 , to selected 9010
- Fixed small memory leak in delete_auth()

Revision 690 - Directory Listing - [select for diffs]
Modified Sat Jun 17 11:34:25 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 687 , to selected 9010
- Backported r689 (the name of the source was appended to the RPL_TOPICTIME
  numeric instead of the target's name in mo_forcejoin)

Revision 687 - Directory Listing - [select for diffs]
Modified Sat Jun 17 09:46:45 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 685 , to selected 9010
- Updated RELNOTES

Revision 685 - Directory Listing - [select for diffs]
Modified Fri Jun 16 12:22:31 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 683 , to selected 9010
- Updated copyright years in version.c and INSTALL
- Bumped version to 7.2.2 in configure.ac and doxygen.conf

Revision 683 - Directory Listing - [select for diffs]
Modified Thu Jun 15 14:28:59 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 675 , to selected 9010
- close_connection(): Fixed some harmless bug that could result in incorrect
  sent statistics in "STATS t"
- Updated RELNOTES

Revision 675 - Directory Listing - [select for diffs]
Modified Tue Jun 13 16:51:10 2006 UTC (19 years, 2 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 673 , to selected 9010
+ patch against truncated NAMES output

Submitted by: Murat Deligonul <deligonul@gmail.com>

Revision 673 - Directory Listing - [select for diffs]
Modified Tue Jun 13 07:38:50 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 672 , to selected 9010
- 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 - [select for diffs]
Modified Tue Jun 13 07:28:30 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 671 , to selected 9010
- Fixed possible core introduced by previous commit
- Put some asserts into detach_conf()

Revision 671 - Directory Listing - [select for diffs]
Modified Tue Jun 13 07:15:38 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 670 , to selected 9010
- 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 - [select for diffs]
Modified Mon Jun 12 12:20:55 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 668 , to selected 9010
- balloc.(c|h): backported r544 (Killed Block::used_list)
- Update RELNOTES

Revision 668 - Directory Listing - [select for diffs]
Modified Sun Jun 11 13:39:25 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 666 , to selected 9010
- 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 666 - Directory Listing - [select for diffs]
Modified Sat Jun 10 23:35:38 2006 UTC (19 years, 2 months ago) by stu
Original Path: ircd-hybrid-7.2
Diff to previous 664 , to selected 9010
Fix compile error.  Be more careful with the so called stable branch :)
Revision 664 - Directory Listing - [select for diffs]
Modified Sat Jun 10 14:34:01 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 660 , to selected 9010
- Fixed compile error in s_auth.c

Revision 660 - Directory Listing - [select for diffs]
Modified Fri Jun 9 18:51:22 2006 UTC (19 years, 2 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 650 , to selected 9010
+ backported numeric changes

Revision 650 - Directory Listing - [select for diffs]
Modified Thu Jun 8 07:00:17 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 646 , to selected 9010
- 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 646 - Directory Listing - [select for diffs]
Modified Wed Jun 7 12:42:00 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 639 , to selected 9010
- Fixed old bug that would forbid SPAMNUM to be disabled via "SET SPAMNUM 0"

Revision 639 - Directory Listing - [select for diffs]
Modified Thu Jun 1 14:12:21 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 637 , to selected 9010
- Updated example configuration files

Revision 637 - Directory Listing - [select for diffs]
Modified Thu Jun 1 14:00:50 2006 UTC (19 years, 2 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 635 , to selected 9010
+ added invisible character ^O (cancel all formatting)

Revision 635 - Directory Listing - [select for diffs]
Modified Thu Jun 1 13:10:18 2006 UTC (19 years, 2 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 634 , to selected 9010
- actually remove the chars that should not be marked as visible chan chars


Revision 634 - Directory Listing - [select for diffs]
Modified Thu Jun 1 12:34:29 2006 UTC (19 years, 2 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 633 , to selected 9010
- At least I noticed it myself, I got it completely backwards
  when folding in Michael's suggested optimisation.


Revision 633 - Directory Listing - [select for diffs]
Modified Thu Jun 1 12:30:29 2006 UTC (19 years, 2 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 632 , to selected 9010
- optimise Michael's fake channel catcher.
  Make it work first, then optimise.


Revision 632 - Directory Listing - [select for diffs]
Modified Thu Jun 1 10:53:00 2006 UTC (19 years, 2 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 627 , to selected 9010
- 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 - [select for diffs]
Modified Fri May 26 11:33:57 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 624 , to selected 9010
- Fixed compile warning in change_simple_umode as reported by Volk

Revision 624 - Directory Listing - [select for diffs]
Modified Thu May 25 10:22:02 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 620 , to selected 9010
- Fixed an off-by one bug in the ip limiting code as reported by Volk

Revision 620 - Directory Listing - [select for diffs]
Modified Wed May 24 18:54:19 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 619 , to selected 9010
- Unbroke KILLHOST

Revision 619 - Directory Listing - [select for diffs]
Modified Tue May 23 07:22:23 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 618 , to selected 9010
- 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 - [select for diffs]
Modified Tue May 23 07:07:53 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 617 , to selected 9010
- 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 - [select for diffs]
Modified Mon May 22 07:21:17 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 616 , to selected 9010
- 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 616 - Directory Listing - [select for diffs]
Modified Mon May 22 07:10:56 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 611 , to selected 9010
- Backported m_clearchan:kick_list fixes

Revision 611 - Directory Listing - [select for diffs]
Modified Thu May 18 11:43:38 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 606 , to selected 9010
- Fixed /dline nick for ipv6 servers

Revision 606 - Directory Listing - [select for diffs]
Modified Tue May 16 07:14:39 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 601 , to selected 9010
- ERR_NOSUCHNICK should actually be sent to local clients trying to PRIVMSG
  a non existant nick starting with a digit.

Revision 601 - Directory Listing - [select for diffs]
Modified Sat May 13 16:59:28 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 598 , to selected 9010
- Removed dalloca.h

Revision 598 - Directory Listing - [select for diffs]
Modified Sat May 13 09:08:47 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 597 , to selected 9010
- Added missing sigaction for SIGALRM

Revision 597 - Directory Listing - [select for diffs]
Modified Sat May 13 08:45:18 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 596 , to selected 9010
- Updated RELNOTES

Revision 596 - Directory Listing - [select for diffs]
Modified Fri May 12 21:44:39 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 595 , to selected 9010
- Cosmetical fix to "STATS k|K".  temporary regexp based k-lines should 
  be prefixed with 'kR' and permanent ones with 'KR'.

Revision 595 - Directory Listing - [select for diffs]
Modified Fri May 12 21:17:16 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 594 , to selected 9010
- Backported core fix for regexp k-lines

Revision 594 - Directory Listing - [select for diffs]
Modified Fri May 12 20:05:57 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 593 , to selected 9010
- 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 - [select for diffs]
Modified Fri May 12 05:47:32 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 592 , to selected 9010
- 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 - [select for diffs]
Modified Thu May 11 12:43:02 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 589 , to selected 9010
- Merged check_xline() and check_regexp_xline into a single function

Revision 589 - Directory Listing - [select for diffs]
Modified Mon May 8 18:40:00 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 588 , to selected 9010
- 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 - [select for diffs]
Modified Mon May 8 13:22:59 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 585 , to selected 9010
- m_restart(): don't send restart notices twice to locally connected clients

Revision 585 - Directory Listing - [select for diffs]
Modified Mon May 8 11:05:46 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 584 , to selected 9010
- Proper typecasting in newblock()

Revision 584 - Directory Listing - [select for diffs]
Modified Sun May 7 15:26:45 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 583 , to selected 9010
- 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 583 - Directory Listing - [select for diffs]
Modified Sun May 7 12:58:29 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 582 , to selected 9010
- Cleaned up example.conf
- Copied example.conf over to example.efnet.conf and restored
  efnet specific values

Revision 582 - Directory Listing - [select for diffs]
Modified Tue May 2 20:47:11 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 581 , to selected 9010
- 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 - [select for diffs]
Modified Tue May 2 07:50:39 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 579 , to selected 9010
- log_user_exit(): removed extranous newline character in log message.
  fixed invalid casts

Revision 579 - Directory Listing - [select for diffs]
Modified Mon May 1 13:02:52 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 575 , to selected 9010
- Update RELNOTES

Revision 575 - Directory Listing - [select for diffs]
Modified Mon May 1 11:41:09 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 574 , to selected 9010
- Fixed a bunch of compile warnings

Revision 574 - Directory Listing - [select for diffs]
Modified Mon May 1 11:22:11 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 573 , to selected 9010
- Updated INSTALL.  --with-maxcon doesn't exist anymore

Revision 573 - Directory Listing - [select for diffs]
Modified Mon May 1 09:40:37 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 572 , to selected 9010
- ts6 fixes as explained on irc

Revision 572 - Directory Listing - [select for diffs]
Modified Sun Apr 30 16:57:48 2006 UTC (19 years, 3 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 570 , to selected 9010
- 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 570 - Directory Listing - [select for diffs]
Modified Thu Apr 27 21:52:26 2006 UTC (19 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 569 , to selected 9010
- Updated RELNOTES
- Fixed mkpasswd help file

Revision 569 - Directory Listing - [select for diffs]
Modified Thu Apr 27 13:56:29 2006 UTC (19 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 567 , to selected 9010
- Fixed core in m_mkpasswd.c as reported by Grigor Josifov

Revision 567 - Directory Listing - [select for diffs]
Modified Thu Apr 27 08:27:30 2006 UTC (19 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 565 , to selected 9010
- Added missing bracket

Revision 565 - Directory Listing - [select for diffs]
Modified Wed Apr 26 16:52:00 2006 UTC (19 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 564 , to selected 9010
- can_send: splitted up some bigass if() statement

Revision 564 - Directory Listing - [select for diffs]
Modified Sun Apr 23 15:35:58 2006 UTC (19 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 563 , to selected 9010
- Allow servers to CHGHOST.  This is mainly to fix an issue with
  ip_cloaking module

Revision 563 - Directory Listing - [select for diffs]
Modified Sun Apr 23 09:07:41 2006 UTC (19 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 560 , to selected 9010
- Backported accept_connection() cleanup from HEAD

Revision 560 - Directory Listing - [select for diffs]
Modified Sun Apr 23 06:38:25 2006 UTC (19 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 555 , to selected 9010
- Fixed negative "STATS ?" output as reported by ThaPrince
- Updated RELNOTES

Revision 555 - Directory Listing - [select for diffs]
Modified Sat Apr 22 09:39:44 2006 UTC (19 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 554 , to selected 9010
- Updated RELNOTED.  Added missing entries etc..
  BUGS, TODO, INSTALL: likewise
- Fixed formatting in example.conf

Revision 554 - Directory Listing - [select for diffs]
Modified Fri Apr 21 17:01:46 2006 UTC (19 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 553 , to selected 9010
- Don't send out multiple "requesting G-Line" notices in case the same oper
  is requesting the same gline over and over again.

Revision 553 - Directory Listing - [select for diffs]
Modified Fri Apr 21 15:46:54 2006 UTC (19 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 552 , to selected 9010
- Forgot the half of the gline voting fix

Revision 552 - Directory Listing - [select for diffs]
Modified Fri Apr 21 15:37:22 2006 UTC (19 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 549 , to selected 9010
- Fixed g-line voting as discussed on irc

Revision 549 - Directory Listing - [select for diffs]
Modified Thu Apr 20 12:46:18 2006 UTC (19 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 548 , to selected 9010
- Backported add_connection() speedups

Revision 548 - Directory Listing - [select for diffs]
Modified Thu Apr 20 07:26:01 2006 UTC (19 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 547 , to selected 9010
- Updated RELNOTES and example.efnet.conf

Revision 547 - Directory Listing - [select for diffs]
Modified Thu Apr 20 07:23:18 2006 UTC (19 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 545 , to selected 9010
- added missing documentation for connect::vhost

Revision 545 - Directory Listing - [select for diffs]
Modified Wed Apr 5 19:16:50 2006 UTC (19 years, 4 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 541 , to selected 9010
- Fixed core on FORCEJOIN as reported by CoolCold.
    ** Fixed doesn't need to get forward-ported to HEAD
- Updated RELNOTES

Revision 541 - Directory Listing - [select for diffs]
Modified Sun Mar 26 23:35:48 2006 UTC (19 years, 5 months ago) by lusky
Original Path: ircd-hybrid-7.2
Diff to previous 537 , to selected 9010
bump version to 7.2.1 (release)


Revision 537 - Directory Listing - [select for diffs]
Modified Fri Mar 24 09:42:22 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 536 , to selected 9010
- Backported OJOIN fix from HEAD.  Thanks for remembering me, CoolCold

Revision 536 - Directory Listing - [select for diffs]
Modified Thu Mar 23 09:59:02 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 535 , to selected 9010
- Can't use irccmp for qsort(), so let's use stricmp() when compiling on wins0x

Revision 535 - Directory Listing - [select for diffs]
Modified Wed Mar 22 20:43:12 2006 UTC (19 years, 5 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 530 , to selected 9010
+ fixed linking error on bcc/win32 about _strcasecmp

Revision 530 - Directory Listing - [select for diffs]
Modified Sat Mar 18 16:47:06 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 528 , to selected 9010
- Fixed compile error in m_operspy.c.  Reported by Volk

Revision 528 - Directory Listing - [select for diffs]
Modified Sat Mar 18 15:13:11 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 523 , to selected 9010
- Added missing !u@h prefix when sending MODE message back to a client

Revision 523 - Directory Listing - [select for diffs]
Modified Sun Mar 12 14:03:12 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 522 , to selected 9010
- Updated RELNOTES

Revision 522 - Directory Listing - [select for diffs]
Modified Sun Mar 12 13:42:20 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 521 , to selected 9010
- Backported msg_tree_parse() speedup

Revision 521 - Directory Listing - [select for diffs]
Modified Sat Mar 11 21:37:16 2006 UTC (19 years, 5 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 516 , to selected 9010
- When checking for first " in a line, make sure it doesn't run off
  the end of the line before it finds one.


Revision 516 - Directory Listing - [select for diffs]
Modified Thu Mar 9 10:55:50 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 512 , to selected 9010
- Removed unused struct DNSQuery pointer from Listener structure

Revision 512 - Directory Listing - [select for diffs]
Modified Sat Mar 4 16:21:54 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 510 , to selected 9010
- 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 - [select for diffs]
Modified Sat Mar 4 08:37:51 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 507 , to selected 9010
- 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 507 - Directory Listing - [select for diffs]
Modified Sat Mar 4 08:20:28 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 506 , to selected 9010
- Removed some outdated XXX comments

Revision 506 - Directory Listing - [select for diffs]
Modified Fri Mar 3 21:08:34 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 503 , to selected 9010
- channel_member_names(): properly count the number of prefixes
  that will be written to lbuf

Revision 503 - Directory Listing - [select for diffs]
Modified Fri Mar 3 19:53:47 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 498 , to selected 9010
- 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 - [select for diffs]
Modified Wed Mar 1 19:30:58 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 497 , to selected 9010
- exit_client(): Don't bounce a QUIT back to origin's server
  Reported by adx

Revision 497 - Directory Listing - [select for diffs]
Modified Wed Mar 1 18:57:56 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 494 , to selected 9010
- Fixed bug where "OPERSPY NAMES #channel" would add a
  client twice onto a channel's member list if it is
  already on that channel.


Revision 494 - Directory Listing - [select for diffs]
Modified Wed Mar 1 16:26:31 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 490 , to selected 9010
- Break the loop if a client has reached its channel limit

Revision 490 - Directory Listing - [select for diffs]
Modified Wed Mar 1 14:13:27 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 488 , to selected 9010
- mo_force(): Don't allow servers to be added to a channel.
  (could possibly lead to a core)

Revision 488 - Directory Listing - [select for diffs]
Modified Wed Mar 1 12:40:31 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 487 , to selected 9010
- Rewrote m_join(). This was mainly done to fix some bug that can be easily abused.
  Details about this bug have been given on IRC.

Revision 487 - Directory Listing - [select for diffs]
Modified Wed Mar 1 10:54:20 2006 UTC (19 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 484 , to selected 9010
- Fixed bug where "JOIN #keyedchan1,#keyedchan2 key1,key2" wouldn't work.
  Reported by ThaPrince

Revision 484 - Directory Listing - [select for diffs]
Modified Mon Feb 27 15:17:04 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 482 , to selected 9010
- Yet another mach_chan fix (broken #*chan vs. &chan match logic
                             as pointed out by adx)

Revision 482 - Directory Listing - [select for diffs]
Modified Mon Feb 27 14:49:50 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 481 , to selected 9010
- Don't give away IP information unless it's an admin doing /stats P

Revision 481 - Directory Listing - [select for diffs]
Modified Mon Feb 27 13:12:59 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 472 , to selected 9010
- Backported match_chan() fix to get /list *chan* to work

Revision 472 - Directory Listing - [select for diffs]
Modified Fri Feb 17 10:13:25 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 468 , to selected 9010
- Fixed RPL_WHOISACTUALLY as reported by CoolCold

Revision 468 - Directory Listing - [select for diffs]
Modified Fri Feb 17 02:42:23 2006 UTC (19 years, 6 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 465 , to selected 9010
- Cleaned up the resolver some more, added some comments


Revision 465 - Directory Listing - [select for diffs]
Modified Mon Feb 13 14:19:25 2006 UTC (19 years, 6 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 463 , to selected 9010
+ backported quit change

Revision 463 - Directory Listing - [select for diffs]
Modified Mon Feb 13 03:30:53 2006 UTC (19 years, 6 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 456 , to selected 9010
- Redo NXDOMAIN check so IPV6 still works 


Revision 456 - Directory Listing - [select for diffs]
Modified Sun Feb 12 20:17:29 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 454 , to selected 9010
- Unbreak can_send

Revision 454 - Directory Listing - [select for diffs]
Modified Sun Feb 12 19:01:25 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 451 , to selected 9010
- 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 451 - Directory Listing - [select for diffs]
Modified Sun Feb 12 16:19:54 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 448 , to selected 9010
- Properly close ssl clients

Revision 448 - Directory Listing - [select for diffs]
Modified Sun Feb 12 10:55:28 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 447 , to selected 9010
- Backported spy_trace_notice module unload fix

Revision 447 - Directory Listing - [select for diffs]
Modified Sun Feb 12 02:59:16 2006 UTC (19 years, 6 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 441 , to selected 9010
- 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 441 - Directory Listing - [select for diffs]
Modified Sat Feb 11 23:12:56 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 440 , to selected 9010
- rebuilt y.tab.c

Revision 440 - Directory Listing - [select for diffs]
Modified Sat Feb 11 23:11:38 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 439 , to selected 9010
- Fixed bug where "listen { flags = ssl; port 1,2,3; }" would result
  in only port 1 being set ssl enabled.

Revision 439 - Directory Listing - [select for diffs]
Modified Sat Feb 11 21:58:40 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 438 , to selected 9010
- Fixed typo in example.conf and send.c

Revision 438 - Directory Listing - [select for diffs]
Modified Sat Feb 11 21:53:46 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 436 , to selected 9010
- Got rid of the last IVARIANT we had and replaced it with two asserts().

Revision 436 - Directory Listing - [select for diffs]
Modified Sat Feb 11 21:35:16 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 435 , to selected 9010
- Fixed bug in fd_close() that caused a core when calling restart_resolver()


Revision 435 - Directory Listing - [select for diffs]
Modified Sat Feb 11 19:21:50 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 433 , to selected 9010
- Fixed invalid output of the USERS command as reported by ThaPrince

Revision 433 - Directory Listing - [select for diffs]
Modified Sat Feb 11 15:22:07 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 432 , to selected 9010
- Don't try to keep pointers to already freed memory on temporary_resv list
  when manually removing tempoary N/C resvs.

Revision 432 - Directory Listing - [select for diffs]
Modified Sat Feb 11 14:55:00 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 430 , to selected 9010
- Fixed possible core in expire_temp_lines()

Revision 430 - Directory Listing - [select for diffs]
Modified Sat Feb 11 12:52:34 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 428 , to selected 9010
- Fixed same problem for SSL_write.  Some interesting reference
  about the problem we experienced can be found at
  http://www.mail-archive.com/openssl-dev@openssl.org/msg13939.html


Revision 428 - Directory Listing - [select for diffs]
Modified Sat Feb 11 12:21:51 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 427 , to selected 9010
- Fixed bug where all ssl clients would get disconnected in certain situations.
  (reported by many people)

Revision 427 - Directory Listing - [select for diffs]
Modified Sat Feb 11 00:58:24 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 425 , to selected 9010
- Fixed compile errors

Revision 425 - Directory Listing - [select for diffs]
Modified Sat Feb 11 00:27:28 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 416 , to selected 9010
- Add BMASK and TMODE onto message tree when building with static modules.
  reported by hb505.

Revision 416 - Directory Listing - [select for diffs]
Modified Fri Feb 10 09:50:59 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 411 , to selected 9010
- Backported updated help file for "SET"

Revision 411 - Directory Listing - [select for diffs]
Modified Wed Feb 8 14:42:01 2006 UTC (19 years, 6 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 410 , to selected 9010
+ fixed unaligned memory reference in resolver

Submitted by: Immo 'FaUl' Wehrenberg

Revision 410 - Directory Listing - [select for diffs]
Modified Wed Feb 8 14:31:37 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 397 , to selected 9010
- backported spelling fix

Revision 397 - Directory Listing - [select for diffs]
Modified Fri Feb 3 22:08:10 2006 UTC (19 years, 6 months ago) by nenolod
Original Path: ircd-hybrid-7.2
Diff to previous 395 , to selected 9010
MFC r396 from ircd-hybrid 7.3 (s_auth.c reliability fixes)

Revision 395 - Directory Listing - [select for diffs]
Modified Fri Feb 3 17:39:45 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 394 , to selected 9010
- Fixed typo

Revision 394 - Directory Listing - [select for diffs]
Modified Fri Feb 3 17:32:17 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 393 , to selected 9010
- Fixed TBURST as reported by ThaPrince

Revision 393 - Directory Listing - [select for diffs]
Modified Fri Feb 3 15:50:47 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 391 , to selected 9010
- Backported max_chans_per_user fix from HEAD

Revision 391 - Directory Listing - [select for diffs]
Modified Fri Feb 3 09:57:22 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 390 , to selected 9010
- fixed compile error in sendnick_TS()

Revision 390 - Directory Listing - [select for diffs]
Modified Wed Feb 1 21:24:07 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 388 , to selected 9010
- Fixed typo in example configuration files

Revision 388 - Directory Listing - [select for diffs]
Modified Wed Feb 1 12:51:45 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 386 , to selected 9010
- Forward-port banfix from 7.2 (reported by ThaPrince)

Revision 386 - Directory Listing - [select for diffs]
Modified Tue Jan 31 12:40:56 2006 UTC (19 years, 6 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 384 , to selected 9010
+ this should fix sockhost relaying (ThaPrince #1)

Revision 384 - Directory Listing - [select for diffs]
Modified Tue Jan 31 12:22:01 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 382 , to selected 9010
- Soft caller ID fix as per ThaPrince (find_channel_link was
  called with wrong pointer)

Revision 382 - Directory Listing - [select for diffs]
Modified Tue Jan 31 12:13:42 2006 UTC (19 years, 6 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 371 , to selected 9010
- Fixed incorrect match handling in relay_xline as reported by ThaPrince.
  Damnit match() really shouldn't return 1 on match.  This will be changed
  sooner or later.

Revision 371 - Directory Listing - [select for diffs]
Modified Tue Jan 10 10:45:48 2006 UTC (19 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 368 , to selected 9010
- 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 368 - Directory Listing - [select for diffs]
Modified Mon Jan 9 23:41:29 2006 UTC (19 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 367 , to selected 9010
- Forgot the half of the fix

Revision 367 - Directory Listing - [select for diffs]
Modified Mon Jan 9 23:37:29 2006 UTC (19 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 356 , to selected 9010
- Fixed compile error on srv4 as reported by KEYofR

Revision 356 - Directory Listing - [select for diffs]
Modified Mon Jan 2 22:05:15 2006 UTC (19 years, 7 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 352 , to selected 9010
+ MFC support for halfop->op rewriting.

Revision 352 - Directory Listing - [select for diffs]
Modified Sun Jan 1 09:44:41 2006 UTC (19 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 343 , to selected 9010
- Don't allow shared k-lines to be set without a valid reason

Revision 343 - Directory Listing - [select for diffs]
Modified Sat Dec 31 09:38:11 2005 UTC (19 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 342 , to selected 9010
- Flag the client as being ip-spoofed if setting a new hostname via CHGHOST,
  that way non-opers can't figure out the IP with a simple WHOIS.
  Suggested by adx

Revision 342 - Directory Listing - [select for diffs]
Modified Tue Dec 27 19:28:58 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 341 , to selected 9010
- Fixed compile error reported by Volk and CoolCold

Revision 341 - Directory Listing - [select for diffs]
Modified Tue Dec 27 13:43:46 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 340 , to selected 9010
- As reported by CoolCold:
  - Updated cmode helpfile
  - Added support for old-style topicburst = yes|no


Revision 340 - Directory Listing - [select for diffs]
Modified Tue Dec 27 08:24:52 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 339 , to selected 9010
- Updated RELNOTES

Revision 339 - Directory Listing - [select for diffs]
Modified Tue Dec 27 08:21:49 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 338 , to selected 9010
- 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 338 - Directory Listing - [select for diffs]
Modified Tue Dec 27 07:49:27 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 337 , to selected 9010
- Don't allow other servers to send less than 4 parameters within TB

Revision 337 - Directory Listing - [select for diffs]
Modified Mon Dec 26 19:20:47 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 336 , to selected 9010
- Improved topic bursting.  Read the comment in s_serv.c:send_tb for
  further info

Revision 336 - Directory Listing - [select for diffs]
Modified Mon Dec 26 18:31:08 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 335 , to selected 9010
- This should finally fix the TBURST issue as reported by
  ThaPrince. Untested as always

Revision 335 - Directory Listing - [select for diffs]
Modified Mon Dec 26 10:36:42 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 330 , to selected 9010
- Backported TBURST fix from HEAD

Revision 330 - Directory Listing - [select for diffs]
Modified Sun Dec 25 11:01:22 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 329 , to selected 9010
- Somehow we had a 7.2 release without mentioning the topicburst directive
  in connect{} blocks -> updated example confs
- Updated RELNOTES

Revision 329 - Directory Listing - [select for diffs]
Modified Sun Dec 25 10:45:42 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 327 , to selected 9010
- Finish off TBURST (untested)

Revision 327 - Directory Listing - [select for diffs]
Modified Sun Dec 25 09:55:48 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 326 , to selected 9010
- propset svn:keywords "Id" modules/m_tburst.c
- Added CAP_TBURST definition to get m_tburst.c compile

Revision 326 - Directory Listing - [select for diffs]
Modified Sun Dec 25 09:29:11 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 325 , to selected 9010
- Removed m_tb.c and updated Makefile.in

Revision 325 - Directory Listing - [select for diffs]
Modified Sun Dec 25 09:26:45 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 324 , to selected 9010
- Imported m_tburst.c from 7.3

Revision 324 - Directory Listing - [select for diffs]
Modified Sat Dec 24 22:10:42 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 322 , to selected 9010
- Updated RELNOTES

Revision 322 - Directory Listing - [select for diffs]
Modified Sat Dec 24 22:04:58 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 321 , to selected 9010
- Only locally connected clients should be checked for a valid channelmembership
  when processing the INVITE message.  Remote clients that are outside a channel
  e.g. services, are allowed to send INVITEs.  This also fixes a bug with anope
  services.  Reported by r0d3nt

Revision 321 - Directory Listing - [select for diffs]
Modified Sat Dec 24 15:16:10 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 319 , to selected 9010
- Updated RELNOTES

Revision 319 - Directory Listing - [select for diffs]
Modified Sat Dec 24 15:06:49 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 318 , to selected 9010
- Fixed core in case aconf->cipher_preference and
  ConfigFileEntry.default_cipher_preference are both NULL pointers

  Reported by opteron-hani via Joan

Revision 318 - Directory Listing - [select for diffs]
Modified Sat Dec 24 14:51:35 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 317 , to selected 9010
- Updated RELNOTES

Revision 317 - Directory Listing - [select for diffs]
Modified Sat Dec 24 14:45:17 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 313 , to selected 9010
- Backported revision 315 (trimmed memory usage by moving invited
  dlink_list to LocalUser struct)

Revision 313 - Directory Listing - [select for diffs]
Modified Fri Dec 23 10:55:47 2005 UTC (19 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 310 , to selected 9010
- Don't pace "WHO #somechan" and "WHO *" as this breaks several clients

Revision 310 - Directory Listing - [select for diffs]
Modified Fri Dec 9 11:28:02 2005 UTC (19 years, 8 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 309 , to selected 9010
+ clean up *.tds files after compile

Revision 309 - Directory Listing - [select for diffs]
Modified Fri Dec 9 11:25:44 2005 UTC (19 years, 8 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 308 , to selected 9010
+ fixed bugs related to win32 & static builds

Revision 308 - Directory Listing - [select for diffs]
Modified Fri Dec 9 06:15:41 2005 UTC (19 years, 8 months ago) by lusky
Original Path: ircd-hybrid-7.2
Diff to previous 304 , to selected 9010
- bump patchlevel to 7.2.1beta
- stub 7.2.1beta1 in RELNOTES and add BETA verbage


Revision 304 - Directory Listing - [select for diffs]
Modified Fri Dec 9 05:39:16 2005 UTC (19 years, 8 months ago) by lusky
Original Path: ircd-hybrid-7.2
Diff to previous 300 , to selected 9010
- bump patchlevel to 7.2.0
- update RELNOTES
- bump version in specfile


Revision 300 - Directory Listing - [select for diffs]
Modified Mon Dec 5 23:13:58 2005 UTC (19 years, 8 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 298 , to selected 9010
- fixed infinite loop spotted and fixed by
  *runedude* Jeremy Sayres and my email is runedude@runedude.net


Revision 298 - Directory Listing - [select for diffs]
Modified Mon Dec 5 22:49:18 2005 UTC (19 years, 8 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 287 , to selected 9010
- 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 287 - Directory Listing - [select for diffs]
Modified Sat Dec 3 13:28:04 2005 UTC (19 years, 8 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 285 , to selected 9010
- This BUG is gone so the ancillary files are no longer needed as well


Revision 285 - Directory Listing - [select for diffs]
Modified Sat Dec 3 10:57:47 2005 UTC (19 years, 8 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 282 , to selected 9010
+ fixed unportable usage of va_list that make ircd cry on amd64

Revision 282 - Directory Listing - [select for diffs]
Modified Thu Nov 24 10:31:22 2005 UTC (19 years, 9 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 280 , to selected 9010
+ MFC /dev/poll

Revision 280 - Directory Listing - [select for diffs]
Modified Wed Nov 23 23:09:48 2005 UTC (19 years, 9 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 269 , to selected 9010
- Back port whois fix from HEAD


Revision 269 - Directory Listing - [select for diffs]
Modified Mon Nov 14 19:39:09 2005 UTC (19 years, 9 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 268 , to selected 9010
+ more rate limiting fixes
+ update RELNOTES

Revision 268 - Directory Listing - [select for diffs]
Modified Mon Nov 14 11:02:39 2005 UTC (19 years, 9 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 264 , to selected 9010
+ add more load2hi protection
+ style fixes

Revision 264 - Directory Listing - [select for diffs]
Modified Sun Nov 13 11:11:29 2005 UTC (19 years, 9 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 258 , to selected 9010
MFC set +b on opers by default

Revision 258 - Directory Listing - [select for diffs]
Modified Sat Nov 12 18:47:17 2005 UTC (19 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 255 , to selected 9010
- Fixed another core on dlclose()

Revision 255 - Directory Listing - [select for diffs]
Modified Sat Nov 12 14:18:31 2005 UTC (19 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 251 , to selected 9010
- Fixed core on /modunload, /modrestart

Revision 251 - Directory Listing - [select for diffs]
Modified Fri Nov 11 12:36:59 2005 UTC (19 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 242 , to selected 9010
- Fixed problem where configure wouldn't deal properly with openssl 0.9.8
- Rebuilt y.tab.c using bison 2.1

Revision 242 - Directory Listing - [select for diffs]
Modified Sun Nov 6 11:20:44 2005 UTC (19 years, 9 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 222 , to selected 9010
+ 7.1 -> 7.2

Revision 222 - Directory Listing - [select for diffs]
Modified Thu Nov 3 15:39:49 2005 UTC (19 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 219 , to selected 9010
- Added missing 'return' after register_remote_user() call in
  nick_from_server()

Revision 219 - Directory Listing - [select for diffs]
Modified Thu Nov 3 14:41:55 2005 UTC (19 years, 9 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 218 , to selected 9010
- Use MODE_PRIVATE, MODE_PARANOID isn't defined until HEAD (7.3)


Revision 218 - Directory Listing - [select for diffs]
Modified Thu Nov 3 14:40:19 2005 UTC (19 years, 9 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 202 , to selected 9010
- make findmodule_byname case sensitive 


Revision 202 - Directory Listing - [select for diffs]
Modified Tue Nov 1 11:48:01 2005 UTC (19 years, 9 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 201 , to selected 9010
+ reverted accidental invalid backport of win32build.bat

Revision 201 - Directory Listing - [select for diffs]
Modified Tue Nov 1 11:41:52 2005 UTC (19 years, 9 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 195 , to selected 9010
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit

Revision 195 - Directory Listing - [select for diffs]
Modified Sun Oct 30 09:39:59 2005 UTC (19 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 189 , to selected 9010
- Fixed compile error in load_a_module() with glibc that don't
  have a Link_map typedef

Revision 189 - Directory Listing - [select for diffs]
Modified Sun Oct 23 21:35:38 2005 UTC (19 years, 10 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 176 , to selected 9010
- 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 - [select for diffs]
Modified Sat Oct 22 00:00:13 2005 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 172 , to selected 9010
- Fixed gcc4 related compilewarnings in inet_ntop6().  Reported by ThaPrince

Revision 172 - Directory Listing - [select for diffs]
Modified Fri Oct 21 22:04:25 2005 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 169 , to selected 9010
- ETRACE should spit out an error if used by a non-oper.  Reported by nenolod

Revision 169 - Directory Listing - [select for diffs]
Modified Fri Oct 21 09:37:16 2005 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 167 , to selected 9010
- Removed LocalUser.port
- Removed two extra memsets in make_request()

Revision 167 - Directory Listing - [select for diffs]
Modified Fri Oct 21 09:32:05 2005 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 166 , to selected 9010
- Fixed compilewarning about unused parc in a more or less clean way.
  Reported by Marines

Revision 166 - Directory Listing - [select for diffs]
Modified Fri Oct 21 04:20:48 2005 UTC (19 years, 10 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 163 , to selected 9010
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 163 - Directory Listing - [select for diffs]
Modified Thu Oct 20 21:09:02 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 159 , to selected 9010
- MFC iorecv/iosend changes to allow charset recoding

Revision 159 - Directory Listing - [select for diffs]
Modified Wed Oct 19 09:39:13 2005 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 157 , to selected 9010
- Fixed bug where we would increase Count.invisi even
  if invisible_on_connect is off

Revision 157 - Directory Listing - [select for diffs]
Modified Tue Oct 18 06:33:24 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 155 , to selected 9010
- MFC: fixed register_callback

Revision 155 - Directory Listing - [select for diffs]
Modified Tue Oct 18 02:54:54 2005 UTC (19 years, 10 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 151 , to selected 9010
(backported from HEAD)
- irc_res.c would send out hundreds? of retry requests on clients that
 did not resolve, i.e. SERVFAIL. The code was essentailly ignoring
 SERVFAIL hence generating request after request after request.
 This appears to fix this major bug. It would be a good idea to add
 some logging here however.


Revision 151 - Directory Listing - [select for diffs]
Modified Sun Oct 16 18:21:11 2005 UTC (19 years, 10 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 150 , to selected 9010
- backported from HEAD flush_deleted_I_P is trying to treat MatchItems
  as if they are AccessItems

  I am almost sure this function is redundant as well.


Revision 150 - Directory Listing - [select for diffs]
Modified Sun Oct 16 18:14:43 2005 UTC (19 years, 10 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 148 , to selected 9010
 - backport fix from HEAD to fix m_testline.c on 7.2
   This bug is old. The code was missing a test for a kline conf and the
   sendto to print that kline out, in the case where it was a kline against
   and IP. i.e. foo@ip.ip.ip.ip it would work in the case where it was
   a kline against a dns.


Revision 148 - Directory Listing - [select for diffs]
Modified Sun Oct 16 16:18:18 2005 UTC (19 years, 10 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 145 , to selected 9010
- backport fix for memory leak and parv1 from HEAD


Revision 145 - Directory Listing - [select for diffs]
Modified Sun Oct 16 10:07:13 2005 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 143 , to selected 9010
- Limit maximum WHOWAS replies for remote requests to 20, as per H6

Revision 143 - Directory Listing - [select for diffs]
Modified Sun Oct 16 09:49:16 2005 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 138 , to selected 9010
- Fixed a bug where remoteservers would send us an ERROR
  on "WHOWAS nick count remoteserver.net".  Propably one
  of the oldest bugs that got introduced in 7.0.

  (Backported from HEAD)

Revision 138 - Directory Listing - [select for diffs]
Modified Sun Oct 16 01:20:07 2005 UTC (19 years, 10 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 136 , to selected 9010
- fix compile warning


Revision 136 - Directory Listing - [select for diffs]
Modified Sat Oct 15 23:39:54 2005 UTC (19 years, 10 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 124 , to selected 9010
- backport fixes from 7.3 (HEAD) for testline and ~ flags


Revision 124 - Directory Listing - [select for diffs]
Modified Thu Oct 13 19:48:20 2005 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 105 , to selected 9010
- Updated example.conf as suggested by pi

Revision 105 - Directory Listing - [select for diffs]
Modified Tue Oct 11 15:10:35 2005 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 103 , to selected 9010
- Fixed compile error in m_ctrace.c

Revision 103 - Directory Listing - [select for diffs]
Modified Mon Oct 10 18:29:05 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 102 , to selected 9010
- MFC: fixed core on /links

Revision 102 - Directory Listing - [select for diffs]
Modified Mon Oct 10 12:17:19 2005 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 100 , to selected 9010
- That one should be the propper fix for GDENY items.  Previous fix broke
  the ability of stacking user/name/action combinations.
  That fix still needs to go into -HEAD, and VERY important, into 7.1.3.
  Someone please test this, e.g. write a small dump function that spits out
  GDENY items.

Revision 100 - Directory Listing - [select for diffs]
Modified Sun Oct 9 14:43:13 2005 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 96 , to selected 9010
- CHANNELLEN vs. LOCAL_CHANNELLEN fix.  Local JOINs are limited to 50chars whereas
  remote SJOINs/JOINs can be upto 200chars for backwards compatibility.

Revision 96 - Directory Listing - [select for diffs]
Modified Sat Oct 8 16:27:32 2005 UTC (19 years, 10 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 95 , to selected 9010
- And update the parser files


Revision 95 - Directory Listing - [select for diffs]
Modified Sat Oct 8 16:26:37 2005 UTC (19 years, 10 months ago) by db
Original Path: ircd-hybrid-7.2
Diff to previous 94 , to selected 9010
- At the very least, don't create a gdeny conf with a NULL name,
  this is bad manners.


Revision 94 - Directory Listing - [select for diffs]
Modified Sat Oct 8 11:26:25 2005 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 93 , to selected 9010
- Updated 7.2 RELNOTES

Revision 93 - Directory Listing - [select for diffs]
Modified Sat Oct 8 11:24:01 2005 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 66 , to selected 9010
- Fixed bug in m_whois() that would allow users to send a WHOIS to remote
  servers with an empty argument via "WHOIS someserver.org :"

Revision 66 - Directory Listing - [select for diffs]
Modified Mon Oct 3 23:44:13 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 58 , to selected 9010
- added /stats h to help

Revision 58 - Directory Listing - [select for diffs]
Modified Mon Oct 3 12:13:38 2005 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 56 , to selected 9010
- Reverted oper_privs_as_string() back to its previous version which is easier
  to maintain when adding new operflags. Even the one who wrote the new version
  introduced a bug by not taking care to keep the oper_flags_table in sync
  with the OPER_FLAGS_* bits.  (which also no one really wants to do ...)
- Updated it to deal with new 'remoteban', 'operwall' and 'operspy' flags

Revision 56 - Directory Listing - [select for diffs]
Modified Mon Oct 3 11:33:30 2005 UTC (19 years, 10 months ago) by michael
Original Path: ircd-hybrid-7.2
Diff to previous 46 , to selected 9010
- Re-added an equivalent of H6's sixth O-line field (Modes to get on operup).
- Updated efnet's example.conf to reflect the new
  opers_bypass_callerid directive
- Misc style corrections to s_user.c while on it

Revision 46 - Directory Listing - [select for diffs]
Modified Mon Oct 3 01:14:44 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid-7.2
Diff to previous 42 , to selected 9010
MFC: switch to static "SVN" string


Revision 42 - Directory Listing - [select for diffs]
Modified Sun Oct 2 23:25:27 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 40 , to selected 9010
- *hopefully* this hack fixes cryptlinks+ts6 instead of breaking them ;)


Revision 40 - Directory Listing - [select for diffs]
Modified Sun Oct 2 22:39:02 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 38 , to selected 9010
- documented cidr_bitlen

Revision 38 - Directory Listing - [select for diffs]
Modified Sun Oct 2 22:27:12 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid-7.2
Diff to previous 34 , to selected 9010
- MFC disallow ':' at the beginning and ' ' in server passwords

Revision 34 - Directory Listing - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid-7.2
Copied from: ircd-hybrid revision 33
Diff to previous 33 , to selected 9010
create 7.2 branch, we can move/rename it as needed.


Revision 33 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid
Diff to previous 32 , to selected 9010
- svn:keywords

Revision 32 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid
Diff to previous 31 , to selected 9010
- svn:keywords

Revision 31 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid
Diff to previous 30 , to selected 9010
- Fix svn:keywords

Revision 30 - Directory Listing - [select for diffs]
Modified Sun Oct 2 20:03:27 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid
Diff to previous 29 , to selected 9010
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

Revision 29 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:40:06 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 28 , to selected 9010
x


Revision 28 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:38:54 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 27 , to selected 9010
test 12312431241


Revision 27 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:37:28 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 26 , to selected 9010
blah


Revision 26 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:11:04 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 25 , to selected 9010
xxx


Revision 25 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:09:18 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 24 , to selected 9010
zzz


Revision 24 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:06:59 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 23 , to selected 9010
test


Revision 23 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:04:18 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 22 , to selected 9010
another


Revision 22 - Directory Listing - [select for diffs]
Modified Sat Oct 1 03:02:23 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 21 , to selected 9010
test 123


Revision 21 - Directory Listing - [select for diffs]
Modified Sat Oct 1 02:59:38 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 20 , to selected 9010
this is a test


Revision 20 - Directory Listing - [select for diffs]
Modified Sat Oct 1 02:58:38 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 19 , to selected 9010
yet another test commit
Revision 19 - Directory Listing - [select for diffs]
Modified Sat Oct 1 02:55:26 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 18 , to selected 9010
yet another test commit
Revision 18 - Directory Listing - [select for diffs]
Modified Sat Oct 1 02:24:09 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 14 , to selected 9010
test commit.  will it email?
Revision 14 - Directory Listing - [select for diffs]
Modified Sat Oct 1 01:35:59 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 13 , to selected 9010
Deleted ircd-hybrid/trunk
Revision 13 - Directory Listing - [select for diffs]
Modified Sat Oct 1 01:35:51 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 12 , to selected 9010
Deleted ircd-hybrid/tags
Revision 12 - Directory Listing - [select for diffs]
Modified Sat Oct 1 01:35:45 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid
Diff to previous 5 , to selected 9010
Deleted ircd-hybrid/branches
Revision 5 - Directory Listing - [select for diffs]
Modified Fri Sep 30 22:20:48 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid
Diff to previous 3 , to selected 9010
- test commit

Revision 3 - Directory Listing - [select for diffs]
Added Thu Sep 29 02:24:21 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid
Diff to selected 9010
Initial import

Convenience Links