Bryan Drewery
|
a8c8d21fdb
* Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d
|
há 21 anos atrás |
Bryan Drewery
|
b150c05717
* Auth system rewritten into a class
|
há 21 anos atrás |
Bryan Drewery
|
b34f97945d
* Work on auth system to bind dcc commands to auth system without rewriting them
|
há 21 anos atrás |
Bryan Drewery
|
f060e61929
* Added channel flag +|-botbitch, when set only bots will be allowed to be opped, users be auto-deopped.
|
há 21 anos atrás |
Bryan Drewery
|
bc91a7e206
* Added rcsid[] to all files
|
há 21 anos atrás |
Bryan Drewery
|
a9d27f32fb
* Removed defines from ctcp/irc/server/channels
|
há 21 anos atrás |
Bryan Drewery
|
09d6f654a6
* Added type field to cmd_t to specify 0/HUB/LEAF (both/1/2)
|
há 21 anos atrás |
Bryan Drewery
|
aa6f46923a
* cmd_deluser change: only allow a |m user to remove users whom they have added.
|
há 21 anos atrás |
Bryan Drewery
|
7a5c32eb81
* Removed strncpyz and am now using OpenBSD's strlcpy()
|
há 21 anos atrás |
Bryan Drewery
|
4c15df5b1a
* DISABLED: invite hijack detection and cmd_iop
|
há 21 anos atrás |
Bryan Drewery
|
8cf258172e
* Added bot int into cache_t
|
há 21 anos atrás |
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)
|
há 21 anos atrás |
Bryan Drewery
|
3d470e3c50
|
há 21 anos atrás |
Bryan Drewery
|
a89d4b523e
* Fixed cmd_channel showing a user as an op in a +private chan where they might have not access.
|
há 21 anos atrás |
Bryan Drewery
|
dc75f1e092
* Using custom calloc/realloc functions now to check for failed allocations
|
há 21 anos atrás |
Bryan Drewery
|
8eaa6e7707
* dprintf() now longer uses a static char buffer, don't know why it was
|
há 21 anos atrás |
Bryan Drewery
|
574a889992
|
há 21 anos atrás |
Bryan Drewery
|
b7d02204df
|
há 21 anos atrás |
Bryan Drewery
|
96581b8660
* 'strict-host' is now '1'; ident is now parsed CORRECTLY, *!ident@host will no longer match *!~ident@host.
|
há 21 anos atrás |
Bryan Drewery
|
61b74bacad
|
há 21 anos atrás |
Bryan Drewery
|
5fecc94dd5
* Huge commit that introduces countless bugs I'm sure.
|
há 21 anos atrás |
Bryan Drewery
|
264ea303d8
* Changed private() to privchan() and channel_private() to channel_privchan() for c++ compatability
|
há 22 anos atrás |
Bryan Drewery
|
3164cd2ac8
* Casted memory allocations, c++ requires it
|
há 22 anos atrás |
Bryan Drewery
|
902bbffb9c
* cmd_mop was not ignoring users without a pass set correctly
|
há 22 anos atrás |
Bryan Drewery
|
7b00c81a02
* Removed struct userrec * from "cmd" bind table
|
há 22 anos atrás |
Bryan Drewery
|
edffa072e6
* Made a MAXPASSLEN
|
há 22 anos atrás |
Bryan Drewery
|
25ec79db4c
* Dont cmd_mop users without passes
|
há 22 anos atrás |
Bryan Drewery
|
fa19eefabb
* Inlined and optimized some of the flag checking functions
|
há 22 anos atrás |
Bryan Drewery
|
b0cb8d4551
* Removed define UTCTIME
|
há 22 anos atrás |
Bryan Drewery
|
610bf09a6b
* Removed AUTHCMDS define
|
há 22 anos atrás |