Log of /ircd-hybrid/trunk/modules/m_info.c
Parent Directory
|
Revision Log
Revision
5891 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun May 3 19:15:01 2015 UTC
(7 years, 3 months ago)
by
michael
File length: 19177 byte(s)
Diff to
previous 5881
- 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
(7 years, 3 months ago)
by
michael
File length: 19106 byte(s)
Diff to
previous 5864
- 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
(7 years, 3 months ago)
by
michael
File length: 18977 byte(s)
Diff to
previous 5805
- 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
(7 years, 3 months ago)
by
michael
File length: 19065 byte(s)
Diff to
previous 5620
- 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
(7 years, 5 months ago)
by
michael
File length: 19237 byte(s)
Diff to
previous 5583
- m_info.c: added missing 'max_watch' and 'stats_m_oper_only' to /info
Revision
5489 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Feb 8 14:52:23 2015 UTC
(7 years, 6 months ago)
by
michael
File length: 18966 byte(s)
Diff to
previous 5347
- 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
5022 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Dec 11 16:12:01 2014 UTC
(7 years, 8 months ago)
by
michael
File length: 18938 byte(s)
Diff to
previous 4989
- 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
(7 years, 8 months ago)
by
michael
File length: 18935 byte(s)
Diff to
previous 4967
- 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
4588 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 26 15:59:07 2014 UTC
(7 years, 11 months ago)
by
michael
File length: 19236 byte(s)
Diff to
previous 4565
- Renamed 'localClient' Client structure member to just 'connection'
Revision
4545 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Aug 22 08:46:13 2014 UTC
(7 years, 11 months ago)
by
michael
File length: 19233 byte(s)
Diff to
previous 4435
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers
Revision
3862 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 5 20:16:55 2014 UTC
(8 years, 2 months ago)
by
michael
File length: 19052 byte(s)
Diff to
previous 3861
- 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
(8 years, 2 months ago)
by
michael
File length: 19049 byte(s)
Diff to
previous 3860
- 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
(8 years, 2 months ago)
by
michael
File length: 19051 byte(s)
Diff to
previous 3764
- 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
(8 years, 2 months ago)
by
michael
File length: 18804 byte(s)
Diff to
previous 3742
- 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
3573 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri May 16 17:09:50 2014 UTC
(8 years, 3 months ago)
by
michael
File length: 18598 byte(s)
Diff to
previous 3545
- Replaced remaining sendto_one() with sendto_one_numeric().
SND_EXPLICIT idea derived from ircu.
Revision
3347 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sun Apr 20 14:03:06 2014 UTC
(8 years, 4 months ago)
by
michael
File length: 18722 byte(s)
Diff to
previous 3343
- Moved files:
s_user.c -> user.c
s_misc.c -> misc.c
s_serv.c -> server.c
Revision
3236 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 29 20:24:28 2014 UTC
(8 years, 4 months ago)
by
michael
File length: 17638 byte(s)
Diff to
previous 3156
- m_info.c:info_table[]: report DPATH before anything else
Revision
3096 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Mar 1 23:31:45 2014 UTC
(8 years, 5 months ago)
by
michael
File length: 18371 byte(s)
Diff to
previous 3079
- Applied Adam's "Put the command name in parv[0], not prefix name" patch
Revision
2820 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 15 23:10:26 2014 UTC
(8 years, 7 months ago)
by
michael
File length: 18362 byte(s)
Diff to
previous 2341
- 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
(9 years, 1 month ago)
by
michael
File length: 18285 byte(s)
Diff to
previous 2283
- Removed useless sanity checks
- Fixed bug where remote /STATS requests were not rate limited
Revision
2196 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 4 18:30:12 2013 UTC
(9 years, 2 months ago)
by
michael
File length: 18031 byte(s)
Diff to
previous 1946
- 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
(9 years, 3 months ago)
by
michael
File length: 18011 byte(s)
Diff to
previous 1936
- Removed channel::quiet_on_ban configuration option. This feature is
now enabled by default
Revision
1858 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Apr 25 15:00:52 2013 UTC
(9 years, 3 months ago)
by
michael
File length: 18129 byte(s)
Diff to
previous 1854
- 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
(9 years, 3 months ago)
by
michael
File length: 18265 byte(s)
Diff to
previous 1841
- 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
(9 years, 4 months ago)
by
michael
File length: 18131 byte(s)
Diff to
previous 1834
- m_info.c: fixed RESVPATH showing the pathname of the XLINE-file;
also DPATH is the root directory of installation
Revision
1832 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 19 19:16:09 2013 UTC
(9 years, 4 months ago)
by
michael
File length: 18102 byte(s)
Diff to
previous 1827
- 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
(9 years, 4 months ago)
by
michael
File length: 18142 byte(s)
Diff to
previous 1767
- 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
(9 years, 7 months ago)
by
michael
File length: 18603 byte(s)
Diff to
previous 1754
- 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
(9 years, 7 months ago)
by
michael
File length: 18297 byte(s)
Diff to
previous 1702
- 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
(9 years, 8 months ago)
by
michael
File length: 17919 byte(s)
Diff to
previous 1618
- /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
(9 years, 9 months ago)
by
michael
File length: 17569 byte(s)
Diff to
previous 1592
- Made m_globops() and ms_globops() use sendto_realops_flags()
- Added message-type parameter to sendto_realops_flags() which can be one of
SEND_NOTICE, SEND_GLOBAL, SEND_LOCOPS
- Forward-port -r1617
Revision
1592 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 27 21:02:32 2012 UTC
(9 years, 9 months ago)
by
michael
File length: 17556 byte(s)
Diff to
previous 1549
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
svnroot/ircd-hybrid/trunk
Revision
1516 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Aug 30 15:08:36 2012 UTC
(9 years, 11 months ago)
by
michael
Original Path:
ircd-hybrid-8/modules/m_info.c
File length: 18130 byte(s)
Diff to
previous 1495
- 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
1432 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Sat Jun 9 19:40:08 2012 UTC
(10 years, 2 months ago)
by
michael
Original Path:
ircd-hybrid-8/modules/m_info.c
File length: 18800 byte(s)
Diff to
previous 1402
- 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
(10 years, 3 months ago)
by
michael
Original Path:
ircd-hybrid-8/modules/m_info.c
File length: 18656 byte(s)
Diff to
previous 1401
- /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
1243 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 30 10:47:53 2011 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/modules/m_info.c
File length: 19771 byte(s)
Diff to
previous 1241
- move content of msg.h, ircd_handler.h and handlers.h into parse.h and
remove headers accordingly
- killed common.h
- remove m_killhost.c and m_flags.c from contrib/
- sort out unused header includes here and there
Revision
1241 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 29 20:26:09 2011 UTC
(10 years, 10 months ago)
by
michael
Original Path:
ircd-hybrid-8/modules/m_info.c
File length: 19848 byte(s)
Diff to
previous 1230
- 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
912 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Nov 7 22:47:44 2007 UTC
(14 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
- 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
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.