index
:
irssi
fix/startup_doc
hax/doc_format_fix
master
The client of the future
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
modules-load.c
Age
Commit message (
Expand
)
Author
2015-12-10
module check irssi version
ailin-nemui
2015-04-07
Change all strcmp() to g_strcmp0() to handle nulls gracefully
dequis
2014-07-12
Avoid using uninitalized values.
David Hill
2014-06-15
Silence a compiler warning.
David Hill
2007-06-14
fix off by one error when extracting e.g. fe from fe_silc
Jochen Eisinger
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2003-11-16
Fixed some gcc aliasing warnings
Timo Sirainen
2002-09-30
irssi stuck to infinite loop if it wasn't compiled with gmodule.
Timo Sirainen
2002-03-14
Don't crash if there's no prefixes (botti doesn't) when loading module.
Timo Sirainen
2001-10-31
Crashfix when module didn't contain deinit() function.
Timo Sirainen
2001-10-24
Added a bit better error reporting.
Timo Sirainen
2001-10-21
deinit() function is now checked and saved when loading module. Unloading
Timo Sirainen
2001-10-15
fixed a small memleak when unloading module
Timo Sirainen
2001-09-11
/LOAD fixes for modules with no core part, and /LOAD ~/...
Timo Sirainen
2001-09-08
Loading modules that didn't have "core" part didn't work (eg. irc_proxy).
Timo Sirainen
2001-08-17
Module loading fixes.
Timo Sirainen
2001-08-14
Module loading updates - /LOAD shows now also the statically loaded modules.
Timo Sirainen