Age | Commit message (Collapse) | Author |
|
There's no need to use the latter.
|
|
We forgot to free the link and the data, oops.
|
|
This is the last piece of the puzzle.
|
|
The parsing logic isn't too elegant because of the optional parameter
used for signaling if a response has a continuation one.
|
|
Glib doesn't like that and shows a harmless warning.
|
|
This is also needed for CAP NEW and CAP DEL.
|
|
This is a prerequisite for the IRC v3.2 compliance.
|
|
Include multiplexer name in TERM recommendation
|
|
fix /exec -o for blank lines
|
|
handle an already used nick different from the one we send
|
|
Add method to hide lines in a view
|
|
|
|
One of the most common and confusing issues we get in #irssi,
this should help identifying and mitigating it.
|
|
fix mixed decls
|
|
|
|
|
|
|
|
warning:
* may be buggy
This commit adds support for sideways splits into Irssi. To that regard,
there are a number of new commands available
the "R" commands:
/window new rsplit - make a new sideways split
/window rshow - show an existing window to the right
/window rgrow/rshrink/rsize/rbalance
- manipulate the size of your sideways split windows
the "D" commands:
/window dup/ddown/dleft/dright
- navigate the windows directionally, as an alternative to
/window up/down that you can bind to some key
/window move dleft/dright - the same for moving
Enjoy!
|
|
|
|
since it is not allowed to send nothing, instead of spamming the status window
with error, send " " instead
Fixes FS#902
|
|
move altnick check before the nick correction code
|
|
do not record topic change time when sender is blank
See merge request irssi/irssi!25
|
|
check if \\c is complete in eval
See merge request irssi/irssi!26
|
|
rewrite completion code and check for direct match of separator
See merge request irssi/irssi!27
|
|
|
|
|
|
|
|
|
|
Prevent a UAF error during the execution of some commands
See merge request irssi/irssi!24
|
|
|
|
|
|
Fix MODE parameter parsing
|
|
|
|
|
|
|
|
To maintain C89 compatibility
|
|
reset colour at comma, like mIRC
|
|
|
|
allow access to global command history when using a specifc history
|
|
remove now useless check for ,
|
|
Fixes #742 and #740
|
|
show initial nick and name on first start
|
|
Some arguments were free'd first and then printed, leading to gibberish
being output to screen or a crash.
Found by Joseph Bisch.
Closes: !GL17
|
|
|
|
The "HILIGHT_REC" structure used to keep a pointer to the "servertag"
string, owned by the "CONFIG_NODE", causing a double-free.
|
|
|
|
It is fairly safe to assume that sizeof(char) will always be 1 anyway
and replace the size calculation with a comment explaining the
calculation.
|
|
We compile this as C code, so the cast is unnecessary.
|
|
Initialize tagtarget on declaration
move code around for better flow, extra checks for uninitialized values
remove unnecessary item->type checks
don't strdup sign
add braces around if statements, use strcmp0 with single characters and remove g_str_has_prefix
refactoring
changed g_ascii_strcasecmp to g_strcmp0
Add networktag/ shorthand
fixed memory leaks
changed from #@= to ::channels, ::queries and ::dccqueries
check for empty string and continue; if found
fixed bug with empty string check
Clean up code
|
|
|