Commit Graph

70 Commits

Author SHA1 Message Date
Diogo Sousa d1725e3f44 server-time for all numerical messages. 2013-06-28 16:04:32 +01:00
Diogo Sousa 6a0240aa18 server-time supported in most named messages. 2013-06-28 16:03:37 +01:00
Diogo Sousa 94186f7888 First step towards message tags extension support
(see http://ircv3.atheme.org/specification/message-tags-3.2).

In particular this commit implements a (very) dummy implementation
sketch of the server-time extension
(see http://ircv3.atheme.org/specification/message-tags-3.2 and #499).
2013-06-28 16:03:12 +01:00
Diogo Sousa 97e88b885a Renamed tbuf to buf in create_mask() to avoid confusion. 2013-06-08 03:01:36 +01:00
Diogo Sousa f84476cf87 Fixed possible overflow in create_mask(). 2013-06-08 02:56:36 +01:00
TingPing 612032c9f8 Add QUIET command 2013-06-07 08:24:13 -04:00
TingPing 0e420fbee8 Save chanopt after any changes 2013-06-06 19:16:50 -04:00
TingPing d0b3476839 update help message for /menu 2013-06-05 08:27:16 -04:00
TingPing e3f699a9d8 Improve error message from /load -e 2013-06-04 06:34:15 -03:00
TingPing e47dd3eb89 Don't send previous session's password
closes #616
2013-05-25 20:47:16 -03:00
Diogo Sousa d3ce4f64f6 Passing a password to the /server command was ignored because the login method
was not set.
2013-05-23 13:22:34 +01:00
Berke Viktor c168a9adc6 Add variables for user credentials in connect commands 2013-05-19 03:30:45 +02:00
TingPing c4384265e4 remove incorrect notice help info 2013-04-30 21:27:41 -03:00
TingPing b4c885861d Remove away announce 2013-04-28 17:19:26 -04:00
Berke Viktor 6001ceff9f Get rid of bundled beep 2013-04-27 23:00:18 +02:00
Berke Viktor 9dd2c85df4 Load connect commands from config dir 2013-04-14 12:31:27 +02:00
Berke Viktor ea0479998a Use bundled beep file for beep alerts 2013-04-14 11:56:50 +02:00
misdre 08d948435d split cmd_msg too 2013-04-06 01:11:28 +02:00
misdre 5004f69b5e 'splitted' is'nt a word 2013-04-06 00:11:45 +02:00
misdre bc5d16c4fb split long message on action and notice 2013-04-05 23:14:51 +02:00
TingPing 86cf7de430 add %u to userlist popups for account 2013-04-03 18:10:14 -04:00
Berke Viktor 4de6db6c47 Disable Unix path detection mechanism 2013-04-01 00:24:42 +02:00
TingPing 62c7a743a7 Only check for key if there is a channel 2013-03-27 02:23:51 -03:00
TingPing 89d62ee4f8 Default ignore type to ALL 2013-03-17 16:27:26 -03:00
TingPing c58a741abb All unignoring nicks just like ignore 2013-03-17 16:20:38 -03:00
TingPing 9f7af7c4e4 Merge pull request #439 from TingPing/urlkey
Add channel key support to urls
2013-03-11 01:13:22 -07:00
TingPing ab99bf7517 Use key on new servers 2013-03-04 16:30:36 -05:00
TingPing d1c36f170b Add key support to urls like mirc 2013-03-04 15:46:04 -05:00
TingPing 84f19881a3 fix query -nofocus 2013-03-04 12:02:55 -05:00
misdre 6db9a86366 focus the channel if it's already open (issue #406) 2013-02-24 23:04:48 +01:00
RichardHitt 4e0daf047e Correct almost all compiler warning issues 2013-01-19 12:33:16 -08:00
RichardHitt 475eb9fcaa Fix crash by detecting NULL channel in url_join_only() and just returning. 2013-01-10 00:13:25 -08:00
RichardHitt 6beef589e3 Make source cleah with cppcheck, except for mpc and sasl 2013-01-09 14:37:57 -08:00
Dan Mashal b04377825f fix incorrect FSF address 2012-12-23 11:36:54 -08:00
Berke Viktor ed970381fb Eliminate some more warnings and hide less warnings in VS 2012-11-10 18:26:45 +01:00
Berke Viktor 2c0f050df0 Remove spacing, it wouldn't work anyway 2012-11-05 15:42:48 +01:00
Berke Viktor 9ee3613bad Add export config stub 2012-11-03 06:29:51 +01:00
Berke Viktor a51a69134b Nah, even more rebranding 2012-10-30 11:35:39 +01:00
Berke Viktor fe1d958838 More polishing for the About dialog 2012-10-28 00:05:40 +02:00
Berke Viktor 1a75c8e1be A lot more rebranding 2012-10-24 21:33:02 +02:00
Berke Viktor 51ae33cbe8 Variable cleanup for the rest 2012-10-22 15:55:43 +02:00
Berke Viktor 545b7dc6ff Variable cleanup for irc_* 2012-10-22 14:50:36 +02:00
Berke Viktor 5c49b45a6d Variable cleanup for input_* 2012-10-22 14:18:20 +02:00
Berke Viktor b563b93414 Variable cleanup for dcc_* 2012-10-22 12:10:55 +02:00
Berke Viktor cf8ea26498 Variable cleanup for completion_* 2012-10-22 10:10:19 +02:00
Berke Viktor a05817c0eb Variable cleanup for away_* 2012-10-22 09:53:28 +02:00
Berke Viktor cd21d1b623 Get rid of saveconf remnants, we save automatically 2012-10-18 23:55:47 +02:00
Berke Viktor 902063d932 Get rid of some hardcoding 2012-10-13 06:17:27 +02:00
Berke Viktor d20daad417 Implement /ADDSERVER 2012-10-13 06:03:14 +02:00
RichardHitt ed034bf80a Enhance LASTLOG to use gtk_xtext_search_textentry() 2012-08-28 19:10:03 -07:00