ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_locops.c
Revision 8752 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:07:01 2019 UTC (5 years, 2 months ago) by michael
File length: 3955 byte(s)
Diff to previous 8279
- Update copyright years

Revision 8279 - (view) (annotate) - [select for diffs]
Modified Tue Feb 20 19:30:13 2018 UTC (6 years, 1 month ago) by michael
File length: 3955 byte(s)
Diff to previous 8166
- Update copyright years

Revision 8166 - (view) (annotate) - [select for diffs]
Modified Sun Apr 9 16:09:54 2017 UTC (6 years, 11 months ago) by michael
File length: 3955 byte(s)
Diff to previous 7924
- Move all CAPAB related code to server_capab.c, and server_capab.h

Revision 7924 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:57:08 2016 UTC (7 years, 2 months ago) by michael
File length: 3949 byte(s)
Diff to previous 7209
- Update copyright years

Revision 7209 - (view) (annotate) - [select for diffs]
Modified Wed Feb 3 15:10:39 2016 UTC (8 years, 1 month ago) by michael
File length: 3949 byte(s)
Diff to previous 7006
- Clustering has been broken in -r7159. Rewrote most of the shared/cluster implementation to be less obscure.
  This introduces a little bit of code duplication, but increases readability, is less error prone, and
  reduces memory consumption a bit.

Revision 7006 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:07:54 2016 UTC (8 years, 2 months ago) by michael
File length: 3948 byte(s)
Diff to previous 6628
- Update copyright years

Revision 6628 - (view) (annotate) - [select for diffs]
Modified Sat Oct 24 13:29:47 2015 UTC (8 years, 5 months ago) by michael
File length: 3948 byte(s)
Diff to previous 6468
- Rename uconf_items to shared_items and oconf_items to operator_items

Revision 6468 - (view) (annotate) - [select for diffs]
Modified Tue Sep 1 18:20:30 2015 UTC (8 years, 6 months ago) by michael
File length: 3947 byte(s)
Diff to previous 6354
- m_locops.c:ms_locops(): avoid multiple array indices; improve readability

Revision 6354 - (view) (annotate) - [select for diffs]
Modified Fri Aug 14 17:53:44 2015 UTC (8 years, 7 months ago) by michael
File length: 3868 byte(s)
Diff to previous 5881
- Rename server capabilities flags from CAP_* to CAPAB_*

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: 3866 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 (8 years, 11 months ago) by michael
File length: 3720 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 (9 years, 2 months ago) by michael
File length: 3808 byte(s)
Diff to previous 4934
- Update copyright years

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

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: 3802 byte(s)
Diff to previous 4545
- 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: 3798 byte(s)
Diff to previous 3847
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

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

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: 3794 byte(s)
Diff to previous 3266
- 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
File length: 3794 byte(s)
Diff to previous 3180
- Worked towards improving documentation

Revision 3180 - (view) (annotate) - [select for diffs]
Modified Thu Mar 20 16:33:57 2014 UTC (10 years ago) by michael
File length: 2945 byte(s)
Diff to previous 3156
- m_locops.c:ms_locops(): accept LOCOPS from servers

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (10 years ago) by michael
File length: 2968 byte(s)
Diff to previous 3109
- Removed client_p pointers from everywhere

Revision 3109 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 19:25:12 2014 UTC (10 years ago) by michael
File length: 3038 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 ago) by michael
File length: 3112 byte(s)
Diff to previous 2826
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

Revision 2826 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:30:37 2014 UTC (10 years, 2 months ago) by michael
File length: 3118 byte(s)
Diff to previous 2824
- Fixed previous commit to ms_locops()

Revision 2824 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:26:39 2014 UTC (10 years, 2 months ago) by michael
File length: 3114 byte(s)
Diff to previous 2820
- m_locops.c:ms_locops(): replaced sendto_server() combo
  with sendto_match_servs()

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: 3253 byte(s)
Diff to previous 2640
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2640 - (view) (annotate) - [select for diffs]
Modified Tue Dec 10 18:14:41 2013 UTC (10 years, 3 months ago) by michael
File length: 3191 byte(s)
Diff to previous 2274
- m_locops.c: added proper TS6 support / properly prefix LOCOPS message with name/UID

