ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_module.c
Revision 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (10 years, 6 months ago) by michael
File length: 8129 byte(s)
Diff to previous 6318 , to selected 5864
- Update copyright years

Revision 6318 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 16:04:43 2015 UTC (10 years, 11 months ago) by michael
File length: 8129 byte(s)
Diff to previous 5881 , to selected 5864
- Get rid of UMODE_ALL

Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (11 years, 2 months ago) by michael
File length: 8115 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) - [selected]
Modified Tue Apr 28 12:23:30 2015 UTC (11 years, 2 months ago) by michael
File length: 7969 byte(s)
Diff to previous 5347
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (11 years, 6 months ago) by michael
File length: 8042 byte(s)
Diff to previous 5014 , to selected 5864
- Update copyright years

Revision 5014 - (view) (annotate) - [select for diffs]
Modified Tue Dec 9 17:51:47 2014 UTC (11 years, 7 months ago) by michael
File length: 8042 byte(s)
Diff to previous 4948 , to selected 5864
- Removed unused header includes:wq

Revision 4948 - (view) (annotate) - [select for diffs]
Modified Sun Nov 30 12:15:48 2014 UTC (11 years, 7 months ago) by michael
File length: 8060 byte(s)
Diff to previous 4815 , to selected 5864
- Renamed variables; const correctness

Revision 4815 - (view) (annotate) - [select for diffs]
Modified Sat Nov 1 15:28:42 2014 UTC (11 years, 8 months ago) by michael
File length: 8048 byte(s)
Diff to previous 4742 , to selected 5864
- Renamed variables

Revision 4742 - (view) (annotate) - [select for diffs]
Modified Sun Oct 12 16:53:55 2014 UTC (11 years, 9 months ago) by michael
File length: 8040 byte(s)
Diff to previous 4565 , to selected 5864
- m_module.c:mo_module(): improve readability; avoid indexing parv[] several times

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

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

Revision 3870 - (view) (annotate) - [select for diffs]
Modified Fri Jun 6 13:07:05 2014 UTC (12 years, 1 month ago) by michael
File length: 7970 byte(s)
Diff to previous 3340 , to selected 5864
- Use unsigned whenever possible

Revision 3340 - (view) (annotate) - [select for diffs]
Modified Fri Apr 18 12:11:27 2014 UTC (12 years, 3 months ago) by michael
File length: 7961 byte(s)
Diff to previous 3339 , to selected 5864
- Further cleanups to m_module.c

Revision 3339 - (view) (annotate) - [select for diffs]
Modified Fri Apr 18 11:50:41 2014 UTC (12 years, 3 months ago) by michael
File length: 7815 byte(s)
Diff to previous 3320 , to selected 5864
- Clean up m_module.c

Revision 3320 - (view) (annotate) - [select for diffs]
Modified Tue Apr 15 15:58:33 2014 UTC (12 years, 3 months ago) by michael
File length: 6633 byte(s)
Diff to previous 3301 , to selected 5864
- Removed useless header includes

Revision 3301 - (view) (annotate) - [select for diffs]
Modified Sat Apr 12 18:28:28 2014 UTC (12 years, 3 months ago) by michael
File length: 6674 byte(s)
Diff to previous 3300 , to selected 5864
- m_module.c:mo_module(): whitespace commit

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

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (12 years, 4 months ago) by michael
File length: 6677 byte(s)
Diff to previous 3110 , to selected 5864
- Removed client_p pointers from everywhere

Revision 3110 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 20:33:17 2014 UTC (12 years, 4 months ago) by michael
File length: 6862 byte(s)
Diff to previous 3109 , to selected 5864
- Added sendto_one_notice()

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (12 years, 4 months ago) by michael
File length: 7248 byte(s)
Diff to previous 3096 , to selected 5864
- Applied Adam's sendto_one_numeric() changes

Revision 3096 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 23:31:45 2014 UTC (12 years, 4 months ago) by michael
File length: 7499 byte(s)
Diff to previous 2959 , to selected 5864
- 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 (12 years, 5 months ago) by michael
File length: 7505 byte(s)
Diff to previous 2820 , to selected 5864
- 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 (12 years, 6 months ago) by michael
File length: 7476 byte(s)
Diff to previous 2801 , to selected 5864
- 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 (12 years, 6 months ago) by michael
File length: 7438 byte(s)
Diff to previous 1834 , to selected 5864
- Fixed inconsistent ERR_NOPRIVS vs. ERR_NOPRIVILEGES mess

Revision 1834 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:50:27 2013 UTC (13 years, 3 months ago) by michael
File length: 7433 byte(s)
Diff to previous 1832 , to selected 5864
- Revert to -r1831

Revision 1832 - (view) (annotate) - [select for diffs]
Modified Fri Apr 19 19:16:09 2013 UTC (13 years, 3 months ago) by michael
File length: 7363 byte(s)
Diff to previous 1653 , to selected 5864
- 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 (13 years, 8 months ago) by michael
File length: 7433 byte(s)
Diff to previous 1652 , to selected 5864
- 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 (13 years, 8 months ago) by michael
File length: 7432 byte(s)
Diff to previous 1618 , to selected 5864
- 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 (13 years, 8 months ago) by michael
File length: 7421 byte(s)
Diff to previous 1592 , to selected 5864
- 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 (13 years, 8 months ago) by michael
File length: 7368 byte(s)
Diff to previous 1566 , to selected 5864
- 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 (13 years, 9 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_module.c
File length: 7368 byte(s)
Diff to previous 1448 , to selected 5864
- 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 (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/modules/m_module.c
File length: 7197 byte(s)
Diff to previous 1447 , to selected 5864
- 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 (14 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/modules/m_module.c
File length: 6132 byte(s)
Diff to selected 5864
- 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