summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2013-12-25Merge pull request #842 from ManiacTwister/setup-fixTingPing
Fixed setup window title offsets
2013-12-25Merge branch 'pr/823'TingPing
2013-12-25Merge pull request #846 from grimreaper/patch-1TingPing
Fix autogen.sh shebang line
2013-12-25Add Techman's World IRC networkPoorDog
Closes #813
2013-12-25Fix autogen.sh shebang linegrimreaper
/bin/bash does not exist on many systems. In addition this script appears to be POSIX compatible so just use the appropriate shebang line.
2013-12-23Merge pull request #864 from RichardHitt/snadgeTingPing
Ignore realname if it's a null string
2013-12-23Only return channel sessions from find_channel()TingPing
Closes #865
2013-12-22Ignore realname if it's a null stringRichardHitt
2013-11-28Fix NAMES command syntaxTingPing
2013-11-27Merge pull request #848 from orium/print-priority-847TingPing
Print{,_attr} and server{,_attr} hooks priority fix
2013-11-28Print{,_attr} and server{,_attr} hooks were incorrectly handled when bothDiogo Sousa
version existed (regular and attrs). Specifically, the priority was not respected, and both versions were run even when EAT_PLUGIN was returned. Fixes #847.
2013-11-23Fix autogen.sh shebang linegrimreaper
/bin/bash does not exist on many systems. In addition this script appears to be POSIX compatible so just use the appropriate shebang line.
2013-11-23update help message for /namesTingPing
2013-11-22Fix more warningsTingPing
2013-11-22Fix warningsTingPing
2013-11-19Merge pull request #845 from somasonic/masterTingPing
Added Interlinked to servlist.c
2013-11-19Add InterlinkedAndrew
2013-11-18Fixed setup window title offsetsManiacTwister
2013-11-17Fix crash with negative timestamp in banlistTingPing
Closes #841
2013-11-16win32: Improvements to portable-mode in installerTingPing
2013-11-15win32: Download spelling dictionaries from installerTingPing
2013-11-14Fixes #836. Move to line boundary in _scroll{down,up}_timeout() not _scroll().RichardHitt
2013-11-12Fixes #837. Rewrite gtk_xtext_scroll{down,up}_timeout().RichardHitt
2013-11-11Fixes #836. In gtk_xtext_scroll() always force line integral line boundary.RichardHitt
2013-11-10win32: Download deps during installationTingPing
2013-11-03installer: Use correct path to iscc.exe depending on the platform.Arnavion
2013-11-03fe-gtk: Quote path to glib-compile-resources.exeArnavion
2013-11-03Use correct path to TextTransform.exe depending on the platform.Arnavion
2013-11-02Fix invalid timestamps crashing on WindowsTingPing
2013-11-01Update help message for kick/kickbanTingPing
2013-11-01Don't auto unmark away when getting znc playbackTingPing
2013-10-29Round 4 of gtk accessor functions: setup.cTingPing
2013-10-28win32: Install pixbuf engineTingPing
2013-10-27Properly set away and fullscreen menu itemsTingPing
2013-10-27Fix random_line() cutting off textTingPing
fgets() wont include the newline
2013-10-27Use a full path to configdir when using portable modeTingPing
This avoids the issue of plugins changing paths on us
2013-10-26Only update userlistgui when necessaryTingPing
2013-10-26xtext: Get proper text width with attributesTingPing
2013-10-25Sensitize banlist buttons if half-opTingPing
For #647
2013-10-24Update readme.mdTingPing
2013-10-23Match nick last when checking urlJahan Addison
Closes #796
2013-10-22fix another warningTingPing
2013-10-22fix warningTingPing
2013-10-22Open channel list window on /listFarow
2013-10-22url_check_line () now recognizes all urlsDiogo Sousa
previously it only recognized url with "://" after the scheme. Urls without a scheme are purposely not recognized by this function. Fixes #701 Closes #815
2013-10-22make_re() now doesn't free the argument.Diogo Sousa
This is good practice and also helped simplifying re_*() functions.
2013-10-22fix some warningsTingPing
2013-10-22Port editlist to GtkTreeViewTingPing
2013-10-20Fix SASL on some networksTingPing
2013-10-20sysinfo: Fix showing debian version on ubuntuTingPing