ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_info.c
Revision 8846 - (view) (annotate) - [select for diffs]
Modified Fri Feb 8 17:16:28 2019 UTC (6 years, 6 months ago) by michael
File length: 22053 byte(s)
Diff to previous 8806 , to selected 4434
- m_info.c: stylistic changes

Revision 8806 - (view) (annotate) - [select for diffs]
Modified Sat Jan 19 19:32:10 2019 UTC (6 years, 7 months ago) by michael
File length: 22050 byte(s)
Diff to previous 8787 , to selected 4434
- Tidy up some enums;  misc style corrections

Revision 8787 - (view) (annotate) - [select for diffs]
Modified Wed Jan 16 18:47:10 2019 UTC (6 years, 7 months ago) by michael
File length: 22162 byte(s)
Diff to previous 8751 , to selected 4434
- The 'general::ignore_bogus_ts' configuration option has been deprecated

Revision 8751 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:06:50 2019 UTC (6 years, 7 months ago) by michael
File length: 22302 byte(s)
Diff to previous 8728 , to selected 4434
- Update copyright years

Revision 8728 - (view) (annotate) - [select for diffs]
Modified Sat Dec 15 12:54:47 2018 UTC (6 years, 8 months ago) by michael
File length: 22302 byte(s)
Diff to previous 8604 , to selected 4434
- Get rid of version.c

Revision 8604 - (view) (annotate) - [select for diffs]
Modified Sun Oct 28 19:44:00 2018 UTC (6 years, 9 months ago) by michael
File length: 19658 byte(s)
Diff to previous 8313 , to selected 4434
- Fixed style inconsistencies in various places

Revision 8313 - (view) (annotate) - [select for diffs]
Modified Wed Feb 28 17:45:36 2018 UTC (7 years, 5 months ago) by michael
File length: 19654 byte(s)
Diff to previous 8280 , to selected 4434
- Remove experimental libgeoip support

Revision 8280 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:33 2018 UTC (7 years, 6 months ago) by michael
File length: 19974 byte(s)
Diff to previous 8056 , to selected 4434
- Update copyright years

Revision 8056 - (view) (annotate) - [select for diffs]
Modified Wed Mar 22 18:36:24 2017 UTC (8 years, 5 months ago) by michael
File length: 19974 byte(s)
Diff to previous 8045 , to selected 4434
- m_info.c: clarification on 'failed_oper_notice'

Revision 8045 - (view) (annotate) - [select for diffs]
Modified Sat Mar 18 18:05:41 2017 UTC (8 years, 5 months ago) by michael
File length: 19971 byte(s)
Diff to previous 7970 , to selected 4434
- 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 7970 - (view) (annotate) - [select for diffs]
Modified Mon Mar 13 21:55:33 2017 UTC (8 years, 5 months ago) by michael
File length: 19836 byte(s)
Diff to previous 7952 , to selected 4434
- 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 7952 - (view) (annotate) - [select for diffs]
Modified Thu Mar 2 18:02:12 2017 UTC (8 years, 5 months ago) by michael
File length: 19826 byte(s)
Diff to previous 7925 , to selected 4434
- Rename hunt_server() to server_hunt()

Revision 7925 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:24 2016 UTC (8 years, 7 months ago) by michael
File length: 19826 byte(s)
Diff to previous 7859 , to selected 4434
- Update copyright years

Revision 7859 - (view) (annotate) - [select for diffs]
Modified Tue Nov 8 20:09:29 2016 UTC (8 years, 9 months ago) by michael
File length: 19826 byte(s)
Diff to previous 7792 , to selected 4434
- Import FLOODTIME changes from p4

Revision 7792 - (view) (annotate) - [select for diffs]
Modified Mon Oct 17 19:22:28 2016 UTC (8 years, 10 months ago) by michael
File length: 19701 byte(s)
Diff to previous 7765 , to selected 4434
- Implement INVITE expirations

Revision 7765 - (view) (annotate) - [select for diffs]
Modified Fri Oct 7 16:26:19 2016 UTC (8 years, 10 months ago) by michael
File length: 19544 byte(s)
Diff to previous 7707 , to selected 4434
- Added 'channel::max_invites' configuration directive

