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
/
fe-common
/
core
Age
Commit message (
Expand
)
Author
2001-01-04
Added keyboard_entry_redirect() function to keyboard.[ch] which sends
Timo Sirainen
2001-01-04
fixed minor memory leak
Timo Sirainen
2001-01-04
/WINDOW NUMBER: fixed small memory leak
Timo Sirainen
2001-01-01
/SET windows_auto_renumber - should window refnums be packed when some
Timo Sirainen
2001-01-01
/WINDOW NUMBER: -sticky option added. Closing windows before a sticky
Timo Sirainen
2001-01-01
int:1 -> unsigned int:1
Timo Sirainen
2001-01-01
Some query changes. They should now work properly with /SAVEWINDOWS
Timo Sirainen
2001-01-01
MODULE_DATA(item) -> window_item_window(item) - forgot to change these
Timo Sirainen
2001-01-01
added "message own_public" and "message own_private" events that are
Timo Sirainen
2001-01-01
window_item_create(): when there's multiple choices where the window
Timo Sirainen
2001-01-01
Added/moved several "typedef struct _XXX XXX;" to common.h so that
Timo Sirainen
2001-01-01
don't do emphasis on nicks in channel (<nick1> _nick2_: hello won't underline)
Timo Sirainen
2000-12-30
removed FIXME text :)
Timo Sirainen
2000-12-30
pidwait: send status as second agument.
Timo Sirainen
2000-12-29
If msg comes from unknown channel (like when you just closed some
Timo Sirainen
2000-12-28
emphasis moved to fe-messages. added a few checks so that non-words
Timo Sirainen
2000-12-19
security fixes from 0.7.97.2
Timo Sirainen
2000-12-19
/SERVER REMOVE: port parameter should be optional
Timo Sirainen
2000-12-19
don't display ignored quit messages..
Timo Sirainen
2000-12-18
Autologging: '/' -> '_' - don't even accidentally try to log to
Timo Sirainen
2000-12-18
quit messages shouldn't crash :)
Timo Sirainen
2000-12-17
/SET prompt, /SET prompt_window - Specifies the text in prompt.
Timo Sirainen
2000-12-17
Settings are now stored in module-specific blocks. Irssi complains
Timo Sirainen
2000-12-17
Some minor query fixes. Nick changes are also detected by checking if
Timo Sirainen
2000-12-17
Improved nick_match_msg() - it shouldn't give wrong matches as easily
Timo Sirainen
2000-12-17
Print quit messages from nick in query windows also
Timo Sirainen
2000-12-17
Theme saving to home dir didn't work correctly if globaldir already had
Timo Sirainen
2000-12-16
Error message was missing from theme_save_failed
Timo Sirainen
2000-12-10
fixed $topic uninit
Timo Sirainen
2000-12-09
-querychans option for servers and ircnets which specifies how many
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-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
Theme updates
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
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
/WINDOW ITEM GOTO <name> - sets <name> window item active in current window
Timo Sirainen
2000-12-02
Nick completion now completes nicks from all channels in active window,
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
[next]