Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-18 | Fix prototype, return value is used by joindelay_tag | Berke Viktor | |
2013-05-17 | Add omsg user command | TingPing | |
2013-05-17 | Handle limited channel messages | TingPing | |
Maybe improved later to signify they are limited messages. closes #315 | |||
2013-05-17 | Increase default irc_join_delay to 5 | TingPing | |
2013-05-17 | Respect irc_join_delay if connect command set | TingPing | |
2013-05-17 | Omit CHALLENGE hashes in the server tab | Berke Viktor | |
2013-05-17 | Fix crash when using global username for QuakeNet | Berke Viktor | |
2013-05-17 | Add support for QuakeNet /CHALLENGEAUTH, remove legacy /AUTH | Berke Viktor | |
2013-05-16 | Merge pull request #581 from orium/numeric-session-with-open-query | TingPing | |
Session of numeric events passed to text_emit() for nicks with open query dialogs | |||
2013-05-16 | Merge pull request #586 from bviktor/authcleanup | TingPing | |
Login and network list cleanup | |||
2013-05-16 | Remove comment | Berke Viktor | |
2013-05-16 | Make sure the created favchannel instances have a NULL key when the ↵ | Berke Viktor | |
session's key is empty | |||
2013-05-15 | Omit filler keys if no channel's using them | Berke Viktor | |
2013-05-15 | Fix reconnect keys | Berke Viktor | |
2013-05-15 | Cosmetics | Berke Viktor | |
2013-05-15 | Fix autojoins for sessions | Berke Viktor | |
2013-05-15 | Change prototype | Berke Viktor | |
2013-05-14 | Fix command splitting when the channel list is too long | Berke Viktor | |
2013-05-14 | Fix warnings | Berke Viktor | |
2013-05-14 | Fix initial autojoins and some erroneous copies/frees | Berke Viktor | |
2013-05-13 | Use macros instead of raw numbers for login type | Berke Viktor | |
2013-05-12 | Add "#define GLIB_DISABLE_DEPRECATION_WARNINGS" to eliminate a warning message | Richard Hitt | |
2013-05-12 | Fix warning | Berke Viktor | |
2013-05-12 | Add code for migrating existing configs | Berke Viktor | |
2013-05-12 | Make the order consistent for load and save | Berke Viktor | |
2013-05-12 | Reduce GLib requirement | Berke Viktor | |
2013-05-12 | Remove dead GLib code | Berke Viktor | |
2013-05-12 | Fix favorite channels except in inbound.c | Berke Viktor | |
2013-05-11 | Remove dead code | Berke Viktor | |
2013-05-11 | Fix connect commands | Berke Viktor | |
2013-05-11 | Merge pull request #582 from Repentinus/patch-1 | TingPing | |
Support for away tracking regardless of channel size | |||
2013-05-11 | Cosmetics | Berke Viktor | |
2013-05-11 | Make logmask consistent with scrollback mask | Berke Viktor | |
2013-05-11 | Nuke nickserv password field and some cosmetics | Berke Viktor | |
2013-05-11 | Get rid of this unnecessary buffer | Berke Viktor | |
2013-05-10 | Replace various network options with universal login method option | Berke Viktor | |
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-06 | Clean up IRCNet | TingPing | |
2013-05-04 | Replace g_strdup_printf with g_build_filename where possible | Berke Viktor | |
2013-05-03 | Merge branch 'py3k' of git://github.com/TingPing/hexchat | TingPing | |
2013-05-03 | Add python3 plugin | TingPing | |
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 | 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 |