ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/modules/m_encap.c
Revision 5881 - (view) (annotate) - [select for diffs]
Modified Sun May 3 16:04:15 2015 UTC (10 years, 3 months ago) by michael
File length: 3091 byte(s)
Diff to previous 5864 , to selected 1592
- 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 (10 years, 4 months ago) by michael
File length: 2945 byte(s)
Diff to previous 5796 , to selected 1592
- Removed useless zero initializers from the module_entry as suggested by Adam

Revision 5796 - (view) (annotate) - [select for diffs]
Modified Fri Apr 17 16:12:30 2015 UTC (10 years, 4 months ago) by michael
File length: 3033 byte(s)
Diff to previous 5347 , to selected 1592
- Minor cleanups to CAPAB related code

Revision 5347 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 12:42:20 2015 UTC (10 years, 7 months ago) by michael
File length: 3036 byte(s)
Diff to previous 4565 , to selected 1592
- Update copyright years

Revision 4565 - (view) (annotate) - [select for diffs]
Modified Sun Aug 24 10:27:40 2014 UTC (11 years ago) by michael
File length: 3036 byte(s)
Diff to previous 4545 , to selected 1592
- Update GPL 2 license headers

Revision 4545 - (view) (annotate) - [select for diffs]
Modified Fri Aug 22 08:46:13 2014 UTC (11 years ago) by michael
File length: 3032 byte(s)
Diff to previous 4155 , to selected 1592
- Implemented pseudo {} blocks (service aliases)
- Fixed compile warnings with -Wmissing-field-initializers

Revision 4155 - (view) (annotate) - [select for diffs]
Modified Wed Jul 2 18:24:06 2014 UTC (11 years, 1 month ago) by michael
File length: 3026 byte(s)
Diff to previous 4003 , to selected 1592
- m_encap.c: respect args_min when calling the encap handler

Revision 4003 - (view) (annotate) - [select for diffs]
Modified Thu Jun 19 12:59:37 2014 UTC (11 years, 2 months ago) by michael
File length: 2980 byte(s)
Diff to previous 3347 , to selected 1592
- m_encap.c: minor cleanup. Also there must always be some function
  assigned to the ENCAP handler. Let it crash if there isn't one.

Revision 3347 - (view) (annotate) - [select for diffs]
Modified Sun Apr 20 14:03:06 2014 UTC (11 years, 4 months ago) by michael
File length: 3042 byte(s)
Diff to previous 3215 , to selected 1592
- Moved files:
  s_user.c -> user.c
  s_misc.c -> misc.c
  s_serv.c -> server.c

Revision 3215 - (view) (annotate) - [select for diffs]
Modified Tue Mar 25 19:23:15 2014 UTC (11 years, 5 months ago) by michael
File length: 3042 byte(s)
Diff to previous 3156 , to selected 1592
- Fixed some comments; cleaned up style here and there

Revision 3156 - (view) (annotate) - [select for diffs]
Modified Fri Mar 14 19:57:38 2014 UTC (11 years, 5 months ago) by michael
File length: 3037 byte(s)
Diff to previous 3096 , to selected 1592
- Removed client_p pointers from everywhere

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

Revision 3037 - (view) (annotate) - [select for diffs]
Modified Tue Feb 25 19:41:43 2014 UTC (11 years, 6 months ago) by michael
File length: 3399 byte(s)
Diff to previous 2885 , to selected 1592
- m_encap.c:ms_encap(): removed irrelevant comment

Revision 2885 - (view) (annotate) - [select for diffs]
Modified Mon Jan 20 22:50:36 2014 UTC (11 years, 7 months ago) by michael
File length: 3551 byte(s)
Diff to previous 2820 , to selected 1592
- m_encap.c:ms_encap(): removed pointless code. Buffer can't be overflown
  since snprintf() is being used

Revision 2820 - (view) (annotate) - [select for diffs]
Modified Wed Jan 15 23:10:26 2014 UTC (11 years, 7 months ago) by michael
File length: 3658 byte(s)
Diff to previous 2816 , to selected 1592
- Clean up all files in modules/ (fixed indentation, removed whitespaces/tabs)
- Fixed copyright years
- Made module handlers int type for later use

Revision 2816 - (view) (annotate) - [select for diffs]
Modified Tue Jan 14 18:16:33 2014 UTC (11 years, 7 months ago) by michael
File length: 3642 byte(s)
Diff to previous 1793 , to selected 1592
- m_encap.c: fixed indentation, style cleanups, reformatting

