ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/branches/newio/modules/m_svsmode.c
Revision 2528 - (view) (annotate) - [select for diffs]
Modified Thu Nov 7 18:12:38 2013 UTC (10 years, 4 months ago) by michael
File length: 5896 byte(s)
Diff to previous 2504
- Added usermode +W. Users connected via a webirc gateway get this
  mode set by servers.
- /WHOIS now shows whether a client is connected via a webirc
  gateway

Revision 2504 - (view) (annotate) - [select for diffs]
Modified Sat Oct 26 15:52:09 2013 UTC (10 years, 5 months ago) by michael
File length: 5838 byte(s)
Diff to previous 2438
- m_svsmode.c: constification

Revision 2438 - (view) (annotate) - [select for diffs]
Modified Sat Aug 3 18:02:16 2013 UTC (10 years, 7 months ago) by michael
File length: 5832 byte(s)
Diff to previous 2417
- Another round of conversion specifier fixes

Revision 2417 - (view) (annotate) - [select for diffs]
Modified Sun Jul 21 18:11:50 2013 UTC (10 years, 8 months ago) by michael
File length: 5892 byte(s)
Diff to previous 2381
- Change command message handlers to int type

Revision 2381 - (view) (annotate) - [select for diffs]
Modified Sat Jul 6 16:22:05 2013 UTC (10 years, 8 months ago) by michael
File length: 5874 byte(s)
Diff to previous 2274
- Add NEWIO branch

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_svsmode.c
File length: 5874 byte(s)
Diff to previous 2246
- Sort out unused header includes

Revision 2246 - (view) (annotate) - [select for diffs]
Modified Sun Jun 16 10:48:39 2013 UTC (10 years, 9 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svsmode.c
File length: 5913 byte(s)
Diff to previous 2145
- Add usermode 'S' (client is connecte via SSL/TLS).
  Allows services to keep track of what users are connected via SSL,
  and allows to see ssl-status of remote clients in a /whois.

Revision 2145 - (view) (annotate) - [select for diffs]
Modified Thu May 30 10:57:08 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svsmode.c
File length: 5839 byte(s)
Diff to previous 2143
- m_svsmode(), user_set_hostmask(): minor cleanups and fixes to previous commit

Revision 2143 - (view) (annotate) - [select for diffs]
Modified Thu May 30 01:12:38 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svsmode.c
File length: 6063 byte(s)
Diff to previous 2137
- m_svsmode.c: avoid HostServ floods

Revision 2137 - (view) (annotate) - [select for diffs]
Modified Wed May 29 19:49:27 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svsmode.c
File length: 5839 byte(s)
Diff to previous 2056
- Finished proper implementation of usermode 'x' (UMODE_HIDDENHOST)
  Only services may set a fakehost via SVSMODE.

Revision 2056 - (view) (annotate) - [select for diffs]
Modified Thu May 16 07:55:16 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svsmode.c
File length: 5813 byte(s)
Diff to previous 2055
- m_svsmode(): restore ability to change a user's host via SVSMODE +x

Revision 2055 - (view) (annotate) - [select for diffs]
Modified Wed May 15 19:37:57 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svsmode.c
File length: 5694 byte(s)
Diff to previous 2025
- m_svsmode(): temporarily allow 3 arguments (SVSMODE without a valid TS)

Revision 2025 - (view) (annotate) - [select for diffs]
Modified Sun May 12 18:54:15 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svsmode.c
File length: 5577 byte(s)
Diff to previous 2022
- m_svsmode(), set_user_mode(): \n, \r, \t aren't treaded specially anymore

Revision 2022 - (view) (annotate) - [select for diffs]
Modified Sun May 12 18:07:07 2013 UTC (10 years, 10 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svsmode.c
File length: 5659 byte(s)
Diff to previous 1819
- Remove entering_umode and change_umode callbacks in preparation for the 
  modular usermode subsystem

Revision 1819 - (view) (annotate) - [select for diffs]
Modified Fri Apr 12 11:57:26 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svsmode.c
File length: 5585 byte(s)
Diff to previous 1809
- Removed recently added m_svshost.c. Services may now change the host of a
  specific user via "SVSMODE <timestamp> <target> +x <hostname>"

Revision 1809 - (view) (annotate) - [select for diffs]
Modified Wed Apr 10 16:51:34 2013 UTC (10 years, 11 months ago) by michael
Original Path: ircd-hybrid/trunk/modules/m_svsmode.c
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
Original Path: ircd-hybrid/trunk/modules/m_svsmode.c
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
Original Path: ircd-hybrid/trunk/modules/m_svsmode.c
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
Original Path: ircd-hybrid/trunk/modules/m_svsmode.c
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

(Current path doesn't exist after revision 9091)

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