1
0
mirror of https://github.com/irssi/irssi.git synced 2024-11-03 04:27:19 -05:00
irssi/src/core
Timo Sirainen 67cc9af1bd Channel mode handling changed - there's no more mode_xxx fields in
channel structure, but instead just one mode string field. Also
handling half-ops (+h) should work right.


git-svn-id: http://svn.irssi.org/repos/irssi/trunk@617 dbcabf3a-b0e7-0310-adc4-f8d773084564
2000-08-20 07:17:13 +00:00
..
.cvsignore updates 2000-04-26 09:43:45 +00:00
args.c Cleaned up code. 2000-07-16 20:18:05 +00:00
args.h ..adding new files.. 2000-04-26 08:03:38 +00:00
commands.c /LAST - didn't work right. 2000-08-16 00:48:29 +00:00
commands.h /LAST - didn't work right. 2000-08-16 00:48:29 +00:00
core.c Implemented network transmit buffer. If all data couldn't be sent 2000-07-16 19:00:41 +00:00
core.h ..adding new files.. 2000-04-26 08:03:38 +00:00
levels.c Cleaned up code. 2000-07-16 20:18:05 +00:00
levels.h Cleaned up code. 2000-07-16 20:18:05 +00:00
line-split.c Cleaned up code. 2000-07-16 20:18:05 +00:00
line-split.h ..adding new files.. 2000-04-26 08:03:38 +00:00
log.c /LOG: Removed the -rotate option, it was pretty useless since adding 2000-08-11 22:07:42 +00:00
log.h /LOG: Removed the -rotate option, it was pretty useless since adding 2000-08-11 22:07:42 +00:00
Makefile.am Cleaned up code. 2000-07-16 20:18:05 +00:00
memdebug.c Added g_dirname() so ig_free() won't complain when free()ing it. 2000-06-18 10:02:39 +00:00
memdebug.h Added g_dirname() so ig_free() won't complain when free()ing it. 2000-06-18 10:02:39 +00:00
misc.c Some changes handling g_input_add() - maybe this helps to problems 2000-08-15 00:22:08 +00:00
misc.h mkpath() - behaves like mkdir -p. Autologging now uses it to create 2000-08-12 15:50:50 +00:00
module.h ..adding new files.. 2000-04-26 08:03:38 +00:00
modules.c Cleaned up code. 2000-07-16 20:18:05 +00:00
modules.h Implemented runtime loadable modules. /LOAD loads a module, /UNLOAD 2000-07-02 22:04:00 +00:00
net-disconnect.c Cleaned up code. 2000-07-16 20:18:05 +00:00
net-disconnect.h ..adding new files.. 2000-04-26 08:03:38 +00:00
net-internal.h ..adding new files.. 2000-04-26 08:03:38 +00:00
net-nonblock.c Cleaned up code. 2000-07-16 20:18:05 +00:00
net-nonblock.h Added bot plugin, it also has almost-functional botnet. 2000-05-25 11:30:47 +00:00
net-sendbuffer.c net_sendbuffer_send(): use const void *data instead of void *data 2000-07-23 13:41:34 +00:00
net-sendbuffer.h net_sendbuffer_send(): use const void *data instead of void *data 2000-07-23 13:41:34 +00:00
network.c send() - ignore EPIPE return value and just return "0 bytes sent". The broken 2000-07-29 15:35:45 +00:00
network.h "Temporary error in nameserver" shouldn't remove server reconnections. 2000-07-02 11:56:38 +00:00
pidwait.c Cleaned up code. 2000-07-16 20:18:05 +00:00
pidwait.h ..adding new files.. 2000-04-26 08:03:38 +00:00
rawlog.c Cleaned up code. 2000-07-16 20:18:05 +00:00
rawlog.h Perl working again, better than ever (unless there's bugs :) 2000-04-28 08:07:42 +00:00
server-redirect.c Cleaned up code. 2000-07-16 20:18:05 +00:00
server-redirect.h ..adding new files.. 2000-04-26 08:03:38 +00:00
server.c Channel mode handling changed - there's no more mode_xxx fields in 2000-08-20 07:17:13 +00:00
server.h Moved some IRC specific server stuff to generic server stuff. 2000-07-30 17:30:54 +00:00
settings.c /SET settings_autosave - If set ON, settings are automatically saved 2000-07-23 12:29:50 +00:00
settings.h Moved /SAVE and /RELOAD to fe-common. Print "config saved" and 2000-07-22 22:05:29 +00:00
signals.c Cleaned up code. 2000-07-16 20:18:05 +00:00
signals.h Created signal_get_uniq_id() macro. Added some documentation about 2000-06-25 23:39:23 +00:00
special-vars.c uname() return value checking fixes. 2000-07-22 19:14:57 +00:00
special-vars.h ..adding new files.. 2000-04-26 08:03:38 +00:00