source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Date Author Log Message
(edit) @6c56f42   2010-04-11T23:04:24Z wilmer Allow short versions of root commands (just give enough to match …
(edit) @eabc9d2   2010-04-11T22:49:32Z wilmer Fixed cleanup issues when turning off an account. Also fixed syntax of …
(edit) @d986463   2010-04-11T22:31:15Z wilmer Show status msg in /WHOIS, using a hopefully more proper 320 numeric reply.
(edit) @57119e8   2010-04-11T22:26:45Z wilmer Actually bomb out if channel creation fails at /join time.
(edit) @8240840   2010-04-11T22:22:17Z wilmer Don't send the topic at join time if there is none. This seems to be …
(edit) @ffa1173   2010-04-11T19:53:27Z wilmer Allow the user to change his/her nick. My old concern was that it gets …
(edit) @dbb0ce3   2010-04-11T19:38:45Z wilmer Restored add/remove command and, oh, yes/no commands. Nice to be able …
(edit) @e00da63   2010-04-11T19:10:12Z wilmer Restored query/ask stuff.
(edit) @a87e6ba   2010-04-11T18:13:19Z wilmer Merging a Jabber ft bugfix.
(edit) @3ab1d31   2010-04-11T18:12:25Z wilmer Fixing a bug in s5bytestream code to deal with incomplete SOCKS5 …
(edit) @17a6ee9   2010-04-11T14:37:06Z wilmer Including DCC stuff again, with a wonderful extra layer of …
(edit) @1f92a58   2010-04-10T02:27:50Z wilmer Restore the storage module.
(edit) @57c96f7   2010-04-05T01:00:02Z wilmer Restored the rename command.
(edit) @0b5cc72   2010-04-05T00:39:04Z wilmer Send nickname change notifications when necessary.
(edit) @1d39159   2010-04-05T00:18:24Z wilmer Get full names properly. Handling of nick_source setting and …
(edit) @f012a9f   2010-04-02T03:25:41Z wilmer Can receive messages again.
(edit) @231b08b   2010-04-02T02:54:39Z wilmer Show buddy online/offline status in the first channel.
(edit) @fb117aee   2010-04-02T02:29:45Z wilmer Cleaned lots of compiler warnings so I can get some signal again.
(edit) @e63507a   2010-04-02T02:03:50Z wilmer Synced the values of some old OPT_* flags with BEE_USER_*.
(edit) @d860a8d   2010-04-01T03:38:50Z wilmer Restored "account" root command and restored enough stuff to be able …
(edit) @81e04e1   2010-04-01T02:32:25Z wilmer nogaim.c is close to doing something useful again without speaking any …
(edit) @10a96f4   2010-03-29T12:25:01Z wilmer Start restoring IM-related bits, added bee_user.c with basic functions …
(edit) @38ee021   2010-03-28T03:03:57Z wilmer Remove deleted user from channels too!
(edit) @3923003   2010-03-28T02:49:19Z wilmer Restored server-initiated PINGs.
(edit) @6761a40   2010-03-28T02:44:19Z wilmer Restored multi-line message support.
(edit) @410bf6d   2010-03-27T18:10:03Z wilmer Fixed bug in /WHO $channel output.
(edit) @74f1cde   2010-03-27T18:05:38Z wilmer irc_usermsg() works a little bit again. Have to figure out how and …
(edit) @280c56a   2010-03-27T17:36:47Z wilmer Added privmsg handlers to users/channels. root commands are coming back.
(edit) @2f53ada   2010-03-27T15:16:16Z wilmer /WHO
(edit) @b919363   2010-03-27T14:31:03Z wilmer Mode stuff. Also disallow unsetting +R umode which was possible so far …
(edit) @9b69eb7   2010-03-27T12:34:44Z wilmer MOTD command added since, well, I had all the code for it already anyway.
(edit) @83e92bf   2010-03-27T12:30:00Z wilmer Topic handling changes.
(edit) @b95932e   2010-03-27T03:39:23Z wilmer Added WHOIS command.
(edit) @63a520b   2010-03-27T03:11:02Z wilmer Collect that garbage.
(edit) @b9e020a   2010-03-27T03:04:35Z wilmer Added JOIN, NAMES and PART commands.
(edit) @4be8239   2010-03-27T02:39:08Z wilmer Simple IRC channel interface, use it to represent the control channel.
(edit) @ebaebfe   2010-03-27T01:57:00Z wilmer PING and QUIT work now, and adding some files that weren't checked in …
(edit) @3ddb7477   2010-03-26T12:14:37Z wilmer One total mess that doesn't do much yet, but reorganised some stuff …
(edit) @ba7d16f   2010-03-24T17:12:53Z wilmer Now seems like a pretty good time to finally kill crypting.c and …
(edit) @1cc0df3   2010-03-21T16:52:22Z wilmer s/last_act/last_msg/ now.
(edit) @767a148   2010-03-21T16:06:31Z wilmer Merging in file transfer support. Most important points from my review …
(edit) @a81d679   2010-03-21T15:56:59Z wilmer Fixed jabber_bs_peek() to deal with incomplete packets as well.
(edit) @4ed9c8c   2010-03-21T15:10:07Z wilmer Fixed 100% CPU usage bug in dcc.c.
(edit) @2e89256   2010-03-21T13:20:20Z wilmer Remove dcc_poll() and just use the cond variable passed to I/O events.
(edit) @545d7c0   2010-03-21T10:18:28Z wilmer Added ignore_auth_requests setting (patch from vmiklos, bug #578).
(edit) @aed152f   2010-03-21T01:02:03Z wilmer Killed the last str*cmp(xml_find_attr) combos.
(edit) @54a2014   2010-03-21T00:46:18Z wilmer xt_status functions should always return an XT_ status, it's not a boolean.
(edit) @699376f7   2010-03-21T00:39:45Z wilmer Read the from attribute from the main stanza, not the inside query. …
(edit) @0baed0d   2010-03-19T00:09:50Z wilmer Allow changing the name of the control channel at run-time.
(edit) @5fbec3d   2010-03-18T22:22:46Z wilmer Merging recent debian/ changes.
(edit) @8462239   2010-03-18T22:18:52Z wilmer Use a proper tempfile for the libresolv checks and add a missing " to …
(edit) @5605be9   2010-03-18T20:34:33Z wilmer Care about lib64 directories as well when trying to find libresolv.a.
(edit) @638feab   2010-03-18T14:38:06Z wilmer Merging in Jabber resource selection fix. This adds the …
(edit) @842cd8d   2010-03-18T11:22:17Z wilmer Fixed a bug that caused full JIDs to get lost sometimes with the new …
(edit) @b8a491d   2010-03-18T00:30:38Z wilmer Some compiler warning fixes and renamed "transfers" command to just …
(edit) @78d254f1   2010-03-18T00:07:16Z wilmer More small fixes. (NULL derefs and s/close/disconnect/)
(edit) @42fc5b6   2010-03-17T23:47:35Z wilmer Ouch, committing stuff without even checking if it compiles is bad …
(edit) @c1a3c27   2010-03-17T23:41:07Z wilmer Avoid some NULL pointer dereferences on malformed XMPP packets.
(edit) @60e4df3   2010-03-17T23:23:27Z wilmer Small cleanup. The max_packet_size variable doesn't seem to be read …
(edit) @6ce01be   2010-03-17T15:50:58Z wilmer Undo -iquote change which seems to cause plenty of problems to people …
(edit) @e8c8d00   2010-03-17T15:15:19Z wilmer Merging mainline.
(edit) @b788246   2010-03-17T15:00:27Z wilmer 1.2.5-1: Translation fixes/additions and one other bug fixed "upstream". 1.2.5-1
(edit) @75554d0   2010-03-17T13:56:52Z wilmer Merging in 1.2.5.
(edit) @f9928cb   2010-03-17T01:13:23Z wilmer Set resource_select to activity by default since priority has always … 1.2.5
(edit) @a1ac227   2010-03-17T01:07:41Z wilmer Here we go, stable for >24h on testing and im. Time to release.
(edit) @0b510af   2010-03-16T10:45:26Z wilmer Check the RESTART environment variable before closing fd's 0-2 since …
(edit) @ec55a7d   2010-03-16T10:24:00Z wilmer Really set Yahoo! status messages properly. YMSG, how I hate you.
(edit) @449a51d   2010-03-16T10:18:02Z wilmer Include non-away status messages in blist and whois responses. The …
(edit) @9fca0657   2010-03-15T10:26:25Z wilmer Deal with stupid (on first sight, at least) Yahoo! server behaviour …
(edit) @315dd4c   2010-03-15T01:25:47Z wilmer Oops.. Today's Jabber fix could get stuck in a somewhat infinite loop …
(edit) @7e2b593   2010-03-14T23:14:41Z wilmer Preparing for 1.2.5.
(edit) @21d48d9   2010-03-14T20:19:10Z wilmer Fix for bug #536: No longer fail on corrupted USR responses with …
(edit) @90cd6c4   2010-03-14T18:22:43Z wilmer Allow disabling certain IM protocols at runtime, patch from …
(edit) @ceebeb1   2010-03-14T18:09:56Z wilmer Warn if xmlto is missing and a prebuilt helpfile is missing.
(edit) @fb00989   2010-03-14T17:55:27Z wilmer Adding a few consts and other misc fixes from bug #431. Doing this via …
(edit) @c6ca3ee   2010-03-14T17:49:24Z wilmer Some const/etc cleanups submitted by domen@… back in bug #431.
(edit) @8fb1263   2010-03-14T17:45:33Z wilmer Don't send bind and session requests at the same time when logging in …
(edit) @af7f046   2010-03-14T16:56:00Z wilmer Don't send a <?xml> stream start after starttls since it upsets …
(edit) @435f552   2010-03-14T16:47:00Z wilmer While I'm at it, set auto_reconnect to true by default, which I …
(edit) @e9cf291   2010-03-14T16:42:22Z wilmer Allow the identify command only once. (Bug #509)
(edit) @caceb06   2010-03-14T16:37:46Z wilmer Don't strip binaries on OS X since it causes plugin troubles. (Bug #480)
(edit) @bb34771   2010-03-14T16:35:55Z wilmer Close fd's 0,1,2 no matter what, not just if they're ttys. (Bug #476)
(edit) @286b28e   2010-03-13T01:02:47Z wilmer Added nick_source account setting to allow using full name fields for …
(edit) @1be0d26   2010-03-13T00:12:07Z wilmer Fixed handling of contact lists where at least the first contact is …
(edit) @7053379   2010-03-12T23:02:29Z wilmer Yahoo! status updates (at least initial ones, I assume) can be too …
(edit) @547c94c   2010-03-12T22:32:55Z wilmer Merging in some code from libyahoo2-trunk that deals better with …
(edit) @00a0bc5   2010-03-12T20:28:39Z wilmer Test activity_timeout and some other test tweaks.
(edit) @dde9d571   2010-03-12T19:35:51Z wilmer Fixed jabber_util unittest. It passes, yet something still seems to be …
(edit) @be609ff   2010-03-12T19:10:16Z wilmer Merging mainline.
(edit) @8b6b740   2010-03-11T11:15:36Z wilmer Document the new -x flag in one useful location and make it a bit …
(edit) @75ec2c8   2010-03-10T23:58:47Z wilmer Fixed an "off-by -1" bug in msn_findheader() that could probably be …
(edit) @a0bd4c2   2010-03-10T23:58:28Z wilmer Huh, what was that dead code doing there.. :-/
(edit) @3e1ef92c   2010-03-09T13:13:50Z wilmer Fixed a compiler warning for an ugliness that fortunately shouldn't …
(edit) @7c9db24   2010-03-08T02:10:41Z wilmer Replaced obsolete (useless for the current .xml files) encode/decode …
(edit) @b52e478   2010-03-08T01:25:10Z wilmer Added &apos; HTML entity since we're sure getting that one a lot with …
(edit) @c32f492   2010-03-07T18:41:45Z wilmer Merging in improved away/status message code.
(edit) @0e99548   2010-03-07T18:37:23Z wilmer Doc update.
(edit) @63770b4   2010-03-07T18:32:31Z wilmer Changed formatting of Jabber buddy info response.
(edit) @68198e9   2010-03-07T00:31:34Z wilmer Two more fixes in OSCAR to avoid NULL pointers being passed to …
(edit) @58adb7e   2010-03-07T00:22:33Z wilmer Added global and per-account settings "away" and "status" so the user …
Note: See TracRevisionLog for help on using the revision log.