aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.c
Commit message (Collapse)AuthorAgeLines
...
| * Away devoices are done by the server instead of by root now. This makesWilmer van der Gaast2006-10-22-4/+4
| | | | | | | | | | more sense with the "netsplit feature". (Because of less noisy joins.)
* | Complete fix (or mostly a work-around) for nested calls to signoff(). (CanWilmer van der Gaast2006-10-21-2/+2
| | | | | | | | | | | | | | happen when the IRC connection to the user is broken, a write() to it eventually fails, which triggers an irc_kill() which, in turn, will call signoff() for all accounts.)
* | Implemented a list of away states, using this for a better set_away(), andWilmer van der Gaast2006-09-23-2/+0
| | | | | | | | | | got rid of the double <presence> tag sent because of presence_announce().
* | Fixed return value on incomplete write()s in write handler, protectionWilmer van der Gaast2006-09-22-0/+5
|/ | | | | | | against write()ing to sockets that are closed already, hopefully sane detection for SASL support, and only sending type=unavailable presence tag to logged in sessions.
* Extra comments in set.h and now properly using set_getbool() instead ofWilmer van der Gaast2006-08-13-17/+17
| | | | | set_getint().
* Added a per-connection auto_reconnect setting.Wilmer van der Gaast2006-07-14-1/+2
|
* Implemented per-account nick lists instead of per-protocol nick lists.Wilmer van der Gaast2006-07-03-7/+7
| | | | | | | | | | nick_t is dead, instead nicks are just saves in a per-account_t GLib hash table. While doing this, the import_buddies command finally died and text_save() disappeared, because the old file format can't handle most of the new features in this branch anyway. Still have to implement support for the new nick lists in text_load()!
* Got rid of struct aim_user (now using account_t everywhere). Needs some moreWilmer van der Gaast2006-07-01-56/+43
| | | | | testing though.
* Made set.c API more generic so it's not specific to irc_t structures anymore,Wilmer van der Gaast2006-06-30-26/+27
| | | | | but can be used for account_t structures too, for example.
* Merging from devel/Jelmer.Wilmer van der Gaast2006-06-25-1/+2
|\
| * Merging libevent branch: Events can now be handles by both glib and libevent.Wilmer van der Gaast2006-06-21-14/+12
| |\
* | | Merging Jelmer's storage tree (with LDAP support).Wilmer van der Gaast2006-06-07-1/+2
|\| | | |/ |/|
| * Implemented netsplits for "account off".Wilmer van der Gaast2006-06-03-1/+2
| |
| |
| \
*-. | Merging from main development tree.Wilmer van der Gaast2006-05-26-96/+156
|\ \|
| | * Added bim_ functions for block/allow list management to keep gc->permit/denyWilmer van der Gaast2006-05-23-0/+46
| | | | | | | | | | | | | | | up-to-date at run-time.
| | * Some changes for im_api. (bim_* functions)Wilmer van der Gaast2006-05-23-95/+102
| |/
| * Fixed a string handling mistake and better stripping of servernames usedWilmer van der Gaast2006-05-20-1/+8
| | | | | | | | | | in user_t structures.
* | Merging from main development tree.Wilmer van der Gaast2006-05-19-1/+2
|\|
| * Fixed various memory leaks/other possible problems after code review.Wilmer van der Gaast2006-05-15-1/+2
| |
* | No more need for remove_by_user_data, hope the auto-reconnect code isn't too ↵Wilmer van der Gaast2006-05-15-5/+5
| | | | | | | | unreliable anymore.
* | Moved everything to the BitlBee event handling API.Wilmer van der Gaast2006-05-10-7/+7
| |
* | Split off event handling related functions (depending on GLib) to events_glib.c.Wilmer van der Gaast2006-05-09-3/+1
|/
* Removed import_buddies message.Wilmer van der Gaast2006-04-14-11/+0
|
* Removed account_offline(), we have signoff() already.Wilmer van der Gaast2006-04-13-6/+0
|
* Cleaned up two more functions from nogaim.Wilmer van der Gaast2006-04-13-14/+0
|
* Filled in show_got_added().Wilmer van der Gaast2006-04-07-1/+32
|
* Added/Fixed calls to show_got_added() in all IM-modules, now to fill in thatWilmer van der Gaast2006-04-03-1/+1
| | | | | call. (It should ask the user if he/she wants to add a buddy to his/her list.)
* Finished the iconv() fix. Instead of doing it every time something goes fromWilmer van der Gaast2006-03-31-106/+25
| | | | | | | or to the IM-modules, it's now just done with everything that goes between BitlBee and the user. Incomparably more efficient/reliable. Plus some more cleanups. It compiles, can't test it for real yet. ;-)
* Buddy group data is now stored in the user_t structure.Wilmer van der Gaast2006-03-22-0/+1
|
* Fixed ugliness in serv_got_crap().Wilmer van der Gaast2006-03-21-3/+5
|
* Added Hidden and Invisible to the away state aliases list.Wilmer van der Gaast2006-03-21-1/+2
|
* Fixed #111, Jabber away states get set correctly at connect-time now.Wilmer van der Gaast2006-03-18-1/+3
|
* Small code cleanup, got rid of some functions in nogaim.c that we never needed.Wilmer van der Gaast2006-03-15-23/+3
|
* Add variable for plugindir rather then always using the defineJelmer Vernooij2005-12-17-2/+2
|
* Merge my pluginable branchJelmer Vernooij2005-12-14-21/+92
|\
| * Merge from WilmerJelmer Vernooij2005-12-04-3/+10
| |\
| | * Oops... :-(1.0Wilmer van der Gaast2005-12-04-1/+1
| | |
| * | Disable plugin support by default, support compilation with non-C99 compilers.Jelmer Vernooij2005-11-29-26/+36
| | |
| * | Merge from WilmerJelmer Vernooij2005-11-28-13/+28
| |\ \
| * \ \ Merge WilmerJelmer Vernooij2005-11-19-32/+37
| |\ \ \
| * \ \ \ Merge from JelmerJelmer Vernooij2005-11-15-39/+1
| |\ \ \ \
| * \ \ \ \ Merge changes from WilmerJelmer Vernooij2005-11-15-1/+1
| |\ \ \ \ \
| * | | | | | Migrate my pluginable branch to use Wilmers' branch as parentJelmer Vernooij2005-11-07-32/+93
| | | | | | |
* | | | | | | Implements solution to typing notifications in ticket #45Matt Sparks2005-12-04-3/+13
| |_|_|_|_|/ |/| | | | |
* | | | | | do_error_dialog shouldn't do NULL dereferences anymore, and TYPING ↵Wilmer van der Gaast2005-12-04-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | notifications are always direct PRIVMSGs.
* | | | | | Oops...Wilmer van der Gaast2005-12-03-1/+1
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A very small typo caused very weird problems in the line splitting code.
* | | | | Messages specific to a connection only mention the handle now if necessary ↵Wilmer van der Gaast2005-11-26-2/+14
| | | | | | | | | | | | | | | | | | | | (i.e. if there is more than one connection to that IM-network). Should close #26.
* | | | | Lowered the line splitting limit a bit (and made it a bit prettier by trying ↵Wilmer van der Gaast2005-11-26-10/+13
| | | | | | | | | | | | | | | | | | | | to split on spaces, if possible). Should close #29.
* | | | | Incoming typing notices are now sent as a CTCP. Better consistency.Wilmer van der Gaast2005-11-20-1/+1
| |_|_|/ |/| | | | | | | | | | | | | | | Don't forget to upgrade your typing notice script.
* | | | Oops, even BitlBee didn't know yet that channel names can start with &. Now ↵Wilmer van der Gaast2005-11-19-1/+1
| | | | | | | | | | | | | | | | it should.