ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_module.c
Revision 4546 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:38 2014 UTC (9 years, 7 months ago) by michael
File length: 7976 byte(s)
Diff to previous 3871
- Fixed compile warnings with -Wmissing-field-initializers

Revision 3871 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 13:08:03 2014 UTC (9 years, 10 months ago) by michael
File length: 7970 byte(s)
Diff to previous 3377
- Use unsigned whenever possible

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

Revision 3340 - (view) (annotate) - [select for diffs]
Modified Fri Apr 18 12:11:27 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_module.c
File length: 7961 byte(s)
Diff to previous 3339
- Further cleanups to m_module.c

Revision 3339 - (view) (annotate) - [select for diffs]
Modified Fri Apr 18 11:50:41 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_module.c
File length: 7815 byte(s)
Diff to previous 3320
- Clean up m_module.c

Revision 3320 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 15:58:33 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_module.c
File length: 6633 byte(s)
Diff to previous 3301
- Removed useless header includes

Revision 3301 - (view) (annotate) - [select for diffs]
Modified Sat Apr 12 18:28:28 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_module.c
File length: 6674 byte(s)
Diff to previous 3300
- m_module.c:mo_module(): whitespace commit

Revision 3300 - (view) (annotate) - [select for diffs]
Modified Sat Apr 12 18:26:22 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_module.c
File length: 6655 byte(s)
Diff to previous 3156
- doxygen

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_module.c
File length: 6677 byte(s)
Diff to previous 3110
- Removed client_p pointers from everywhere

Revision 3110 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 20:33:17 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_module.c
File length: 6862 byte(s)
Diff to previous 3109
- Added sendto_one_notice()

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (10 years, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_module.c
File length: 7248 byte(s)
Diff to previous 3096
- 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, 1 month ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_module.c
File length: 7499 byte(s)
Diff to previous 2959
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

Revision 2959 - (view) (annotate) - [select for diffs]
Modified Tue Jan 28 17:30:49 2014 UTC (10 years, 2 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_module.c
File length: 7505 byte(s)
Diff to previous 2820
- Added modules_get_list() and made modules_list visible to only modules.c
- Fixed naming convetion of other linked lists in modules.c

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

Revision 2801 - (view) (annotate) - [select for diffs]
Modified Sat Jan 11 21:23:41 2014 UTC (10 years, 3 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_module.c
File length: 7438 byte(s)
Diff to previous 1834
- Fixed inconsistent ERR_NOPRIVS vs. ERR_NOPRIVILEGES mess

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_module.c
File length: 7433 byte(s)
Diff to previous 1832
- 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
Original Path: ircd-hybrid/trunk/modules/m_module.c
File length: 7363 byte(s)
Diff to previous 1653
- 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 1653 - (view) (annotate) - [select for diffs]
Modified Wed Nov 14 11:50:55 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_module.c
File length: 7433 byte(s)
Diff to previous 1652
- added improved match() stolen from ircu
- fixed compile warning in m_module.c

Revision 1652 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 20:28:53 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_module.c
File length: 7432 byte(s)
Diff to previous 1618
- 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 1618 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 21:04:38 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_module.c
File length: 7421 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 (11 years, 5 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_module.c
File length: 7368 byte(s)
Diff to previous 1566
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1566 - (view) (annotate) - [select for diffs]
Modified Mon Oct 15 18:31:05 2012 UTC (11 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_module.c
File length: 7368 byte(s)
Diff to previous 1448
- m_module.c: if we cannot find a available option, yell at the user

Revision 1448 - (view) (annotate) - [select for diffs]
Modified Mon Jun 25 21:07:35 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_module.c
File length: 7197 byte(s)
Diff to previous 1447
- Don't allow m_module.la to be unloaded

Revision 1447 - (view) (annotate) - [select for diffs]
Added Mon Jun 25 20:22:29 2012 UTC (11 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_module.c
File length: 6132 byte(s)
- Added m_module.c and moved mo_module() into it

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