summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2015-01-31Also verify encoding read from servlist.confArnavion
2015-01-31sysinfo: Strip spaces from the end of the OS name, if any, and ensure a ↵Arnavion
space between name and arch.
2015-01-30ssl: Remove unused server codeTingPing
2015-01-26Add default keybinding for shift+tab (Previous tab complete)TingPing
2015-01-20servlist: Clean up specifying ssl for networkTingPing
2015-01-20servlist: Various changesTingPing
- Remove IRCNode - Replace Techmans with Techtronix - Remove unecessary ports - Consistently use round-robin over specific servers - Don't use mixed-case hostnames Closes #1244
2015-01-19servlist: Add AthemeNet and remove its old networksTingPing
Closes #1272
2015-01-18Removed one leftover check for server->encoding against NULL.Arnavion
2015-01-18Fixed incorrect comment on server->encoding.Arnavion
2015-01-18Remove "System default" encoding. The default for new servers is UTF-8.Arnavion
2015-01-18Detect unknown server encodings and set to UTF-8.Arnavion
2015-01-18Server line text-encoding-related fixes.Arnavion
- Handle server lines that contain sequences which are invalid in the server encoding. Previously, these would cause the whole line to be interpreted in ISO-8859-1, but now they're simply replaced with an appropriate replacement character. - Removed prefs.utf8_locale. - Change default server encoding from system locale to UTF-8. - Always populate server->encoding with a non-null value - UTF-8. Fixes #1198
2015-01-18Add CP1252 as an available server encoding for Windows-1252 and ISO-8859-1 ↵Arnavion
networks.
2015-01-18Removed CP1255-specific handling of server lines.Arnavion
GLib's API is good enough now.
2015-01-18Removed legacy "IRC" encoding.Arnavion
2015-01-14Removed unimplemented, unused function.Arnavion
2015-01-14Fixed bad const-cast.Arnavion
2015-01-14Don't crash if the log file can't be opened.Arnavion
Found in #1269
2015-01-13Workaround crash when timestamp format is blankTingPing
Somebody else can fix the numerous assumptions elsewhere
2015-01-09Fix leakTingPing
From libressl-portable/openbsd@20de8a4923bbeb
2015-01-07Update alternative font listtomek
2015-01-07Also print the command that wasn't recognized.Arnavion
2015-01-07identd: Fix unknown command when service fails to startTingPing
2015-01-05sysinfo: Also show HDD information.Arnavion
2015-01-04sysinfo: Don't confuse build architecture with CPU architecture.Arnavion
2015-01-04sysinfo: Refactored out individual WMI parsing methods.Arnavion
2015-01-03Bring the sysinfo plugin to the 21st century.Arnavion
- Support multiple CPUs and graphics adapters in the WMI responses. - Query max CPU frequency from WMI instead of registry. - Support uptimes longer than 50 days. - Don't report using /ME in notice and server notice tabs. - Convert to C
2015-01-03Fix disabling identd serverTingPing
2014-12-31python: Use Py_RETURN_NONE macroTingPing
2014-12-31Remove last remnants of GtkClistsTingPing
These were removed a while ago
2014-12-31Don't return 0 in place of NULLTingPing
2014-12-31Fix some possible null-deref warningsTingPing
2014-12-31Show correct number of channels/dialogs when closing server tabTingPing
2014-12-31Don't select join #hexchat by default in join dialogTingPing
Have to go even one step further removed so users don't accidentally join
2014-12-31Fix some unused warningsTingPing
2014-12-31Python: Fix overflow and code-cleanupTingPing
2014-12-31Remove unnecessary use of void*TingPing
2014-12-31Move userlist sorting to frontendTingPing
This Fixes possible crashes when the two usertrees get out of sync and a double free occurs. Also now requires restart to change sort orders. Fixes #1252 Fixes #818 (probably)
2014-12-30Rewrite identdTingPing
- Use gio (which is cross platform) - Properly support multiple users - Allow configuring port - Allow other plugins overriding
2014-12-29Fix windows buildTingPing
Introduced 1b2bee37e
2014-12-28Remove option to use socks5 libraryTingPing
This was always disabled by default and is not required for the current socks support. I am not even sure this library is packaged by any distro?
2014-12-28Remove option to disable ipv6TingPing
It has been default for a while, is the only tested option, and will only get more common.
2014-12-28Remove MSProxy supportTingPing
It's not enabled anywhere, certainly not maintained
2014-12-28Fix overflowTingPing
2014-12-28Fix warningTingPing
2014-12-28Fix leak in make-teTingPing
This doesn't really matter but it shuts up AddressSanitizer
2014-12-28Fix building as c89TingPing
2014-12-28Use glib for allocations in all pluginsTingPing
Continuation of 83032b1aa
2014-12-28Use glib for all allocationsTingPing
- 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-12-28Fixup: Detect urls with unicode symbolsTingPing
missed one in 77ecaa6093a