Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-09 | Add irc_ban_type to preferences | TingPing | |
2013-06-09 | Specify what for completion amount | TingPing | |
2013-06-09 | Emit FOUNDIP in server session | TingPing | |
2013-06-09 | Add completion_amount to prefs | TingPing | |
... and remove completion_auto which is confusing to say the least. | |||
2013-06-09 | Fix printing ipv6 addresses with identd | TingPing | |
Closes #639 | |||
2013-06-08 | Add more mnemonics to the menu | TingPing | |
2013-06-08 | Merge pull request #641 from orium/possible-buffer-overflow-fix | TingPing | |
Fixed possible overflow in create_mask(). | |||
2013-06-08 | Minor cosmetic changes | Diogo Sousa | |
2013-06-08 | Renamed tbuf to buf in create_mask() to avoid confusion. | Diogo Sousa | |
2013-06-08 | Fixed possible overflow in create_mask(). | Diogo Sousa | |
2013-06-08 | Now the default configuration tries to set the language from the system | Diogo Sousa | |
locale, and defaults to english if no language match. This closes #473. | |||
2013-06-07 | Change default irc_ban_type to 1 | TingPing | |
2013-06-07 | Add QUIET command | TingPing | |
2013-06-07 | Take two at fixing xtext copying to secondary clipboard | TingPing | |
2013-06-07 | Merge pull request #636 from Remmy/master | TingPing | |
Addition to the list of available IRC networks. Serenity-IRC is a small friendly network which has been around since 2003. | |||
2013-06-07 | Add Serenity-IRC to the list of networks available by default. | Remco Rijnders | |
2013-06-06 | Save chanopt after any changes | TingPing | |
2013-06-06 | Add chanopt for stripping colors | TingPing | |
2013-06-06 | Add autoconnect option to menu of networks | TingPing | |
2013-06-06 | Make autojoin a toggle menu | TingPing | |
2013-06-05 | Handle /CAP LIST output | TingPing | |
Closes #635 | |||
2013-06-05 | update help message for /menu | TingPing | |
2013-06-04 | Add missing gtk_tree_path_free() | TingPing | |
2013-06-04 | Add copy option to right click in banlist | TingPing | |
Closes #626 | |||
2013-06-04 | Merge pull request #634 from youknowone/ipv6 | TingPing | |
Retrieve reachable addresses only. | |||
2013-06-04 | Retrieve reachable addresses only. | Jeong YunWon | |
AI_ADDRCONFIG helps not to try to connect unreachable ipv6 address if user doesn't have ipv6 network stack. | |||
2013-06-04 | copy xtext selection to all clipboards | TingPing | |
2013-06-04 | Improve error message from /load -e | TingPing | |
2013-06-04 | Python: revert 43bd9483ce | TingPing | |
Will possibly come back to this at a later time... | |||
2013-06-04 | fix loading startup.txt automatically | TingPing | |
2013-06-03 | treat banlist event as a generic list event (for quiets etc) | TingPing | |
2013-06-02 | translate servlist tabs | TingPing | |
2013-06-02 | Rename favorite channels to autojoin channels | TingPing | |
2013-06-02 | Merge pull request #633 from FionnK/master | TingPing | |
Add IRCNode to network list | |||
2013-06-03 | Remove IPv6 check for IRCNode entry in server list. | Fionn Kelleher | |
2013-06-03 | Add IRCNode to the server list. | Fionn Kelleher | |
2013-06-02 | Python: return true/false from set/del_pluginpref | TingPing | |
2013-06-02 | Python: Save pluginprefs to seperate files | TingPing | |
2013-06-01 | be more specific about sysinfo menu entry | TingPing | |
2013-06-01 | configure.ac: Use pkg-config's CFLAGS for libxml2 instead of guessing our own. | Arnav Singh | |
2013-05-31 | Add valleynode to network list | TingPing | |
Closes #631 | |||
2013-05-30 | fix crash | TingPing | |
2013-05-29 | add .js to list of loadable filetypes | TingPing | |
2013-05-25 | Don't send previous session's password | TingPing | |
closes #616 | |||
2013-05-25 | Merge pull request #625 from orium/network-name-improve | TingPing | |
Improved server_get_network() | |||
2013-05-25 | Improved server_get_network(): if we don't have the current network in the | Diogo Sousa | |
network list use the server name in received in event 005. (This fixes the problem that the network (%n) in the log file names would be "NETWORK" instead of the real network name (this happened if the network was not in the network list).) | |||
2013-05-24 | Merge pull request #624 from Niichan/master | TingPing | |
PonyChat added to network list | |||
2013-05-24 | Added PonyChat to network list | Sam Dodrill | |
2013-05-24 | Merge pull request #590 from orium/run-as-root-589-504 | TingPing | |
Now hexchat doesn't abnormally terminate when started as root. | |||
2013-05-24 | Merge pull request #622 from orium/null-ptr-favchan-fix | RichardHitt | |
Fixed null pointer deref when we try to autojoin a channel |