Revision 7707 - (view) (annotate) - [select for diffs]
Modified Fri Sep 23 16:45:18 2016 UTC (8 years, 11 months ago) by michael
File length: 19406 byte(s)
Diff to previous 7436 , to selected 4434
- Show GnuTLS/OpenSSL library/header versions in /INFO as suggested by Adam

Revision 7436 - (view) (annotate) - [select for diffs]
Modified Thu Mar 10 19:57:51 2016 UTC (9 years, 5 months ago) by michael
File length: 19280 byte(s)
Diff to previous 7329 , to selected 4434
- 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 7329 - (view) (annotate) - [select for diffs]
Modified Thu Feb 18 21:07:50 2016 UTC (9 years, 6 months ago) by michael
File length: 19130 byte(s)
Diff to previous 7299 , to selected 4434
- 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 7299 - (view) (annotate) - [select for diffs]
Modified Tue Feb 9 21:20:42 2016 UTC (9 years, 6 months ago) by michael
File length: 19127 byte(s)
Diff to previous 7257 , to selected 4434
- m_info.c: OUTPUT_STRING for libgeoip_ipv4_database_file and libgeoip_ipv6_database_file

Revision 7257 - (view) (annotate) - [select for diffs]
Modified Sat Feb 6 17:28:28 2016 UTC (9 years, 6 months ago) by michael
File length: 19130 byte(s)
Diff to previous 7007 , to selected 4434
- Improve libGeoIP support

Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (9 years, 7 months ago) by michael
File length: 18808 byte(s)
Diff to previous 6794 , to selected 4434
- Update copyright years

Revision 6794 - (view) (annotate) - [select for diffs]
Modified Tue Nov 17 20:51:46 2015 UTC (9 years, 9 months ago) by michael
File length: 18808 byte(s)
Diff to previous 6600 , to selected 4434
- Add channel::invite_delay_channel configuration option

Revision 6600 - (view) (annotate) - [select for diffs]
Modified Thu Oct 22 17:54:57 2015 UTC (9 years, 10 months ago) by michael
File length: 18660 byte(s)
Diff to previous 6598 , to selected 4434
- Added serverhide::flatten_links_file configuration option and get rid of LIPATH

Revision 6598 - (view) (annotate) - [select for diffs]
Modified Thu Oct 22 17:26:02 2015 UTC (9 years, 10 months ago) by michael
File length: 18521 byte(s)
Diff to previous 6532 , to selected 4434
- Renamed serverhide::links_delay configuration directive to serverhide::flatten_links_delay

Revision 6532 - (view) (annotate) - [select for diffs]
Modified Sat Sep 12 15:59:03 2015 UTC (9 years, 11 months ago) by michael
File length: 18505 byte(s)
Diff to previous 6511 , to selected 4434
- m_info.c: fixed inconsistent description of stats_u_oper_only and stats_P_oper_only

Revision 6511 - (view) (annotate) - [select for diffs]
Modified Sun Sep 6 17:50:33 2015 UTC (9 years, 11 months ago) by michael
File length: 18491 byte(s)
Diff to previous 6448 , to selected 4434
- m_info.c:send_birthdate_online_time(): use date() instead of myctime()

Revision 6448 - (view) (annotate) - [select for diffs]
Modified Sat Aug 29 18:51:51 2015 UTC (9 years, 11 months ago) by michael
File length: 18494 byte(s)
Diff to previous 6376 , to selected 4434
- The general::oper_pass_resv configuration directive has been deprecated. Added the join:resv and nick:resv operator flags for better fine tuning

Revision 6376 - (view) (annotate) - [select for diffs]
Modified Fri Aug 21 10:36:52 2015 UTC (10 years ago) by michael
File length: 18615 byte(s)
Diff to previous 5895 , to selected 4434
- Remove splitmode checking

Revision 5895 - (view) (annotate) - [select for diffs]
Modified Sun May 3 21:03:16 2015 UTC (10 years, 3 months ago) by michael
File length: 19177 byte(s)
Diff to previous 5890 , to selected 4434
- Removed g-line leftovers

Revision 5890 - (view) (annotate) - [select for diffs]
Modified Sun May 3 19:14:34 2015 UTC (10 years, 3 months ago) by michael
File length: 19177 byte(s)
Diff to previous 5880 , to selected 4434
- m_info.c: don't int overflow if for some unknown reason someone configures insanely high values of > 2^31-1

