ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/modules/m_globops.c
Revision 7007 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:09:08 2016 UTC (8 years, 2 months ago) by michael
File length: 3697 byte(s)
Diff to previous 6317 , to selected 2820
- Update copyright years

Revision 6317 - (view) (annotate) - [select for diffs]
Modified Wed Aug 5 16:03:09 2015 UTC (8 years, 7 months ago) by michael
File length: 3697 byte(s)
Diff to previous 5880 , to selected 2820
- Get rid of UMODE_ALL

Revision 5880 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:01:42 2015 UTC (8 years, 10 months ago) by michael
File length: 3683 byte(s)
Diff to previous 5863 , to selected 2820
- 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 (8 years, 11 months ago) by michael
File length: 3537 byte(s)
Diff to previous 5346 , to selected 2820
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5346 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:41:14 2015 UTC (9 years, 2 months ago) by michael
File length: 3625 byte(s)
Diff to previous 4963 , to selected 2820
- Update copyright years

Revision 4963 - (view) (annotate) - [select for diffs]
Modified Mon Dec 1 13:08:44 2014 UTC (9 years, 3 months ago) by michael
File length: 3625 byte(s)
Diff to previous 4935 , to selected 2820
- Get rid of NOCAPS

Revision 4935 - (view) (annotate) - [select for diffs]
Modified Tue Nov 25 21:09:24 2014 UTC (9 years, 4 months ago) by michael
File length: 3645 byte(s)
Diff to previous 4701 , to selected 2820
- Style corrections; constifications

Revision 4701 - (view) (annotate) - [select for diffs]
Modified Fri Oct 3 17:05:13 2014 UTC (9 years, 5 months ago) by michael
File length: 3633 byte(s)
Diff to previous 4564 , to selected 2820
- m_globops.c:ms_globops(): avoid indexing parv three times

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

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: 3595 byte(s)
Diff to previous 3846 , to selected 2820
- Fixed compile warnings with -Wmissing-field-initializers

Revision 3846 - (view) (annotate) - [select for diffs]
Modified Thu Jun 5 11:55:33 2014 UTC (9 years, 9 months ago) by michael
File length: 3589 byte(s)
Diff to previous 3377 , to selected 2820
- m_locops.c, m_globops.c: removed extra colons

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: 3591 byte(s)
Diff to previous 3347 , to selected 2820
- Create 8.2.x branch

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

Revision 3266 - (view) (annotate) - [select for diffs]
Modified Sat Apr 5 19:15:11 2014 UTC (9 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_globops.c
File length: 3591 byte(s)
Diff to previous 3186 , to selected 2820
- Worked towards improving documentation

Revision 3186 - (view) (annotate) - [select for diffs]
Modified Thu Mar 20 18:09:34 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_globops.c
File length: 2776 byte(s)
Diff to previous 3156 , to selected 2820
- Get rid of the ID() macro

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

Revision 3135 - (view) (annotate) - [select for diffs]
Modified Mon Mar 10 21:11:25 2014 UTC (10 years ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_globops.c
File length: 2844 byte(s)
Diff to previous 3109 , to selected 2820
- Server now no longer accepts TS5 links

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

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

Revision 2274 - (view) (annotate) - [select for diffs]
Modified Tue Jun 18 16:01:57 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_globops.c
File length: 3000 byte(s)
Diff to previous 1834 , to selected 2820
- Sort out unused header includes

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_globops.c
File length: 3020 byte(s)
Diff to previous 1832 , to selected 2820
- 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_globops.c
File length: 3000 byte(s)
Diff to previous 1662 , to selected 2820
- 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 1662 - (view) (annotate) - [select for diffs]
Modified Sat Nov 17 20:11:33 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_globops.c
File length: 3020 byte(s)
Diff to previous 1618 , to selected 2820
- Fixed inconsistent svn file properties

Revision 1618 - (view) (annotate) - [select for diffs]
Modified Tue Oct 30 21:04:38 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_globops.c
File length: 3020 byte(s)
Diff to previous 1592 , to selected 2820
- 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_globops.c
File length: 2994 byte(s)
Diff to previous 1474 , to selected 2820
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

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_globops.c
File length: 2994 byte(s)
Diff to previous 1243 , to selected 2820
- removed &localchannels

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_globops.c
File length: 3018 byte(s)
Diff to previous 1230 , to selected 2820
- 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 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_globops.c
File length: 3095 byte(s)
Diff to previous 1224 , to selected 2820
- cleanup module loader. Make module api more flexible

Revision 1224 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 12:07:47 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_globops.c
File length: 3052 byte(s)
Diff to previous 1219 , to selected 2820
- ms_globops(): remove redundant argument count validation

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_globops.c
File length: 3065 byte(s)
Diff to previous 1216 , to selected 2820
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.

Revision 1216 - (view) (annotate) - [select for diffs]
Modified Tue Sep 13 18:22:31 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_globops.c
File length: 3051 byte(s)
Diff to previous 1206 , to selected 2820
- add 'globops' to operflags

Revision 1206 - (view) (annotate) - [select for diffs]
Added Wed Aug 24 21:41:23 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_globops.c
File length: 2898 byte(s)
Diff to selected 2820
- Implement GLOBOPS
- remove debugging code from parse.c

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