Directory plugins/template/

Total Files:
3
Deleted Files:
0
Lines of Code:
396

[root]/plugins/template
            directory in repo include (1 files, 74 lines)

Lines of Code

plugins/template/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 24 (100.0%) 336 (100.0%) 14.0
ryo_saeba 11 (45.8%) 164 (48.8%) 14.9
akirschbaum 4 (16.7%) 144 (42.9%) 36.0
quinet 1 (4.2%) 22 (6.5%) 22.0
anmaster 2 (8.3%) 4 (1.2%) 2.0
mwedel 1 (4.2%) 1 (0.3%) 1.0
gros 2 (8.3%) 1 (0.3%) 0.5
partmedia 3 (12.5%) 0 (0.0%) 0.0

Most Recent Commits

partmedia 2014-06-06 17:54 Rev.: 19531

Remove automatic prototype generation with cproto

Obtained from: Tolga Dalman

0 lines of code changed in 2 files:

  • plugins/template: Makefile.am (-4), plugin_template.c (-2)
partmedia 2013-07-16 08:30 Rev.: 18792

Trim legacy Makefile headers.

0 lines of code changed in 1 file:

  • plugins/template: Makefile.am (-25)
ryo_saeba 2011-06-09 16:47 Rev.: 14534

Give player's killer to plugins.

1 lines of code changed in 1 file:

  • plugins/template: plugin_template.c (+1)
ryo_saeba 2010-05-08 05:19 Rev.: 13152

Transmit talk information to plugins. Make a specific say plugin command.

1 lines of code changed in 1 file:

  • plugins/template: plugin_template.c (+1)
akirschbaum 2009-01-21 15:30 Rev.: 11205

Whitespace changes: consistently reformat code.

140 lines of code changed in 1 file:

  • plugins/template: plugin_template.c (+140 -138)
mwedel 2008-07-24 22:32 Rev.: 9684

plugins/*/Makefile.am: Remove -Xlinker -export-dynamic -Xlinker -Bsymbolic
from extra LDFLAGS. Those are gnu specific linker options which cause
the plugins to fail to compile when not using gld. I've tested the build
without those options with gld on linux, and all works fine, so not sure
if those are still needed - in theory, libtool should cover that. If
those options are still needed, configure.ac should get updated with a
a better test.
MSW 2008-07-24


1 lines of code changed in 1 file:

  • plugins/template: Makefile.am (+1 -1)
quinet 2008-07-20 04:49 Rev.: 9584

Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.

22 lines of code changed in 1 file:

  • plugins/template: plugin_template.c (+22 -22)
anmaster 2008-06-04 16:39 Rev.: 9228

Clean up in plugins, fix a lot of gcc warnings (in plugins), update prototype
headers in plugins, make some functions static. Also update build system for
cflogger to make it not include common plugin stuff in header. Followed example
set by cfnewspaper's Makefile.am. Make the template plugin include prototype
header. (It is a good idea to do so, for various reasons.) Also add some missing
newlines at end of copyright header comments in some files. Also make some
variables const (in python plugin) in order to fix gcc warnings and to make
code cleaner (a string literal is always a const char* in C90 or later, but
char* is allowed for compatibility reasons, though it will actually be a const).

4 lines of code changed in 2 files:

  • plugins/template: create_plugin.sh (+1), plugin_template.c (+3)
gros 2008-05-14 02:34 Rev.: 9069

Allow the server to be built from outside of its source directory.

1 lines of code changed in 2 files:

  • plugins/template: Makefile.am (new)
akirschbaum 2008-05-12 13:44 Rev.: 9024

Ansi C compatibility improvement: use prototypes.

4 lines of code changed in 1 file:

  • plugins/template: plugin_template.c (+4 -4)
ryo_saeba 2008-01-26 10:34 Rev.: 8284

Fix template plugin generation and compilation.

3 lines of code changed in 2 files:

  • plugins/template: create_plugin.sh (+2 -2), plugin_template.c (+1 -3)
akirschbaum 2007-06-27 15:07 Rev.: 6717

Remove trailing whitespace.

0 lines of code changed in 2 files:

  • plugins/template: create_plugin.sh (-1), plugin_template.c (-1)
ryo_saeba 2007-04-21 06:46 Rev.: 6081

Implement EVENT_TELL.

5 lines of code changed in 1 file:

  • plugins/template: plugin_template.c (+5)
ryo_saeba 2007-04-12 15:41 Rev.: 6005

Plugin API changes. More void* conversion removing.

45 lines of code changed in 1 file:

  • plugins/template: plugin_template.c (+45 -38)
ryo_saeba 2007-04-07 04:49 Rev.: 5954

Change plugin object event interface to send the event object itself.

4 lines of code changed in 1 file:

  • plugins/template: plugin_template.c (+4 -2)
ryo_saeba 2007-03-25 11:02 Rev.: 5886

Change misc functions plugin API.

0 lines of code changed in 1 file:

  • plugins/template: plugin_template.c (-4)
ryo_saeba 2007-03-17 14:22 Rev.: 5790

Plugin generation script.

88 lines of code changed in 1 file:

  • plugins/template: create_plugin.sh (new 88)
ryo_saeba 2007-03-17 10:44 Rev.: 5787

Plugin template update.

17 lines of code changed in 2 files:

  • plugins/template: plugin_template.c (+17 -15)
Generated by StatSVN 0.7.0