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
Age
Commit message (
Expand
)
Author
2000-12-05
bot & proxy plugins fixed for GIOChannel changes
Timo Sirainen
2000-12-05
Split expandos from special-vars.c to expandos.c. Added list of signals
Timo Sirainen
2000-12-04
added signal_add_to_id()
Timo Sirainen
2000-12-04
Use GIOChannel instead of sockets directly. Helps porting to win32 :)
Timo Sirainen
2000-12-04
/CLEAR -all - clear all windows.
Timo Sirainen
2000-12-04
cmd_get_params() didn't work correctly if we didn't want any paramers
Timo Sirainen
2000-12-04
don't allow printing iso8859-1 nonprintable highascii chars.
Timo Sirainen
2000-12-04
/SET scroll_page_count - how many lines to scroll with pgup/pgdn. either
Timo Sirainen
2000-12-04
/^command should stop also "print starting" and "print format" signals.
Timo Sirainen
2000-12-04
removed useless if condition
Timo Sirainen
2000-12-04
use format_get_text_theme_charargs() instead of ..._args() in
Timo Sirainen
2000-12-04
In queries the queried nick was always added to completion list even if
Timo Sirainen
2000-12-04
own dcc messages weren't displayed in right window.
Timo Sirainen
2000-12-03
nl_langinfo() was a bad idea, don't use it.
Timo Sirainen
2000-12-03
printtext_multiline(): use the specified level, not MSGLEVEL_NEVER always.
Timo Sirainen
2000-12-03
Don't crash if first line in window is just a newline
Timo Sirainen
2000-12-03
print the firsttimer info to irssi's window instead of stdout.
Timo Sirainen
2000-12-03
complain about old default.themes
Timo Sirainen
2000-12-03
signal "netsplit add" -> "netsplit new"
Timo Sirainen
2000-12-03
Don't redraw screen when trying to scroll up at the start of scrollback
Timo Sirainen
2000-12-03
command() doesn't need cmdchar at start of command anymore.
Timo Sirainen
2000-12-03
/RECONNECT without any parameters and when not connected to any server
Timo Sirainen
2000-12-03
Reply to clients which send IRSSILAG notices to themselves.
Timo Sirainen
2000-12-03
Removed targets from printformat()s so all those extra dcc messages
Timo Sirainen
2000-12-03
fixes
Timo Sirainen
2000-12-03
Theme updates
Timo Sirainen
2000-12-03
Remove trailing spaces from all modes
Timo Sirainen
2000-12-03
/SET show_nickmode_empty - when mode is empty, should we display " " or ""
Timo Sirainen
2000-12-03
/SET emphasis - convert _underlined_ and *bold* words (and phrases) to use
Timo Sirainen
2000-12-02
Theme saving fixes
Timo Sirainen
2000-12-02
Print timestamps correctly with /SB REDRAW
Timo Sirainen
2000-12-02
/SET autocreate_windows - should we create new windows for new window
Timo Sirainen
2000-12-02
Moved activity to last item in statusbar
Timo Sirainen
2000-12-02
/SB REDRAW fixes, multiline formats should work now correctly.
Timo Sirainen
2000-12-02
window_[add|remove]_item -> window_item_[add|remove]
Timo Sirainen
2000-12-02
typofix
Timo Sirainen
2000-12-02
nl_langinfo() didn't work like i thought - fixed :)
Timo Sirainen
2000-12-02
"window item remove" signal: destroy the channel/query record _last_
Timo Sirainen
2000-12-02
..and removed the rest of the alloca()s too
Timo Sirainen
2000-12-02
don't use alloca()
Timo Sirainen
2000-12-02
/WINDOW ITEM GOTO <name> - sets <name> window item active in current window
Timo Sirainen
2000-12-02
Forgot to commit for the nl_langinfo()
Timo Sirainen
2000-12-02
Nick completion now completes nicks from all channels in active window,
Timo Sirainen
2000-12-02
small "fix"
Timo Sirainen
2000-12-02
Use langinfo.h's nl_langinfo(YESEXPR) instead of 'Y'.
Timo Sirainen
2000-12-02
Changed init order of fe_channels vs. window_items, now irssi won't print
Timo Sirainen
2000-12-02
internal default.theme is used if it isn't found anywhere
Timo Sirainen
2000-12-02
config_close() didn't work correctly when config was parsed from string
Timo Sirainen
2000-12-01
ARGH! %s format bug!
Timo Sirainen
2000-12-01
Remove trailing spaces from mode changes
Timo Sirainen
[next]