1
0
mirror of https://github.com/Tha14/toxic.git synced 2024-07-01 17:27:45 +02:00
toxic/src
irungentoo 7e0bc7768b Merge pull request #55 from aitjcize/fix-path-name
Fix trailing slashes which leads to segfault.
2013-11-28 05:43:07 -08:00
..
chat_commands.c a couple bug fixes 2013-11-27 01:54:22 -05:00
chat_commands.h remove redundant cmd func args, use global prompt instead 2013-11-19 15:32:35 -05:00
chat.c Add extra check to opened file opointer. 2013-11-28 03:31:10 +08:00
chat.h remove redundant cmd func args, use global prompt instead 2013-11-19 15:32:35 -05:00
CMakeLists.txt Move sources to an own subdirectory 2013-08-22 23:57:20 +03:00
configdir.c fixed "free(): invalid pointer" when XDG_CONFIG_HOME is set 2013-08-29 17:06:05 +02:00
configdir.h Move sources to an own subdirectory 2013-08-22 23:57:20 +03:00
execute.c remove redundant cmd func args, use global prompt instead 2013-11-19 15:32:35 -05:00
execute.h remove redundant cmd func args, use global prompt instead 2013-11-19 15:32:35 -05:00
friendlist.c a couple bug fixes 2013-11-27 01:54:22 -05:00
friendlist.h improve friendlis sorting function 2013-11-24 18:22:48 -05:00
global_commands.c add valid nick function 2013-11-28 02:53:43 -05:00
global_commands.h remove redundant cmd func args, use global prompt instead 2013-11-19 15:32:35 -05:00
groupchat.c fix potential segfault 2013-11-27 22:46:09 -05:00
groupchat.h rework peername list storing so no limit is needed 2013-11-26 20:45:08 -05:00
main.c Add groupchat side panel & add new callback 2013-11-23 21:19:59 -05:00
misc_tools.c add valid nick function 2013-11-28 02:53:43 -05:00
misc_tools.h add valid nick function 2013-11-28 02:53:43 -05:00
prompt.c Make sure friend message is null-terminated else generate garbate on screen. 2013-11-28 20:21:52 +08:00
prompt.h moved misc helper functions to separate file and removed redundant includes 2013-09-20 20:35:03 -04:00
toxic_windows.h add valid nick function 2013-11-28 02:53:43 -05:00
windows.c a small fixes 2013-11-26 17:39:11 -05:00