ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_info.c
Revision 5894 - (view) (annotate) - [select for diffs]
Modified Sun May 3 21:03:04 2015 UTC (8 years, 10 months ago) by michael
File length: 19177 byte(s)
Diff to previous 5891 , to selected 3115
- Removed g-line leftovers

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

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

Revision 5864 - (view) (annotate) - [select for diffs]
Modified Tue Apr 28 12:23:30 2015 UTC (8 years, 11 months ago) by michael
File length: 18977 byte(s)
Diff to previous 5805 , to selected 3115
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5805 - (view) (annotate) - [select for diffs]
Modified Tue Apr 21 21:49:58 2015 UTC (8 years, 11 months ago) by michael
File length: 19065 byte(s)
Diff to previous 5620 , to selected 3115
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
  dline_min_cidr6 configuration options

Revision 5620 - (view) (annotate) - [select for diffs]
Modified Fri Feb 27 19:13:35 2015 UTC (9 years, 1 month ago) by michael
File length: 19237 byte(s)
Diff to previous 5583 , to selected 3115
- m_info.c: added missing 'max_watch' and 'stats_m_oper_only' to /info

Revision 5583 - (view) (annotate) - [select for diffs]
Modified Sun Feb 15 14:43:15 2015 UTC (9 years, 1 month ago) by michael
File length: 18980 byte(s)
Diff to previous 5489 , to selected 3115
- Style corrections only

Revision 5489 - (view) (annotate) - [select for diffs]
Modified Sun Feb 8 14:52:23 2015 UTC (9 years, 1 month ago) by michael
File length: 18966 byte(s)
Diff to previous 5347 , to selected 3115
- 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 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (9 years, 2 months ago) by michael
File length: 18938 byte(s)
Diff to previous 5022 , to selected 3115
- Update copyright years

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

Revision 4989 - (view) (annotate) - [select for diffs]
Modified Mon Dec 8 20:07:36 2014 UTC (9 years, 3 months ago) by michael
File length: 18935 byte(s)
Diff to previous 4967 , to selected 3115
- 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 4967 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 14:34:29 2014 UTC (9 years, 3 months ago) by michael
File length: 19085 byte(s)
Diff to previous 4759 , to selected 3115
- general::hide_spoof_ips is now deprecated

Revision 4759 - (view) (annotate) - [select for diffs]
Modified Sun Oct 19 10:54:43 2014 UTC (9 years, 5 months ago) by michael
File length: 19206 byte(s)
Diff to previous 4690 , to selected 3115
- Improved RPL_LOAD2HI numeric

Revision 4690 - (view) (annotate) - [select for diffs]
Modified Fri Oct 3 14:01:08 2014 UTC (9 years, 5 months ago) by michael
File length: 19198 byte(s)
Diff to previous 4588 , to selected 3115
- Style corrections

Revision 4588 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:59:07 2014 UTC (9 years, 7 months ago) by michael
File length: 19236 byte(s)
Diff to previous 4565 , to selected 3115
- Renamed 'localClient' Client structure member to just 'connection'

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (9 years, 7 months ago) by michael
File length: 19237 byte(s)
Diff to previous 4545 , to selected 3115
- Update GPL 2 license headers

Revision 4545 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:13 2014 UTC (9 years, 7 months ago) by michael
File length: 19233 byte(s)
Diff to previous 4435 , to selected 3115
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

Revision 4435 - (view) (annotate) - [select for diffs]
Modified Thu Aug 7 19:49:31 2014 UTC (9 years, 7 months ago) by michael
File length: 19227 byte(s)
Diff to previous 4340 , to selected 3115
- m_info.c:send_conf_options(): made /info look nicer

Revision 4340 - (view) (annotate) - [select for diffs]
Modified Sat Aug 2 16:53:22 2014 UTC (9 years, 7 months ago) by michael
File length: 19245 byte(s)
Diff to previous 4313 , to selected 3115
- Renamed structures to meet code conventions

Revision 4313 - (view) (annotate) - [select for diffs]
Modified Thu Jul 31 18:50:11 2014 UTC (9 years, 7 months ago) by michael
File length: 19328 byte(s)
Diff to previous 3933 , to selected 3115
- Improved AWAY throttling to allow for better fine-tuning

