Bryan Drewery
|
d7289d29e2
* Fixed cmd_slowjoin (#129)
|
21 년 전 |
Bryan Drewery
|
6172ce6c37
* Fixed 'chanset *' not working.
|
21 년 전 |
Bryan Drewery
|
8182356e34
* Small cosmetic change for voice-non-ident in chaninfo
|
21 년 전 |
Bryan Drewery
|
dee7b97b1e
* Changed var 'voice-non-ident' to chanint:
|
21 년 전 |
Bryan Drewery
|
d99b37ae8a
* Fixed some drunken programming
|
21 년 전 |
Bryan Drewery
|
e3e00b2d41
* Rewrote cmd_stick to use less code, as all the ban/exempt/invite code was redundant.
|
21 년 전 |
Bryan Drewery
|
95d4ef54e4
* Several cmds were not saving userfile: -/+chrec|ban|exempt|invite, [un]stick, chinfo (#68)
|
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
|
1c2343ab29
* cmd_cycle now will only cycle the net if done on the hub. Doing it on a leaf cycles only that one bot.
|
21 년 전 |
Bryan Drewery
|
0224cb1e5d
* Fixed bot flooding with 'JOIN #chan', when it's already sent it
|
21 년 전 |
Bryan Drewery
|
9f2dcd0120
* +take stuff
|
21 년 전 |
Bryan Drewery
|
b34f97945d
* Work on auth system to bind dcc commands to auth system without rewriting them
|
21 년 전 |
Bryan Drewery
|
5b321bed20
* Combined mask functions: cmd_bans/exempts/invites into one function: tell_masks()
|
21 년 전 |
Bryan Drewery
|
a7ea0156b8
* Removed some FIXME comments
|
21 년 전 |
Bryan Drewery
|
2d57d076dd
* Display channel name from console if one is not used with cmd_chanset
|
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
|
71a27a3c7b
* Removed channel flag '+|-nomop' as it was redundant with chanint 'mop'
|
21 년 전 |
Bryan Drewery
|
f9f963d2d5
* Removed channel flag '+|-manop' as it was redundant with chanint 'manop'
|
21 년 전 |
Bryan Drewery
|
09d6f654a6
* Added type field to cmd_t to specify 0/HUB/LEAF (both/1/2)
|
21 년 전 |
Bryan Drewery
|
7c86a1f984
* Removed cookie-time-slack from chanset
|
21 년 전 |
Bryan Drewery
|
a2fde485dd
* Changed the few strncat()s to OpenBSD's strlcat()
|
21 년 전 |
Bryan Drewery
|
7a5c32eb81
* Removed strncpyz and am now using OpenBSD's strlcpy()
|
21 년 전 |
Bryan Drewery
|
df79d72a21
* Moved host/ip buffers in conf_bot to conf_bot.conf_net
|
21 년 전 |
Bryan Drewery
|
d8e45a0102
* Fixed a typo in cmd_slowjoin with bad channel options
|
21 년 전 |
Bryan Drewery
|
ccb2750d36
* All dcc loops need to check for dcc[].type, as the table will now have gaps...
|
21 년 전 |
Bryan Drewery
|
f1faf738b8
* New channels are now closed-private 1 by default
|
21 년 전 |
Bryan Drewery
|
c1a7e00d9e
* cmd_chanset wasn't either (checking +private)
|
22 년 전 |