summaryrefslogtreecommitdiff
path: root/src/commands.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-07Version 1.24 + static binary updates + get rid of copyright year1.24Yorhel1-1/+1
2023-01-22Fix empty function prototypesYorhel1-3/+3
2022-05-30Version + year bump1.23Yorhel1-1/+1
2019-04-06Don't autorefresh while the file list is already being refreshed or hashedDaniel Kamil Kozar1-1/+1
2019-03-26Version bump + year bump + Changelog update for 1.211.21Yorhel1-1/+1
2016-12-30Version & date bump + Changelog update for 1.201.20Yorhel1-1/+1
2014-05-11Add support for bracketed paste mode + confirm-to-send multiline stringsYorhel1-0/+7
2014-04-23Various fixes and improvements found by LLVM's scan-buildYorhel1-8/+4
2014-02-11Copyright year bumpYorhel1-1/+1
2013-07-07commands.c: Fix embarrassing typo that broke schemaless /connectYorhel1-1/+1
2013-05-27Update yuri + make use of new query parsing APIYorhel1-11/+10
2013-05-27Replace yuri_validate_ipv[46]() with simple inet_pton() wrappersYorhel1-1/+1
2013-03-15Serialize granted users in database + use nick for matchingYorhel1-47/+36
2013-02-26commands.c: Allow spaces before a commandYorhel1-4/+7
2013-02-17listen.c: Fix formatting of ip:port stringsYorhel1-1/+1
2013-02-16listen.c: Add IPv6 supportYorhel1-1/+1
2013-02-04Copyright year bumpYorhel1-1/+1
2013-01-24commands.c: Fix URI reformatting if the host is an IPv6 addressYorhel1-1/+3
2013-01-24commands.c: Use yuri to parse hub addressesYorhel1-30/+30
2013-01-24Move all system #includes into ncdc.hYorhel1-4/+0
2012-08-10Improved support for group chatYorhel1-2/+2
2012-08-02commands.c: Honor G_FILENAME_ENCODING in path argument to /shareYorhel1-2/+6
2012-08-02commands.c: Fix segfault when calling /refresh on a fileYorhel1-0/+2
2012-08-02Let path_suggest() honor G_FILENAME_ENCODING + path_expand()/free() fixYorhel1-2/+1
2012-07-17Moved string utility functions from util.c to strutil.cYorhel1-1/+1
2012-07-10commands.c: Don't allow searching for empty string (/search '')Yorhel1-0/+2
2012-07-10commands.c: Better fix for the /search-without-query bugYorhel1-9/+3
2012-07-10commands.c: Fix crash on /search without queryYorhel1-0/+5
2012-06-17commands.c: Fix path prefix match on /shareYorhel1-2/+6
2012-05-22Removed two pointless checksYorhel1-1/+1
2012-05-22commands.c: Add space after autocompleting a commandYorhel1-2/+2
2012-05-22Add /delhub command to remove hub info from the config fileYorhel1-0/+24
2012-05-20commands.c: List all known hubs on /open without argumentsYorhel1-0/+20
2012-05-20Split the hub tab into a separate file (uit_hub.c)Yorhel1-1/+1
2012-05-20Split the message tab into a separate file (uit_msg.c)Yorhel1-10/+8
2012-05-19Split the user list tab into a separate file (uit_userlist.c)Yorhel1-2/+2
2012-05-17Split the search tab into a separate file (uit_search.c)Yorhel1-1/+1
2012-05-17Split the file list tab into a separate file (uit_fl.c)Yorhel1-1/+1
2012-05-17Split the download queue tab into a separate file (uit_dl.c)Yorhel1-6/+2
2012-05-17Split the connections tab into a separate file (uit_conn.c)Yorhel1-6/+2
2012-05-17Split the main tab into a separate file (uit_main.c)Yorhel1-1/+1
2012-05-17Use interface struct for ui tabs + static pointers instead of UIT_*Yorhel1-44/+33
2012-05-16Keep global hash table of opened hubsYorhel1-6/+7
2012-05-15struct net -> net_t and make it an opaque typeYorhel1-2/+2
2012-05-13Programming style: typedef all structs with name_t and use thoseYorhel1-62/+62
2012-05-13Use makeheaders to generate a specific header for each .c fileYorhel1-0/+2
2012-05-12Keep list of active searches in search.c + Made search.c more generalYorhel1-1/+8
2012-05-11commands.c: Fix /disconnect to cancel automatic reconnectYorhel1-1/+1
2012-04-28commands.c: Fix state check in /disconnectYorhel1-2/+2
2012-04-26net.c: Added peekbytes() + state fetch; cc.c: Use new net abstractionYorhel1-2/+2