summary refs log tree commit diff stats
path: root/src/common
AgeCommit message (Collapse)Author
2013-05-16Merge pull request #581 from orium/numeric-session-with-open-queryTingPing
Session of numeric events passed to text_emit() for nicks with open query dialogs
2013-05-16Merge pull request #586 from bviktor/authcleanupTingPing
Login and network list cleanup
2013-05-16Remove commentBerke Viktor
2013-05-16Make sure the created favchannel instances have a NULL key when the ↵Berke Viktor
session's key is empty
2013-05-15Omit filler keys if no channel's using themBerke Viktor
2013-05-15Fix reconnect keysBerke Viktor
2013-05-15CosmeticsBerke Viktor
2013-05-15Fix autojoins for sessionsBerke Viktor
2013-05-15Change prototypeBerke Viktor
2013-05-14Fix command splitting when the channel list is too longBerke Viktor
2013-05-14Fix warningsBerke Viktor
2013-05-14Fix initial autojoins and some erroneous copies/freesBerke Viktor
2013-05-13Use macros instead of raw numbers for login typeBerke Viktor
2013-05-12Add "#define GLIB_DISABLE_DEPRECATION_WARNINGS" to eliminate a warning messageRichard Hitt
2013-05-12Fix warningBerke Viktor
2013-05-12Add code for migrating existing configsBerke Viktor
2013-05-12Make the order consistent for load and saveBerke Viktor
2013-05-12Reduce GLib requirementBerke Viktor
2013-05-12Remove dead GLib codeBerke Viktor
2013-05-12Fix favorite channels except in inbound.cBerke Viktor
2013-05-11Remove dead codeBerke Viktor
2013-05-11Fix connect commandsBerke Viktor
2013-05-11Merge pull request #582 from Repentinus/patch-1TingPing
Support for away tracking regardless of channel size
2013-05-11CosmeticsBerke Viktor
2013-05-11Make logmask consistent with scrollback maskBerke Viktor
2013-05-11Nuke nickserv password field and some cosmeticsBerke Viktor
2013-05-11Get rid of this unnecessary bufferBerke Viktor
2013-05-10Replace various network options with universal login method optionBerke Viktor
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-06Clean up IRCNetTingPing
2013-05-04Replace g_strdup_printf with g_build_filename where possibleBerke Viktor
2013-05-03Merge branch 'py3k' of git://github.com/TingPing/hexchatTingPing
2013-05-03Add python3 pluginTingPing
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-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-03Line breaks and typofixBerke Viktor
2013-05-01Fix warning about g_type_init() in dbus/example.cRichardHitt
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-28Make NickServ registration configurable per-networkBerke Viktor
Fixes #394
2013-04-28Make /msg nickserv the default registration typeBerke Viktor
Fixes #394 and hopefully doesn't break others
2013-04-28Get rid of some hardcoded network recognitionBerke Viktor