2
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
remove the old pre OSX open transport code.
JeffM2501
as jeffm2501
More... about 17 years ago
add in the actual net implementation
JeffM2501
as jeffm2501
More... about 17 years ago
remove the dependency on our own SDLNet, move the subset of what we needed into net.h and net.cpp, so there isn't any confilcts with apps that want to use SDLNet for other stuff.
JeffM2501
as jeffm2501
More... about 17 years ago
utils to log the simple server, and get host info
JeffM2501
as jeffm2501
More... about 17 years ago
seting pointers to uninited memory in constructors is just a bad idea.. I see this now.
JeffM2501
as jeffm2501
More... about 17 years ago
if your going to have a singleton, then it would help a lot if you actualy had code that would create said singleton.
JeffM2501
as jeffm2501
More... about 17 years ago
since we don't use the pimple anymore, rearage stuff so it works better when linked from an outside project.
JeffM2501
as jeffm2501
More... about 17 years ago
ws
JeffM2501
as jeffm2501
More... about 17 years ago
get the supids to build and do something
JeffM2501
as jeffm2501
More... about 17 years ago
some defaults
JeffM2501
as jeffm2501
More... about 17 years ago
screw the pimple, it's a freaking static lib, causes more trouble then it's worth.
JeffM2501
as jeffm2501
More... about 17 years ago
put the UID as a static for the cpp, not the header ( we only want one )
JeffM2501
as jeffm2501
More... about 17 years ago
get the IRC server class listening and calling methods for events.
JeffM2501
as jeffm2501
More... over 17 years ago
give the hostmask and ip back seperately.
JeffM2501
as jeffm2501
More... over 17 years ago
kill a connection if the listeners don't want it.
JeffM2501
as jeffm2501
More... over 17 years ago
data send methods for server connected peers.
JeffM2501
as jeffm2501
More... over 17 years ago
get the TCP server class to read data and call it's listeners.
JeffM2501
as jeffm2501
More... over 17 years ago
start redoing the TCP server interface to actualy work, and not suck.
JeffM2501
as jeffm2501
More... over 17 years ago
link with wsock32 to allow building into a dll
Daniel Remenak
as dtremenak
More... almost 18 years ago
add real CTCP conversation functionality
Daniel Remenak
as dtremenak
More... almost 18 years ago
ignore CTCP messages
Daniel Remenak
as dtremenak
More... almost 18 years ago
add vc8 to automake dist
Daniel Remenak
as dtremenak
More... almost 18 years ago
vc8 solution
Daniel Remenak
as dtremenak
More... almost 18 years ago
getLibVersion is a globally-exported function, not a member of IRCClient
Daniel Remenak
as dtremenak
More... almost 18 years ago
vc8 solution
Daniel Remenak
as dtremenak
More... almost 18 years ago
fix directory reference
Daniel Remenak
as dtremenak
More... almost 18 years ago
vc8 solution
Daniel Remenak
as dtremenak
More... almost 18 years ago
compile, say I
Daniel Remenak
as dtremenak
More... almost 18 years ago
fix copy-n-paste bug
Daniel Remenak
as dtremenak
More... almost 18 years ago
add vc8 solution
Daniel Remenak
as dtremenak
More... almost 18 years ago