Darryl Pogue
b1d65a194a
Fix memory corruption with DNS lookups.
...
Thanks @Mystler for finding and reporting this, and thanks @Hoikas for
investigating and confirming the fix.
13 years ago
Darryl Pogue
60aa7e421e
Swap the IP address returned by AuthSrv.
13 years ago
Darryl Pogue
863247f0dd
Another attempt to fix the std::list in NLM.
13 years ago
Darryl Pogue
1fa981d09e
plUUID operator< should return a bool.
13 years ago
Darryl Pogue
bb200c5b30
Make sure plNetAddress is included correctly.
13 years ago
Darryl Pogue
883ce6fcbf
Doxygen plNetAddress to make it less confusing.
13 years ago
Darryl Pogue
3ba721711e
Completely kill pnUtAddr and NetAddress.
13 years ago
Darryl Pogue
3ea3473d13
Get rid of pnUtW32Addr and make IP strings char*s.
...
IP addresses don't need to be unicode.
pnUtAddr is still around until we replace all NetAddress uses with
plNetAddress (they are typedef'ed to each other right now).
13 years ago
Darryl Pogue
06a561fc85
Fix bugs with plNetAddress.
...
This allows the patcher to successfully connect to both GateKeeper and
FileSrv.
13 years ago
Darryl Pogue
fbc6e33f7d
Rename these to make more sense.
13 years ago
Darryl Pogue
4737e791cb
Remove almost all uses of NetAddress.
...
This probably has a bunch of bugs because of Network Order/Host Order
issues. If we intend to actually support BE architectures, these
problems are going to get much much worse :(
13 years ago
Darryl Pogue
4b3d4a0d83
Add an operator== to plNetAddress.
13 years ago
Darryl Pogue
e770beb73d
Kill pnNetDiag.
13 years ago
Darryl Pogue
72d92bc66e
Start killing off NetAddress.
13 years ago
Darryl Pogue
7bd51c923f
Merge branch 'plNetAddress' into kill_utils
13 years ago
Darryl Pogue
cf802fcba0
Remove a bunch of unused custom STL code.
13 years ago
Darryl Pogue
e70cb420f3
Update plNetAddress to use plString.
13 years ago
Darryl Pogue
9479aadb3a
Move pnUtBigNum to pnEncryption/plBigNum.
13 years ago
Darryl Pogue
b8e4f00ad6
Remove more unused pnUtils code.
13 years ago
Darryl Pogue
87f050b55e
Get rid of one hashtable in pfGameMgr.
13 years ago
Darryl Pogue
270e05738f
Clean up pnSimpleNet.
...
Removes Pch.h.
Removes a pnUtList.
Removes a PnUtHash (and all the weird warnings from it).
13 years ago
Branan Purvine-Riley
ec4190e807
Merge pull request #176 from Hoikas/afk-clickables
...
Allow clickables to function while sitting or AFK.
13 years ago
Darryl Pogue
364ac73050
Replace NetLinkingMgr LIST with std::list.
13 years ago
Darryl Pogue
f6f063a9dd
Fix pnNetCli for *nix.
...
Thanks to @zrax for breaking it originally :P
Also switch another CCritSect over to hsMutex, and replace LIST with
std::list.
13 years ago
Darryl Pogue
833124c297
Get rid of CCritSect in the patcher stuff.
13 years ago
Darryl Pogue
a28213806f
Fix compiling.
13 years ago
Darryl Pogue
b7035a631e
Try to replace a pnUtList with a std::queue.
13 years ago
Darryl Pogue
3bf303885a
PnUtCrypt compiles on *nix now.
13 years ago
Darryl Pogue
251cf02bd7
Move AtomicAdd/AtomicSet to hsUtils.
13 years ago
Darryl Pogue
26dc1fa120
Get rid of the PnUtils TLS stuff.
13 years ago
Darryl Pogue
590eea770f
Remove CEvent entirely.
13 years ago
Darryl Pogue
9e92b77438
Get rid of CEvent in plUruLauncher.
13 years ago
Darryl Pogue
44a43b298b
Try replacing CEvent with hsSemaphore.
...
This should work because we only ever call Wait() once. It doesn't fully
behave like Win32's manual reset events though, so if we had a more
complex usage that depended on the event remaining signalled, we'd have
a problem.
13 years ago
Darryl Pogue
3b39393077
Kill the CpuGetInfo function.
...
We're probably going to kill pnNetDiag at some point anyways.
13 years ago
Darryl Pogue
8c95dbe3a8
We actually don't need pnUtAddr.cpp at all anymore
13 years ago
Darryl Pogue
dfee3034f0
Clean up pnUtAddr of unused stuff.
...
Still need to move ALL of this over to pnNetCommon's plNetAddress at
some point.
13 years ago
Darryl Pogue
c1870f178b
Remove some code that was never used anywhere.
13 years ago
Darryl Pogue
62249844c3
Remove some unused stuff from pnUtMisc.
13 years ago
Darryl Pogue
62d1213853
Remove a bunch of unused pnUtils stuff.
13 years ago
Branan Purvine-Riley
9137df7763
Merge pull request #173 from Hoikas/time
...
Time Fixes
13 years ago
Adam Johnson
4977eaedbe
Allow clickables to function while sitting or AFK.
...
Less special casing FTW!
13 years ago
Adam Johnson
2807fb455b
Merge pull request #171 from boq/tabcompletion
...
Plasma part of chat name completion
13 years ago
Adam Johnson
9ea5f9df81
Merge pull request #174 from boq/master
...
Proper SetClipboardData usage
13 years ago
Adam Johnson
0b29b4c765
Fix PlasmaMAX compile
13 years ago
Adam Johnson
69970aba43
Fix the George W. Bush bug
...
Fix the DST hack to use the correct dates in post-2006 US and Canada. I
unfortunately could not find a decent cross-platform way to do this.
13 years ago
Bartek Bok
f158f97776
Fix WinApi call misuse
13 years ago
Adam Johnson
120dae6c2b
Merge pull request #172 from dpogue/kill_log
...
plStatusLog++; pnAcLog--
13 years ago
Adam Johnson
638259e749
Improve server time sync
...
Prevents cheating with time based puzzles (pellets) and ensures the KI time
stays somewhat correct. The server time will be reset on the plNetMessage
received after the user changes their system clock. That might take a bit,
but it's better than nothing.
13 years ago
Darryl Pogue
0168e89487
Missed a few references to NtFile.
13 years ago
Darryl Pogue
d1da655fb2
Kill off pnAcFile entirely.
13 years ago