Bryan Drewery
|
45be5181b5
* Added channel name to bad cookie/manop commenting (#97)
|
21 years ago |
Bryan Drewery
|
d2e2592d5e
* Removed bots notifying net to join channel when it becomes opped (useless/floods net) (#63)
|
21 years ago |
Bryan Drewery
|
3032ac0b2c
* +eI lists were being checked way too often and at the wrong times; now only checking when NEEDED.
|
21 years ago |
Bryan Drewery
|
0817a78fe8
* Fixed a possible loop of -v+v with +voice/+v
|
21 years ago |
Bryan Drewery
|
cee16873ff
* Fixed bots kicking with +bitch responses when a +d user is opped.
|
21 years ago |
kathleen
|
2ca9b7d102
* Replacement and removal of defines from old eggdrop language system...
|
21 years ago |
Bryan Drewery
|
f49b96758f
* bots now only kick for -ooo (mdop) if 'mdop' is set with chanset.
|
21 years ago |
Bryan Drewery
|
4a9ed5d6dd
* Fixed unsetting a global ban when the same ban is local to a chan causes the bots to unban it. (#24)
|
21 years ago |
Bryan Drewery
|
5cba122631
* Converted a bunch of egg_snprintf() to simple_snprintf()
|
21 years ago |
Bryan Drewery
|
a8c8d21fdb
* Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d
|
21 years ago |
Bryan Drewery
|
f970a6c622
|
21 years ago |
Bryan Drewery
|
2413307367
* Added cidr support for checking if a ban should be REMOVED when set (protected users/bots)
|
21 years ago |
Bryan Drewery
|
f060e61929
* Added channel flag +|-botbitch, when set only bots will be allowed to be opped, users be auto-deopped.
|
21 years ago |
Bryan Drewery
|
bc91a7e206
* Added rcsid[] to all files
|
21 years ago |
Bryan Drewery
|
8682bcd48c
* Fixed a few calloc() calls that weren't using my_calloc()
|
21 years ago |
Bryan Drewery
|
a9d27f32fb
* Removed defines from ctcp/irc/server/channels
|
21 years ago |
Bryan Drewery
|
71a27a3c7b
* Removed channel flag '+|-nomop' as it was redundant with chanint 'mop'
|
21 years ago |
Bryan Drewery
|
f9f963d2d5
* Removed channel flag '+|-manop' as it was redundant with chanint 'manop'
|
21 years ago |
Bryan Drewery
|
18c80cecad
* Missing mode msgs for manop
|
21 years ago |
Bryan Drewery
|
3dc80dfc59
* The mode queue being flushed could cause excess flood, reverted back to eggdrop code for flushing the mode queue.
|
21 years ago |
Bryan Drewery
|
bd243e0f80
* Fixed auto_op delay still sending +o before timer expires
|
21 years ago |
Bryan Drewery
|
5ecb228d95
* Fixed cookie/manop protections to kick all opped nicks.
|
21 years ago |
Bryan Drewery
|
d08a62f16b
* Added primitive CIDR ban support (enforcebans/kickban/getop).
|
21 years ago |
Bryan Drewery
|
6e78b1f1f2
* Added a (temporarily) static auto-op delay of 6 seconds.
|
21 years ago |
Bryan Drewery
|
7a5c32eb81
* Removed strncpyz and am now using OpenBSD's strlcpy()
|
21 years ago |
Bryan Drewery
|
dc75f1e092
* Using custom calloc/realloc functions now to check for failed allocations
|
21 years ago |
Bryan Drewery
|
bf945eab70
* bans matching *linked* bots are now removed no matter what
|
21 years ago |
Bryan Drewery
|
e62757adce
* Now using bot handle for cookies, not nick (solves problems with bots changing nick before opping)
|
21 years ago |
Bryan Drewery
|
8eaa6e7707
* dprintf() now longer uses a static char buffer, don't know why it was
|
21 years ago |
Bryan Drewery
|
af75103b8f
|
21 years ago |