Revision 5880 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:01:42 2015 UTC (10 years, 3 months ago) by michael
File length: 19106 byte(s)
Diff to previous 5863 , to selected 4434
- Use C99-style initializers in all struct Message items
- Removed MFLG_SLOW
- Removed DUMMY_HANDLER

Revision 5863 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 12:23:14 2015 UTC (10 years, 4 months ago) by michael
File length: 18977 byte(s)
Diff to previous 5810 , to selected 4434
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5810 - (view) (annotate) - [select for diffs]
Modified Thu Apr 23 17:27:17 2015 UTC (10 years, 4 months ago) by michael
File length: 19065 byte(s)
Diff to previous 5619 , to selected 4434
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
  dline_min_cidr6 configuration options
- m_dline.c: allow d-lines to be added even if an exempt {} exists

Revision 5619 - (view) (annotate) - [select for diffs]
Modified Fri Feb 27 19:13:12 2015 UTC (10 years, 5 months ago) by michael
File length: 19237 byte(s)
Diff to previous 5582 , to selected 4434
- m_info.c: added missing 'max_watch' and 'stats_m_oper_only' to /info

Revision 5582 - (view) (annotate) - [select for diffs]
Modified Sun Feb 15 14:42:58 2015 UTC (10 years, 6 months ago) by michael
File length: 18980 byte(s)
Diff to previous 5488 , to selected 4434
- Style corrections only

Revision 5488 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 14:50:36 2015 UTC (10 years, 6 months ago) by michael
File length: 18966 byte(s)
Diff to previous 5346 , to selected 4434
- 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 5346 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:41:14 2015 UTC (10 years, 7 months ago) by michael
File length: 18938 byte(s)
Diff to previous 5023 , to selected 4434
- Update copyright years

Revision 5023 - (view) (annotate) - [select for diffs]
Modified Thu Dec 11 16:12:12 2014 UTC (10 years, 8 months ago) by michael
File length: 18938 byte(s)
Diff to previous 4988 , to selected 4434
- m_info.c: minor correction: use NULL instead of 0 for pointers

Revision 4988 - (view) (annotate) - [select for diffs]
Modified Mon Dec 8 20:04:42 2014 UTC (10 years, 8 months ago) by michael
File length: 18935 byte(s)
Diff to previous 4968 , to selected 4434
- 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 4968 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 14:36:42 2014 UTC (10 years, 8 months ago) by michael
File length: 19085 byte(s)
Diff to previous 4758 , to selected 4434
- general::hide_spoof_ips is now deprecated

Revision 4758 - (view) (annotate) - [select for diffs]
Modified Sun Oct 19 10:54:27 2014 UTC (10 years, 10 months ago) by michael
File length: 19206 byte(s)
Diff to previous 4691 , to selected 4434
- Improved RPL_LOAD2HI numeric

Revision 4691 - (view) (annotate) - [select for diffs]
Modified Fri Oct 3 14:01:55 2014 UTC (10 years, 10 months ago) by michael
File length: 19198 byte(s)
Diff to previous 4589 , to selected 4434
- Style corrections

Revision 4589 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:59:21 2014 UTC (11 years ago) by michael
File length: 19236 byte(s)
Diff to previous 4564 , to selected 4434
- Renamed 'localClient' Client structure member to just 'connection'

Revision 4564 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:24:47 2014 UTC (11 years ago) by michael
File length: 19237 byte(s)
Diff to previous 4546 , to selected 4434
- Update GPL 2 license headers

Revision 4546 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:38 2014 UTC (11 years ago) by michael
File length: 19233 byte(s)
Diff to previous 4434
- Fixed compile warnings with -Wmissing-field-initializers

Revision 4434 - (view) (annotate) - [selected]
Modified Thu Aug 7 19:49:19 2014 UTC (11 years ago) by michael
File length: 19227 byte(s)
Diff to previous 4341
- m_info.c:send_conf_options(): made /info look nicer

Revision 4341 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:48 2014 UTC (11 years ago) by michael
File length: 19245 byte(s)
Diff to previous 4314 , to selected 4434
- Renamed structures to meet code conventions

