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
/
irc
Age
Commit message (
Expand
)
Author
2014-07-06
Replace a `goto out' with explicit freeing
Sebastian Thorarensen
2014-07-06
Introduce a MAX_USERHOST_LEN constant for IRC
Sebastian Thorarensen
2014-07-06
Move the definition of the `split_line' settings
Sebastian Thorarensen
2014-07-06
Split long IRC `ACTION' messages
Sebastian Thorarensen
2014-07-06
Fix the `userhostlen' fallback in `split_message'
Sebastian Thorarensen
2014-07-06
Avoid unnecessary splitting of lines
Sebastian Thorarensen
2014-07-06
Add configurable split line prefixes and suffixes
Sebastian Thorarensen
2014-07-06
Properly split long IRC messages
Sebastian Thorarensen
2014-06-29
Merge pull request #62 from dgl/prefix-nick-flags
Alexander Færøy
2014-06-27
Use PREFIX from 005 to decide if a nick flag is of op level
David Leadbeater
2014-06-27
s/INCLUDES/AM_CPPFLAGS/g
Dave Reisner
2014-06-27
Merge pull request #44 from dajohi/g_basename
Alexander Færøy
2014-06-26
Add missing include
David Leadbeater
2014-06-26
Remove unused variables to silence compiler warnings
David Leadbeater
2014-06-22
Replace deprecated g_basename with g_path_get_basename.
David Hill
2014-06-21
Merge pull request #50 from dajohi/cmd_null_deref
Alexander Færøy
2014-06-20
Do not break strict-aliasing rules.
David Hill
2014-06-20
Avoid potential null dereferences.
David Hill
2014-06-16
Revert "add d,q,f and J to CHANMODES default, to work a bit better with dance...
David Leadbeater
2014-06-10
Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.
David Hill
2011-11-21
Fix warning.
Alexander Færøy
2011-05-15
Accept names replies with nick!user@host instead of nick
Jilles Tjoelker
2011-02-10
Ensure that expando_cumode_space() doesn't free unallocated memory when no
Jase Thew
2010-07-24
Add prefixes to irc_nicklist_insert() so that nickrec.prefixes is accurate in...
Wouter Coekaerts
2010-04-04
Remove warnings about uninitialized variables.
Alexander Færøy
2010-04-03
deprecated glib strup/down fixes from exg.
Alexander Færøy
2010-02-27
Use servertag from the active DCC chat when not connected anymore to the IRC ...
Wouter Coekaerts
2009-05-13
Accept 354 (WHOX reply) as a /who reply too (for redirection).
Jilles Tjoelker
2009-04-05
Remove leftover.
Emanuele Giaquinta
2009-03-15
Correct previous commit: fix away checking
Wouter Coekaerts
2009-03-10
Fix /NOTIFY list when nick is seen joining (bug #642)
Wouter Coekaerts
2009-03-10
Include hostmask in 001 event sent by proxy (bug #650)
Wouter Coekaerts
2009-03-01
Remove unused variables.
Jilles Tjoelker
2009-02-28
Ensure variable is initialized.
Jilles Tjoelker
2009-02-28
Add the command send/expire timeout only when needed.
Jilles Tjoelker
2009-02-28
Check for stale flood entries when lines come in, avoiding a 0.5 second timeout.
Jilles Tjoelker
2009-02-21
Make explicit how long the arrays for prefix_add and prefix_del are.
Jilles Tjoelker
2009-02-08
Code Cleanup:
Alexander Færøy
2009-02-08
Code Cleanup:
Alexander Færøy
2008-12-22
Check server's connected flag rather than net-sendbuffer pointers in
Emanuele Giaquinta
2008-12-13
Preserve op/halfop/voice when /upgrading from before the prefixes change
Jilles Tjoelker
2008-12-12
prefix_add(): copy correct number of bytes
Jilles Tjoelker
2008-12-02
Recode outgoing irc quit messages.
Emanuele Giaquinta
2008-12-01
Factor the code to send an irc action into a function.
Emanuele Giaquinta
2008-11-29
Revert r4924, the comment is correct after all.
Jilles Tjoelker
2008-11-29
Remove obsolete part of comment.
Emanuele Giaquinta
2008-11-28
Allow /ban, /unban, /kickban, /knockout if channel is not synced.
Jilles Tjoelker
2008-11-28
Remove obsolete/wrong part of comment (irc server cmdcount).
Jilles Tjoelker
2008-11-28
Allow storing multiple "other" prefixes such as +q and +a.
Jilles Tjoelker
2008-11-16
Do not check in irc cmd_away that the active item server is an irc
Emanuele Giaquinta
[next]