Bryan Drewery
|
0f0d37bbd8
* Added rate var 'flood-g' which will set +g for 60 seconds after this many msgs:sec has been detected. (#74)
|
před 21 roky |
Bryan Drewery
|
abcd86207d
* Added rate vars 'flood-msg' and 'flood-ctcp' to control how quickly a bot ignores on flood.
|
před 21 roky |
Bryan Drewery
|
c94eeddd8d
* Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'.
|
před 21 roky |
Bryan Drewery
|
b493d82dca
* Add the server to serverlist on soft_restart
|
před 21 roky |
Bryan Drewery
|
57828c22a3
* Fixed bot adding it's new hostmask on server but then losing it due to old userfile transfer from hubs. (#85)
|
před 21 roky |
Bryan Drewery
|
918ebca6c5
* Removed 'realname' code for servers
|
před 21 roky |
Bryan Drewery
|
4d761c665a
* Disabled auto-renaming server names internally on connect if they don't match our own list
|
před 21 roky |
Bryan Drewery
|
d2922d2768
* Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid
|
před 21 roky |
Bryan Drewery
|
be824cda65
* Fixed a bug where a bot would stop trying to connect to servers if using ipv6.
|
před 21 roky |
Bryan Drewery
|
d78e596727
* Rewrote most of cmd_cmdpass
|
před 21 roky |
Bryan Drewery
|
e8b8ba81bd
* Added log msg (+w) for when a msg is received when umode +g. (#44)
|
před 21 roky |
kathleen
|
2ca9b7d102
* Replacement and removal of defines from old eggdrop language system...
|
před 21 roky |
Bryan Drewery
|
4a5da22414
* Fixed msgs being logged when the msg has triggered an ignore for flooding. (#23)
|
před 21 roky |
Bryan Drewery
|
421c8e056b
* Added some debug code to find a rare bug in hostmask checking
|
před 21 roky |
Bryan Drewery
|
e3e3b73ae9
* Removed simple_sprintf's %D param and am calling int_to_base64() directly now
|
před 21 roky |
Bryan Drewery
|
5cba122631
* Converted a bunch of egg_snprintf() to simple_snprintf()
|
před 21 roky |
Bryan Drewery
|
a8c8d21fdb
* Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d
|
před 21 roky |
Bryan Drewery
|
7c5c0b4b95
* Cleaned up some of the firewall code
|
před 21 roky |
Bryan Drewery
|
786b35d07f
* Now checking new botuserhost at same time that we SET it (after the server connect WHOIS)
|
před 21 roky |
Bryan Drewery
|
4d5dda9283
* Previos patchset commit log:
|
před 21 roky |
Bryan Drewery
|
f970a6c622
|
před 21 roky |
Bryan Drewery
|
0224cb1e5d
* Fixed bot flooding with 'JOIN #chan', when it's already sent it
|
před 21 roky |
Bryan Drewery
|
acd6a2f9fd
* Fixed a bug with connecting to servers that did not send any data on connect.
|
před 21 roky |
Bryan Drewery
|
b150c05717
* Auth system rewritten into a class
|
před 21 roky |
Bryan Drewery
|
b61acee6cd
* Fixed bot not updating it's hostmask when reconnecting to server
|
před 21 roky |
Bryan Drewery
|
a7ea0156b8
* Removed some FIXME comments
|
před 21 roky |
Bryan Drewery
|
d228d87b91
* Now settings checked_hostmask to 0 when bot whoises itself, thus changing botuserhost
|
před 21 roky |
Bryan Drewery
|
bc91a7e206
* Added rcsid[] to all files
|
před 21 roky |
Bryan Drewery
|
cb2e9c7799
* Removed redundant define BADNICKCHARS
|
před 21 roky |
Bryan Drewery
|
a9d27f32fb
* Removed defines from ctcp/irc/server/channels
|
před 21 roky |