bitchx/include
Kevin Easton e347375cb3 Very minor simplification/cleanup of is_channel() 2019-07-08 17:34:08 +10:00
..
PMbitchx.h Initial import of the ircii-pana-1.1-final source tree. 2008-02-25 09:25:32 +00:00
alias.h Standardise header include guards 2017-05-10 23:30:11 +10:00
alist.h Replace use of _inline and __inline with inline 2017-11-27 23:02:35 +11:00
array.h Standardise header include guards 2017-05-10 23:30:11 +10:00
bsdglob.h Standardise header include guards 2017-05-10 23:30:11 +10:00
cdcc.h Standardise header include guards 2017-05-10 23:30:11 +10:00
cdns.h Standardise header include guards 2017-05-10 23:30:11 +10:00
cdrom.h Standardise header include guards 2017-05-10 23:30:11 +10:00
chelp.h Standardise header include guards 2017-05-10 23:30:11 +10:00
color.h Add /FSET SEND_ENCRYPTED_PUBLIC format 2017-06-28 00:03:09 +10:00
commands.h Remove unused function irc_clear_screen 2018-12-10 23:25:17 +11:00
config.h Add BITCHXRC_NAME to config.h 2017-12-01 23:33:13 +11:00
cset.h Add /FSET SEND_ENCRYPTED_PUBLIC format 2017-06-28 00:03:09 +10:00
ctcp.h Change sed_encrypt_msg() so it doesn't modify the passed message in-place 2017-06-29 00:10:24 +10:00
dcc.h Fix various problems with adding and removing module DCC bindings 2018-02-20 23:27:32 +11:00
debug.h Standardise header include guards 2017-05-10 23:30:11 +10:00
defs.h.in Remove configure check for bcopy(), no longer required 2018-11-11 01:22:31 +11:00
dlfcn.h Initial import of the ircii-pana-1.1-final source tree. 2008-02-25 09:25:32 +00:00
encrypt.h Rename crypt_msg() / decrypt_msg() to sed_encrypt_msg() / sed_decrypt_msg() and move to ctcp.c 2017-06-28 22:26:08 +10:00
exec.h Standardise header include guards 2017-05-10 23:30:11 +10:00
files.h Initial import of the ircii-pana-1.1-final source tree. 2008-02-25 09:25:32 +00:00
flood.h Standardise header include guards 2017-05-10 23:30:11 +10:00
funny.h Move reinstate_user_modes() and update_user_mode() from funny.c to server.c and parse.c 2017-12-06 22:13:34 +11:00
gtkbitchx.h Standardise header include guards 2017-05-10 23:30:11 +10:00
gui.h Standardise header include guards 2017-05-10 23:30:11 +10:00
hash.h Remove unnecessary struct.h include from hash.h 2017-05-04 23:14:00 +10:00
hash2.h Add const to nick pointer passed to find_nicklist_in_channellist() 2017-05-29 15:54:57 +10:00
hebrew.h Initial import of the ircii-pana-1.1-final source tree. 2008-02-25 09:25:32 +00:00
help.h Standardise header include guards 2017-05-10 23:30:11 +10:00
history.h Standardise header include guards 2017-05-10 23:30:11 +10:00
hold.h Standardise header include guards 2017-05-10 23:30:11 +10:00
hook.h Standardise header include guards 2017-05-10 23:30:11 +10:00
if.h Standardise header include guards 2017-05-10 23:30:11 +10:00
ignore.h Standardise header include guards 2017-05-10 23:30:11 +10:00
input.h Rename clear_screen() to input_clear_screen() 2018-12-10 23:29:45 +11:00
irc.h Very minor simplification/cleanup of is_channel() 2019-07-08 17:34:08 +10:00
irc_std.h Remove configure check for bcopy(), no longer required 2018-11-11 01:22:31 +11:00
ircaux.h Simplify calling of rsindex() and strsearch() 2017-11-23 17:22:38 +11:00
ircterm.h Use current screen size rather than original terminal size in term_clear_screen() 2018-05-05 13:34:13 +10:00
keys.h Standardise header include guards 2017-05-10 23:30:11 +10:00
lastlog.h Standardise header include guards 2017-05-10 23:30:11 +10:00
list.h Standardise header include guards 2017-05-10 23:30:11 +10:00
log.h Standardise header include guards 2017-05-10 23:30:11 +10:00
mail.h Standardise header include guards 2017-05-10 23:30:11 +10:00
misc.h Standardise header include guards 2017-05-10 23:30:11 +10:00
module.h Introduce a struct dcc_ops to contain all functions pointers for a custom DCC type 2018-02-08 22:39:49 +11:00
modval.h Very minor simplification/cleanup of is_channel() 2019-07-08 17:34:08 +10:00
names.h Standardise header include guards 2017-05-10 23:30:11 +10:00
newio.h Standardise header include guards 2017-05-10 23:30:11 +10:00
notice.h Standardise header include guards 2017-05-10 23:30:11 +10:00
notify.h Use server argument instead of from_server in rebuild_notify_ison() 2017-11-30 17:27:05 +11:00
numbers.h Standardise header include guards 2017-05-10 23:30:11 +10:00
options.h Rename include/bitchx to include/options.h. This fixes building on 2012-06-02 14:53:37 +00:00
output.h Remove unused argument from log_put_it(), move declaration to output.h 2017-07-15 00:16:18 +10:00
parse.h Bump MAXPARA (maximum protocol message arguments) to 20 as per EPIC5 2019-06-26 17:26:02 +10:00
queue.h Standardise header include guards 2017-05-10 23:30:11 +10:00
screen.h Consistently use SIGNAL_HANDLER() macro to define signal handler functions 2017-08-22 22:48:06 +10:00
server.h Make finalize_server_connect() static 2019-01-16 23:26:39 +11:00
ssl.h Switch to using NULL server.ssl_fd to mark new SSL connection instead of NULL server.ctx 2017-12-03 02:16:39 +11:00
stack.h Standardise header include guards 2017-05-10 23:30:11 +10:00
status.h Standardise header include guards 2017-05-10 23:30:11 +10:00
struct.h Rename Window.columns to Window.saved_columns 2018-12-10 23:46:24 +11:00
tcl_bx.h Switch from direct tcl_interp->result access to Tcl_GetStringResult() and Tcl_AppendResult() 2017-07-01 00:47:20 +10:00
timer.h Remove unused kill_timer() and get_delete_timer() functions 2017-09-20 15:31:41 +10:00
translat.h Standardise header include guards 2017-05-10 23:30:11 +10:00
userlist.h Standardise header include guards 2017-05-10 23:30:11 +10:00
vars.h Split out set_var_value_dll() from set_var_value() 2017-11-03 01:14:30 +11:00
who.h Standardise header include guards 2017-05-10 23:30:11 +10:00
whowas.h Standardise header include guards 2017-05-10 23:30:11 +10:00
winbitchx.h Initial import of the ircii-pana-1.1-final source tree. 2008-02-25 09:25:32 +00:00
window.h Add window_columns() function to determine number of columns used for splitting window output 2018-05-10 17:02:16 +10:00