about summary refs log tree commit diff stats
path: root/src/plugins/plugins.h
Commit message (Expand)AuthorAgeFilesLines
* Add /plugins install commandJames Booth2016-07-121-0/+1
* Remove plugin window on /closeJames Booth2016-07-121-0/+1
* Allow reloading all plugins with /plugin reloadJames Booth2016-07-101-0/+1
* Add /plugin reload commandJames Booth2016-07-101-0/+1
* Add plugins on_unload hookJames Booth2016-07-051-0/+1
* Use hash table to store pluginsJames Booth2016-06-301-2/+1
* /plugins unload command and completerJames Booth2016-06-301-0/+2
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-1/+0
* WIP - Unload plugin commandsJames Booth2016-06-291-0/+1
* Rename command sourcesJames Booth2016-05-221-1/+1
* Plugins: Added prof_disco_add_feature()James Booth2016-04-301-0/+2
* Plugins: Added account_name and fulljid to prof_init hookJames Booth2016-04-131-1/+1
* Only complete unloaded plugins on /plugins loadJames Booth2016-04-121-1/+1
* Added /plugins load commandJames Booth2016-04-101-1/+3
* Plugins: Added on_room_history_messageJames Booth2016-04-081-0/+4
* Plugins: Added on_room_win_focusJames Booth2016-04-071-0/+2
* Plugins: Added on_chat_win_focusJames Booth2016-04-071-0/+4
* Added plugins presence hooksJames Booth2016-03-301-33/+49
* Added basic stanza receive eooksJames Booth2016-03-271-0/+10
* Added stanza send hooks for pluginsJames Booth2016-03-261-2/+9
* Added python plugins codeJames Booth2016-02-241-0/+2
* Integrated plugins with /help commandJames Booth2016-02-181-0/+1
* Added new help format to c plugins WIPJames Booth2016-02-181-0/+3
* Removed non c plugin codeJames Booth2016-02-141-3/+0
* Updated copyrightJames Booth2016-02-141-1/+1
* Added C plugin code from plugins branchJames Booth2016-02-141-0/+108
0' href='#n300'>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