Bryan Drewery
|
95d4ef54e4
* Several cmds were not saving userfile: -/+chrec|ban|exempt|invite, [un]stick, chinfo (#68)
|
21 år sedan |
Bryan Drewery
|
5cba122631
* Converted a bunch of egg_snprintf() to simple_snprintf()
|
21 år sedan |
Bryan Drewery
|
a8c8d21fdb
* Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d
|
21 år sedan |
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 år sedan |
Bryan Drewery
|
0224cb1e5d
* Fixed bot flooding with 'JOIN #chan', when it's already sent it
|
21 år sedan |
Bryan Drewery
|
9f2dcd0120
* +take stuff
|
21 år sedan |
Bryan Drewery
|
b34f97945d
* Work on auth system to bind dcc commands to auth system without rewriting them
|
21 år sedan |
Bryan Drewery
|
5b321bed20
* Combined mask functions: cmd_bans/exempts/invites into one function: tell_masks()
|
21 år sedan |
Bryan Drewery
|
a7ea0156b8
* Removed some FIXME comments
|
21 år sedan |
Bryan Drewery
|
2d57d076dd
* Display channel name from console if one is not used with cmd_chanset
|
21 år sedan |
Bryan Drewery
|
f060e61929
* Added channel flag +|-botbitch, when set only bots will be allowed to be opped, users be auto-deopped.
|
21 år sedan |
Bryan Drewery
|
bc91a7e206
* Added rcsid[] to all files
|
21 år sedan |
Bryan Drewery
|
a9d27f32fb
* Removed defines from ctcp/irc/server/channels
|
21 år sedan |
Bryan Drewery
|
71a27a3c7b
* Removed channel flag '+|-nomop' as it was redundant with chanint 'mop'
|
21 år sedan |
Bryan Drewery
|
f9f963d2d5
* Removed channel flag '+|-manop' as it was redundant with chanint 'manop'
|
21 år sedan |
Bryan Drewery
|
09d6f654a6
* Added type field to cmd_t to specify 0/HUB/LEAF (both/1/2)
|
21 år sedan |
Bryan Drewery
|
7c86a1f984
* Removed cookie-time-slack from chanset
|
21 år sedan |
Bryan Drewery
|
a2fde485dd
* Changed the few strncat()s to OpenBSD's strlcat()
|
21 år sedan |
Bryan Drewery
|
7a5c32eb81
* Removed strncpyz and am now using OpenBSD's strlcpy()
|
21 år sedan |
Bryan Drewery
|
df79d72a21
* Moved host/ip buffers in conf_bot to conf_bot.conf_net
|
21 år sedan |
Bryan Drewery
|
d8e45a0102
* Fixed a typo in cmd_slowjoin with bad channel options
|
21 år sedan |
Bryan Drewery
|
ccb2750d36
* All dcc loops need to check for dcc[].type, as the table will now have gaps...
|
21 år sedan |
Bryan Drewery
|
f1faf738b8
* New channels are now closed-private 1 by default
|
21 år sedan |
Bryan Drewery
|
c1a7e00d9e
* cmd_chanset wasn't either (checking +private)
|
22 år sedan |
Bryan Drewery
|
74b096b553
* cmd_chaninfo didn't check if user had access to specified channel
|
22 år sedan |
Bryan Drewery
|
5fecc94dd5
* Huge commit that introduces countless bugs I'm sure.
|
22 år sedan |
Bryan Drewery
|
8f3c03507d
* More fixes
|
22 år sedan |
Bryan Drewery
|
264ea303d8
* Changed private() to privchan() and channel_private() to channel_privchan() for c++ compatability
|
22 år sedan |
Bryan Drewery
|
89cb12725d
* C++ fixes
|
22 år sedan |
Bryan Drewery
|
7b00c81a02
* Removed struct userrec * from "cmd" bind table
|
22 år sedan |