Revision 3933 - (view) (annotate) - [select for diffs]
Modified Mon Jun 9 17:56:42 2014 UTC (9 years, 9 months ago) by michael
File length: 19058 byte(s)
Diff to previous 3893 , to selected 3115
- Added max_channels to class{} blocks

Revision 3893 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 18:47:06 2014 UTC (9 years, 9 months ago) by michael
File length: 19214 byte(s)
Diff to previous 3878 , to selected 3115
- m_info.c:send_info_text(): fixed compile warning

Revision 3878 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 16:02:56 2014 UTC (9 years, 9 months ago) by michael
File length: 19215 byte(s)
Diff to previous 3877 , to selected 3115
- m_info.c.:send_info_text(): style corrections

Revision 3877 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 15:49:13 2014 UTC (9 years, 9 months ago) by michael
File length: 19213 byte(s)
Diff to previous 3862 , to selected 3115
- Added general::throttle_count idea from p4

Revision 3862 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 20:16:55 2014 UTC (9 years, 9 months ago) by michael
File length: 19052 byte(s)
Diff to previous 3861 , to selected 3115
- m_info.c:info_table[]: better description for knock_client_time and invite_client_time

Revision 3861 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 20:13:54 2014 UTC (9 years, 9 months ago) by michael
File length: 19049 byte(s)
Diff to previous 3860 , to selected 3115
- m_info.c:info_table[]: fixed description of knock_client_time and knock_client_count

Revision 3860 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 19:55:07 2014 UTC (9 years, 9 months ago) by michael
File length: 19051 byte(s)
Diff to previous 3764 , to selected 3115
- Made the INVITE/KNOCK throttling logic less aggressive as requested by Adam

Revision 3764 - (view) (annotate) - [select for diffs]
Modified Sun Jun 1 21:28:38 2014 UTC (9 years, 9 months ago) by michael
File length: 18804 byte(s)
Diff to previous 3742 , to selected 3115
- 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 3742 - (view) (annotate) - [select for diffs]
Modified Sun Jun 1 16:38:45 2014 UTC (9 years, 9 months ago) by michael
File length: 18531 byte(s)
Diff to previous 3573 , to selected 3115
- m_info.c: style corrections; make things use an enum

Revision 3573 - (view) (annotate) - [select for diffs]
Modified Fri May 16 17:09:50 2014 UTC (9 years, 10 months ago) by michael
File length: 18598 byte(s)
Diff to previous 3545 , to selected 3115
- Replaced remaining sendto_one() with sendto_one_numeric().
  SND_EXPLICIT idea derived from ircu.

Revision 3545 - (view) (annotate) - [select for diffs]
Modified Fri May 16 11:00:20 2014 UTC (9 years, 10 months ago) by michael
File length: 18760 byte(s)
Diff to previous 3473 , to selected 3115
- m_info.c:info_table[]: cosmetical fixes

Revision 3473 - (view) (annotate) - [select for diffs]
Modified Sun May 4 15:40:26 2014 UTC (9 years, 10 months ago) by michael
File length: 18733 byte(s)
Diff to previous 3459 , to selected 3115
- Renamed general::warn_no_nline to warn_no_connect_block

Revision 3459 - (view) (annotate) - [select for diffs]
Modified Thu May 1 20:14:25 2014 UTC (9 years, 10 months ago) by michael
File length: 18706 byte(s)
Diff to previous 3347 , to selected 3115
- m_info.c:send_conf_options(): cleaned up style

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (9 years, 11 months ago) by michael
File length: 18722 byte(s)
Diff to previous 3343 , to selected 3115
- 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 (9 years, 11 months ago) by michael
File length: 18724 byte(s)
Diff to previous 3300 , to selected 3115
- m_info.c: constification

Revision 3300 - (view) (annotate) - [select for diffs]
Modified Sat Apr 12 18:26:22 2014 UTC (9 years, 11 months ago) by michael
File length: 18656 byte(s)
Diff to previous 3275 , to selected 3115
- doxygen

