Bryan Drewery
|
89c3fa1e5f
* Sanitize WHO parsing on hops to avoid a crash [found by ircfuzz]
|
16 лет назад |
Bryan Drewery
|
4a644dfb7f
* Fix overlapping strcpy() [found by ircfuzz, also fixed in eggdrop]
|
16 лет назад |
Bryan Drewery
|
34082d8dec
* Update docs
|
16 лет назад |
Bryan Drewery
|
dbd12a770c
Merge branch 'localhubs'
|
16 лет назад |
Bryan Drewery
|
3d02b16f86
* Don't require hostname matching on unix domain sockets
|
16 лет назад |
Bryan Drewery
|
1da96702f3
* Share protected user entries with localhubs for their children
|
16 лет назад |
Bryan Drewery
|
d65efaeadb
* When auto adding hostname, do not consider -telnet! hostnames as conflicting.
|
16 лет назад |
Bryan Drewery
|
f288bd2502
* Add note about localhub linking
|
16 лет назад |
Bryan Drewery
|
089e28ab59
* Rename sun to sock_un as solaris seems to have 'sun' as a reserved constant
|
16 лет назад |
Bryan Drewery
|
c466ccf556
* Don't consider hub linked until a userfile has been downloaded.
|
16 лет назад |
Bryan Drewery
|
0434830e97
* When restructuring for update, be sure to unlink the actual uplink, not the first bot.
|
16 лет назад |
Bryan Drewery
|
4c276b97af
* socklen should be socklen_t
|
16 лет назад |
Bryan Drewery
|
17d47f06da
* Only delay links to unix domain sockets - children bots
|
16 лет назад |
Bryan Drewery
|
3ac164cdc8
* Delay leaf linking to localhub until it has received a userfile
|
16 лет назад |
Bryan Drewery
|
55f1cb6886
* Fix regression in opening a listen port
|
16 лет назад |
Bryan Drewery
|
e3b75ae10b
* Increase child leaf bot reconnect time to 5 seconds - hubs/localhubs still go on a 30 second cycle
|
16 лет назад |
Bryan Drewery
|
4729cd467e
* Fix sun addrlen
|
16 лет назад |
Bryan Drewery
|
8d49bf6ac6
* Fix compiler warnings
|
16 лет назад |
Bryan Drewery
|
c2a6318275
* Fix possible crash in fatal()
|
16 лет назад |
Bryan Drewery
|
69e8c5e71c
* Sync localhub userlist changes back to hub after link
|
16 лет назад |
Bryan Drewery
|
cec129217e
* Lookup bots in userlist again before booting as invalid
|
16 лет назад |
Bryan Drewery
|
6188eb8f3a
* Localhub: Don't share out VAR_NOLDEF vars to child bots until linked to a hub
|
16 лет назад |
Bryan Drewery
|
196731eeed
* Linking log fix
|
16 лет назад |
Bryan Drewery
|
1748579766
* Localhub: Share new userfile with child bots once it has been (re)loaded from hub
|
16 лет назад |
Bryan Drewery
|
9aee0f3cbd
* Predecrement in server_secondly()
|
16 лет назад |
Bryan Drewery
|
ccaf7c9328
* Add child bots on link if wiped out from shared userlist
|
16 лет назад |
Bryan Drewery
|
05e3490a75
* Close and delete the unix domain socket if a localhub loses its localhub status
|
16 лет назад |
Bryan Drewery
|
65fa5edf45
* Make sure the unix domain socket isn't already open before opening a new one
|
16 лет назад |
Bryan Drewery
|
3f0d4d4d7c
* Link using unix domain socket at ${datadir}/.sock.${localhub nick}
|
16 лет назад |
Bryan Drewery
|
a95a69a2c8
* Fix adding child bots
|
16 лет назад |