Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-11 | Reorganize the network list | Berke Viktor | |
2013-05-10 | Replace various network options with universal login method option | Berke Viktor | |
2013-05-09 | Import hexchat automatically when calling /py exec | TingPing | |
2013-05-09 | Fix returning gtkwin_ptr from python api | TingPing | |
2013-05-09 | Added support for marking nicks that are away in different colour when ↵ | Repentinus | |
away_size_max = 0, but tracking enabled. | |||
2013-05-09 | Add option to support away tracking regardless of channel size | Heiki 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-09 | Now process_numeric() passes the right session context to text_emit() when an | Diogo 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-08 | stop using gconf | TingPing | |
2013-05-08 | Merge pull request #580 from hasufell/master | TingPing | |
Build failure: fix undefined reference to `g_type_init' | |||
2013-05-08 | Fix server tab changing color when active | TingPing | |
2013-05-09 | CONFIGURE: 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-08 | add pkgconfig file to gitignore | TingPing | |
2013-05-08 | Show hours for last seen in friends list | TingPing | |
closes #579 | |||
2013-05-07 | Have gui_input_icon depend on gui_input_nick in prefs | TingPing | |
2013-05-06 | Clean up IRCNet | TingPing | |
2013-05-04 | Replace g_strdup_printf with g_build_filename where possible | Berke Viktor | |
2013-05-04 | Typofix | Berke Viktor | |
2013-05-04 | Use system include syntax | Berke Viktor | |
2013-05-04 | Add Python major version to plugin description | Berke Viktor | |
2013-05-04 | python: fully delete failed plugins | TingPing | |
2013-05-04 | fix possible crash | TingPing | |
2013-05-04 | Fix output name | Berke Viktor | |
2013-05-04 | Make copy depend on python3 as well | Berke Viktor | |
2013-05-04 | Fix VS edition | Berke Viktor | |
2013-05-03 | Merge branch 'py3k' of git://github.com/TingPing/hexchat | TingPing | |
2013-05-03 | Add python3 plugin | TingPing | |
2013-05-04 | Consistency | Berke Viktor | |
2013-05-03 | comma | TingPing | |
2013-05-03 | update gamesurge's default nickserv type | TingPing | |
2013-05-03 | Merge pull request #565 from bviktor/nickservtype | TingPing | |
Make NickServ registration configurable per-network | |||
2013-05-03 | Don't make assumptions about the function being called | Berke Viktor | |
2013-05-03 | Add Italian GenericName | TingPing | |
2013-05-03 | Fix QuakeNet registration | Berke Viktor | |
2013-05-03 | Provide default NickServ types where necessary | Berke Viktor | |
2013-05-03 | Merge pull request #571 from amalmurali/master | TingPing | |
Update textevents.in | |||
2013-05-03 | Fix desktop translations | TingPing | |
closes #567 | |||
2013-05-03 | Line breaks and typofix | Berke Viktor | |
2013-05-01 | Do save_config() on Channel List window min, max changes | RichardHitt | |
#570 | |||
2013-05-01 | Do save_config() on Search-window checkbox change | RichardHitt | |
#570 | |||
2013-05-01 | Fix warning about g_type_init() in dbus/example.c | RichardHitt | |
2013-05-01 | Save nicks when closing network list | TingPing | |
#570 | |||
2013-05-01 | Update textevents.in | Amal | |
Corrected text events for Channel Invite and Channel Remove Invite | |||
2013-04-30 | remove incorrect notice help info | TingPing | |
2013-04-28 | Remove away announce | TingPing | |
2013-04-28 | Remove useless slash | Berke Viktor | |
2013-04-28 | Make NickServ registration configurable per-network | Berke Viktor | |
Fixes #394 | |||
2013-04-28 | Make /msg nickserv the default registration type | Berke Viktor | |
Fixes #394 and hopefully doesn't break others | |||
2013-04-28 | Get rid of some hardcoded network recognition | Berke Viktor | |
2013-04-28 | Don't autoload WMPA, it's dead in the water | Berke Viktor | |
2013-04-28 | Install a pkgconfig .pc file. This allows external plugins to find | Christoph J. Thompson | |
where the header file is located, where Hexchat expects to find plugins so it can load them at startup and which version of Hexchat is installed. The path where pkgconfig files are stored is determined by a macro available in newer versions of pkgconfig which can be overridden by the --with-pkgconfig= configure switch. However, if this macro is unavailable (older versions of pkgconfig) then m4ifdef will make it fallback to simply use ${libdir}/pkgconfig (which is the default). modified: configure.ac modified: share/Makefile.am new file: share/pkgconfig/Makefile.am new file: share/pkgconfig/hexchat-plugin.pc.in |