ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_svsmode.c
Revision 1809 - (view) (annotate) - [select for diffs]
Modified Wed Apr 10 16:51:34 2013 UTC (10 years, 11 months ago) by michael
File length: 5456 byte(s)
Diff to previous 1662
- Forward-port -r1807 [m_svsmode.c: SVSMODE now requires at least 4 arguments]

Revision 1662 - (view) (annotate) - [select for diffs]
Modified Sat Nov 17 20:11:33 2012 UTC (11 years, 4 months ago) by michael
File length: 5702 byte(s)
Diff to previous 1632
- Fixed inconsistent svn file properties

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: 5702 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: 5702 byte(s)
Diff to previous 1569
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1569 - (view) (annotate) - [select for diffs]
Modified Tue Oct 16 18:46:53 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_svsmode.c
File length: 5702 byte(s)
Diff to previous 1559
- Removed remnants of MFLG_UNREG which is no longer needed with the
  current implementation of message handlers

Revision 1559 - (view) (annotate) - [select for diffs]
Modified Sun Oct 14 01:38:28 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_svsmode.c
File length: 5715 byte(s)
Diff to previous 1474
- Replaced TimeStamp based services IDs with more flexible account names

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_svsmode.c
File length: 5715 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_svsmode.c
File length: 5739 byte(s)
Diff to previous 1274
- 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 1274 - (view) (annotate) - [select for diffs]
Modified Mon Jan 30 23:41:59 2012 UTC (12 years, 1 month ago) by michael
Original Path: ircd-hybrid-8/modules/m_svsmode.c
File length: 5741 byte(s)
Diff to previous 1243
- minor documentation updates and fixes

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_svsmode.c
File length: 5742 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_svsmode.c
File length: 5763 byte(s)
Diff to previous 1221
- cleanup module loader. Make module api more flexible

Revision 1221 - (view) (annotate) - [select for diffs]
Modified Sun Sep 18 10:44:31 2011 UTC (12 years, 6 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_svsmode.c
File length: 5648 byte(s)
Diff to previous 1219
- m_svsnick(), m_svsmode(): 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_svsmode.c
File length: 5673 byte(s)
Diff to previous 1178
- Start cleaning up macros in client.h. Replace several ClientHasSomeCoolFlag()
with simple HasFlag/HasUMode macros.

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_svsmode.c
File length: 5652 byte(s)
Diff to previous 1163
- 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 1163 - (view) (annotate) - [select for diffs]
Modified Wed Aug 10 21:54:01 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_svsmode.c
File length: 5646 byte(s)
Diff to previous 1161
- Properly track invisible count when setting +/-i via SVSMODE

Revision 1161 - (view) (annotate) - [select for diffs]
Modified Wed Aug 10 21:16:43 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_svsmode.c
File length: 5285 byte(s)
Diff to previous 1160
- m_svsmode(): Replace MyClient test with MyConnect.
  find_person already takes care of this.

Revision 1160 - (view) (annotate) - [select for diffs]
Modified Wed Aug 10 21:14:57 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_svsmode.c
File length: 5284 byte(s)
Diff to previous 1159
- set file properties for m_svsmode.c

Revision 1159 - (view) (annotate) - [select for diffs]
Added Wed Aug 10 21:08:18 2011 UTC (12 years, 7 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_svsmode.c
File length: 5337 byte(s)
- Implemented SVSMODE

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