Revision 4314 - (view) (annotate) - [select for diffs]
Modified Thu Jul 31 18:53:31 2014 UTC (11 years ago) by michael
File length: 19328 byte(s)
Diff to previous 3934 , to selected 4434
- Improved AWAY throttling to allow for better fine-tuning

Revision 3934 - (view) (annotate) - [select for diffs]
Modified Mon Jun 9 17:59:22 2014 UTC (11 years, 2 months ago) by michael
File length: 19058 byte(s)
Diff to previous 3894 , to selected 4434
- Added max_channels to class{} blocks

Revision 3894 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 18:47:19 2014 UTC (11 years, 2 months ago) by michael
File length: 19214 byte(s)
Diff to previous 3879 , to selected 4434
- m_info.c:send_info_text(): fixed compile warning

Revision 3879 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 16:03:09 2014 UTC (11 years, 2 months ago) by michael
File length: 19215 byte(s)
Diff to previous 3876 , to selected 4434
- m_info.c.:send_info_text(): style corrections

Revision 3876 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 15:42:52 2014 UTC (11 years, 2 months ago) by michael
File length: 19213 byte(s)
Diff to previous 3863 , to selected 4434
- Added general::throttle_count idea from p4

Revision 3863 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 20:31:35 2014 UTC (11 years, 2 months ago) by michael
File length: 19052 byte(s)
Diff to previous 3765 , to selected 4434
- Made the INVITE/KNOCK throttling logic less aggressive as requested by Adam

Revision 3765 - (view) (annotate) - [select for diffs]
Modified Sun Jun 1 21:29:08 2014 UTC (11 years, 2 months ago) by michael
File length: 18804 byte(s)
Diff to previous 3743 , to selected 4434
- Make sure ConfigChannel.invite_delay_channel and ConfigChannel.invite_delay
  get initialized in conf.c:set_default_conf(). Also make sure the values are
  reported in /info.

Revision 3743 - (view) (annotate) - [select for diffs]
Modified Sun Jun 1 16:38:59 2014 UTC (11 years, 2 months ago) by michael
File length: 18531 byte(s)
Diff to previous 3574 , to selected 4434
- m_info.c: style corrections; make things use an enum

Revision 3574 - (view) (annotate) - [select for diffs]
Modified Fri May 16 17:11:42 2014 UTC (11 years, 3 months ago) by michael
File length: 18598 byte(s)
Diff to previous 3546 , to selected 4434
- Replaced remaining sendto_one() with sendto_one_numeric().
  SND_EXPLICIT idea derived from ircu.

Revision 3546 - (view) (annotate) - [select for diffs]
Modified Fri May 16 11:00:39 2014 UTC (11 years, 3 months ago) by michael
File length: 18760 byte(s)
Diff to previous 3474 , to selected 4434
- m_info.c:info_table[]: cosmetical fixes

Revision 3474 - (view) (annotate) - [select for diffs]
Modified Sun May 4 15:45:10 2014 UTC (11 years, 3 months ago) by michael
File length: 18733 byte(s)
Diff to previous 3460 , to selected 4434
- Renamed general::warn_no_nline to warn_no_connect_block

Revision 3460 - (view) (annotate) - [select for diffs]
Modified Thu May 1 20:14:37 2014 UTC (11 years, 3 months ago) by michael
File length: 18706 byte(s)
Diff to previous 3377 , to selected 4434
- m_info.c:send_conf_options(): cleaned up style

Revision 3377 - (view) (annotate) - [select for diffs]
Modified Thu Apr 24 16:15:51 2014 UTC (11 years, 4 months ago) by michael
File length: 18722 byte(s)
Diff to previous 3347 , to selected 4434
- Create 8.2.x branch

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18722 byte(s)
Diff to previous 3343 , to selected 4434
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3343 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 10:28:13 2014 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18724 byte(s)
Diff to previous 3300 , to selected 4434
- m_info.c: constification

Revision 3300 - (view) (annotate) - [select for diffs]
Modified Sat Apr 12 18:26:22 2014 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18656 byte(s)
Diff to previous 3275 , to selected 4434
- doxygen

Revision 3275 - (view) (annotate) - [select for diffs]
Modified Sun Apr 6 12:36:48 2014 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18699 byte(s)
Diff to previous 3239 , to selected 4434
- Worked towards improving documentation

