summary refs log tree commit diff stats
AgeCommit message (Collapse)Author
2013-05-11Remove some redundancyBerke Viktor
2013-05-11Also disable labels, not just entriesBerke Viktor
2013-05-11Nuke nickserv password field and some cosmeticsBerke Viktor
2013-05-11Get rid of this unnecessary bufferBerke Viktor
2013-05-11Skeleton for tabbed uiBerke Viktor
2013-05-11Reorganize the network listBerke Viktor
2013-05-10Replace various network options with universal login method optionBerke 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-09Now process_numeric() passes the right session context to text_emit() when anDiogo Sousa
numeric event occurs regarding a nick with a open dialog. Since this session context is potentially passed to plugins this can change the behavior of plugins, but I think this is the intended semantics (http://docs.hexchat.org/en/latest/script_python.html#context-theory). Another consequence is that event messages will be displayed in the query dialog of the nick in question (if a query dialog is open, of course), which I think is sensible. (The initial intention of this patch was actually to report the "No such nick" message in the query dialog when sending a message to a user that has quit.)
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
2013-05-01Save nicks when closing network listTingPing
#570
2013-05-01Update textevents.inAmal
Corrected text events for Channel Invite and Channel Remove Invite
2013-04-30remove incorrect notice help infoTingPing
2013-04-28Remove away announceTingPing
2013-04-28Remove useless slashBerke Viktor