ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/hopm/trunk/src/opercmd.h
Revision 9104 - (view) (annotate) - [select for diffs]
Modified Wed Jan 1 10:03:28 2020 UTC (5 years, 7 months ago) by michael
File length: 1747 byte(s)
Diff to previous 8750 , to selected 5287
- Bump copyright years everywhere

Revision 8750 - (view) (annotate) - [select for diffs]
Modified Tue Jan 1 11:06:38 2019 UTC (6 years, 7 months ago) by michael
File length: 1747 byte(s)
Diff to previous 8579 , to selected 5287
- Update copyright years

Revision 8579 - (view) (annotate) - [select for diffs]
Modified Sun Oct 14 15:12:50 2018 UTC (6 years, 10 months ago) by michael
File length: 1747 byte(s)
Diff to previous 8563 , to selected 5287
- Allocate most list_t and node_t items from within their corresponding structure to save extra calloc/free calls

Revision 8563 - (view) (annotate) - [select for diffs]
Modified Sun Sep 23 11:39:44 2018 UTC (6 years, 11 months ago) by michael
File length: 1690 byte(s)
Diff to previous 8193 , to selected 5287
- Update copyright years

Revision 8193 - (view) (annotate) - [select for diffs]
Modified Fri Apr 14 12:38:22 2017 UTC (8 years, 4 months ago) by michael
File length: 1690 byte(s)
Diff to previous 8189 , to selected 5287
- Just pass a char pointer to the opercommand handlers instead of a struct ChannelConf pointer

Revision 8189 - (view) (annotate) - [select for diffs]
Modified Fri Apr 14 11:57:26 2017 UTC (8 years, 4 months ago) by michael
File length: 1732 byte(s)
Diff to previous 8187 , to selected 5287
- Revert -8187; we'll import ircd-hybrid's list manipulation routines anyway

Revision 8187 - (view) (annotate) - [select for diffs]
Modified Fri Apr 14 11:14:29 2017 UTC (8 years, 4 months ago) by michael
File length: 1781 byte(s)
Diff to previous 7927 , to selected 5287
- opercmd.c, opercmd.h: use embedded list nodes

Revision 7927 - (view) (annotate) - [select for diffs]
Modified Sat Dec 31 13:59:46 2016 UTC (8 years, 7 months ago) by michael
File length: 1732 byte(s)
Diff to previous 7005 , to selected 5287
- Update copyright years

Revision 7005 - (view) (annotate) - [select for diffs]
Modified Fri Jan 1 00:06:56 2016 UTC (9 years, 7 months ago) by michael
File length: 1732 byte(s)
Diff to previous 6212 , to selected 5287
- Update copyright years

Revision 6212 - (view) (annotate) - [select for diffs]
Modified Fri Jun 26 17:00:33 2015 UTC (10 years, 2 months ago) by michael
File length: 1732 byte(s)
Diff to previous 6198 , to selected 5287
- opercmd.c, opercmd.h: constification

Revision 6198 - (view) (annotate) - [select for diffs]
Modified Thu Jun 25 14:36:47 2015 UTC (10 years, 2 months ago) by michael
File length: 1726 byte(s)
Diff to previous 5378 , to selected 5287
- Change userinfo_create() to not always allocate memory for each user message; improve checking for malformed sender prefixes
- Remove now unused userinfo_free()

Revision 5378 - (view) (annotate) - [select for diffs]
Modified Sat Jan 17 19:02:17 2015 UTC (10 years, 7 months ago) by michael
File length: 1737 byte(s)
Diff to previous 5354 , to selected 5287
- Removed useless header includes

Revision 5354 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 17:15:43 2015 UTC (10 years, 7 months ago) by michael
File length: 1759 byte(s)
Diff to previous 5351 , to selected 5287
- command_parse(): removed 'msg' parameter. We actually only need this for
  m_notice() as proof for reporting insecure proxies to a dnsbl provider.

Revision 5351 - (view) (annotate) - [select for diffs]
Modified Sun Jan 11 13:24:19 2015 UTC (10 years, 7 months ago) by michael
File length: 1767 byte(s)
Diff to previous 5338 , to selected 5287
- Update license headers

Revision 5338 - (view) (annotate) - [select for diffs]
Modified Thu Jan 8 14:32:11 2015 UTC (10 years, 7 months ago) by michael
File length: 934 byte(s)
Diff to previous 5291 , to selected 5287
- Const-correctness

Revision 5291 - (view) (annotate) - [select for diffs]
Modified Sat Jan 3 20:57:53 2015 UTC (10 years, 7 months ago) by michael
File length: 910 byte(s)
Diff to previous 5287
- opercmd.c, opercmd.h: removed unused function arguments; constification

Revision 5287 - (view) (annotate) - [selected]
Modified Sat Jan 3 20:07:28 2015 UTC (10 years, 7 months ago) by michael
File length: 912 byte(s)
Diff to previous 5135
- opercmd.c, opercmd.h: cleanups and optimizations to Command creation/execution

Revision 5135 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:51:51 2014 UTC (10 years, 8 months ago) by michael
File length: 888 byte(s)
Diff to previous 5134 , to selected 5287
- propset svn:eol-style native

Revision 5134 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 18:50:02 2014 UTC (10 years, 8 months ago) by michael
File length: 888 byte(s)
Diff to previous 5120 , to selected 5287
- propset svn:keywords "Id"

Revision 5120 - (view) (annotate) - [select for diffs]
Modified Thu Dec 25 16:04:40 2014 UTC (10 years, 8 months ago) by michael
File length: 888 byte(s)
Diff to previous 5091 , to selected 5287
- Style corrections

Revision 5091 - (view) (annotate) - [select for diffs]
Modified Tue Dec 23 19:59:18 2014 UTC (10 years, 8 months ago) by michael
File length: 914 byte(s)
Diff to previous 5072 , to selected 5287
- Removed pointless casts

Revision 5072 - (view) (annotate) - [select for diffs]
Modified Mon Dec 22 15:33:29 2014 UTC (10 years, 8 months ago) by michael
File length: 952 byte(s)
Diff to previous 5052 , to selected 5287
- Fixed a bunch of compile warnings

Revision 5052 - (view) (annotate) - [select for diffs]
Added Mon Dec 22 11:56:03 2014 UTC (10 years, 8 months ago) by michael
File length: 952 byte(s)
Diff to selected 5287
- Initial import of bopm 3.1.3

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