Revision 3239 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 13:55:44 2014 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 17870 byte(s)
Diff to previous 3237 , to selected 4434
- Have /info report MPATH and SPATH aswell

Revision 3237 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 13:43:22 2014 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 17650 byte(s)
Diff to previous 3236 , to selected 4434
- m_info.c:send_conf_options(): fixed core

Revision 3236 - (view) (annotate) - [select for diffs]
Modified Sat Mar 29 20:24:28 2014 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 17638 byte(s)
Diff to previous 3156 , to selected 4434
- m_info.c:info_table[]: report DPATH before anything else

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 17638 byte(s)
Diff to previous 3117 , to selected 4434
- Removed client_p pointers from everywhere

Revision 3117 - (view) (annotate) - [select for diffs]
Modified Fri Mar 7 19:28:54 2014 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 17724 byte(s)
Diff to previous 3115 , to selected 4434
- Removed unused header includes here and there

Revision 3115 - (view) (annotate) - [select for diffs]
Modified Fri Mar 7 19:02:12 2014 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 17789 byte(s)
Diff to previous 3109 , to selected 4434
- m_info.c: get rid of remaining from & to pointers 

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18038 byte(s)
Diff to previous 3096 , to selected 4434
- Applied Adam's sendto_one_numeric() changes

Revision 3096 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 23:31:45 2014 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18371 byte(s)
Diff to previous 3079 , to selected 4434
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

Revision 3079 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 17:22:03 2014 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18383 byte(s)
Diff to previous 2970 , to selected 4434
- white-space changes / style cleanups

Revision 2970 - (view) (annotate) - [select for diffs]
Modified Fri Jan 31 11:23:46 2014 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18382 byte(s)
Diff to previous 2820 , to selected 4434
- Move myctime() from irc_string.c to s_misc.c

