Un1matr1x
3a34593359
The same procedure as last year, Miss sophie?
...
Same procedure as every year, James.
2012-12-31 12:44:31 +01:00
Alexey Sokolov
9fd4149d73
Fix modperl and modpython compilation.
...
Also fix few string-related inconsistences.
2012-08-15 00:38:23 +07:00
Alexey Sokolov
7e8f281ee5
Add vector<CListener*> to modperl/modpython.
2012-08-12 22:34:02 +07:00
Alexey Sokolov
538aa77399
Modperl: read values from MCString #93
...
Example:
my $x = $self->GetNetwork->GetIRCSock->GetISupport;
$x->get("CHANMODES")
No iterating through all values though :(
2012-07-28 21:25:28 +07:00
Alexey Sokolov
3145c5054c
Allow perl modules to be loaded not by modperl
2012-07-28 19:35:22 +07:00
Alexey Sokolov
62c9ac1a0b
using in headers is evil :(
2012-07-26 20:46:11 +07:00
Alexey Sokolov
00e26c8dbc
Perl: fix several methods to return perl stuff instead of pointers.
2012-01-23 04:09:24 +07:00
Alexey Sokolov
13bfec0809
Python and Perl should know that off_t is integer type.
2012-01-02 02:44:09 +07:00
Un1matr1x
73270ff023
Welcome in 2012
2012-01-01 09:30:19 +01:00
Alexey Sokolov
8bb7ea5370
Rework modperl to better integrate with perl.
...
Now it supports global and network modules.
Fixes github issue #82
2011-12-29 11:35:25 +07:00
Alexey Sokolov
0f0591b648
Fscking perl... This fixes modperl's compilation.
2011-10-04 10:29:55 +07:00
Alexey Sokolov
e354c24ac1
Move ZNC headers into own directory.
...
Yes, this breaks backwards compatibility, so what?
It's already broken with network stuff anyway.
2011-09-23 03:31:58 +07:00
Kyle Fuller
f44f307b24
Add a config writer
2011-08-21 13:40:14 +01:00
Kyle Fuller
e83e14ab67
Do not include DCCSock in mod(perl|python)
2011-06-01 22:19:30 +01:00
Kyle Fuller
8f508cb4a5
Migrate dcc bouncing to its own module
2011-06-01 20:21:27 +01:00
Alexey Sokolov
e746438022
Parse new ExecSock.h and ZNCDebug.h with SWIG.
...
That functionality was accessible by perl and python modules before.
Now that stuff is in own headers, so let's parse them too,
to have them still be able to use this.
2011-04-03 19:13:47 +07:00
psychon
b9b0fd4c87
Oh, shiny... NOT
...
(Yes, it's that time of the year again)
Signed-off-by: Uli Schlachter <psychon@znc.in >
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2260 726aef4b-f618-498e-8847-2d620e286838
2011-01-14 17:03:24 +00:00
darthgandalf
b6c8e10633
Include zncconfig.h before any system headers in modpython and modperl bindings.
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2255 726aef4b-f618-498e-8847-2d620e286838
2011-01-07 18:01:26 +00:00
darthgandalf
dc8a39db53
Add vim modelines to some files.
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2222 726aef4b-f618-498e-8847-2d620e286838
2010-12-30 22:02:26 +00:00
darthgandalf
ce45917cc0
Unload perl modules when they are unloaded.
...
This should make /znc reloadmod and /znc updatemod to work as expected.
So developers don't need to restart znc each time when debugging perl modules anymore.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2184 726aef4b-f618-498e-8847-2d620e286838
2010-12-05 09:38:25 +00:00
darthgandalf
a30a201338
Fix spaces in modperl.
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2144 726aef4b-f618-498e-8847-2d620e286838
2010-09-27 13:30:54 +00:00
darthgandalf
fa8f758c7b
Remove one more perl's pollution of global namespace which caused modperl loading error under some circumstances.
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2142 726aef4b-f618-498e-8847-2d620e286838
2010-09-27 11:45:32 +00:00
darthgandalf
a44e6eaada
Big update of modperl module.
...
Old modperl had several flaws and was very outdated.
New modperl makes the whole ZNC API accessible from inside perl.
Modperl API was changed, so old perl modules are not supported,
but they weren't used much anyway.
Modperl needs --enable-perl option to ./configure.
This introduces new dependence on SWIG, which is needed only while
compiling ZNC. So to use modperl, you need to install SWIG or
to download several files and use --disable-swig option of configure.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2120 726aef4b-f618-498e-8847-2d620e286838
2010-09-07 11:13:47 +00:00