ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_webirc.c
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: 4500 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: 4354 byte(s)
Diff to previous 5805
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5805 - (view) (annotate) - [select for diffs]
Modified Tue Apr 21 21:49:58 2015 UTC (8 years, 11 months ago) by michael
File length: 4442 byte(s)
Diff to previous 5347
- Removed glines
- Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and
  dline_min_cidr6 configuration options

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: 4443 byte(s)
Diff to previous 4588
- Update copyright years

Revision 4588 - (view) (annotate) - [select for diffs]
Modified Tue Aug 26 15:59:07 2014 UTC (9 years, 7 months ago) by michael
File length: 4443 byte(s)
Diff to previous 4565
- Renamed 'localClient' Client structure member to just 'connection'

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

Revision 4526 - (view) (annotate) - [select for diffs]
Modified Tue Aug 19 09:57:32 2014 UTC (9 years, 7 months ago) by michael
File length: 4441 byte(s)
Diff to previous 3347
- m_webirc.c: replaced CGI:IRC references with WEBIRC

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: 4441 byte(s)
Diff to previous 3336
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3336 - (view) (annotate) - [select for diffs]
Modified Fri Apr 18 11:03:09 2014 UTC (9 years, 11 months ago) by michael
File length: 4443 byte(s)
Diff to previous 3246
- doxygen

Revision 3246 - (view) (annotate) - [select for diffs]
Modified Sun Mar 30 17:37:13 2014 UTC (10 years ago) by michael
File length: 4031 byte(s)
Diff to previous 3171
- Fixed inconsistent style in several places

Revision 3171 - (view) (annotate) - [select for diffs]
Modified Sun Mar 16 11:51:48 2014 UTC (10 years ago) by michael
File length: 4039 byte(s)
Diff to previous 3156
- Incorporate Adam's exit_client/quit storm cleanups
  Note: QS is mandatory now

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

Revision 3110 - (view) (annotate) - [select for diffs]
Modified Thu Mar 6 20:33:17 2014 UTC (10 years ago) by michael
File length: 4070 byte(s)
Diff to previous 3096
- Added sendto_one_notice()

Revision 3096 - (view) (annotate) - [select for diffs]
Modified Sat Mar 1 23:31:45 2014 UTC (10 years ago) by michael
File length: 4457 byte(s)
Diff to previous 2820
- Applied Adam's "Put the command name in parv[0], not prefix name" patch

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

Revision 2712 - (view) (annotate) - [select for diffs]
Modified Tue Dec 24 18:38:02 2013 UTC (10 years, 3 months ago) by michael
File length: 4522 byte(s)
Diff to previous 2700
- m_webirc.c: instead of silently dropping WEBIRC requests from
  registered clients, simply send ERR_ALREADYREGISTRED

Revision 2700 - (view) (annotate) - [select for diffs]
Modified Wed Dec 18 12:39:14 2013 UTC (10 years, 3 months ago) by michael
File length: 4514 byte(s)
Diff to previous 2511
- m_webirc.c:mr_webirc(): fixed bug where parv[3] isn't tested for
  a valid hostname. Spotted by Adam.

Revision 2511 - (view) (annotate) - [select for diffs]
Modified Sun Oct 27 18:56:53 2013 UTC (10 years, 5 months ago) by michael
File length: 4921 byte(s)
Diff to previous 2274
- 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 2274 - (view) (annotate) - [select for diffs]
Modified Tue Jun 18 16:01:57 2013 UTC (10 years, 9 months ago) by michael
File length: 4885 byte(s)
Diff to previous 1715
- Sort out unused header includes

Revision 1715 - (view) (annotate) - [select for diffs]
Modified Mon Dec 24 15:19:32 2012 UTC (11 years, 3 months ago) by michael
File length: 4924 byte(s)
Diff to previous 1689
- Improved WEBIRC authentication; added 'webirc' to auth::flags

Revision 1689 - (view) (annotate) - [select for diffs]
Modified Wed Dec 19 21:43:32 2012 UTC (11 years, 3 months ago) by michael
File length: 5606 byte(s)
Diff to previous 1659
- Fixed WEBIRC module

Revision 1659 - (view) (annotate) - [select for diffs]
Modified Sat Nov 17 19:29:07 2012 UTC (11 years, 4 months ago) by michael
File length: 5600 byte(s)
Copied from: ircd-hybrid/trunk/contrib/m_webirc.c revision 1651
Diff to previous 1636
- move m_webirc.c from contrib/ to modules/

Revision 1636 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 17:09:47 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/contrib/m_webirc.c
File length: 5600 byte(s)
Diff to previous 1634
- Cleanup configuration subsystem
- Fixed broken CIDR support for /challenge

Revision 1634 - (view) (annotate) - [select for diffs]
Modified Sun Nov 4 15:53:56 2012 UTC (11 years, 4 months ago) by michael
Original Path: ircd-hybrid/trunk/contrib/m_webirc.c
File length: 5601 byte(s)
Diff to previous 1632
- fixed compile warnings in contrib/

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/contrib/m_webirc.c
File length: 5606 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/contrib/m_webirc.c
File length: 5687 byte(s)
Diff to previous 1543
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1543 - (view) (annotate) - [select for diffs]
Modified Sun Sep 30 11:23:41 2012 UTC (11 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/contrib/m_webirc.c
File length: 5687 byte(s)
Diff to previous 1309
- m_webirc.c: fixed typo in comment

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/contrib/m_webirc.c
File length: 5688 byte(s)
Diff to previous 1268
- 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 1268 - (view) (annotate) - [select for diffs]
Modified Wed Jan 18 08:20:31 2012 UTC (12 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/contrib/m_webirc.c
File length: 5690 byte(s)
Diff to previous 1262
- get contributed modules to work with new module api

Revision 1262 - (view) (annotate) - [select for diffs]
Added Sun Jan 15 22:05:46 2012 UTC (12 years, 2 months ago) by michael
Original Path: ircd-hybrid-8/contrib/m_webirc.c
File length: 5729 byte(s)
- added m_webirc.c to contrib/

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