Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-25 | Merge pull request #842 from ManiacTwister/setup-fix | TingPing | |
Fixed setup window title offsets | |||
2013-12-25 | Merge branch 'pr/823' | TingPing | |
2013-12-25 | Merge pull request #846 from grimreaper/patch-1 | TingPing | |
Fix autogen.sh shebang line | |||
2013-12-25 | Add Techman's World IRC network | PoorDog | |
Closes #813 | |||
2013-12-25 | Fix autogen.sh shebang line | grimreaper | |
/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-23 | Merge pull request #864 from RichardHitt/snadge | TingPing | |
Ignore realname if it's a null string | |||
2013-12-23 | Only return channel sessions from find_channel() | TingPing | |
Closes #865 | |||
2013-12-22 | Ignore realname if it's a null string | RichardHitt | |
2013-11-28 | Fix NAMES command syntax | TingPing | |
2013-11-27 | Merge pull request #848 from orium/print-priority-847 | TingPing | |
Print{,_attr} and server{,_attr} hooks priority fix | |||
2013-11-28 | Print{,_attr} and server{,_attr} hooks were incorrectly handled when both | Diogo 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-23 | Fix autogen.sh shebang line | grimreaper | |
/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-23 | update help message for /names | TingPing | |
2013-11-22 | Fix more warnings | TingPing | |
2013-11-22 | Fix warnings | TingPing | |
2013-11-19 | Merge pull request #845 from somasonic/master | TingPing | |
Added Interlinked to servlist.c | |||
2013-11-19 | Add Interlinked | Andrew | |
2013-11-18 | Fixed setup window title offsets | ManiacTwister | |
2013-11-17 | Fix crash with negative timestamp in banlist | TingPing | |
Closes #841 | |||
2013-11-16 | win32: Improvements to portable-mode in installer | TingPing | |
2013-11-15 | win32: Download spelling dictionaries from installer | TingPing | |
2013-11-14 | Fixes #836. Move to line boundary in _scroll{down,up}_timeout() not _scroll(). | RichardHitt | |
2013-11-12 | Fixes #837. Rewrite gtk_xtext_scroll{down,up}_timeout(). | RichardHitt | |
2013-11-11 | Fixes #836. In gtk_xtext_scroll() always force line integral line boundary. | RichardHitt | |
2013-11-10 | win32: Download deps during installation | TingPing | |
2013-11-03 | installer: Use correct path to iscc.exe depending on the platform. | Arnavion | |
2013-11-03 | fe-gtk: Quote path to glib-compile-resources.exe | Arnavion | |
2013-11-03 | Use correct path to TextTransform.exe depending on the platform. | Arnavion | |
2013-11-02 | Fix invalid timestamps crashing on Windows | TingPing | |
2013-11-01 | Update help message for kick/kickban | TingPing | |
2013-11-01 | Don't auto unmark away when getting znc playback | TingPing | |
2013-10-29 | Round 4 of gtk accessor functions: setup.c | TingPing | |
2013-10-28 | win32: Install pixbuf engine | TingPing | |
2013-10-27 | Properly set away and fullscreen menu items | TingPing | |
2013-10-27 | Fix random_line() cutting off text | TingPing | |
fgets() wont include the newline | |||
2013-10-27 | Use a full path to configdir when using portable mode | TingPing | |
This avoids the issue of plugins changing paths on us | |||
2013-10-26 | Only update userlistgui when necessary | TingPing | |
2013-10-26 | xtext: Get proper text width with attributes | TingPing | |
2013-10-25 | Sensitize banlist buttons if half-op | TingPing | |
For #647 | |||
2013-10-24 | Update readme.md | TingPing | |
2013-10-23 | Match nick last when checking url | Jahan Addison | |
Closes #796 | |||
2013-10-22 | fix another warning | TingPing | |
2013-10-22 | fix warning | TingPing | |
2013-10-22 | Open channel list window on /list | Farow | |
2013-10-22 | url_check_line () now recognizes all urls | Diogo 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-22 | make_re() now doesn't free the argument. | Diogo Sousa | |
This is good practice and also helped simplifying re_*() functions. | |||
2013-10-22 | fix some warnings | TingPing | |
2013-10-22 | Port editlist to GtkTreeView | TingPing | |
2013-10-20 | Fix SASL on some networks | TingPing | |
2013-10-20 | sysinfo: Fix showing debian version on ubuntu | TingPing | |