about summary refs log tree commit diff stats
path: root/src/profanity.h
Commit message (Expand)AuthorAgeFilesLines
...
* Show message when other user <gone/>James Booth2012-11-011-0/+1
* Load roster before sending presenceJames Booth2012-10-281-5/+0
* Removed trailing whitespace from src and testsJames Booth2012-10-211-2/+2
* handle error messages from serverDmitry Podgorny2012-10-181-0/+1
* Refactored profanity moduleJames Booth2012-10-021-9/+7
* Moved roster output handling to profanity moduleJames Booth2012-10-021-0/+6
* Added status handler code to profanity moduleJames Booth2012-10-021-0/+2
* Moved login attempt handler code to profanity moduleJames Booth2012-10-011-0/+3
* Moved incoming message code to profanity moduleJames Booth2012-10-011-0/+2
* Created shutdown init function to initiate and wait for shutdownJames Booth2012-09-111-0/+1
* Customisable logging levelsJames Booth2012-08-191-1/+1
* Added autobuild toolsJames Booth2012-07-011-0/+30
id='n13' href='#n13'>13 14
15
16
17
18
19
20
21
22
23
24

              




             




                                                                

          

                                
 
       
            




                      
sudo: required
dist: trusty
language: cpp

addons:
  apt:
    sources:
      - ubuntu-toolchain-r-test
    packages:
      - valgrind
      - libstdc++-5-dev  # default version is not valgrind-clean

matrix:
  include:
    - env: COMMAND=./test_layers
    - env: COMMAND=./test_apps

script:
  - $COMMAND

notifications:
  email:
    on_success: never
    on_failure: always