aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/nogaim.c
Commit message (Collapse)AuthorAgeLines
* 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.
* | | | HTML stripping is optional again (but still safer than before 0.93), but now ↵Wilmer van der Gaast2005-11-18-10/+15
| | | | | | | | | | | | | | | | enabled by default.
* | | | Got rid of raw ^B's in source,Wilmer van der Gaast2005-11-16-21/+21
| |_|/ |/| | | | | | | | | | | | | | | | | | | | Replaced most irc_usermsg() calls in nogaim.c with serv_got_crap(), Slightly clearer handling of buddy add requests. Thanks to timing for the patch.
* | | Remove handle_cmp() replacing it by a protocol-specific function.Jelmer Vernooij2005-11-15-39/+1
| |/ |/|
* | Fixed inconsistency (in fact stupidity) in do_error_dialog().Wilmer van der Gaast2005-11-12-1/+1
|/
* Initial repository (0.99 release tree)0.99Wilmer van der Gaast2005-11-06-0/+1082