Bryan Drewery
|
428466cf90
* Use the buildts and git commit in versioning / upgrading
|
17 年之前 |
Bryan Drewery
|
acfd85bbb4
* Port [3921] to 1.2.16 from trunk
|
17 年之前 |
Bryan Drewery
|
5ce42e86f1
* Cleanup more bounds checking via: strlcat, strlcpy, snprintf
|
18 年之前 |
Bryan Drewery
|
288300b569
* port [3868] to 1.2.16 from trunk
|
18 年之前 |
Bryan Drewery
|
5f31be8e61
* Cleanup old lang.h defines
|
18 年之前 |
Bryan Drewery
|
5cb351444f
* Cleanup licenses
|
18 年之前 |
Bryan Drewery
|
4e48776486
* Port [2532] to 1.2.16 from trunk
|
18 年之前 |
Bryan Drewery
|
c236bd2d6f
* Add cmd_botlink for injecting into the botlink stream for testing.
|
18 年之前 |
Bryan Drewery
|
fdcf453bc6
* Update system now uses revisions instead of build timestamp
|
18 年之前 |
Bryan Drewery
|
d9ce55f647
* Port [3426] to 1.2.14
|
19 年之前 |
Bryan Drewery
|
a2c46830ce
* Port [3315] to 1.2.14
|
19 年之前 |
Bryan Drewery
|
7fd69e5820
* Port [3188] to 1.2.14
|
19 年之前 |
Bryan Drewery
|
a724eedbd4
* Port [3172] to 1.2.13
|
19 年之前 |
Bryan Drewery
|
cd71e6c010
* More case fixes
|
21 年之前 |
Bryan Drewery
|
d9e5f9409f
* Fixed [bot]* cmds depending on case of botnicks.
|
21 年之前 |
Bryan Drewery
|
c94eeddd8d
* Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'.
|
21 年之前 |
Bryan Drewery
|
bca87b05ae
* Fixed *many* buffer overflows in the botnet code. (#94)
|
21 年之前 |
Bryan Drewery
|
d2922d2768
* Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid
|
21 年之前 |
kathleen
|
2ca9b7d102
* Replacement and removal of defines from old eggdrop language system...
|
21 年之前 |
Bryan Drewery
|
e2e8642237
* Didn't fix that logging correctly
|
21 年之前 |
Bryan Drewery
|
9f0a72eff3
* Rewrote how logs are shared over botnet, now uses much less bw and resources. (#30)
|
21 年之前 |
Bryan Drewery
|
7f674f059c
* Reversed the %D removal as it int_to_base64() uses a static buffer()
|
21 年之前 |
Bryan Drewery
|
e3e3b73ae9
* Removed simple_sprintf's %D param and am calling int_to_base64() directly now
|
21 年之前 |
Bryan Drewery
|
5cba122631
* Converted a bunch of egg_snprintf() to simple_snprintf()
|
21 年之前 |
Bryan Drewery
|
a8c8d21fdb
* Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d
|
21 年之前 |
Bryan Drewery
|
bc91a7e206
* Added rcsid[] to all files
|
21 年之前 |
Bryan Drewery
|
f6b3d97611
* Forgot some checking for dcc[].type
|
21 年之前 |
Bryan Drewery
|
dc75f1e092
* Using custom calloc/realloc functions now to check for failed allocations
|
21 年之前 |
Bryan Drewery
|
ccb2750d36
* All dcc loops need to check for dcc[].type, as the table will now have gaps...
|
21 年之前 |
Bryan Drewery
|
7abb9533ea
* Fixed a bug with part of the 'remotecmd' system
|
21 年之前 |