Revision 2274 - (view) (annotate) - [select for diffs]
Modified Tue Jun 18 16:01:57 2013 UTC (10 years, 9 months ago) by michael
File length: 3040 byte(s)
Diff to previous 2112
- Sort out unused header includes

Revision 2112 - (view) (annotate) - [select for diffs]
Modified Sat May 25 20:56:36 2013 UTC (10 years, 10 months ago) by michael
File length: 3078 byte(s)
Diff to previous 2104
- LOCOPS notices should only be sent to opers that have usermode +l

Revision 2104 - (view) (annotate) - [select for diffs]
Modified Thu May 23 19:09:06 2013 UTC (10 years, 10 months ago) by michael
File length: 3072 byte(s)
Diff to previous 2038
- Made LOCOPS messages appear as a NOTICE

Revision 2038 - (view) (annotate) - [select for diffs]
Modified Tue May 14 19:21:32 2013 UTC (10 years, 10 months ago) by michael
File length: 3001 byte(s)
Diff to previous 1834
- Added 'locops' and 'wallops' to irc-operator flags
--- Diese und die folgenden Zeilen werden ignoriert --

M    include/client.h
M    src/conf_parser.c
M    src/conf_parser.h
M    src/conf_lexer.c
M    src/conf_parser.y
M    src/conf_lexer.l
M    doc/reference.conf
M    modules/m_locops.c
M    modules/m_wallops.c

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: 2836 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
File length: 2826 byte(s)
Diff to previous 1652
- 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 1652 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 20:28:53 2012 UTC (11 years, 4 months ago) by michael
File length: 2836 byte(s)
Diff to previous 1632
- 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 1632 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 15:37:10 2012 UTC (11 years, 4 months ago) by michael
File length: 2837 byte(s)
Diff to previous 1592
- Initial rewrite of the configuration subsystem

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: 2837 byte(s)
Diff to previous 1474
- 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_locops.c
File length: 2837 byte(s)
Diff to previous 1309
- removed &localchannels

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_locops.c
File length: 2843 byte(s)
Diff to previous 1243
- 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 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_locops.c
File length: 2845 byte(s)
Diff to previous 1230
- 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_locops.c
File length: 2884 byte(s)
Diff to previous 1205
- cleanup module loader. Make module api more flexible

Revision 1205 - (view) (annotate) - [select for diffs]
Modified Wed Aug 24 19:59:30 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_locops.c
File length: 2839 byte(s)
Diff to previous 1178
- renamed m_locops() to mo_locops()

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_locops.c
File length: 2834 byte(s)
Diff to previous 1156
- 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 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_locops.c
File length: 2828 byte(s)
Diff to previous 1155
- 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_locops.c
File length: 2828 byte(s)
Diff to previous 1121
- recreate "trunk"

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_locops.c
File length: 2828 byte(s)
Diff to previous 1029
- removed all instances of STATIC_MODULES since we don't have
  static modules anymore
- removed m_mkpasswd module from contrib

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_locops.c
File length: 2858 byte(s)
Diff to previous 1028
- 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_locops.c
File length: 2858 byte(s)
Diff to previous 885
- move ircd-hybrid-7.2 to trunk

Revision 885 - (view) (annotate) - [select for diffs]
Modified Wed Oct 31 18:09:24 2007 UTC (16 years, 5 months ago) by michael
Original Path: ircd-hybrid-7.2/modules/m_locops.c
File length: 2858 byte(s)
Diff to previous 34
- Removed LazyLinks in 7.2 to stop people from asking why we keep
  broken code for half a decade. LL will be implemented in a smarter
  fashion in due time

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_locops.c
File length: 2867 byte(s)
Diff to previous 33
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_locops.c
File length: 2867 byte(s)
Diff to previous 32
- 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_locops.c
File length: 2867 byte(s)
Diff to previous 31
- 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_locops.c
File length: 2867 byte(s)
Diff to previous 30
- 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_locops.c
File length: 2921 byte(s)
- 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