Alexey Sokolov
c6464797e6
Fix shell module. It didn't send anything to user.
...
When the socket fires the Read event, CModule's m_pNetwork isn't set
anymore.
2011-10-04 00:00:11 +07:00
Alexey Sokolov
2c1ca45353
Merge branch 'headers'
2011-09-28 20:15:20 +07:00
Uli Schlachter
7f6a4fb472
Update to latest Csocket
...
Lots of interesting stuff in here, if you want details, ask Csocket's git
history. :-P
Signed-off-by: Uli Schlachter <psychon@znc.in >
2011-09-25 14:08:08 +02: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
0b1627c529
Make all the modules support networks
2011-08-24 19:07:32 +01:00
Kyle Fuller
16047eaf81
Move dcc file transfers to their own module
2011-06-01 20:21:27 +01:00
Kyle Fuller
0b360c0102
Remove OnDCCUserSend module hook
2011-06-01 20:21:27 +01:00
Kyle Fuller
ea5ec8496c
Remove a pointless status command provided by the shell module
2011-04-04 16:57:44 +01:00
Uli Schlachter
3f24f28736
Stop including FileUtils.h in any header
...
This causes every piece of code which wants to use CFile or CDir to have to
include FileUtils.h. This causes quite some noise.
Signed-off-by: Uli Schlachter <psychon@znc.in >
2011-04-03 11:50:44 +02:00
Uli Schlachter
1761fe71e4
Move CExecSock to ExecSock.h
...
As a result, Utils.h no longer has to include Socket.h and lots of stuff breaks.
Due to a severe case of lazyness, some of the code for CExecSock is still in
Utils.cpp. Feel free to fix if you really have to.
Signed-off-by: Uli Schlachter <psychon@znc.in >
2011-04-03 11:50:41 +02:00
Uli Schlachter
8eda266bae
Fix shell module
...
shell didn't compile since 6bc36d1708 because it used the
three-argument-version of CModule::PutModule(). This commit replaced that with a
call to CModule::PutUser().
Signed-off-by: Uli Schlachter <psychon@znc.in >
2011-02-22 23:36:54 +01: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
psychon
99f1efc843
Some more fun with tabs
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1966 726aef4b-f618-498e-8847-2d620e286838
2010-05-02 08:36:57 +00:00
cflakes
3225e8fbdf
Move the dangerous shell module to "extra".
...
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1919 726aef4b-f618-498e-8847-2d620e286838
2010-04-15 14:46:14 +00:00