Revision 3275 - (view) (annotate) - [select for diffs]
Modified Sun Apr 6 12:36:48 2014 UTC (9 years, 11 months ago) by michael
File length: 18699 byte(s)
Diff to previous 3239 , to selected 3115
- Worked towards improving documentation

Revision 3239 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 13:55:44 2014 UTC (10 years ago) by michael
File length: 17870 byte(s)
Diff to previous 3237 , to selected 3115
- Have /info report MPATH and SPATH aswell

Revision 3237 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 13:43:22 2014 UTC (10 years ago) by michael
File length: 17650 byte(s)
Diff to previous 3236 , to selected 3115
- m_info.c:send_conf_options(): fixed core

Revision 3236 - (view) (annotate) - [select for diffs]
Modified Sat Mar 29 20:24:28 2014 UTC (10 years ago) by michael
File length: 17638 byte(s)
Diff to previous 3156 , to selected 3115
- 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 (10 years ago) by michael
File length: 17638 byte(s)
Diff to previous 3117 , to selected 3115
- Removed client_p pointers from everywhere

Revision 3117 - (view) (annotate) - [select for diffs]
Modified Fri Mar 7 19:28:54 2014 UTC (10 years ago) by michael
File length: 17724 byte(s)
Diff to previous 3115
- Removed unused header includes here and there

Revision 3115 - (view) (annotate) - [selected]
Modified Fri Mar 7 19:02:12 2014 UTC (10 years ago) by michael
File length: 17789 byte(s)
Diff to previous 3109
- 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 (10 years ago) by michael
File length: 18038 byte(s)
Diff to previous 3096 , to selected 3115
- Applied Adam's sendto_one_numeric() changes

Revision 3096 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 23:31:45 2014 UTC (10 years ago) by michael
File length: 18371 byte(s)
Diff to previous 3079 , to selected 3115
- 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 (10 years ago) by michael
File length: 18383 byte(s)
Diff to previous 2970 , to selected 3115
- white-space changes / style cleanups

Revision 2970 - (view) (annotate) - [select for diffs]
Modified Fri Jan 31 11:23:46 2014 UTC (10 years, 1 month ago) by michael
File length: 18382 byte(s)
Diff to previous 2820 , to selected 3115
- 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 (10 years, 2 months ago) by michael
File length: 18362 byte(s)
Diff to previous 2341 , to selected 3115
- 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 (10 years, 8 months ago) by michael
File length: 18285 byte(s)
Diff to previous 2283 , to selected 3115
- 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 (10 years, 9 months ago) by michael
File length: 18327 byte(s)
Diff to previous 2269 , to selected 3115
- 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 (10 years, 9 months ago) by michael
File length: 18169 byte(s)
Diff to previous 2196 , to selected 3115
- Added general::stats_u_oper_only configuration option

Revision 2196 - (view) (annotate) - [select for diffs]
Modified Tue Jun 4 18:30:12 2013 UTC (10 years, 9 months ago) by michael
File length: 18031 byte(s)
Diff to previous 1946 , to selected 3115
- 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 (10 years, 10 months ago) by michael
File length: 18011 byte(s)
Diff to previous 1936 , to selected 3115
- 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 (10 years, 10 months ago) by michael
File length: 18146 byte(s)
Diff to previous 1858 , to selected 3115
- Minor spelling fixes

Revision 1858 - (view) (annotate) - [select for diffs]
Modified Thu Apr 25 15:00:52 2013 UTC (10 years, 11 months ago) by michael
File length: 18129 byte(s)
Diff to previous 1854 , to selected 3115
- 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 (10 years, 11 months ago) by michael
File length: 18265 byte(s)
Diff to previous 1841 , to selected 3115
- 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 (10 years, 11 months ago) by michael
File length: 18131 byte(s)
Diff to previous 1834 , to selected 3115
- 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 (10 years, 11 months ago) by michael
File length: 18142 byte(s)
Diff to previous 1832 , to selected 3115
- Revert to -r1831

