Commit message (Collapse) | Author | Age | Lines | ||
---|---|---|---|---|---|
* | 1.2.1-3:1.2.1-3 | Wilmer van der Gaast | 2008-08-24 | -5/+22 | |
| | | | | | | | | * chown /var/lib/bitlbee/*.xml to bitlbee:bitlbee to clean up after 1.2-5 and the bugfix in 1.2.1-2. (Closes: #495877) * Moved BITLBEE_DISABLED check to only check when trying to *start* the daemon. (Closes: #488611) | ||||
* | Fixed run-by-root problem (Debian bug 494656).1.2.1-2 | Wilmer van der Gaast | 2008-08-12 | -2/+16 | |
| | |||||
* | 1.2.1-1.1 (NMU by Don Armstrong).1.2.1-1.1 | Wilmer van der Gaast | 2008-08-12 | -3/+23 | |
| | |||||
* | BitlBee 1.2.1-1.1.2.1-1 | Wilmer van der Gaast | 2008-08-12 | -3/+4 | |
| | |||||
* | Finalizing BitlBee 1.2.1.1.2.1 | Wilmer van der Gaast | 2008-06-24 | -2/+2 | |
| | |||||
* | Fixed a bug with nickname handling. I really should kill all fixed-length | Wilmer van der Gaast | 2008-06-24 | -0/+1 | |
| | | | | | strings in BitlBee... | ||||
* | Never use yahoo_close() directly, always use yahoo_logoff(). | Wilmer van der Gaast | 2008-06-24 | -4/+1 | |
| | |||||
* | From the department of over-engineering, now cached packet IDs are full | Wilmer van der Gaast | 2008-06-22 | -19/+31 | |
| | | | | | | MD5 hashes instead of a known MD5 hash with a number. Just to make it harder to confuse BitlBee by sending it faked responses to packets. | ||||
* | Shut up a "mostly harmless" warning (this NULL would never actually be | Wilmer van der Gaast | 2008-06-22 | -1/+1 | |
| | | | | | dereferenced as far as I can see). | ||||
* | Another fixup after [devel,394]. Clearly I'm not a morning person. | Wilmer van der Gaast | 2008-06-22 | -2/+2 | |
| | |||||
* | Fixed bug in [devel,394]. | Wilmer van der Gaast | 2008-06-22 | -1/+1 | |
| | |||||
* | Updated change log, also added a pointer to bugs.b.o's timeline page for | Wilmer van der Gaast | 2008-06-22 | -0/+19 | |
| | | | | | people who want more details. | ||||
* | Partial fix for #419: Moved normalize() and some other stuff to OSCAR | Wilmer van der Gaast | 2008-06-22 | -55/+56 | |
| | | | | | | becuase it's the only place where it's used, and using this to strip spaces from all screennames before sending them to BitlBee. | ||||
* | Now preserving case in JID resources, and handling them with case sensitivity | Wilmer van der Gaast | 2008-06-22 | -29/+46 | |
| | | | | | | | since apparently that's how the RFC wants it. (While the rest of the JID should be case IN-sensitive. Consistency is hard to find these days...) Also extended the unittests a little bit. Closes #422. | ||||
* | Added jabber_util unittests (buddy_add/_by_jid only ATM). | Wilmer van der Gaast | 2008-06-22 | -3/+85 | |
| | |||||
* | Fixed two more embarassing memory leaks. | Wilmer van der Gaast | 2008-06-21 | -0/+8 | |
| | |||||
* | Fixed memory leaking ipc_readline(). | Wilmer van der Gaast | 2008-06-21 | -12/+6 | |
| | |||||
* | Merging 1.2-5 Debian package. | Wilmer van der Gaast | 2008-06-17 | -7/+17 | |
|\ | |||||
| * | Avoid changing UID from init script (already done by BitlBee itself).1.2-5 | Jelmer Vernooij | 2008-06-16 | -2/+2 | |
| | | |||||
| * | Stop ignoring distclean exit code. | Jelmer Vernooij | 2008-06-16 | -1/+1 | |
| | | |||||
| * | Fix FSF address. | Jelmer Vernooij | 2008-06-15 | -4/+5 | |
| | | |||||
| * | Add myself to uploaders, bump standards version to 3.8.0. | Jelmer Vernooij | 2008-06-15 | -1/+10 | |
| | | |||||
* | | Using a port list instead of a single range for the allowed Jabber port | Wilmer van der Gaast | 2008-06-15 | -9/+27 | |
| | | | | | | | | | | numbers, adding 80 and 443. Partially closes #265. | ||||
* | | Added parsing of Jabber chatroom invitations. | Wilmer van der Gaast | 2008-06-15 | -0/+17 | |
| | | |||||
* | | This seems to fix the Yahoo! logoff code. I have no idea why this was broken | Wilmer van der Gaast | 2008-06-14 | -11/+4 | |
| | | | | | | | | | | | | | | (on purpose) in libyahoo2, but this fix seems to work and at least Valgrind is still happy. And I actually see myself log off now, and the fd is actually cleaned up properly. | ||||
* | | The merge from the future. 2025 is going to be awesome. :-) | Wilmer van der Gaast | 2008-06-10 | -17/+46 | |
|\ \ | |||||
| * \ | Merge trunk. | Jelmer Vernooij | 2008-05-21 | -69/+234 | |
| |\ \ | |||||
| * | | | Revert move of random_bytes() to unix.c | Jelmer Vernooij | 2008-05-21 | -67/+65 | |
| | | | | |||||
| * | | | Add homepage and vcs-bzr fields in Debian package. | Jelmer Vernooij | 2008-05-11 | -0/+8 | |
| | | | | |||||
| * | | | Merge lcov improvements. | Jelmer Vernooij | 2008-04-03 | -2/+4 | |
| |\ \ \ | |||||
| | * \ \ | merge trunk. | Jelmer Vernooij | 2008-04-02 | -531/+929 | |
| | |\ \ \ | |||||
| | * | | | | Ignore lcov output data. | Jelmer Vernooij | 0 min. | -0/+1 | |
| | | | | | | |||||
| | * | | | | Ignore coverage output dir. | Jelmer Vernooij | 0 min. | -0/+1 | |
| | | | | | | |||||
| | * | | | | Use simpler flags for gcov. | Jelmer Vernooij | 0 min. | -2/+2 | |
| | | | | | | |||||
| | | | | | | |||||
| | \ \ \ \ | |||||
| | \ \ \ \ | |||||
| | \ \ \ \ | |||||
| | \ \ \ \ | |||||
| | \ \ \ \ | |||||
| *-----. \ \ \ \ | Merge several portability improvements. | Jelmer Vernooij | 2008-04-02 | -80/+101 | |
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | |||||
| | | | | * | | | | Add --target argument to configure to allow cross-compilation. | Jelmer Vernooij | 2008-04-02 | -7/+22 | |
| | |_|_|/ / / / | |/| | | | | | | |||||
| | | | * | | | | Use pkg-config file for gnutls if possible. | Jelmer Vernooij | 2008-04-02 | -1/+8 | |
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows building against a gnutls built for a an architecture other than the host architecture. | ||||
| | | * | | | | Move unix-specific random_bytes() implementation to unix.c. | Jelmer Vernooij | 2008-04-02 | -65/+67 | |
| | |/ / / / | |/| | | | | |||||
| | * | | | | Use GLib functions to check whether files exist, for extra portability. | Jelmer Vernooij | 2008-04-02 | -7/+4 | |
| |/ / / / | |||||
* | | / / | Daemon mode is not an experiment anymore, it's running on testing.bitlbee.org | Wilmer van der Gaast | 2008-05-24 | -42/+12 | |
| |_|/ / |/| | | | | | | | | | | | | | | | for two weeks already with >30 active connections and not a single crash. | ||||
* | | | | Merging Debian 1.2-4 package changes. | Wilmer van der Gaast | 2008-05-20 | -14/+46 | |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Added bitlbee-dev package, finalized 1.2-4 package.1.2-4 | Wilmer van der Gaast | 2008-05-07 | -14/+46 | |
| | | | | |||||
* | | | | Fixed NULL point dereference in "account set -del" code. | Wilmer van der Gaast | 2008-05-11 | -0/+6 | |
| | | | | |||||
* | | | | Now checking if msn_sb_create() returns NULL. This is very unlikely, but | Wilmer van der Gaast | 2008-04-21 | -3/+21 | |
| | | | | | | | | | | | | | | | | | | | | can happen if we run out of file descriptors, for example. | ||||
* | | | | Added ClientInterface configuration option to make BitlBee bind() to a | Wilmer van der Gaast | 2008-04-06 | -7/+31 | |
| | | | | | | | | | | | | | | | | | | | | specific interface before connecting to a remote host. | ||||
* | | | | Don't automatically enable MSN debugging messages for debugging builds. | Wilmer van der Gaast | 2008-04-08 | -1/+1 | |
| | | | | |||||
* | | | | Changed root nicknames are now saved. (Bug #378) | Wilmer van der Gaast | 2008-04-05 | -0/+30 | |
| | | | | |||||
* | | | | Fixed #386. | Wilmer van der Gaast | 2008-04-05 | -13/+26 | |
| | | | | |||||
* | | | | query.h now defines a callback function type, not using void* for it anymore. | Wilmer van der Gaast | 2008-04-05 | -26/+51 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Got rid of the bogus window handler pointer as the first argument to the callback. | ||||
* | | | | Fixed GLib <2.6 compatibility issue in arc.h. (G_GNUC_MALLOC) | Wilmer van der Gaast | 2008-04-05 | -0/+4 | |
| | | | |