William Pitcock
e94decb620
appveyor: lol dont do full system upgrade in first go
2016-03-20 20:40:51 -05:00
William Pitcock
c82ce5c621
appveyor: just do what update-core does without using update-core since it doesnt support unattended upgrades
2016-03-20 20:36:31 -05:00
William Pitcock
264e9451b2
appveyor: use update-core --noconfirm
2016-03-20 20:32:06 -05:00
William Pitcock
315c3a8ff6
appveyor: verify msys2 is up to date
2016-03-20 20:29:16 -05:00
William Pitcock
0e961686c0
appveyor: push config.log on fail
2016-03-20 20:20:50 -05:00
William Pitcock
2677b17117
appveyor: blah gcc check
2016-03-20 20:15:26 -05:00
William Pitcock
1ad16a505b
appveyor: use right gcc
2016-03-20 20:11:17 -05:00
William Pitcock
b7029c8a6c
appveyor: pacman --noconfirm i guess
2016-03-20 20:02:26 -05:00
William Pitcock
dbf326603a
appveyor: don't install packages we already have
2016-03-20 19:59:42 -05:00
William Pitcock
c167a8e146
appveyor: don't install pkgconf, they have pkg-config instead
2016-03-20 19:56:32 -05:00
William Pitcock
4f3db30451
appveyor: use pacman -Sy not -Syu
2016-03-20 19:55:02 -05:00
William Pitcock
4acd32f7fb
add appveyor config
2016-03-20 19:50:52 -05:00
William Pitcock
d5bc7ef377
Merge pull request #169 from staticfox/chghost_sync
...
s_user: Don't send CHGHOST clients op/voice syncs
2016-03-20 18:12:24 -05:00
Matt Ullman
ad9cbf9e0d
s_user: Don't send CHGHOST clients op/voice syncs
2016-03-20 18:59:07 -04:00
Elizabeth Myers
98793cc9e4
librb: remove an experiment I had.
...
This won't really work on 32-bit architectures due to pointer
truncation. In any case, I wasn't planning on using it for this reason,
it was simply something I tinkered with.
2016-03-20 10:28:35 -05:00
William Pitcock
5a5f173daa
parse: check IsServer() before firing off a remove_unknowns() call
2016-03-20 06:40:54 -05:00
William Pitcock
4f5056dd83
ircd: fix build on freebsd
2016-03-20 06:22:39 -05:00
William Pitcock
dd92c99b83
modules: fix thinko
2016-03-20 06:01:12 -05:00
William Pitcock
c9108ea073
ircd: modules: findmodule_byname(): also check LT_MODULE_EXT here
2016-03-20 06:00:20 -05:00
William Pitcock
6cb643f4f9
ircd: modules: use LT_MODULE_EXT more consistently
2016-03-20 05:54:48 -05:00
William Pitcock
032ef5ef9e
modules: more GET_SS_FAMILY() checking
2016-03-20 04:46:50 -05:00
William Pitcock
570bbefb54
configure: remove old check for socklen_t. ircd uses rb_socklen_t for a long time.
2016-03-20 04:40:14 -05:00
William Pitcock
eb55877548
librb: fix socklen_t check
2016-03-20 04:24:30 -05:00
William Pitcock
9783438eb4
authd: res: fix build on windows ipv6
2016-03-20 04:22:17 -05:00
William Pitcock
44f442e3fb
ircd: parse: now this type cast for POINTER MATH is just fucking stupid
2016-03-20 04:21:25 -05:00
William Pitcock
d24856d228
librb: commio: squelch setsockopt(3) warnings
2016-03-20 04:18:42 -05:00
William Pitcock
fe277230f9
librb: configure: also include ws2tcpip.h
2016-03-20 04:14:28 -05:00
William Pitcock
71b2af0611
acinclude: fix sockaddr_in6 checvk too
2016-03-20 04:10:33 -05:00
William Pitcock
ea83b018b5
librb: acinclude: check for ipv6 on win32
2016-03-20 04:08:12 -05:00
William Pitcock
ddebec8cfd
reslib: really fix it this time
2016-03-20 03:57:21 -05:00
William Pitcock
f23719b7cd
authd: reslib: fix compile on win32
2016-03-20 03:56:00 -05:00
William Pitcock
4063dc2f62
authd: reslib: hook in windows DNS logic
2016-03-20 03:51:31 -05:00
William Pitcock
898268a84d
CREDITS: fix whitespace
2016-03-20 03:49:06 -05:00
William Pitcock
38b68802a3
librb: rb_lib: undefine any previous errno consts on win32
2016-03-20 03:41:25 -05:00
William Pitcock
09f528c24c
ircd: win32 does not need the FD 0,1,2 stuff
2016-03-20 03:10:05 -05:00
William Pitcock
c1bfea7332
ircd: handle some EXIT_FAILURE cases differently on win32
2016-03-20 03:06:14 -05:00
William Pitcock
48c6d0f56c
ircd: squelch write(2) warning differently
2016-03-20 03:02:56 -05:00
William Pitcock
02831b6f65
modules: warning cleanups
2016-03-20 02:42:42 -05:00
William Pitcock
b870e83db3
makefile: remove *.dll.a files too
2016-03-20 02:30:57 -05:00
William Pitcock
c0949eb003
extensions/m_webirc: win32 fixes
2016-03-20 02:26:30 -05:00
William Pitcock
2d77d121a3
m_stats: win32 fixes
2016-03-20 02:19:36 -05:00
William Pitcock
4c1e52d3a7
bandb: use _WIN32 guards where appropriate
2016-03-20 02:14:13 -05:00
William Pitcock
3c27591e9d
configure: move mingw check down a bit
2016-03-20 02:11:06 -05:00
William Pitcock
b5c0180c4b
ircd: build: tell libtool what to DLL_EXPORT
2016-03-20 02:08:14 -05:00
William Pitcock
3f97a5c529
configure: check for MINGW
2016-03-20 02:07:06 -05:00
William Pitcock
1ba9eba550
ircd: _WIN32 checks on geteuid() too
2016-03-20 02:04:26 -05:00
William Pitcock
538d208948
ircd: ircd main: use librb functions for daemon management
2016-03-20 02:03:32 -05:00
William Pitcock
a7fb269357
ircd: listener: more ss_family grr
2016-03-20 02:01:00 -05:00
William Pitcock
53e50d0e2f
ircd: ircd_signal: win32 stubs
2016-03-20 02:00:22 -05:00
William Pitcock
7671316784
ircd: lexer: likewise
2016-03-20 01:59:09 -05:00