Revision
190 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 23 22:06:17 2005 UTC
(19 years, 10 months ago)
by
adx
Diff to
previous 188
* prototypes are now prefixed with either nothing or EXTERN
(meaning it's an ircd.dll API)
* dynamic modules now work on win32.
Revision
153 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 17 21:20:34 2005 UTC
(19 years, 10 months ago)
by
adx
Diff to
previous 125
- compile libio as a dll on win32
- next step is compiling the whole ircd as a dll to export its symbols
- after that, we'll be able to support loadable *.dll modules.
NOTE: m_operspy.c doesn't compile now (error at localClient->iline)
Revision
78 -
Directory Listing
-
[select for diffs]
Modified
Tue Oct 4 21:16:00 2005 UTC
(19 years, 10 months ago)
by
adx
Diff to
previous 77
- further win32 fixes, use ircd_signal.c interface (signals are wrapped
around WM_USER's wParam)
- note that the callback for WM_SIGNAL (ie WM_USER) defined in libio is
independent from the ircd, ie variable dispatch_wm_signal is set in
ircd_signal.c.
- now it compiles, to do: turn libio into a DLL to allow symbol references
in m_*.dll protocol modules.
Revision
30 -
Directory Listing
-
[select for diffs]
Added
Sun Oct 2 20:03:27 2005 UTC
(19 years, 10 months ago)
by
adx
- imported sources
- can be moved later according to the directory/branching scheme,
but we need the svn up