Phillip Parin
|
6bc2ac6814
* Fix compiler warning
|
16 tahun lalu |
Bryan Drewery
|
b9522ba229
* Fix single-use timers not getting free'd properly
|
16 tahun lalu |
Bryan Drewery
|
b0b21c7095
* Add more output from cmd_play
|
16 tahun lalu |
Bryan Drewery
|
4fe734c5d7
* Block cmd_play from being used massively by botcmd. There's no good reason for allowing this.
|
16 tahun lalu |
Bryan Drewery
|
599e860e91
* Un-inline timer_get_now()
|
16 tahun lalu |
Bryan Drewery
|
a1210af4bc
* Fix channel joining causing issues with restarting
|
16 tahun lalu |
Bryan Drewery
|
8918d0c3a3
* Fix compile warnings due to implicit conversions
|
16 tahun lalu |
Bryan Drewery
|
6cd064e4c2
* Chain WHO requests to try avoiding Max SendQ
|
16 tahun lalu |
Bryan Drewery
|
4b1d05186c
* If lagging by more than 5 seconds, increase penalty by 2 seconds to avoid a burst->excess flood
|
16 tahun lalu |
Bryan Drewery
|
ee966e8acb
* Only use flood_count system on ratbox type servers
|
16 tahun lalu |
Bryan Drewery
|
5af148d835
* Move burst debug output
|
16 tahun lalu |
Bryan Drewery
|
a33d162fa8
* Don't flush out CACHE queue in deq_msg()
|
16 tahun lalu |
Bryan Drewery
|
78ab9aeee6
* Utilize CPRIVMSG/CNOTICE if available
|
16 tahun lalu |
Bryan Drewery
|
2e1d5b1e7b
* Change all PRIVMSG/NOTICE cmds into privmsg()/notice() to prepare for CPRIVMSG/CNOTICE and later use of FiSH
|
16 tahun lalu |
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 tahun lalu |
Bryan Drewery
|
b29b4508ad
* Cleanup redundant server dequeue code
|
16 tahun lalu |
Bryan Drewery
|
ed03a43b78
* Add cmd_play for playing files to irc. (ASCII art gallery exhibition)
|
16 tahun lalu |
Bryan Drewery
|
680c8549bf
* Capture PRIVMSG/NOTICE during burst mode
|
16 tahun lalu |
Bryan Drewery
|
8bd9277f03
* Send first 2 CTCP responses for dronemones, not just the first
|
16 tahun lalu |
Bryan Drewery
|
d3cc9b9058
* Avoid DP_DUMP as it screws up the flood controls
|
16 tahun lalu |
Bryan Drewery
|
f15540a329
* Fix connect bursting not properly getting cleaned up on reconnect
|
16 tahun lalu |
Bryan Drewery
|
dbfa9a1022
* Make max messages in queue a per-queue setting
|
16 tahun lalu |
Bryan Drewery
|
079ee191b8
* No need to have a pointer to multiple double settings
|
16 tahun lalu |
Bryan Drewery
|
b405a41426
* Optimize queue for EFNet/ratbox type servers
|
16 tahun lalu |
Bryan Drewery
|
5db14fc5e7
* Update bdlib
|
16 tahun lalu |
Bryan Drewery
|
f8b7381fe0
* Push out WHOIS/USERHOST before the connect burst as our own botuserhost is needed for hostmask updating
|
16 tahun lalu |
Bryan Drewery
|
411c791fe3
* Move last_time incrementing to calc_penalty()
|
16 tahun lalu |
Bryan Drewery
|
a4b3c1589d
* fast_deq optimizations
|
16 tahun lalu |
Bryan Drewery
|
d69c3a0db0
* Optimize/cleanup queue_server() with new queue list
|
16 tahun lalu |
Bryan Drewery
|
b7a844fea9
* Cleanup more redundant server queue code
|
16 tahun lalu |