summaryrefslogtreecommitdiff
path: root/src/fe-common/core
AgeCommit message (Expand)Author
2014-06-15Replace deprecated g_tree_traverse with g_tree_foreach.David Hill
2014-06-15Merge pull request #5 from dajohi/masterAlexander Færøy
2014-06-11fix segfault with xmpp query in layoutAilin Nemui
2014-06-10Don't assume the size of time_t.David Hill
2014-06-10Replace deprecated g_str[n]casecmp with g_ascii_str[n]cmp.David Hill
2014-01-11Add -ssl_pass to /connect and /serverAlexander Færøy
2013-12-13Check setuid() and getuid() for errorsAlexander Færøy
2012-06-24Fix grammar of no_completions format, patch by Matt Lewandowsky.Emanuele Giaquinta
2011-10-30Replace remaining usage of deprecated g_strdown(). Follow-up to r5138.Jase Thew
2010-10-31Set window binds for channel items as sticky when re-creating window Jase Thew
2010-10-02Strip the argument for boolean options. Patch by Svante Kvarnström. Fixes: #769Alexander Færøy
2010-07-13Bug #748: Fix /ignore -network. Patch by pyropeterWouter Coekaerts
2010-05-20When sending a signal to an /exec'd command, send it to the process Jase Thew
2010-05-19Update help for /exec - clarify use of % prefix for id in command syntax.Jase Thew
2010-04-03deprecated glib strup/down fixes from exg.Alexander Færøy
2010-04-03glib iochannel fixes from exg.Alexander Færøy
2010-03-25Minor documentation tweak. Thanks to suom1 and mofo.Alexander Færøy
2010-03-21Allow servers with the same server and port to be part of multiple networks. ...Alexander Færøy
2009-09-02Add active_window_ignore_refnum optionJilles Tjoelker
2009-08-13autolog: change some characters illegal in Windows filenames to underscoresJilles Tjoelker
2009-07-22Move the autolog_ignore_targets logic a bit around; fixes #673.Alexander Færøy
2009-04-17Ensure type matches format string in /uptime.Jilles Tjoelker
2009-02-28Remove unused variable.Emanuele Giaquinta
2009-02-27Move to a single /join function, avoiding confusion on "/join -window".Jilles Tjoelker
2009-02-21Reject invalid level specifications in /set.Jilles Tjoelker
2009-02-21Use i_isspace to make this clearer.Jilles Tjoelker
2009-02-21Make an invalid boolean /set a CLIENTERROR instead of CLIENTCRAP.Jilles Tjoelker
2009-02-21Reject obviously invalid numbers in /set.Jilles Tjoelker
2009-02-13emit "window item moved" instead of "window item remove" and "window item new...Wouter Coekaerts
2009-02-10Prefer g_path_get_dirname() over g_dirname().Alexander Færøy
2009-02-09Add /set autolog_ignore_targets.Alexander Færøy
2009-02-09Don't tokenizee target since it wont contain more than one entry anyway.Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2009-02-08Code Cleanup:Alexander Færøy
2009-02-07Add strarray_find_dest(). Useful for checking whether a server_tag/target or ...Alexander Færøy
2009-01-18Emit 'print starting' with the correct argument in printtext_string{,window}.Emanuele Giaquinta
2009-01-13Remove broken and unused format to add an indent function to a line.Emanuele Giaquinta
2009-01-10Use window_get_theme.Emanuele Giaquinta
2009-01-10Factor out printformat_module_dest_charargs function fromEmanuele Giaquinta
2008-12-30recvlen must be signed.Emanuele Giaquinta
2008-12-30Use net_receive in sig_exec_input_reader.Emanuele Giaquinta
2008-12-09Remove internal utf8 functions in favour of glib ones.Emanuele Giaquinta
2008-12-07Simplify, isalnum && !isdigit == isalpha.Emanuele Giaquinta
2008-12-02Fix r1569, assign a proper mask to PRINT_FLAG_UNSET_LINE_START.Emanuele Giaquinta
2008-11-29Fix r4920 change.Emanuele Giaquinta
2008-11-28Allow storing multiple "other" prefixes such as +q and +a.Jilles Tjoelker
2008-11-24Do not strip the comma in a mirc color if it is not followed by a digit, bugEmanuele Giaquinta
2008-11-15Handle bold/blink attributes like other attributes rather than mapping them toEmanuele Giaquinta
2008-11-10Remove get_utf8_char/utf16_char_to_utf8 in favour of glibEmanuele Giaquinta
2008-11-10recode.h include fixup.Emanuele Giaquinta