about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Tidied accounts_load in accountsJames Booth2013-01-271-17/+22
|
* Use resource on connectJames Booth2013-01-271-4/+14
|
* Added cons output when logging in.James Booth2013-01-272-13/+10
| | | | Fixed issue with creating a new account on reconnect
* Renamed function in jidJames Booth2013-01-273-8/+7
|
* Renamed create jid function using barejid and resourceJames Booth2013-01-274-5/+5
|
* Added resource handling in account moduleJames Booth2013-01-273-17/+45
| | | | Handle old accounts on load
* Added resource to ProfAccountJames Booth2013-01-262-13/+19
|
* Parse account name as jid on account add, handle resource partJames Booth2013-01-261-9/+32
|
* Reverted some previous changes to fix login attempt and reconnect issuesJames Booth2013-01-261-14/+27
| | | | | fixes #142 fixes #143
* Fixed big in autreconnect, reset timer on each connection attemptJames Booth2013-01-261-0/+1
|
* Handle NULL in jid_destroy()James Booth2013-01-261-7/+9
|
* Fixed jid handling to allow @ and / in resourceJames Booth2013-01-262-54/+93
|
* Got rid of old naming convention on prof_autocompleteJames Booth2013-01-2512-257/+257
|
* Refactored iq.c to register iq handlersJames Booth2013-01-253-214/+170
|
* Removed iq.hJames Booth2013-01-244-33/+4
|
* Split jabber moduleJames Booth2013-01-244-343/+410
|
* Started refactor of iq handlersJames Booth2013-01-241-6/+27
|
* Moved iq error handling to one placeJames Booth2013-01-231-75/+74
|
* Made iq functions take consistent parametersJames Booth2013-01-231-31/+33
|
* Renamed disco handlers -> caps handlersJames Booth2013-01-231-8/+8
|
* Free memory in disco response handlerJames Booth2013-01-231-0/+6
|
* Release stanzaJames Booth2013-01-231-0/+2
|
* Fixed a couple of memory leaksJames Booth2013-01-231-2/+8
|
* Tidied up memory allocation in capabilitiesJames Booth2013-01-235-19/+43
|
* Fixed some memory leaks in capabilitiesJames Booth2013-01-234-26/+45
|
* Merge branch 'master' into capsJames Booth2013-01-224-1/+53
|\
| * Merge remote-tracking branch 'backalor/master'James Booth2013-01-224-1/+53
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: src/command.c src/preferences.c src/preferences.h src/windows.c
| | * Add support for autocomplete of /statuses commandBackalor2013-01-221-0/+2
| | |
| | * Add function prototype and make the default for the /statuses command be ONBackalor2013-01-222-1/+6
| | |
| | * Add new command /statuses for status notificationsBackalor2013-01-214-28/+29
| | |
| | * Add 's' to make the preference file readBackalor2013-01-141-2/+2
| | |
| | * Add new command "/notify status" to enable/disable status messages,Backalor2013-01-144-2/+45
| | | | | | | | | | | | such as users going on/offline or room joining/parting.
* | | Always show output in console for /info commandJames Booth2013-01-213-53/+37
| | |
* | | Added /status command for what /info used to doJames Booth2013-01-211-0/+53
| | | | | | | | | | | | | | | The /status command just shows the current presence information in the current window. The /info command show more complete information.
* | | Merge branch 'master' into capsJames Booth2013-01-211-1/+10
|\| |
| * | Fixed bug when opening private chat without messageJames Booth2013-01-211-1/+10
| | |
* | | Moved caps query stanza creation to caps moduleJames Booth2013-01-213-82/+48
| | |
* | | Moved sha1 generation to caps moduleJames Booth2013-01-214-105/+108
| | |
* | | Removed redundant function for computing sha1 caps hashJames Booth2013-01-212-27/+0
| | |
* | | Added software version capability and iq responseJames Booth2013-01-213-5/+99
| | |
* | | Added NULL check on disco response idJames Booth2013-01-211-1/+2
| | |
* | | Handle NULL nodeJames Booth2013-01-211-1/+1
| | |
* | | Respond to iq requests for capabilitiesJames Booth2013-01-213-7/+145
| | |
* | | Updated /info command for chat and private chatJames Booth2013-01-204-6/+34
| | |
* | | Handle unsupported hash, and legacy capsJames Booth2013-01-201-4/+27
| | |
* | | Added _handle_presence_capsJames Booth2013-01-203-52/+101
| | |
* | | Added check for caps in stanzaJames Booth2013-01-203-12/+36
| | |
* | | Check SHA1 validJames Booth2013-01-201-0/+5
| | |
* | | Replace openssl calls with EVP interfaceJames Booth2013-01-201-7/+21
| | |
* | | Output given and generated hash for capsJames Booth2013-01-201-11/+19
| | |
>20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130