mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 04:16:39 +02:00
+- doh, missing a ! in m_tkl.c that allows us to do bad things(TM)
+- Fix for nested comments, found by lnxgk +- C++ comment fix, lnxgk again.
This commit is contained in:
@@ -1053,4 +1053,6 @@ seen. gmtime warning still there
|
||||
- Added mutex.c for our mutexes
|
||||
- Fixed makenet so techadmin-host is gone
|
||||
- Removed set::hosts::techadmin from all network files
|
||||
- doh, missing a ! in m_tkl.c that allows us to gline *@*
|
||||
- doh, missing a ! in m_tkl.c that allows us to do bad things(TM)
|
||||
- Fix for nested comments, found by lnxgk
|
||||
- C++ comment fix, lnxgk again.
|
||||
|
||||
@@ -29,7 +29,6 @@
|
||||
#include <winsock.h>
|
||||
#include <process.h>
|
||||
#include <io.h>
|
||||
//#include "struct.h"
|
||||
#endif
|
||||
#include "dynconf.h"
|
||||
#include "ircsprintf.h"
|
||||
@@ -293,11 +292,9 @@ extern struct SLink *find_user_link( /* struct SLink *, struct Client * */ );
|
||||
*/
|
||||
extern int DisplayString(HWND hWnd, char *InBuf, ...);
|
||||
#undef strerror
|
||||
// winlocal
|
||||
#else
|
||||
typedef int SOCKET;
|
||||
#define INVALID_SOCKET -1
|
||||
// winlocal
|
||||
#endif
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__APPLE__)
|
||||
|
||||
@@ -155,6 +155,7 @@
|
||||
* Reject bans that are matched by existing bans, causes chanserv
|
||||
* To flood-kick an akicked user if their akick is matched by another
|
||||
* Ban, but if you don't mind, this can free up ban list space I guess
|
||||
*/
|
||||
#undef NAZIISH_CHBAN_HANDLING
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user