summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2013-05-16Have rawlog properly handle newlinesTingPing
This is most noticable with /cycle or the missing USER command on connect.
2013-05-14Merge pull request #596 from Arnavion/python3-allow-unhook-within-hookTingPing
python: Hold a reference to plugin instead of dereferencing hook to get to it.
2013-05-14python: Hold a reference to plugin instead of dereferencing hook to get to it.Arnavion
hook might have been free'd by the callback via hexchat.unhook().
2013-05-12Add "#define GLIB_DISABLE_DEPRECATION_WARNINGS" to eliminate a warning messageRichard Hitt
2013-05-12Add auto-reconnect to preferencesTingPing
2013-05-12Merge pull request #588 from Repentinus/patch-2TingPing
Fixed misleading comments identifying the colours
2013-05-12Fixed misleading comments identifying the coloursHeiki Ojasild
Replaced incorrect numbers (16 to 31) for mIRC colours with the correct ones (0 to 15).
2013-05-11Fix crash when quickly attaching/detaching tabsTingPing
2013-05-11Merge pull request #582 from Repentinus/patch-1TingPing
Support for away tracking regardless of channel size
2013-05-10Merge pull request #585 from rahatarmanahmed/masterTingPing
Added help text to sysinfo
2013-05-10Added help text for sysinfo plugin.Rahat Ahmed
2013-05-11CosmeticsBerke Viktor
2013-05-11Make logmask consistent with scrollback maskBerke Viktor
2013-05-09Import hexchat automatically when calling /py execTingPing
2013-05-09Fix returning gtkwin_ptr from python apiTingPing
2013-05-09Added support for marking nicks that are away in different colour when ↵Repentinus
away_size_max = 0, but tracking enabled.
2013-05-09Add option to support away tracking regardless of channel sizeHeiki Ojasild
As there is option to disable away tracking, it would make sense to treat channel size limit of 0 as infinity for away tracking purposes. These changes attempt to implement this.
2013-05-08stop using gconfTingPing
2013-05-08Merge pull request #580 from hasufell/masterTingPing
Build failure: fix undefined reference to `g_type_init'
2013-05-08Fix server tab changing color when activeTingPing
2013-05-09CONFIGURE: fix undefined reference to `g_type_init'hasufell
These two assignments have no place here and will overwrite the previous COMMON_LIBS="$COMMON_LIBS -lgmodule-2.0 -lgobject-2.0". This can lead to build failure during linking stage depending on the chosen configure options.
2013-05-08add pkgconfig file to gitignoreTingPing
2013-05-08Show hours for last seen in friends listTingPing
closes #579
2013-05-07Have gui_input_icon depend on gui_input_nick in prefsTingPing
2013-05-06Clean up IRCNetTingPing
2013-05-04Replace g_strdup_printf with g_build_filename where possibleBerke Viktor
2013-05-04TypofixBerke Viktor
2013-05-04Use system include syntaxBerke Viktor
2013-05-04Add Python major version to plugin descriptionBerke Viktor
2013-05-04python: fully delete failed pluginsTingPing
2013-05-04fix possible crashTingPing
2013-05-04Fix output nameBerke Viktor
2013-05-04Make copy depend on python3 as wellBerke Viktor
2013-05-04Fix VS editionBerke Viktor
2013-05-03Merge branch 'py3k' of git://github.com/TingPing/hexchatTingPing
2013-05-03Add python3 pluginTingPing
2013-05-04ConsistencyBerke Viktor
2013-05-03commaTingPing
2013-05-03update gamesurge's default nickserv typeTingPing
2013-05-03Merge pull request #565 from bviktor/nickservtypeTingPing
Make NickServ registration configurable per-network
2013-05-03Don't make assumptions about the function being calledBerke Viktor
2013-05-03Add Italian GenericNameTingPing
2013-05-03Fix QuakeNet registrationBerke Viktor
2013-05-03Provide default NickServ types where necessaryBerke Viktor
2013-05-03Merge pull request #571 from amalmurali/masterTingPing
Update textevents.in
2013-05-03Fix desktop translationsTingPing
closes #567
2013-05-03Line breaks and typofixBerke Viktor
2013-05-01Do save_config() on Channel List window min, max changesRichardHitt
#570
2013-05-01Do save_config() on Search-window checkbox changeRichardHitt
#570
2013-05-01Fix warning about g_type_init() in dbus/example.cRichardHitt