Bryan Drewery
|
993f2cc3e0
* Update bd::String::printf syntax
|
15 سال پیش |
Bryan Drewery
|
4d4a6141c3
* Remove unneeded cygwin support
|
16 سال پیش |
Bryan Drewery
|
4137994bb7
* Fix DNS/Server sockets getting stuck when its socket was closed via fatal()
|
16 سال پیش |
Bryan Drewery
|
a7ea42ee13
* Update copyrights/licenses
|
16 سال پیش |
Bryan Drewery
|
79b4b1ceb0
* rdprintf() to myself should just dprintf(), and support '*'
|
16 سال پیش |
Bryan Drewery
|
e545647319
* Add rdprintf() for remote dprintf
|
16 سال پیش |
Bryan Drewery
|
4c5b53dd06
* Fix regression in oidentd support
|
16 سال پیش |
Bryan Drewery
|
6c4a303293
* Send auth responses in notice if triggered from chan. Privmsg if from msg
|
16 سال پیش |
Bryan Drewery
|
06a78c8f70
Merge branch 'server-queue-speedup'
|
16 سال پیش |
Bryan Drewery
|
f83eb68d7d
Merge branch 'irc-fixes'
|
16 سال پیش |
Bryan Drewery
|
e7c77f81b7
Merge branch 'misc-optimizations'
|
16 سال پیش |
Bryan Drewery
|
a5c3132132
* Add a dprintf_real() to avoid vsprintf() if the length is already known and buffer already formatted
|
16 سال پیش |
Bryan Drewery
|
2e1d5b1e7b
* Change all PRIVMSG/NOTICE cmds into privmsg()/notice() to prepare for CPRIVMSG/CNOTICE and later use of FiSH
|
16 سال پیش |
Bryan Drewery
|
cac6f2c6a0
* Add a DP_PLAY queue which is the lowest priority, but is burstable, allowing double messages and 10,000 messages. (ASCII)
|
16 سال پیش |
Bryan Drewery
|
2ef4f0ed8c
Merge branch 'raise-handlen'
|
16 سال پیش |
Bryan Drewery
|
7679a6251c
Merge branch 'listen-fixes'
|
16 سال پیش |
Bryan Drewery
|
a7b45ebca9
* Implement likely()/unlikely() blocks from ratbox/linux
|
16 سال پیش |
Bryan Drewery
|
9ade7b2243
Merge branch 'fix-ircfuzz-findings'
|
16 سال پیش |
Bryan Drewery
|
333487312e
* Remove some redundant ipv6 error code
|
16 سال پیش |
Bryan Drewery
|
e84178f84d
* Cleanup DCC/Telnet listening so bot only listens on IPV6 if it was specifically given an IPV6 IP.
|
16 سال پیش |
Bryan Drewery
|
923bac0f77
* Fix listen_all() not properly closing the requested dcc
|
16 سال پیش |
Bryan Drewery
|
593dd065aa
* Only use port mapping if was asked for a random port
|
16 سال پیش |
Bryan Drewery
|
40255aea0c
* Cleanup dcc.nick/host/simulbot lengths
|
16 سال پیش |
Bryan Drewery
|
004b5a49fd
* Fix regression in localhubs: /CTCP bot CHAT was not returning a proper port.
|
16 سال پیش |
Bryan Drewery
|
37b8f46cb5
* Avoid unneeded strlen() in dprintf()
|
16 سال پیش |
Bryan Drewery
|
e8e120cde9
* Allow localhub to operate as a hub in some ways
|
17 سال پیش |
Bryan Drewery
|
e5d7bf992c
* Don't bother locking the oident file if flock() doesn't work [solaris]
|
16 سال پیش |
Bryan Drewery
|
e407df1289
* Only use oident for server connects, not for bot linking.
|
17 سال پیش |
Bryan Drewery
|
329c2a276a
* Fix oidentd spoofing regression
|
17 سال پیش |
Bryan Drewery
|
75252f86c7
* Use salted_sha1cmp() for passowrd and cmdpass comparing
|
17 سال پیش |