Thomas Sader

Results 25 issues of Thomas Sader

```tcl bind out - "% queued" circumvent_queues proc circumvent_queues {queue text status} { putnow $text; return 1; } ``` does not currently work because tcl_putnow calls check_tcl_out with "queued" state...

#97 implements half-ops but does not adjust the /who code to show half-ops as % in the flags parameter. The master branch also does not have that feature. It prevents...

Expect it to be the unixtime the bot noticed its own join from the server Found by: Empus

Using tmpfile() can potentially be insecure as per [http://cwe.mitre.org/data/definitions/377.html](url), mkstemp with previously set umask(0600) would be appropriate. Code changes can be small with fdopen() on the resulting file descriptor, or...

Patch by: remorse One-line summary: Add byte-based flood option Fixes: #242 This is to track the floodsize branch. We might want to expand our "couplets" to be X:Y:A:B for X...

type: feature