Bryan Drewery
|
abcd86207d
* Added rate vars 'flood-msg' and 'flood-ctcp' to control how quickly a bot ignores on flood.
|
21 年之前 |
Bryan Drewery
|
c94eeddd8d
* Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'.
|
21 年之前 |
Bryan Drewery
|
3032ac0b2c
* +eI lists were being checked way too often and at the wrong times; now only checking when NEEDED.
|
21 年之前 |
Bryan Drewery
|
d2922d2768
* Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid
|
21 年之前 |
Bryan Drewery
|
0817a78fe8
* Fixed a possible loop of -v+v with +voice/+v
|
21 年之前 |
Bryan Drewery
|
45a0fa4732
|
21 年之前 |
Bryan Drewery
|
612840210a
* Unset CHAN_JOINING if the bot can't join! (#57)
|
21 年之前 |
Bryan Drewery
|
217fdacd24
* Only auto-op a user if they have a password set. (#52)
|
21 年之前 |
kathleen
|
2ca9b7d102
* Replacement and removal of defines from old eggdrop language system...
|
21 年之前 |
Bryan Drewery
|
228acfca05
* Fixed cmd_stick/cmd_unstick not making leaf bots set/unset the masks in channels. (#41)
|
21 年之前 |
Bryan Drewery
|
998184f283
* Combined kick reasons for +k and .kickban
|
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
|
c8511123ee
* Optimized WHO parsing more to alieviate some cpu usage in large chans
|
21 年之前 |
Bryan Drewery
|
f970a6c622
|
21 年之前 |
Bryan Drewery
|
07e00c92f1
* More cidr support (some exempts/ban checking)
|
21 年之前 |
Bryan Drewery
|
0224cb1e5d
* Fixed bot flooding with 'JOIN #chan', when it's already sent it
|
21 年之前 |
Bryan Drewery
|
b150c05717
* Auth system rewritten into a class
|
21 年之前 |
Bryan Drewery
|
b54a87c133
|
21 年之前 |
Bryan Drewery
|
a5344d5ffb
* Fixed bot sending +Ie modes before recieving list after opping.
|
21 年之前 |
Bryan Drewery
|
4e026bc6db
* Replaced CHAN_ASKED_INVITED with CHAN_ASKED_INVITES (typo)
|
21 年之前 |
Bryan Drewery
|
f060e61929
* Added channel flag +|-botbitch, when set only bots will be allowed to be opped, users be auto-deopped.
|
21 年之前 |
Bryan Drewery
|
bc91a7e206
* Added rcsid[] to all files
|
21 年之前 |
Bryan Drewery
|
a9d27f32fb
* Removed defines from ctcp/irc/server/channels
|
21 年之前 |
Bryan Drewery
|
09d6f654a6
* Added type field to cmd_t to specify 0/HUB/LEAF (both/1/2)
|
21 年之前 |
Bryan Drewery
|
d08a62f16b
* Added primitive CIDR ban support (enforcebans/kickban/getop).
|
21 年之前 |
Bryan Drewery
|
7a5c32eb81
* Removed strncpyz and am now using OpenBSD's strlcpy()
|
21 年之前 |
Bryan Drewery
|
ca85d99db9
* Unused variable for now in got352or4
|
21 年之前 |
Bryan Drewery
|
4c15df5b1a
* DISABLED: invite hijack detection and cmd_iop
|
21 年之前 |
Bryan Drewery
|
214da3491c
* Fixed chanset limit not being set every 2 minutes.
|
21 年之前 |