Revision 1832 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:16:09 2013 UTC (10 years, 11 months ago) by michael
File length: 18102 byte(s)
Diff to previous 1827 , to selected 3115
- 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 (10 years, 11 months ago) by michael
File length: 18142 byte(s)
Diff to previous 1767 , to selected 3115
- 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 (11 years, 2 months ago) by michael
File length: 18603 byte(s)
Diff to previous 1754 , to selected 3115
- 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 (11 years, 2 months ago) by michael
File length: 18297 byte(s)
Diff to previous 1702 , to selected 3115
- 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 (11 years, 3 months ago) by michael
File length: 17919 byte(s)
Diff to previous 1618 , to selected 3115
- /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 (11 years, 4 months ago) by michael
File length: 17569 byte(s)
Diff to previous 1592 , to selected 3115
- 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 (11 years, 5 months ago) by michael
File length: 17556 byte(s)
Diff to previous 1549 , to selected 3115
- 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 (11 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 17556 byte(s)
Diff to previous 1547 , to selected 3115
- 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 (11 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 17838 byte(s)
Diff to previous 1519 , to selected 3115
- 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 (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 17983 byte(s)
Diff to previous 1516 , to selected 3115
- 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 (11 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 18130 byte(s)
Diff to previous 1495 , to selected 3115
- 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 (11 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 18292 byte(s)
Diff to previous 1490 , to selected 3115
- 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 (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 18638 byte(s)
Diff to previous 1474 , to selected 3115
- removed serverhide::disable_hidden configuration option
- update NEWS

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

Revision 1459 - (view) (annotate) - [select for diffs]
Modified Fri Jul 6 14:23:09 2012 UTC (11 years, 8 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 18946 byte(s)
Diff to previous 1432 , to selected 3115
- 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 (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 18800 byte(s)
Diff to previous 1402 , to selected 3115
- 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 (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 18656 byte(s)
Diff to previous 1401 , to selected 3115
- /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 (11 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19028 byte(s)
Diff to previous 1318 , to selected 3115
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 (12 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19169 byte(s)
Diff to previous 1309 , to selected 3115
- Killed include/m_info.h

Revision 1309 - (view) (annotate) - [select for diffs]
Modified Sun Mar 25 11:24:18 2012 UTC (12 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19233 byte(s)
Diff to previous 1247 , to selected 3115
- 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 (12 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19254 byte(s)
Diff to previous 1243 , to selected 3115
- 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 (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19771 byte(s)
Diff to previous 1241 , to selected 3115
- 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 (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19848 byte(s)
Diff to previous 1230 , to selected 3115
- 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 (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19822 byte(s)
Diff to previous 1219 , to selected 3115
- cleanup module loader. Make module api more flexible

Revision 1219 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 09:02:38 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19842 byte(s)
Diff to previous 1178 , to selected 3115
- 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 (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19814 byte(s)
Diff to previous 1176 , to selected 3115
- 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 (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19808 byte(s)
Diff to previous 1156 , to selected 3115
- 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 (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_info.c
File length: 19943 byte(s)
Diff to previous 1155 , to selected 3115
- create ircd-hybrid-8 "branch"

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

Revision 1144 - (view) (annotate) - [select for diffs]
Modified Tue Jul 26 19:33:54 2011 UTC (12 years, 8 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_info.c
File length: 19943 byte(s)
Diff to previous 1121 , to selected 3115
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 (13 years, 2 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 3115
- 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 (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_info.c
File length: 20293 byte(s)
Diff to previous 1029 , to selected 3115
- 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 (14 years, 4 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 3115
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (14 years, 4 months ago) by michael
Original Path: ircd-hybrid/modules/m_info.c
File length: 20461 byte(s)
Diff to previous 1011 , to selected 3115
- move ircd-hybrid-7.2 to trunk

Revision 1011 - (view) (annotate) - [select for diffs]
Modified Fri Sep 18 10:14:09 2009 UTC (14 years, 6 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 3115
- 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 (16 years, 4 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 3115
- 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 (18 years, 4 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 3115
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 (18 years, 5 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 3115
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 (18 years, 5 months ago) by knight
Original Path: ircd-hybrid/modules/m_info.c
File length: 20586 byte(s)
Diff to previous 32 , to selected 3115
- svn:keywords

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

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

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (18 years, 5 months ago) by adx
Original Path: ircd-hybrid/modules/m_info.c
File length: 20644 byte(s)
Diff to selected 3115
- 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