Revision 2820 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:10:26 2014 UTC (11 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18362 byte(s)
Diff to previous 2341 , to selected 4434
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2341 - (view) (annotate) - [select for diffs]
Modified Wed Jul 3 13:54:23 2013 UTC (12 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18285 byte(s)
Diff to previous 2283 , to selected 4434
- Removed useless sanity checks
- Fixed bug where remote /STATS requests were not rate limited

Revision 2283 - (view) (annotate) - [select for diffs]
Modified Tue Jun 18 19:13:20 2013 UTC (12 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18327 byte(s)
Diff to previous 2269 , to selected 4434
- Added generall::cycle_on_host_change configuration option as requested
  by Adam <adam@anope.org>

Revision 2269 - (view) (annotate) - [select for diffs]
Modified Tue Jun 18 15:07:26 2013 UTC (12 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18169 byte(s)
Diff to previous 2196 , to selected 4434
- Added general::stats_u_oper_only configuration option

Revision 2196 - (view) (annotate) - [select for diffs]
Modified Tue Jun 4 18:30:12 2013 UTC (12 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18031 byte(s)
Diff to previous 1946 , to selected 4434
- Moved disable_remote_command configuration directive from
  general{} block to serverhide{] block

Revision 1946 - (view) (annotate) - [select for diffs]
Modified Sun May 5 10:21:40 2013 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18011 byte(s)
Diff to previous 1936 , to selected 4434
- Removed channel::quiet_on_ban configuration option. This feature is
  now enabled by default

Revision 1936 - (view) (annotate) - [select for diffs]
Modified Sat May 4 18:53:29 2013 UTC (12 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18146 byte(s)
Diff to previous 1858 , to selected 4434
- Minor spelling fixes

Revision 1858 - (view) (annotate) - [select for diffs]
Modified Thu Apr 25 15:00:52 2013 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18129 byte(s)
Diff to previous 1854 , to selected 4434
- Added basic support for libGeoIP
- Added exempt configuration option to resv{} blocks

Revision 1854 - (view) (annotate) - [select for diffs]
Modified Wed Apr 24 19:16:09 2013 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18265 byte(s)
Diff to previous 1841 , to selected 4434
- Have /INFO show the configured value of serverhide::hide_services

Revision 1841 - (view) (annotate) - [select for diffs]
Modified Sun Apr 21 18:07:14 2013 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18131 byte(s)
Diff to previous 1834 , to selected 4434
- m_info.c: fixed RESVPATH showing the pathname of the XLINE-file;
  also DPATH is the root directory of installation

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18142 byte(s)
Diff to previous 1832 , to selected 4434
- Revert to -r1831

Revision 1832 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:16:09 2013 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18102 byte(s)
Diff to previous 1827 , to selected 4434
- 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 1827 - (view) (annotate) - [select for diffs]
Modified Mon Apr 15 09:36:32 2013 UTC (12 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18142 byte(s)
Diff to previous 1767 , to selected 4434
- Cleanup m_info.c; merged ms_info and mo_info, style corrections, constification

Revision 1767 - (view) (annotate) - [select for diffs]
Modified Sat Jan 19 18:25:42 2013 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18603 byte(s)
Diff to previous 1754 , to selected 4434
- INFO now also shows configured values of 'disable_fake_channels',
  and 'stats_e_disabled'

Revision 1754 - (view) (annotate) - [select for diffs]
Modified Thu Jan 17 19:02:28 2013 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 18297 byte(s)
Diff to previous 1702 , to selected 4434
- Values of max_clients, max_nick_length, and max_topic_length are
  now shown in /info

Revision 1702 - (view) (annotate) - [select for diffs]
Modified Thu Dec 20 15:49:20 2012 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 17919 byte(s)
Diff to previous 1618 , to selected 4434
- /info now also shows pathnames of g-/x-line database files

Revision 1618 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 21:04:38 2012 UTC (12 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 17569 byte(s)
Diff to previous 1592 , to selected 4434
- Made m_globops() and ms_globops() use sendto_realops_flags()
- Added message-type parameter to sendto_realops_flags() which can be one of
  SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS
- Forward-port -r1617

Revision 1592 - (view) (annotate) - [select for diffs]
Modified Sat Oct 27 21:02:32 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_info.c
File length: 17556 byte(s)
Diff to previous 1549 , to selected 4434
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

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

Revision 1547 - (view) (annotate) - [select for diffs]
Modified Sun Sep 30 17:50:03 2012 UTC (12 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 17838 byte(s)
Diff to previous 1519 , to selected 4434
- Removed general::use_whois_actually configuration directive. This is
  now enabled by default

Revision 1519 - (view) (annotate) - [select for diffs]
Modified Wed Sep 5 12:02:04 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 17983 byte(s)
Diff to previous 1516 , to selected 4434
- Topics as well as user-aways are now sent in a burst by default

Revision 1516 - (view) (annotate) - [select for diffs]
Modified Thu Aug 30 15:08:36 2012 UTC (12 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 18130 byte(s)
Diff to previous 1495 , to selected 4434
- 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 1495 - (view) (annotate) - [select for diffs]
Modified Sun Aug 5 09:35:42 2012 UTC (13 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 18292 byte(s)
Diff to previous 1490 , to selected 4434
- Removed use_invex, use_except and use_knock configuration options.
  These features are now enabled by default

Revision 1490 - (view) (annotate) - [select for diffs]
Modified Sat Jul 28 19:33:23 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 18638 byte(s)
Diff to previous 1474 , to selected 4434
- removed serverhide::disable_hidden configuration option
- update NEWS

Revision 1474 - (view) (annotate) - [select for diffs]
Modified Sun Jul 22 14:44:07 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 18799 byte(s)
Diff to previous 1459 , to selected 4434
- removed &localchannels

Revision 1459 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 14:23:09 2012 UTC (13 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 18946 byte(s)
Diff to previous 1432 , to selected 4434
- remove g-line acls
- added general::gline_request_duration configuration option which
  simply replaces the harcoded PENDING_GLINE_TIME definition

Revision 1432 - (view) (annotate) - [select for diffs]
Modified Sat Jun 9 19:40:08 2012 UTC (13 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 18800 byte(s)
Diff to previous 1402 , to selected 4434
- 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 1402 - (view) (annotate) - [select for diffs]
Modified Wed May 9 18:42:45 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 18656 byte(s)
Diff to previous 1401 , to selected 4434
- /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 - (view) (annotate) - [select for diffs]
Modified Tue May 8 18:58:13 2012 UTC (13 years, 3 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19028 byte(s)
Diff to previous 1318 , to selected 4434
o) Removed channel::burst_topicwho configuration option. Topicsetters are
   now sent by default

Revision 1318 - (view) (annotate) - [select for diffs]
Modified Wed Mar 28 11:18:54 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19169 byte(s)
Diff to previous 1309 , to selected 4434
- Killed include/m_info.h

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19233 byte(s)
Diff to previous 1247 , to selected 4434
- 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 1247 - (view) (annotate) - [select for diffs]
Modified Sat Oct 1 07:54:24 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19254 byte(s)
Diff to previous 1243 , to selected 4434
- Rewrite and cleanup half-broken logging subsystem.
  Logfile rotating is not working yet

Revision 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19771 byte(s)
Diff to previous 1241 , to selected 4434
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
  remove headers accordingly
- killed common.h
- remove m_killhost.c and m_flags.c from contrib/
- sort out unused header includes here and there

Revision 1241 - (view) (annotate) - [select for diffs]
Modified Thu Sep 29 20:26:09 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19848 byte(s)
Diff to previous 1230 , to selected 4434
- 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 1230 - (view) (annotate) - [select for diffs]
Modified Thu Sep 22 19:41:19 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19822 byte(s)
Diff to previous 1219 , to selected 4434
- cleanup module loader. Make module api more flexible

Revision 1219 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 09:02:38 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19842 byte(s)
Diff to previous 1178 , to selected 4434
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.

Revision 1178 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 08:11:31 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19814 byte(s)
Diff to previous 1176 , to selected 4434
- 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 - (view) (annotate) - [select for diffs]
Modified Sun Aug 14 11:24:24 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19808 byte(s)
Diff to previous 1156 , to selected 4434
- remove idle-time klines
- rename LocalUser.last to LocalUser.last_privmsg
- m_message.c: reset source_p->last_privmsg even if a client is messaging itself


Revision 1156 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:29:20 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19943 byte(s)
Diff to previous 1155 , to selected 4434
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid/modules/m_info.c
File length: 19943 byte(s)
Diff to previous 1144 , to selected 4434
- recreate "trunk"

Revision 1144 - (view) (annotate) - [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/modules/m_info.c
File length: 19943 byte(s)
Diff to previous 1121 , to selected 4434
Added back STATS/TRACE/MOTD/ADMIN request notices. Removed
   spy_*_notice modules accordingly.


Revision 1121 - (view) (annotate) - [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/modules/m_info.c
File length: 20066 byte(s)
Diff to previous 1072 , to selected 4434
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

Revision 1072 - (view) (annotate) - [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/modules/m_info.c
File length: 20293 byte(s)
Diff to previous 1029 , to selected 4434
- remove old dot_in_ip6_addr configuration option. this is now obsolete.

Revision 1029 - (view) (annotate) - [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/modules/m_info.c
File length: 20461 byte(s)
Diff to previous 1028 , to selected 4434
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid/modules/m_info.c
File length: 20461 byte(s)
Diff to previous 1011 , to selected 4434
- move ircd-hybrid-7.2 to trunk

Revision 1011 - (view) (annotate) - [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/modules/m_info.c
File length: 20461 byte(s)
Diff to previous 912 , to selected 4434
- move list manipulation routines from tools.c to list.c
- mem_frob() goes to memory.c
- sort out redundant/unneeded header includes

Revision 912 - (view) (annotate) - [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/modules/m_info.c
File length: 20462 byte(s)
Diff to previous 201 , to selected 4434
- 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 201 - (view) (annotate) - [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/modules/m_info.c
File length: 20461 byte(s)
Diff to previous 34 , to selected 4434
MFC:
+ removed invite_ops_only, controlled by +p now
+ sorted ircd.conf:channel{} a bit

Revision 34 - (view) (annotate) - [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/modules/m_info.c
File length: 20586 byte(s)
Diff to previous 33 , to selected 4434
create 7.2 branch, we can move/rename it as needed.


Revision 33 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:50:00 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/modules/m_info.c
File length: 20586 byte(s)
Diff to previous 32 , to selected 4434
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/modules/m_info.c
File length: 20586 byte(s)
Diff to previous 31 , to selected 4434
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/modules/m_info.c
File length: 20586 byte(s)
Diff to previous 30 , to selected 4434
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/modules/m_info.c
File length: 20644 byte(s)
Diff to selected 4434
- imported sources
- can be moved later according to the directory/branching scheme,
  but we need the svn up

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a