|
|
|
@1053836
|
2006-01-30T13:30:59Z |
wilmer |
When closing down MSN (sb) connections with unsent messages, the …
|
|
|
@68c7c14
|
2006-01-23T14:20:36Z |
wilmer |
Removed a bogus printf from the OSCAR code, grrrr.
|
|
|
@a91ecee
|
2006-01-23T14:20:18Z |
wilmer |
/AWAY now only sets the IM-protocols away that belong to the current …
|
|
|
@87de505
|
2006-01-22T00:15:03Z |
wilmer |
Quit message was invisible on /DIE.
|
|
|
@f1d38f2
|
2006-01-21T22:23:58Z |
wilmer |
Fixed counting of arguments in i[rp]c_exec(), made them a bit too simple.
|
|
|
@f73b969
|
2006-01-20T15:15:49Z |
wilmer |
Renamed commands.c, got rid of return values in all command functions.
|
|
|
@55ec2d6
|
2006-01-20T12:22:30Z |
wilmer |
Merging IPC branch, it's too different from the main code to keep it …
|
|
|
@fc50d48
|
2006-01-20T12:21:24Z |
wilmer |
irc_abort() does logging (including a reason) now.
|
|
|
@b8c2ace
|
2006-01-19T22:24:25Z |
wilmer |
Die, bug, die! (And apparently bzr suddenly felt like merging some old …
|
|
|
@2fa825b
|
2006-01-19T22:23:03Z |
wilmer |
Removed some very unpleasant check from the OSCAR code. (Caused …
|
|
|
@5424c76
|
2006-01-19T17:52:19Z |
wilmer |
Rehash command now also works in inetd mode. Other "IPC" commands only …
|
|
|
@bd9b00f
|
2006-01-19T17:07:47Z |
wilmer |
Fixes for single-process daemon mode, changed value of …
|
|
|
@2face62
|
2006-01-19T16:34:41Z |
wilmer |
A bit too much for one commit, but well: Client processes didn't clean …
|
|
|
@e8f8b18
|
2006-01-19T13:45:15Z |
wilmer |
Fixed read() error handling in Jabber module.
|
|
|
@4c266f2
|
2006-01-18T22:17:59Z |
wilmer |
Merged (and adapted) changes from main tree.
|
|
|
@92ad3d4
|
2006-01-18T22:15:09Z |
wilmer |
Merging changes from laptop: Now tries to empty sendbuffer before …
|
|
|
@c1826c6
|
2006-01-18T18:25:31Z |
wilmer |
BitlBee now tries to empty sendbuffer before closing the connection.
|
|
|
@1ea13be
|
2006-01-18T18:14:35Z |
wilmer |
Fixed a bad mistake in ipc_readline() error handling.
|
|
|
@ac9f0e9
|
2006-01-18T07:53:50Z |
wilmer |
Formatting changes.
|
|
|
@48721c3
|
2006-01-17T21:15:42Z |
wilmer |
A KILL command. Unfortunately the user doesn't see the KILL message …
|
|
|
@daa9e02
|
2006-01-17T18:05:22Z |
wilmer |
LILO/WALLOPS commands now check if the receiving user logged in yet.
|
|
|
@d990997
|
2006-01-15T23:37:13Z |
wilmer |
The MOTD is not a socket…
|
|
|
@f4a5940
|
2006-01-15T20:31:59Z |
wilmer |
Added REHASH command, IPC emulation in daemon (non-forked) mode.
|
|
|
@6fda350
|
2006-01-15T16:41:55Z |
wilmer |
Fixed a bug in url.c that interpreted all http-urls as https.
|
|
|
@74c119d
|
2006-01-15T15:42:20Z |
wilmer |
Better DIE implementation, added SO_REUSEADDR to listening socket.
|
|
|
@13caf0a
|
2006-01-15T14:16:49Z |
wilmer |
Better implementation of /DIE
|
|
|
@e0ca412
|
2006-01-15T11:33:54Z |
wilmer |
s/WALLOP/WALLOPS/, added LILO command.
|
|
|
@0431ea1
|
2006-01-15T01:49:49Z |
wilmer |
Imported irc_command branch and used this addition for parsing IPC …
|
|
|
@9d6b229
|
2006-01-14T20:34:10Z |
wilmer |
Imported changes from main tree.
|
|
|
@de3e100
|
2006-01-14T20:31:59Z |
wilmer |
Separated the IRC line splitting/parsing code (to use it for IPC too), …
|
|
|
@b23c5c7
|
2006-01-14T19:12:48Z |
wilmer |
Added correct responses for OPER command, stripped some unnecessary …
|
|
|
@edf9657
|
2006-01-14T18:25:00Z |
wilmer |
Fixed the PASS-command, added error messages for invalid commands to …
|
|
|
@c22c210
|
2006-01-14T17:48:29Z |
wilmer |
Checks if there's an OPER password set before checking it, to prevent …
|
|
|
@d2cbe0a
|
2006-01-14T17:10:15Z |
wilmer |
Fixed Yahoo! invisible status. (Thanks to a patch someone posted on …
|
|
|
@0298d11
|
2006-01-13T23:51:21Z |
wilmer |
Moved all IRC commands to separate functions in irc_commands.c. At …
|
|
|
@5c577bd
|
2006-01-13T22:10:29Z |
wilmer |
IPC code (by no means final)
|
|
|
@277674c
|
2006-01-13T16:41:46Z |
wilmer |
Got rid of yahoo_list, since GLib has this all already. Couldn't test …
|
|
|
@dd8d4c5
|
2006-01-10T14:36:49Z |
wilmer |
http_encode() now just escapes everything except [A-Za-z0-9]. Should …
|
|
|
@4fe4be2
|
2006-01-10T14:20:48Z |
wilmer |
Removed send-flood protection code completely.
|
|
|
@2d75b56
|
2006-01-09T20:56:09Z |
wilmer |
Added a check for the fork() return value, that should actually be …
|
|
|
@08995b0
|
2006-01-04T12:09:35Z |
wilmer |
Cleaned up some warnings in MSN module that appeared because of the …
|
|
|
@7e563ed
|
2006-01-04T12:09:07Z |
wilmer |
Moved root_command functions to commands.c
|
|
|
@0196c47
|
2006-01-04T11:33:29Z |
wilmer |
MSN consts!
|
|
|
@2a6ca4f
|
2006-01-04T11:16:58Z |
wilmer |
Better handling of IPv4 connections in IPv6 mode. (Wrapping/Unwrapping …
|
|
|
@13c4cd3
|
2006-01-03T19:04:39Z |
wilmer |
Converted all tables in yahoo_fn into static consts so BitlBee …
|
|
|
@39cc341
|
2006-01-03T18:30:54Z |
wilmer |
strip_html now replaces non-ASCII characters (entities like é) …
|
|
|
@a252c1a
|
2005-12-31T20:29:15Z |
wilmer |
Removed useless UTF8-related functions (iconv works a lot better).
|
|
|
@c88999c
|
2005-12-27T15:20:35Z |
wilmer |
Forgot to actually move those functions in previous commit. And …
|
|
|
@e62762b
|
2005-12-27T15:10:15Z |
wilmer |
Moved util.c to root, moved some things to there from bitlbee.c
|
|
|
@e4d6271
|
2005-12-27T14:39:32Z |
wilmer |
IPv6 socket improvements. Daemon mode can now also listen on IPv6 …
|
|
|
@238f828
|
2005-12-26T14:42:54Z |
wilmer |
Fixed that security hole, and added mode +R (don't know if that's the …
|
|
|
@d25f6fc
|
2005-12-26T14:02:47Z |
wilmer |
Added OperPassword and RunMode = ForkDaemon settings. Oper stuff is …
|
|
|
@ffea9b9
|
2005-12-26T12:41:29Z |
wilmer |
configure now uses the bzr revision number as version number if …
|
|
|
@1fa6a23
|
2005-12-20T20:53:38Z |
wilmer |
Jabber module now requests the buddy list before setting an away …
|
|
|
@00f434f
|
2005-12-18T14:28:52Z |
wilmer |
Stuff from Jelmer.
|
|
|
@578d627
|
2005-12-18T11:48:25Z |
wilmer |
*Oops* The 005 reply sent % as the prefix for voiced people instead of +…
|
|
|
@3b9390b
|
2005-12-18T10:39:13Z |
wilmer |
When trying to talk to MSN people who are offline, the switchboard …
|
|
|
@43f205b
|
2005-12-18T01:06:11Z |
wilmer |
Crashbug fix in new MSN Passport code (plus a fix to make the 005 …
|
|
|
@a03a9f3
|
2005-12-18T01:02:29Z |
wilmer |
Non-blocking I/O for OpenSSL, plus some extra (important) cleanup code …
|
|
|
@7c0a497
|
2005-12-17T20:56:50Z |
wilmer |
Moved HTTP-stuff (right now only for passport) into a separate module. …
|
|
|
@ad8b8a3
|
2005-12-17T20:54:06Z |
wilmer |
Passport authentication works now.
|
|
|
@f3e1e92
|
2005-12-17T19:13:32Z |
wilmer |
Fixed parameter ordering.
|
|
|
@2db811a
|
2005-12-17T19:07:07Z |
wilmer |
Small memory leak fixed.
|
|
|
@52b3a99
|
2005-12-17T18:55:46Z |
wilmer |
Successfully tested http_client, added support for redirections.
|
|
|
@b5a22e3
|
2005-12-17T16:55:18Z |
wilmer |
Forgot to update configure for the _mod change.
|
|
|
@8a9afe4
|
2005-12-17T16:54:12Z |
wilmer |
http_client lib
|
|
|
@afe0764
|
2005-12-17T12:40:47Z |
wilmer |
Changed filenames of IM modules (jabberr, msnn, etc, didn't really …
|
|
|
@54c5ca1
|
2005-12-17T12:38:07Z |
wilmer |
Hmmm, a WARNING followed by "exit 1".. That doesn't really make sense.
|
|
|
@dd9a51b
|
2005-12-17T12:36:11Z |
wilmer |
Please keep the .o list sorted. :-)
|
|
|
@3d64e5b
|
2005-12-17T12:14:15Z |
wilmer |
Camel case, yuck!
|
|
|
@12c6634
|
2005-12-17T10:06:52Z |
wilmer |
BitlBee now sends a (hopefully correct) 005 reply on connect.
|
|
|
@32c632f
|
2005-12-17T01:00:38Z |
Jelmer Vernooij |
Allow overriding the pkg-config command to run
|
|
|
@4bfca70
|
2005-12-17T00:48:35Z |
Jelmer Vernooij |
Add variable for plugindir rather then always using the define
|
|
|
@701acdd4
|
2005-12-16T17:58:00Z |
wilmer |
Non-blocking SSL handshakes for GnuTLS. The rest might come later, but …
|
|
|
@c4168f4
|
2005-12-16T09:47:44Z |
wilmer |
Yay for useless optimizations!
|
|
|
@15832cc
|
2005-12-16T09:45:34Z |
wilmer |
Added the ICQ and AIM protocol numbers to find_protocol_by_id in …
|
|
|
@bf02a67
|
2005-12-15T11:55:27Z |
wilmer |
Merged Jelmer's pluginable tree (mainly useful for the Win32 port).
|
|
|
@11e090b
|
2005-12-15T09:14:38Z |
wilmer |
Moved variable declarations to the right place to make older compilers …
|
|
|
@547f937
|
2005-12-14T11:15:04Z |
Jelmer Vernooij |
Remove statement that couldn't be executed anyway
|
|
|
@703f0f7
|
2005-12-14T01:17:25Z |
Jelmer Vernooij |
Merge my pluginable branch
|
|
|
@22bf64e
|
2005-12-13T23:27:58Z |
wilmer |
Improved typing notification support. (from f0rked)
|
|
|
@6aaa221
|
2005-12-13T23:21:21Z |
wilmer |
More work on the storage abstraction layer from Jelmer.
|
|
|
@d3307e2
|
2005-12-13T23:07:05Z |
Jelmer Vernooij |
Merge my storage fixes
|
|
|
@b73ac9c
|
2005-12-13T23:05:27Z |
Jelmer Vernooij |
Add support for 'primary' and 'migrate' account storages.
Fix two bugs …
|
|
|
@a301379c
|
2005-12-13T22:43:59Z |
Jelmer Vernooij |
Simplify obfuscation functions - make them a bit more bitlbee-independent
|
|
|
@568aaf7
|
2005-12-13T21:39:18Z |
Jelmer Vernooij |
Use the standard data file format.
|
|
|
@ab4afba
|
2005-12-13T21:22:06Z |
wilmer |
Boo!
|
|
|
@1aa0bb5
|
2005-12-13T21:20:34Z |
wilmer |
AIM groupchat support, thanks to Hanji (Nelson Elhage)!
|
|
|
@34759e6
|
2005-12-10T15:28:41Z |
Jelmer Vernooij |
Use more GLib functions
|
|
|
@ab49fdc
|
2005-12-10T14:50:49Z |
Jelmer Vernooij |
Use helper functions rather then the backends directly. This will be …
|
|
|
@9df916f
|
2005-12-09T20:48:45Z |
Jelmer Vernooij |
Merge my storage abstraction changes
|
|
|
@87c24ba
|
2005-12-08T16:00:29Z |
Jelmer Vernooij |
Ignore decode/encode utilities
|
|
|
@7cad7b4
|
2005-12-08T16:00:08Z |
Jelmer Vernooij |
Clearer seperation between crypting and generic password code
|
|
|
@09adf08
|
2005-12-08T15:31:25Z |
Jelmer Vernooij |
Couple of small bugfixes
|
|
|
@8efa2f4
|
2005-12-08T14:57:13Z |
Jelmer Vernooij |
Merge some fixes from my integration branch
|
|
|
@c2295f7
|
2005-12-08T14:51:06Z |
Jelmer Vernooij |
Move some crypting-unrelated code
|
|
|
@7989fcf3
|
2005-12-08T14:37:39Z |
Jelmer Vernooij |
Add check_pass function
|
|
|
@a1f17d4
|
2005-12-08T14:14:28Z |
Jelmer Vernooij |
Simplify storage API a bit
|
|
|
@1ee6c18
|
2005-12-08T13:41:53Z |
Jelmer Vernooij |
Add abstraction layer for storage
|
|
|
@1eddf6b
|
2005-12-08T12:30:43Z |
Jelmer Vernooij |
Add some const
|
|
|