about summary refs log tree commit diff stats
path: root/src/plugins/c_plugins.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright to include 2019Michael Vetter2019-01-221-1/+1
* Update copyrightJames Booth2018-01-211-1/+1
* Update CopyrightJames Booth2017-01-281-1/+1
* Add pre chat and room message blockingJames Booth2017-01-221-0/+11
* Remove disco features added by plugins on unloadJames Booth2016-08-111-0/+3
* Add resource to chat message plugin hooksJames Booth2016-08-101-44/+44
* Move all filepath handling to files.cJames Booth2016-07-241-2/+3
* Tidy headersJames Booth2016-07-241-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Add plugins on_unload hookJames Booth2016-07-051-0/+15
* Remove plugin callbacks in plugin_destroy functionsJames Booth2016-07-041-0/+2
* Plugins: Added account_name and fulljid to prof_init hookJames Booth2016-04-131-4/+6
* Added /plugins load commandJames Booth2016-04-101-4/+1
* Plugins: Added on_room_history_messageJames Booth2016-04-081-0/+17
* Plugins: Added on_room_win_focusJames Booth2016-04-071-0/+15
* Plugins: Added on_chat_win_focusJames Booth2016-04-071-0/+15
* Added plugins presence hooksJames Booth2016-03-301-170/+205
* Added basic stanza receive eooksJames Booth2016-03-271-0/+45
* Added stanza send hooks for pluginsJames Booth2016-03-261-0/+45
* Return result from plugin callsJames Booth2016-02-211-1/+1
* Updated copyrightJames Booth2016-02-141-1/+1
* Added C plugin code from plugins branchJames Booth2016-02-141-0/+367
n260'>260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439