aboutsummaryrefslogtreecommitdiffstats
path: root/protocols
Commit message (Collapse)AuthorAgeLines
...
| * | | | | | | | | | | | | | | | | Added display_timestamps setting in case some people may not really like them.Wilmer van der Gaast2010-04-08-3/+6
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Don't free the Twitter chatroom if there isn't one..Wilmer van der Gaast2010-04-08-1/+2
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Parse timestamps in tweets.Wilmer van der Gaast2010-04-08-5/+13
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Added a mktime_utc() to misc.c using code that used to be in jabber_util.c.Wilmer van der Gaast2010-04-08-26/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I want to use this in the Twitter module.
| * | | | | | | | | | | | | | | | | It'd be nice to not crash when the user goes away. :-)Wilmer van der Gaast2010-04-07-12/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Don't export no-op set_away() funcs/etc and make nogaim detect that and give up in time.
| * | | | | | | | | | | | | | | | | Merging Twitter support.Wilmer van der Gaast2010-04-07-0/+1222
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | In groupchat mode, make contacts show up in the room instead of in &bitlbee. Wilmer van der Gaast2010-04-07-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | And clean up the room when disabling the Twitter account.
| | * | | | | | | | | | | | | | | | | A little more cleanup.Wilmer van der Gaast2010-04-07-37/+12
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Killed unused twitter_urldecode() and silence some compiler warnings.Wilmer van der Gaast2010-04-07-43/+2
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Updates made as a result to the comments on the review.Geert Mulders2010-04-06-57/+31
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Added option to get tweeds either through groupchat or privmes.Geert Mulders2010-03-25-93/+330
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | home/timeline is now displayed in a groupchat instead of private window.Geert Mulders2009-12-02-3/+35
| | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | Added twitter-module.Geert Mulders2009-12-01-0/+1038
| | | |_|_|/ / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Show timestamps for offline messages. Including a timezone setting forWilmer van der Gaast2010-04-07-4/+102
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | people using servers outside their own timezone.
| * | | | | | | | | | | | | | | | | Check MSN display names given by the server for UTF-8-correctness beforeWilmer van der Gaast2010-04-07-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | using them since invalid XML ending up in user configs can get very ugly.
| * | | | | | | | | | | | | | | | | Added local_display_name setting for MSN accounts and some hopefully cleverWilmer van der Gaast2010-03-29-40/+67
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | enough handling for it. Should solve problems with MSN servers forgetting/ overriding display names set by the user.
| * | | | | | | | | | | | | | | | Suppress empty "Headline:" messages for certain new XMPP broadcast messages.Wilmer van der Gaast2010-03-29-2/+2
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | /away and set away/status stuff back.Wilmer van der Gaast2010-04-13-2/+49
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Incoming typing notifications.Wilmer van der Gaast2010-04-13-18/+12
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Fixed cleanup issues when turning off an account. Also fixed syntax ofWilmer van der Gaast2010-04-12-8/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | *_user_free().
* | | | | | | | | | | | | | | | | Restored query/ask stuff.Wilmer van der Gaast2010-04-11-12/+6
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merging a Jabber ft bugfix.Wilmer van der Gaast2010-04-11-4/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Fixing a bug in s5bytestream code to deal with incomplete SOCKS5 messagesWilmer van der Gaast2010-04-11-4/+5
| | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and my rewrite of the bs_peek function.
* | | | | | | | | | | | | | | | Including DCC stuff again, with a wonderful extra layer of abstraction.Wilmer van der Gaast2010-04-11-28/+103
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some hooks are missing so sending files doesn't work yet. Receiving also still seems to have some issues. On the plus side, at least the MSN/Jabber modules work again.
* | | | | | | | | | | | | | | | Get full names properly. Handling of nick_source setting andWilmer van der Gaast2010-04-04-31/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | imcb_nick_hint() is probably still broken.
* | | | | | | | | | | | | | | | Can receive messages again.Wilmer van der Gaast2010-04-01-82/+14
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Show buddy online/offline status in the first channel.Wilmer van der Gaast2010-04-01-1/+1
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Cleaned lots of compiler warnings so I can get some signal again.Wilmer van der Gaast2010-04-01-7/+11
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Synced the values of some old OPT_* flags with BEE_USER_*.Wilmer van der Gaast2010-04-01-4/+3
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Restored "account" root command and restored enough stuff to be able toWilmer van der Gaast2010-03-31-193/+198
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | send messages. Also started moving stuff out from nogaim.* into bee_* files.
* | | | | | | | | | | | | | | | nogaim.c is close to doing something useful again without speaking any IRCWilmer van der Gaast2010-03-31-178/+151
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | itself.
* | | | | | | | | | | | | | | | Start restoring IM-related bits, added bee_user.c with basic functionsWilmer van der Gaast2010-03-29-182/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and UI callbacks.
* | | | | | | | | | | | | | | | Simple IRC channel interface, use it to represent the control channel.Wilmer van der Gaast2010-03-26-0/+0
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | PING and QUIT work now, and adding some files that weren't checked in soWilmer van der Gaast2010-03-26-0/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | far.
* | | | | | | | | | | | | | | | One total mess that doesn't do much yet, but reorganised some stuff andWilmer van der Gaast2010-03-26-1/+823
|/ / / / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | untying the IRC and the core parts a little bit. Lots of work left to do.
* | | | | | | / / / / / / / / s/last_act/last_msg/ now.Wilmer van der Gaast2010-03-21-1/+1
| |_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merging in file transfer support. Most important points from my reviewWilmer van der Gaast2010-03-21-81/+2907
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | are fixed now, time to let it settle in and get people to try it.
| * | | | | | | | | | | | | Fixed jabber_bs_peek() to deal with incomplete packets as well.Wilmer van der Gaast2010-03-21-10/+21
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Killed the last str*cmp(xml_find_attr) combos.Wilmer van der Gaast2010-03-21-16/+26
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | xt_status functions should always return an XT_ status, it's not a boolean.Wilmer van der Gaast2010-03-21-5/+5
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Read the from attribute from the main stanza, not the inside query. AlsoWilmer van der Gaast2010-03-21-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fixing another potential NULL pointer dereference.
| * | | | | | | | | | | | | Some compiler warning fixes and renamed "transfers" command to justWilmer van der Gaast2010-03-18-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "transfer" since all root commands are singular so far.
| * | | | | | | | | | | | | More small fixes. (NULL derefs and s/close/disconnect/)Wilmer van der Gaast2010-03-18-5/+8
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Ouch, committing stuff without even checking if it compiles is bad style.Wilmer van der Gaast2010-03-17-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | :-)
| * | | | | | | | | | | | | Avoid some NULL pointer dereferences on malformed XMPP packets.Wilmer van der Gaast2010-03-17-17/+24
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Small cleanup. The max_packet_size variable doesn't seem to be readWilmer van der Gaast2010-03-17-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | anywhere, and reworked string handling in ft_listen() a little bit.
| * | | | | | | | | | | | | Merging mainline.Wilmer van der Gaast2010-03-17-467/+458
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | No functional changes, just some style "fixes". Although I admit I'mWilmer van der Gaast2009-12-13-23/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | somewhat growing out of my own coding style, I do try to keep things consistent at least within files. Comments are now in reviewboard: http://code.bitlbee.org/rb/r/13/
| * | | | | | | | | | | | | Merging head.Wilmer van der Gaast2009-12-07-143/+679
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | Added conf entries and lib/ftutil.[ch].ulim2008-08-12-135/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ft_listen = <IP-A>:<Port-A>;<IP-B>:<Port-B> to specify listening addresses for the bitlbee<->client connection and the bitlbee<->IM peer connection, respectively. ft_max_size should be obvious. ft_max_kbps should limit the kilobits per second per transfer (not implemented yet).