Bryan Drewery
|
c94eeddd8d
* Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'.
|
há 21 anos atrás |
Bryan Drewery
|
d2922d2768
* Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid
|
há 21 anos atrás |
Bryan Drewery
|
756c56ffe4
* Tempdir is now chosen from a list as follows: (hub) ./tmp/ (leaf) ~/.ssh/..., /tmp/, ./
|
há 21 anos atrás |
kathleen
|
2ca9b7d102
* Replacement and removal of defines from old eggdrop language system...
|
há 21 anos atrás |
Bryan Drewery
|
15d4102716
|
há 21 anos atrás |
Bryan Drewery
|
5cba122631
* Converted a bunch of egg_snprintf() to simple_snprintf()
|
há 21 anos atrás |
Bryan Drewery
|
a8c8d21fdb
* Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d
|
há 21 anos atrás |
Bryan Drewery
|
7c5c0b4b95
* Cleaned up some of the firewall code
|
há 21 anos atrás |
Bryan Drewery
|
b150c05717
* Auth system rewritten into a class
|
há 21 anos atrás |
Bryan Drewery
|
bc91a7e206
* Added rcsid[] to all files
|
há 21 anos atrás |
Bryan Drewery
|
378fd00bee
* Converted chanprog.c stuff to new hub/leaf
|
há 21 anos atrás |
Bryan Drewery
|
004c3a7121
* Initialize 'userfile' in chanprog() before reading it with $binpath/.u
|
há 21 anos atrás |
Bryan Drewery
|
ee3dd82b99
* Changed some if (localhub) to if (conf.bot->localhub)
|
há 21 anos atrás |
Bryan Drewery
|
3d60bc1209
* Misc cleanups in chanprog()
|
há 21 anos atrás |
Bryan Drewery
|
9a66475b95
|
há 21 anos atrás |
Bryan Drewery
|
cfcb75b18c
* Internal userlist bugfixes:
|
há 21 anos atrás |
Bryan Drewery
|
919cc86701
* strncat() was cutting off 1 char short, had to account for this in new strlcat() calls
|
há 21 anos atrás |
Bryan Drewery
|
a2fde485dd
* Changed the few strncat()s to OpenBSD's strlcat()
|
há 21 anos atrás |
Bryan Drewery
|
7a5c32eb81
* Removed strncpyz and am now using OpenBSD's strlcpy()
|
há 21 anos atrás |
Bryan Drewery
|
df79d72a21
* Moved host/ip buffers in conf_bot to conf_bot.conf_net
|
há 21 anos atrás |
Bryan Drewery
|
dc75f1e092
* Using custom calloc/realloc functions now to check for failed allocations
|
há 21 anos atrás |
Bryan Drewery
|
5fecc94dd5
* Huge commit that introduces countless bugs I'm sure.
|
há 22 anos atrás |
Bryan Drewery
|
03d098da24
* C++ compile warning fixes (Still compat with C)
|
há 22 anos atrás |
Bryan Drewery
|
3164cd2ac8
* Casted memory allocations, c++ requires it
|
há 22 anos atrás |
Bryan Drewery
|
b24581cdf5
* More work on new settings data
|
há 22 anos atrás |
Bryan Drewery
|
c64081f197
* Tack on the .exe to binname and updatebin() paths
|
há 22 anos atrás |
Bryan Drewery
|
c710c17a5b
* Use -telnet!user@host for pack.cfg/internal_users
|
há 22 anos atrás |
Bryan Drewery
|
482e15f7d5
* Filled all fr.bot with 0
|
há 22 anos atrás |
Bryan Drewery
|
5e242c2a4e
* No longer using USER_BOT
|
há 22 anos atrás |
Bryan Drewery
|
bd78905da3
* Fix for smaechans()
|
há 22 anos atrás |