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
/
fe-channels.c
Age
Commit message (
Expand
)
Author
2017-11-11
Prevent a UAF error during the execution of some commands
LemonBoy
2017-02-14
Prevent some potential null-pointer deferences.
LemonBoy
2016-06-21
Merge pull request #498 from vague666/add_modify_functions
LemonBoy
2016-06-21
use TRUE/FALSE in if statements for gboolean
Jari Matilainen
2016-06-19
Fix minor nits
Jari Matilainen
2016-06-18
Add command_set_options for modify commands to allow completion
Jari Matilainen
2016-06-18
Let ADD still work as modify
Jari Matilainen
2016-06-18
Add /channel modify
Jari Matilainen
2016-05-13
Improve UTF-8 handling in display_sorted_nicks().
Xavier G
2016-05-13
Fix indentation of display_sorted_nicks().
Xavier G
2015-11-09
Strip the trailing whitespace from /join commands.
LemonBoy
2015-04-07
Change all strcmp() to g_strcmp0() to handle nulls gracefully
dequis
2014-09-11
source cleanup: remove trailing whitespaces
Michael Vetter
2009-02-27
Move to a single /join function, avoiding confusion on "/join -window".
Jilles Tjoelker
2009-02-08
Code Cleanup:
Alexander Færøy
2008-11-28
Allow storing multiple "other" prefixes such as +q and +a.
Jilles Tjoelker
2007-06-16
Revert r4549.
Emanuele Giaquinta
2007-06-10
Make -window option of /join and /query accept an optional numeric argument
Emanuele Giaquinta
2007-05-20
Farewell glib-1.
Emanuele Giaquinta
2007-05-08
Oops. Update address correctly now.
Wouter Coekaerts
2007-05-08
Update FSF address
Wouter Coekaerts
2006-08-20
compile with glib1 again
Wouter Coekaerts
2006-02-20
sort nicks with custom prefix by the order defined in isupport in /NAMES
Wouter Coekaerts
2004-10-16
Fixed /join -invite -window bug if there is no invite
Valentin Batz
2004-09-13
Make /JOIN -tag #channel and /JOIN #channel<space> switch to that channel (Bu...
Wouter Coekaerts
2004-07-11
s/ircnet/network/ - patch by Joost Vunderink
Timo Sirainen
2004-01-20
isupport patch by David Leadbeater
Timo Sirainen
2002-09-18
/CYCLE !channel works now properly too
Timo Sirainen
2002-09-18
!channels weren't rejoined to correct window after reconnect/cycle.
Timo Sirainen
2002-06-06
/NAMES list isn't displayed on join when channel is joined because of
Timo Sirainen
2002-06-06
use signal_add_last("channel joined") for printing /NAMES list
Timo Sirainen
2002-06-06
Added /SET show_names_on_join, /QUOTE NAMES #channel now prints the names
Timo Sirainen
2002-05-16
Better !channel support - window items now have "visual_name" and channels
Timo Sirainen
2002-04-09
/JOIN #existing_channel jumps to the window where it's joined.
Timo Sirainen
2002-03-31
Don't set channel->server = NULL when disconnecting, so scripts can still
Timo Sirainen
2002-03-15
/PART in SILC destroys the channel immediately, so we'll need to check
Timo Sirainen
2002-03-10
/CYCLE tried to do /PART twice.
Timo Sirainen
2002-03-10
/CYCLE reason didn't work
Timo Sirainen
2002-02-15
Some /NAMES fixes
Timo Sirainen
2002-02-13
added user counts parameters to /NAMES header (not used by default), header/f...
Timo Sirainen
2002-02-07
Don't crash in /NAMES list if /SET names_max_width was too small
Timo Sirainen
2001-12-20
Added WINDOW_REC declaration to common.h, removed unneeded #include "servers....
Timo Sirainen
2001-12-09
Better support for halfops, patch by yathen@web.de
Timo Sirainen
2001-11-20
Added /FORMAT names_prefix to print prefix at the beginning of each /NAMES
Timo Sirainen
2001-11-18
Added new formats for ops/halfops/voices in /NAMES list.
Timo Sirainen
2001-11-05
/CHANNEL xxx - don't crash if not connected to server.
Timo Sirainen
2001-11-02
Moved some stuff from irc to core. Added command_bind_proto() function to
Timo Sirainen
2001-07-26
added destroy() function to WI_ITEM_REC. This fixes a potential crash when
Timo Sirainen
2001-07-17
/NAMES -count now prints only the "total" line, not "users(#channel)" anymore
Timo Sirainen
2001-07-14
/NAMES -count: print only the Total xxx nicks line
Timo Sirainen
[next]