Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-17 | Reverse the notify.conf linked list before writing | Masoud Naservand | |
hexchat populates the single linked list `notify_list` defined in `src/common/notify.c` from `notify.conf` file. Each new line read from the file is added to the list by `g_slist_prepend()` which adds it to the front of the list. But in `notify_save()` the list elements are read from the start to end of the list and written to the `notify.conf`. This means everytime hexchat is opened and closed, the contents of `notify.conf` get reversed. This commit creates a temporary glist in `notify_save()` and applies `g_slist_reverse()` on it and writes the contents of this reversed list to `notify.conf`. And solves issue #2680 | |||
2014-12-31 | Don't return 0 in place of NULL | TingPing | |
2014-12-28 | Fix building as c89 | TingPing | |
2014-12-28 | Use glib for all allocations | TingPing | |
- Removes need to check for malloc failure - Removes need for NULL checks on free - Adds checks for integer overflows - Removes some extra memset calls - Removes chance of mixing libc and glib malloc/free | |||
2014-09-27 | Fix parsing of MONITOR responses | TingPing | |
Fixes #1157 | |||
2014-06-08 | Fix sending notify list to correct networks | TingPing | |
Fixes #1015 | |||
2013-10-04 | Fix crash with long notify lists. | TingPing | |
2013-08-20 | Handle lists in MONITOR replies | TingPing | |
2013-06-28 | A few messages missing regarding server-time. | Diogo Sousa | |
2013-06-28 | server-time for all numerical messages. | Diogo Sousa | |
2013-04-03 | Add MONITOR support | TingPing | |
2012-12-23 | fix incorrect FSF address | Dan Mashal | |
2012-10-30 | Nah, even more rebranding | Berke Viktor | |
2012-10-24 | A lot more rebranding | Berke Viktor | |
2012-10-22 | Variable cleanup for the rest | Berke Viktor | |
2012-07-21 | Some aid for compiler warnings | Berke Viktor | |
2011-12-11 | initial patches for linux compatibility | Berke Viktor | |
2011-02-28 | add wdk changes to named branch | berkeviktor@aol.com | |
2011-02-24 | add xchat r1489 | berkeviktor@aol.com | |