Bryan Drewery ff6cb85048 * Fixed cmd_bots showing all bots instead of just the ones up 22 лет назад
..
compat 220e5a2e99 * Misc compile *warnings* 22 лет назад
crypto 4d86714aa2 * inline -> __inline__ 22 лет назад
mod 7924509293 * HUBS now write_userfile() in share_chattr 22 лет назад
Makefile.in 98334382b0 * Misc 22 лет назад
auth.c 3bff35ad3c * Lame authkey ! 22 лет назад
auth.h 3bff35ad3c * Lame authkey ! 22 лет назад
base64.c c865444578 * Added base64[.c|.h] 22 лет назад
base64.h c865444578 * Added base64[.c|.h] 22 лет назад
bg.c eb0194c937 * Now using daemon() 22 лет назад
bg.h eb0194c937 * Now using daemon() 22 лет назад
binary.c 9c6eb6bc11 * Code improvements 22 лет назад
binary.h c3af85da93 * Removed the garblestrings dependancy on checksum checking 22 лет назад
bits.h 09e7b8988e * Waste of space to declare these 64-bit 22 лет назад
botcmd.c 5298dccd7f * Fixed USERENTRY_OS not being set correctly. 22 лет назад
botcmd.h 6efaf5ee5a * Removed that remote_boots bs 22 лет назад
botmsg.c 220e5a2e99 * Misc compile *warnings* 22 лет назад
botmsg.h 77363f3e6c * Using 'inline' now no longer using '__inline__' 22 лет назад
botnet.c ff6cb85048 * Fixed cmd_bots showing all bots instead of just the ones up 22 лет назад
botnet.h 33556e2d15 * Combined cmd_downbots/cmd_bots through tell_bots(idx, up) 22 лет назад
cfg.c 3bff35ad3c * Lame authkey ! 22 лет назад
cfg.h ee4995dd87 * Cleaned up cfg structs, all functions now static, (describe) is hub-only 22 лет назад
chan.h 3c66076cfb * Fixed some char * that should have been const 22 лет назад
chanprog.c 482e15f7d5 * Filled all fr.bot with 0 22 лет назад
chanprog.h 727f105ea5 * Fixed spamming irc_log for QUIT/NICK 22 лет назад
cmds.c 49e74be550 * 1.1.9 22 лет назад
cmds.h f4e39673e5 * Now, cmds without a help[] entry will be hidden in cmd_help 22 лет назад
color.h eb690f3f7c * Modify startup messages 22 лет назад
common.h 26a562d7d3 * CYGWIN updates 22 лет назад
conf.c 26a562d7d3 * CYGWIN updates 22 лет назад
conf.h eba1744ca6 * Ptrace blocker watcher/child 22 лет назад
core_binds.c cce5bba326 * Log invalid cmds 22 лет назад
core_binds.h 7996dff984 * Removed all the unused bindings 22 лет назад
crypt.c 7d675731fe * the _binary functions return unsigned data 22 лет назад
crypt.h 78d8c05fa5 * Made some large buffers quite smaller 22 лет назад
dcc.c 97dd285dff * Misc bugs 22 лет назад
dcc.h b963e31558 * Added cmd_swhois. 22 лет назад
dccutil.c ea0a7a0136 * Misc socket cleanups for server/identd 22 лет назад
dccutil.h 77363f3e6c * Using 'inline' now no longer using '__inline__' 22 лет назад
debug.c 97dd285dff * Misc bugs 22 лет назад
debug.h ba04fdeef5 * Un-needed stuff 22 лет назад
dns.c 1bea7dd37b * Changed all port declaration to port_t (unsigned short) 22 лет назад
dns.h 5b78b7856e * Fixed some struct padding 22 лет назад
egg_timer.c 2e58c63a11 * Now using calloc() everywhere 22 лет назад
egg_timer.h fa4f5153e6 22 лет назад
eggdrop.h 050527412f * High order bit randomness woot 22 лет назад
flags.c 482e15f7d5 * Filled all fr.bot with 0 22 лет назад
flags.h 5e242c2a4e * No longer using USER_BOT 22 лет назад
garble.c e3ca36c440 * Compile fixes 22 лет назад
garble.h e3ca36c440 * Compile fixes 22 лет назад
lang.h 052985e13a * Unused files 22 лет назад
log.c e7e2c2d8bf * Disabled irc_log for release 22 лет назад
log.h bb0ad44665 * irc_log(struct chanset_t *, char *, ...) 22 лет назад
main.c 49e74be550 * 1.1.9 22 лет назад
main.h 388f964460 * Removed HOOKS 22 лет назад
makehelp.c 6f7fbc1435 * Cleaned up several compiler errors (-W) 22 лет назад
makesettings.c 052985e13a * Unused files 22 лет назад
match.c 9c6eb6bc11 * Code improvements 22 лет назад
match.h 9c6eb6bc11 * Code improvements 22 лет назад
misc.c 482e15f7d5 * Filled all fr.bot with 0 22 лет назад
misc.h 77363f3e6c * Using 'inline' now no longer using '__inline__' 22 лет назад
misc_file.c 53cf103f93 * fixmod() was simply returning bad results 22 лет назад
misc_file.h f58a2cdf7f * Added binary.[c|h] 22 лет назад
net.c 882a00a187 * A missing freeaddrinfo() maybe? 22 лет назад
net.h 7ec721ecce * Socket debugging ! 22 лет назад
rfc1459.c 4f9a5b49d5 * Added 005 parsing 22 лет назад
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 лет назад
settings.h 2b3124b4ba * Removed server.mod from the 'modules' 22 лет назад
shell.c 7ec721ecce * Socket debugging ! 22 лет назад
shell.h ea081cabc6 * check_trace() no longer uses asm(), now just sends a SIGTRAP to getpid() 22 лет назад
sorthelp.c 97b922f5ad * Huge commit, went through every source file (exlcluding compat) 22 лет назад
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 лет назад
stringfix.c b0aa1c1afe * Added cmd_bupdate 22 лет назад
tandem.h 0a04e92dd0 * Removed cmd_botinfo 22 лет назад
tclhash.c 7380bfa4ac 22 лет назад
tclhash.h 8a3a46ef8a * More bit conversions 22 лет назад
thread.c 98334382b0 * Misc 22 лет назад
thread.h 98334382b0 * Misc 22 лет назад
traffic.h cf98bc47be * Made itraffic_* otraffic_* into a single struct. 22 лет назад
types.h 11677cee1a * Removed 'dcc sanity checking' 22 лет назад
userent.c 3c513cfa34 * Made def_gotshare putlog into DEBUG 22 лет назад
userent.h f3776a3410 * Finished removing all the modules. 22 лет назад
userrec.c 4337575cf6 * Dont save the +b to userfile 22 лет назад
userrec.h 5e242c2a4e * No longer using USER_BOT 22 лет назад
users.c 651a95b117 * More misc fixes in transfer/share 22 лет назад
users.h c974ef341b * Added cmd_matchbot 22 лет назад
utc-time.c 43a889a45f * time_t is signed, not unsigned. Fixed. 22 лет назад