|
|
@b75acf6
|
2009-10-22T21:55:23Z |
wilmer |
Don't include chat.h from bitlbee.h. make install-dev doesn't install …
|
|
|
@2ea8736
|
2009-06-24T21:48:44Z |
wilmer |
Fixed another crash bug (this one was triggered by just typing "chat set").
|
|
|
@8a08d92
|
2009-06-24T21:44:39Z |
wilmer |
Fixed crash on setting an unknown setting.
|
|
|
@77fc000c
|
2008-12-13T19:46:56Z |
wilmer |
Added argument count check to "add -tmp" to prevent NULL dereference.
|
|
|
@c05eb5b
|
2008-09-29T21:53:05Z |
wilmer |
Checking account setting's flags again before changing them.
|
|
|
@ced1e17
|
2008-09-07T14:34:50Z |
wilmer |
Merging BitlBee 1.2.3 release.
|
|
|
@3183c21
|
2008-09-06T22:59:32Z |
wilmer |
Completely reviewed all uses of irc->password, irc_setpass() and …
|
|
|
@d4810df
|
2008-09-02T07:48:56Z |
wilmer |
Fixed check for set -del arguments.
|
|
|
@07054a5
|
2008-08-31T22:49:32Z |
wilmer |
"chat add" can generate a channel name by itself if necessary. Also …
|
|
|
@3b99524
|
2008-08-31T15:41:51Z |
wilmer |
Added a MIN_ARGS() macro instead of stupidly copy-pasting the same …
|
|
|
@d995c9b
|
2008-08-31T14:54:39Z |
wilmer |
Added cleanup code.
|
|
|
@39f93f0
|
2008-08-31T13:42:33Z |
wilmer |
/join can now be used to join chatrooms, join_chat should not be used …
|
|
|
@0e639f5
|
2008-08-31T09:13:56Z |
wilmer |
Added one TODO, and also dupe-check channel names against the control …
|
|
|
@e7bc722
|
2008-08-31T00:04:53Z |
wilmer |
Integrated cmd_set() and the "account set" into one fully unreadable …
|
|
|
@a9a7287
|
2008-08-30T22:04:29Z |
wilmer |
Added "chat" command, deprecated join_chat. Stuff is still incomplete, …
|
|
|
@f536a99
|
2008-08-25T20:48:48Z |
wilmer |
Fixed NULL pointer dereference on trying to read non-existent settings.
|
|
|
@f3579fd
|
2008-08-24T20:52:31Z |
wilmer |
Clearer feedback after set/account set commands.
|
|
|
@7125cb3
|
2008-08-24T18:01:05Z |
wilmer |
Added SET_INVALID, which set evaluators should now return instead of …
|
|
|
@23c4e64
|
2008-05-11T19:37:34Z |
wilmer |
Fixed NULL point dereference in "account set -del" code.
|
|
|
@1195cec
|
2008-04-05T13:03:31Z |
wilmer |
Changed root nicknames are now saved. (Bug #378)
|
|
|
@f35aee7
|
2008-04-05T12:36:13Z |
wilmer |
Fixed #386.
|
|
|
@8dbe021f
|
2008-04-04T23:13:07Z |
wilmer |
Don't pass an account_t pointer directly to query_add() since …
|
|
|
@7f421d6
|
2008-03-03T23:18:36Z |
wilmer |
BitlBee <= 1.0 didn't have "account set" and allowed one to delete an …
|
|
|
@d5bd9c0
|
2008-02-28T22:39:37Z |
wilmer |
My fix for semi-PEBKAC bug #353: Add a warning if someone seems to be …
|
|
|
@7adc657
|
2008-02-09T23:54:09Z |
wilmer |
Restored "add -tmp". A bit hackish, but it will do for now.
|
|
|
@e731120
|
2008-01-11T00:45:18Z |
wilmer |
Adding own handle to protocol name in blist output for people with …
|
|
|
@30ce1ce
|
2007-12-12T23:30:51Z |
wilmer |
Killed the <server> parameter to "account add" and changed the default …
|
|
|
@71dc854
|
2007-12-10T22:33:08Z |
wilmer |
Fixed "set xxx" syntax (it showed all settings instead of just xxx).
|
|
|
@56f260a
|
2007-11-22T22:56:52Z |
wilmer |
Some changes to get rid of compiler warnings. (And disabling strict …
|
|
|
@256899f
|
2007-11-19T23:16:18Z |
wilmer |
Merging Jabber groupchat support.
|
|
|
@cd428e4
|
2007-11-17T12:20:51Z |
wilmer |
Added (account) set -del.
|
|
|
@eda54e4
|
2007-10-12T00:08:58Z |
wilmer |
Merge from devel.
|
|
|
@9334cc2
|
2007-09-25T08:08:56Z |
wilmer |
Fixed NULL pointer dereference in "account set" command. That command …
|
|
|
@9da0bbf
|
2007-07-02T22:12:03Z |
wilmer |
Added (and using) jabber_chat_free() for better memory management, …
|
|
|
@7bf4326
|
2007-07-01T12:20:23Z |
wilmer |
Better groupchat channel name generation/verification.
|
|
|
@0e7ab64
|
2007-04-23T02:58:44Z |
wilmer |
Got rid of one HORRIBLE stupidity called chat_by_channel(), which …
|
|
|
@e35d1a1
|
2007-04-22T20:44:27Z |
wilmer |
Read-only support for Jabber conferences (non-anonymous rooms only). …
|
|
|
@f0cb961
|
2007-04-19T06:03:43Z |
wilmer |
More API changes: buddy list management. imcb_add_buddy() is now a …
|
|
|
@84b045d
|
2007-04-16T01:03:08Z |
wilmer |
s/imc/imcb/ for callback functions. Moved things aroundin nogaim.h a …
|
|
|
@c2fb3809
|
2007-04-15T22:39:35Z |
wilmer |
Cleaned up struct im_connection. No more username/password stuff since …
|
|
|
@0da65d5
|
2007-03-31T05:40:45Z |
wilmer |
s/gaim_connection/im_connection/ and some other minor API changes. The …
|
|
|
@fa29d093
|
2007-03-28T05:53:11Z |
wilmer |
Preparing for Jabber conference room support.
|
|
|
@aaaed5e
|
2006-10-15T21:42:28Z |
wilmer |
A *working* fix for a memory access violation in cmd_remove().
|
|
|
@e97827b
|
2006-10-15T09:31:13Z |
wilmer |
Merging from devel.
|
|
|
@3ef6410
|
2006-10-15T09:26:06Z |
wilmer |
Removed a reference to an already free()d variable from cmd_remove().
|
|
|
@0383943
|
2006-08-24T22:06:52Z |
wilmer |
Added message on successful creation of accounts and fixed "set …
|
|
|
@d5ccd83
|
2006-08-13T19:15:23Z |
wilmer |
Extra comments in set.h and now properly using set_getbool() instead …
|
|
|
@2811940
|
2006-07-27T14:55:53Z |
wilmer |
Copy-paste considered harmful + Fixed double handling of …
|
|
|
@75a4b85
|
2006-07-14T09:25:48Z |
wilmer |
Fixed a memory leak, added a check for valid Jabber handles, and …
|
|
|
@5b52a48
|
2006-07-03T21:22:45Z |
wilmer |
Implemented per-account nick lists instead of per-protocol nick lists. …
|
|
|
@911f2eb
|
2006-07-02T23:20:27Z |
wilmer |
Added display_name setting for MSN connections. (Should replace the …
|
|
|
@5100caa
|
2006-07-01T15:52:05Z |
wilmer |
Added "account set" command.
|
|
|
@0a3c243
|
2006-06-30T23:18:56Z |
wilmer |
Got rid of struct aim_user (now using account_t everywhere). Needs …
|
|
|
@5c9512f
|
2006-06-30T09:17:18Z |
wilmer |
Made set.c API more generic so it's not specific to irc_t structures …
|
|
|
@90bbb0e
|
2006-06-26T16:50:47Z |
wilmer |
Moved the call to "account on" to the right place.
|
|
|
@6ee9d2d
|
2006-06-25T18:25:13Z |
wilmer |
Forgot to initialize pass_rc4 (which caused memory management mess …
|
|
|
@2b14eef
|
2006-06-20T22:14:46Z |
wilmer |
Implemented handling of autoconnect attribute.
|
|
|
@5898ef8
|
2006-06-15T12:46:31Z |
wilmer |
xml_save(), decent error handling and merging fixed autosaving.
|
|
|
@3af70b0
|
2006-06-15T12:37:05Z |
wilmer |
!x&y == (!x)&y, not !(x&y).
|
|
|
@79e826a
|
2006-06-15T12:22:17Z |
wilmer |
Converted irc->status to binary flags. (This also fixes …
|
|
|
@c121f89
|
2006-06-14T20:30:25Z |
wilmer |
xml_load() works pretty well now.
|
|
|
@da3b536
|
2006-05-23T08:09:16Z |
wilmer |
Added bim_ functions for block/allow list management to keep …
|
|
|
@619a681
|
2006-05-21T22:51:54Z |
wilmer |
Fixed a bug that caused root_command_string() to sometimes not notice \0.
|
|
|
@79c6f9f
|
2006-04-25T07:21:49Z |
wilmer |
Implemented better quoting for root command arguments.
(Support for …
|
|
|
@f8de26f
|
2006-04-03T21:34:45Z |
wilmer |
Added "add -tmp" command, which you can use to temporary add a buddy …
|
|
|
@57ef864
|
2006-04-02T08:29:34Z |
wilmer |
Format string problem in cmd_block/allow.
|
|
|
@e6e1f18
|
2006-04-01T15:40:55Z |
wilmer |
List header for "account list" in mode +b.
|
|
|
@7d31002
|
2006-03-31T21:09:36Z |
wilmer |
Tested and fixed one issue, and got rid of one more superfluous iconv call.
|
|
|
@aa5ac01
|
2006-03-22T17:35:03Z |
wilmer |
Restored buddy counts in blist output for +b mode, it's a nice …
|
|
|
@87b6a3e
|
2006-03-21T08:35:46Z |
wilmer |
The block and allow commands can now display the block/allow lists.
|
|
|
@aefa533e
|
2006-03-21T08:12:22Z |
wilmer |
Added a special +b usermode for easier parseability of some things. …
|
|
|
@8365610
|
2006-01-30T16:07:07Z |
wilmer |
Added a little warning message when people use a wrong set-command syntax.
|
|
|
@f73b969
|
2006-01-20T15:15:49Z |
wilmer |
Renamed commands.c, got rid of return values in all command functions.
|