|
|
@2d93f113
|
2015-05-05T15:14:01Z |
dx |
irc_send_join: send topic before names
Also don't send modes - …
|
|
|
@570f183
|
2015-02-22T22:44:40Z |
dx |
irc_send_motd: the return value of read() is signed
From coverity. …
|
|
|
@5ebff60
|
2015-02-20T22:50:54Z |
dx |
Reindent everything to K&R style with tabs
Used uncrustify, with the …
|
|
|
@6f10697
|
2015-01-16T19:50:23Z |
dx |
Fix incorrect Free Software Foundation address
|
|
|
@0e788f5
|
2013-02-21T19:15:59Z |
wilmer |
I'm still bored on a long flight. Wrote a script to automatically …
|
|
|
@18e1f3b
|
2012-05-02T07:58:22Z |
wilmer |
Set PACKAGE to BitlBee-LIBPURPLE for the libpurple variant, because in …
|
|
|
@3864c08
|
2011-10-21T03:00:54Z |
wilmer |
Big merge from pesco, closing some OTR issues: #759, #824, #839, #830.
|
|
|
@e67e513
|
2011-10-03T14:56:58Z |
pesco |
rename irc_usermsg to irc_rootmsg.
add new irc_usermsg, …
|
|
|
@f01bc6f
|
2011-03-27T22:13:09Z |
wilmer |
Include FLOOD=0/9999 (min time between msgs/max burst size) in 005. …
|
|
|
@bb151f7
|
2010-11-20T20:25:44Z |
wilmer |
Added irc_channel_with_user() function to find a suitable channel to …
|
|
|
@7c5a3be5
|
2010-10-22T00:28:52Z |
wilmer |
There. BitlBee 3.0, it was about time. :-)
|
|
|
@674a01d
|
2010-09-06T00:20:01Z |
wilmer |
Move whatsnew stuff into help.txt. Stop putting too much string …
|
|
|
@ed320e8
|
2010-09-05T11:48:26Z |
wilmer |
Oops. One more compiler warning. I wish GCC would give the same …
|
|
|
@fef7813
|
2010-09-05T11:31:22Z |
wilmer |
Fix compiler warnings. Also fixing irc_send_motd(), which so far got …
|
|
|
@a72af0d
|
2010-08-25T00:18:27Z |
wilmer |
Fix /WHO on single nicks.
|
|
|
@1aa74f55
|
2010-08-23T10:34:36Z |
wilmer |
Process incoming XMPP groupchat invites in a saner way: Create a …
|
|
|
@4d4a7ed
|
2010-08-21T17:46:47Z |
wilmer |
Some IRC clients/proxies eat empty PRIVMSG lines. BitlBee likes to …
|
|
|
@f32c14c
|
2010-08-09T13:39:50Z |
wilmer |
Oops. We're using channel mode +h (halfop) for a while already, but so …
|
|
|
@f7ca587
|
2010-07-29T18:18:54Z |
wilmer |
Restore default_target setting, kill last_root_cmd variable and just …
|
|
|
@51a3d12
|
2010-07-25T09:11:48Z |
wilmer |
Allow change nicknames when moving contacts between groups. Also …
|
|
|
@006a84f
|
2010-07-04T20:40:15Z |
wilmer |
Kick the user instead of parting him/her when cleaning up a channel. …
|
|
|
@56699f0
|
2010-06-07T15:11:09Z |
wilmer |
Show idle + login time info in /WHOIS (if available).
|
|
|
@1f0224c
|
2010-06-06T01:11:13Z |
wilmer |
Send one /QUIT instead of one or more /PARTs for a user that is being …
|
|
|
@18da20b
|
2010-06-06T00:33:33Z |
wilmer |
Added /part msgs, and the ability to silently remove users from …
|
|
|
@eb50495
|
2010-05-04T08:45:10Z |
wilmer |
Show offline/away status better in /WHO and /WHOIS.
|
|
|
@6a9d068
|
2010-05-03T00:39:39Z |
wilmer |
Restore away_devoice.
|
|
|
@e54112f
|
2010-05-02T23:44:33Z |
wilmer |
Put a channel userlist in irc_channel_user elements so we can save …
|
|
|
@e7edbb7
|
2010-04-14T22:56:19Z |
wilmer |
Don't show an empty status message line in /whois if status_msg is "". …
|
|
|
@7b59872
|
2010-04-13T00:04:55Z |
wilmer |
Support for simple VERSION/PING CTCPs to root.
|
|
|
@e21c0f8
|
2010-04-11T23:31:43Z |
wilmer |
Always show root's greeting inside the control channel.
|
|
|
@d986463
|
2010-04-11T22:31:15Z |
wilmer |
Show status msg in /WHOIS, using a hopefully more proper 320 numeric reply.
|
|
|
@8240840
|
2010-04-11T22:22:17Z |
wilmer |
Don't send the topic at join time if there is none. This seems to be …
|
|
|
@0b5cc72
|
2010-04-05T00:39:04Z |
wilmer |
Send nickname change notifications when necessary.
|
|
|
@1d39159
|
2010-04-05T00:18:24Z |
wilmer |
Get full names properly. Handling of nick_source setting and …
|
|
|
@6761a40
|
2010-03-28T02:44:19Z |
wilmer |
Restored multi-line message support.
|
|
|
@410bf6d
|
2010-03-27T18:10:03Z |
wilmer |
Fixed bug in /WHO $channel output.
|
|
|
@74f1cde
|
2010-03-27T18:05:38Z |
wilmer |
irc_usermsg() works a little bit again. Have to figure out how and …
|
|
|
@280c56a
|
2010-03-27T17:36:47Z |
wilmer |
Added privmsg handlers to users/channels. root commands are coming back.
|
|
|
@2f53ada
|
2010-03-27T15:16:16Z |
wilmer |
/WHO
|
|
|
@83e92bf
|
2010-03-27T12:30:00Z |
wilmer |
Topic handling changes.
|
|
|
@b95932e
|
2010-03-27T03:39:23Z |
wilmer |
Added WHOIS command.
|
|
|
@4be8239
|
2010-03-27T02:39:08Z |
wilmer |
Simple IRC channel interface, use it to represent the control channel.
|
|
|
@ebaebfe
|
2010-03-27T01:57:00Z |
wilmer |
PING and QUIT work now, and adding some files that weren't checked in …
|