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 жил өмнө |
Bryan Drewery
|
8288e99b83
* Added cmd_iop which will invite the specified nick to a chan and then auto-op them upon joining (does a userhost)
|
21 жил өмнө |
Bryan Drewery
|
5e17105505
* Bail out of check_chan_flood earlier if checking ourself
|
21 жил өмнө |
Bryan Drewery
|
9196c95634
* Fixed up some redundant code in WHO parsing
|
21 жил өмнө |
Bryan Drewery
|
dc75f1e092
* Using custom calloc/realloc functions now to check for failed allocations
|
21 жил өмнө |
Bryan Drewery
|
ec0a82c9ea
* Fixed closed-invite not being checked correctly
|
21 жил өмнө |
Bryan Drewery
|
68eb6349d1
|
21 жил өмнө |
Bryan Drewery
|
9f7dfa262d
* Few tweaks to do_take
|
21 жил өмнө |
Bryan Drewery
|
8eaa6e7707
* dprintf() now longer uses a static char buffer, don't know why it was
|
21 жил өмнө |