Bryan Drewery
|
64474a643b
* More defines removal
|
21 lat temu |
Bryan Drewery
|
a966a3b564
* Eliminated the conffile struct as it was a duplicate of conf
|
21 lat temu |
Bryan Drewery
|
7a5c32eb81
* Removed strncpyz and am now using OpenBSD's strlcpy()
|
21 lat temu |
Bryan Drewery
|
26fb8a746c
* No longer replacing '~' with homedir in config, only done internally now.
|
21 lat temu |
Bryan Drewery
|
1ba1f132b1
* No longer making the bot fatal() if it cannot open a new socket.
|
21 lat temu |
Bryan Drewery
|
5130efa1de
* Added compat functions to read in a config file if a new binary's struct size if
|
21 lat temu |
Bryan Drewery
|
386b447ca2
* Removed the hacks for 1.1.9->1.2 which include:
|
21 lat temu |
Bryan Drewery
|
7e92cc812d
* Shell error typo
|
21 lat temu |
Bryan Drewery
|
97af2f4595
* MAXFD quit text change
|
21 lat temu |
Bryan Drewery
|
dc75f1e092
* Using custom calloc/realloc functions now to check for failed allocations
|
21 lat temu |
Bryan Drewery
|
a3bf1f1eac
|
21 lat temu |
Bryan Drewery
|
6a100d5082
|
21 lat temu |
Bryan Drewery
|
52289087b8
* After changing conf with -C, binary is now moved to binpath/binname.
|
21 lat temu |
Bryan Drewery
|
aac352496c
* Added binary path to email
|
21 lat temu |
Bryan Drewery
|
659fa81c8b
* Raised maxdcc and maxfd to 300
|
21 lat temu |
Bryan Drewery
|
ffe6dd59c0
* New method, try to close() all the bogus fd, if that failes, die.
|
21 lat temu |
Bryan Drewery
|
410d88b2eb
|
21 lat temu |
Bryan Drewery
|
b64bec7fbe
* Sort of a solution to the max fd problem
|
21 lat temu |
Bryan Drewery
|
64226b1d23
* Fixed bots quitting on max files with the getpid stuff, it's the WRONG error to quit with
|
21 lat temu |
Bryan Drewery
|
1413abcd5d
* Undid sockt_t/size_t patches
|
21 lat temu |
Bryan Drewery
|
5fecc94dd5
* Huge commit that introduces countless bugs I'm sure.
|
21 lat temu |
Bryan Drewery
|
756a6d4219
|
22 lat temu |
Bryan Drewery
|
3164cd2ac8
* Casted memory allocations, c++ requires it
|
22 lat temu |
Bryan Drewery
|
8830f7402c
* Changed the update code around to write_settings() now
|
22 lat temu |
Bryan Drewery
|
6dcaf19ff6
|
22 lat temu |
Bryan Drewery
|
b24581cdf5
* More work on new settings data
|
22 lat temu |
Bryan Drewery
|
13dbe4c74b
* Removed MESSUPTERM and feature
|
22 lat temu |
Bryan Drewery
|
739a847469
* Only have localhub check_promisc()
|
22 lat temu |
Bryan Drewery
|
e8df6228c2
* Did some CYGWIN work
|
22 lat temu |
Bryan Drewery
|
9711be3cce
* Removed compile defines
|
22 lat temu |