Revision 1793 - (view) (annotate) - [select for diffs]
Modified Sun Mar 31 14:06:08 2013 UTC (12 years, 4 months ago) by michael
File length: 3583 byte(s)
Diff to previous 1652 , to selected 1592
- Replaced all occurrences of ircsprintf with sprintf/snprintf
  and killed sprintf_irc.(c|h)

Revision 1652 - (view) (annotate) - [select for diffs]
Modified Tue Nov 13 20:28:53 2012 UTC (12 years, 9 months ago) by michael
File length: 3608 byte(s)
Diff to previous 1592
- 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 1592 - (view) (annotate) - [selected]
Modified Sat Oct 27 21:02:32 2012 UTC (12 years, 10 months ago) by michael
File length: 3609 byte(s)
Diff to previous 1321
- Second time's the charm? Moving svnroot/ircd-hybrid-8 to
  svnroot/ircd-hybrid/trunk

Revision 1321 - (view) (annotate) - [select for diffs]
Modified Fri Mar 30 11:23:16 2012 UTC (13 years, 5 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_encap.c
File length: 3609 byte(s)
Diff to previous 1243 , to selected 1592
- remove unused variables

Revision 1243 - (view) (annotate) - [select for diffs]
Modified Fri Sep 30 10:47:53 2011 UTC (13 years, 10 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_encap.c
File length: 3582 byte(s)
Diff to previous 1233 , to selected 1592
- 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 1233 - (view) (annotate) - [select for diffs]
Modified Thu Sep 22 20:53:07 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_encap.c
File length: 3621 byte(s)
Diff to previous 1230 , to selected 1592
- replace bunch of ircsprintf with snprintf

Revision 1230 - (view) (annotate) - [select for diffs]
Modified Thu Sep 22 19:41:19 2011 UTC (13 years, 11 months ago) by michael
Original Path: ircd-hybrid-8/modules/m_encap.c
File length: 3564 byte(s)
Diff to previous 1178 , to selected 1592
- cleanup module loader. Make module api more flexible

Revision 1178 - (view) (annotate) - [select for diffs]
Modified Mon Aug 15 08:11:31 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_encap.c
File length: 3445 byte(s)
Diff to previous 1156 , to selected 1592
- 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 (14 years ago) by michael
Original Path: ircd-hybrid-8/modules/m_encap.c
File length: 3413 byte(s)
Diff to previous 1155 , to selected 1592
- create ircd-hybrid-8 "branch"

Revision 1155 - (view) (annotate) - [select for diffs]
Modified Tue Aug 9 20:27:45 2011 UTC (14 years ago) by michael
Original Path: ircd-hybrid/modules/m_encap.c
File length: 3413 byte(s)
Diff to previous 1121 , to selected 1592
- recreate "trunk"

Revision 1121 - (view) (annotate) - [select for diffs]
Modified Sun Jan 9 11:03:03 2011 UTC (14 years, 7 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_encap.c
File length: 3413 byte(s)
Diff to previous 1029 , to selected 1592
- 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 (15 years, 9 months ago) by michael
Original Path: ircd-hybrid-7.3/modules/m_encap.c
File length: 3443 byte(s)
Diff to previous 1028 , to selected 1592
- branch off trunk to create 7.3 branch
Revision 1028 - (view) (annotate) - [select for diffs]
Modified Sun Nov 8 13:03:38 2009 UTC (15 years, 9 months ago) by michael
Original Path: ircd-hybrid/modules/m_encap.c
File length: 3443 byte(s)
Diff to previous 34 , to selected 1592
- move ircd-hybrid-7.2 to trunk

Revision 34 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 21:05:51 2005 UTC (19 years, 10 months ago) by lusky
Original Path: ircd-hybrid-7.2/modules/m_encap.c
File length: 3443 byte(s)
Diff to previous 33 , to selected 1592
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 (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/modules/m_encap.c
File length: 3443 byte(s)
Diff to previous 32 , to selected 1592
- svn:keywords

Revision 32 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:41:23 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/modules/m_encap.c
File length: 3443 byte(s)
Diff to previous 31 , to selected 1592
- svn:keywords

Revision 31 - (view) (annotate) - [select for diffs]
Modified Sun Oct 2 20:34:05 2005 UTC (19 years, 10 months ago) by knight
Original Path: ircd-hybrid/modules/m_encap.c
File length: 3443 byte(s)
Diff to previous 30 , to selected 1592
- Fix svn:keywords

Revision 30 - (view) (annotate) - [select for diffs]
Added Sun Oct 2 20:03:27 2005 UTC (19 years, 10 months ago) by adx
Original Path: ircd-hybrid/modules/m_encap.c
File length: 3501 byte(s)
Diff to selected 1592
- 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